- 01 Jul, 2008 37 commits
-
-
Łukasz Nowak authored
- change listbox on Production Report and Packing List a bit - use getMovementList instead of contentValues, to show cells in case of variations, also add variation_title to column git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22165 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make use of new CMFCategory feature to scan fewer predicates: originaly, CMFCategory buildSQLSelector returned more predicates as search criterions (categories) were added, because it was just OR-ing those conditions. Using the new version should improve performances on systems using many predicates. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22164 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Improve CategoryTool buildSQLSelector result pertinence: when searching for documents matching categories, use a left join instead of a succession of "OR". This is implemented in a new method, with the possibility to fallback to original behaviour. Original method now just calls the new one in compatibility mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22163 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not generate a from_expression if no from_expression was passed by parameter. Fix a swap between table and alias in new code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22162 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix WebSection_viewInlinePageRenderer. Prevent to get a non document object. Thank you for Thomas Nouret. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22161 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22159 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22158 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22157 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22154 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Provide a way to replace table alias ("AS" inclued) by an arbitrary string. Given value must be a dictionary, with impacted table as a key and the arbitrary string as a value. This allows, for example, to generate queries with LEFT JOINs. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22153 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add check, that well transformation is chosen for resource, removed start date existence - it is tested on order, and acquisition do not works for chcker (???) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22152 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22151 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22149 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- associate Production Order portal type with ProductionOrder Property Sheet to enforce minimal constraints git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22146 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- split cases depended and not depended on aparrel git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22145 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22143 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- associate transformation_interaction_workflow with Production Order Line to set transformation while changing resource on line: if only one, not invalidated Transformation exists, set it, if no Transformations are for this resource, or resource is unset, set specialise on order line to None git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22140 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add listfield, which is able represent list of possible transformations to field library git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- change title of resource field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- title is no more editable in listboxes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- added reference to form git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- let system decide which column is sortable or searchable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jun, 2008 3 commits
-
-
Jérome Perrin authored
- the text "Order page 1 of 1" is in the correct cell - the "section" is centered horizontally git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22122 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22119 20353a03-c40f-0410-a6d1-a30d3c3de9de
-