- 23 Jul, 2009 5 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28156 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Avoid calculating possible tabs for erp5_tabber.js and add all tabs as this will improve its rendering time. Fix bad caching and move it to script level. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28154 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- categorise helpers by overriding or not - run expand recursively on children git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28153 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- put more into base class - inform developer what is to overload and what is to not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28152 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jul, 2009 16 commits
-
-
Vincent Desmares authored
* Include Paypal payment into erp5_commerce git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
use the same properties in the error message than in the query (and start_date don't exist on request_eform) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28148 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- put docstrings and comments in common place - do more checks in _checkBPMSimulation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28146 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28145 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- do more checks about simulations git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add needed portal type definitions - test packing list alone (BPM Delivery Rule usage) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28143 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add utf8 encoding git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28140 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- provide new experimental, private methods in order to minimize code duplication between rules - simplify and unhardcode git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
replace static path for table_style_icon.png image by tales expression git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Remove commented logging. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2009 19 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add list of frozen and completed states defined in test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- create commong mixin class for low level BPM tests and put common methods into, to avoid code repetition, left some repetition for better readability - refactor existing tests to use mixin class - use variable for completed state, use this variable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- implement test for ordered, invoiced and delivered business process with sequence not related to appearance of simulation tree with using of compensation - explain more in docstrings about tests - add comments relating to isBuildable implementation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
Add support for page change in listbox. This code is ugly, because get*TrackingList is not flexible enough. This sould be done using SQL limit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- self is not the same than context, use context parameter instead - get closest model from the paysheet - condition for slice was wrong. if the slice is equal to the base_application, quantity is 0 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28123 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- fixed comment typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28122 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- Fix a mistake : if a movement should be kept, this does not mean that we don't have to check for other movements. So in this way all movement will be checked. - in case of no effective model found, getEffectiveModel return None. So remove all None values git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28120 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- use erp5_dummy_movement to achieve really low level testing, remove very dirty hacks for workflows git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28119 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- portal type related - updated maintainer list - updated changelog - updated description - add files generated by fresh business template system version git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28118 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- set up is as movement in orders and deliveries git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28116 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28115 20353a03-c40f-0410-a6d1-a30d3c3de9de
-