- 19 Jan, 2009 13 commits
-
-
Jérome Perrin authored
Fix a problem with apply trade condition, with the previous changes it was not able to find a trade condition if no categories were defined on the order. Also change the weighting method so that mirror node and mirror section only add weight if they correspond to what's defined on the order. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25177 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove slice calculation because this variables were not used : the calculation is made in the calculation script (see PaySheetTransaction_defaultCalculationScript) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25176 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25174 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25173 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25172 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- applicable trade conditions are sorted to apply preferably trade conditions that define more properties - categories are only taken into account if they are actually set on the trade condition git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25171 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
If a CheckBox has never been modified, the default value is 0. If you want the default value to be 1 (modifying the corresponding propertysheet), the DefaultValue method always return 0, even if 1 is in the propertysheet defined for the field (because of the condition "if value not in (None, ''); value = ob.getProperty(self.key, d=value)". So it was impossible to use the propertysheet to defined a default checked checkbox (the hack was to use tales). With this new class, it's now possible to use propertysheet to have a checked default value on a CheckBox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25165 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
variation category list cannot be handled by MovementGroup. If a user choose to keep a divergence, variation category list of both simulation movements and lines are required. Otherwise a divergent line's variaition category will not be displayed in the matrix box. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25164 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2009 18 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25161 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* PortalType descriptions clean up. * Workflow titles and descriptions clean up. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* PortalType descriptions clean up. * make Workflow transitions' title more verbose. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25157 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
enhance test_intermediateLinesAreNotCreatedOnPaysheet to check values and to have a more complete test. fix some problems git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- Add new type 'None' to handle None values - Use XML Marshaller for list types instead of concatenate them with '@@@' - Use XML API to generate tree (avoid indentation issues, and produce a lightweight XML) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25154 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25153 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25152 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25151 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a test to check the intermediate lines works and if the checkbox is checked on Pay Sheet Model Line, Pay Sheet Lines are not created git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add an update_portal_types_by_english_glossary action. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25149 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25148 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25146 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Also change field name to "Index", because "Order" is for trade order git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25145 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25143 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
When no valid rule is found for a given reference, raise NotFound rather than just use the reference. Otherwise, if one forget to validate rules appropriately (e.g. just installed business templates), the behaviors would be weird. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2009 9 commits
-
-
Kazuhiko Shiozaki authored
* improve Glossary to Field/Workflow comparison dialogues. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Workflow titles and descriptions clean up. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Workflow titles and descriptions clean up. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
rounding problem are understandable this way git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-