An error occurred fetching the project authors.
- 22 Jun, 2009 1 commit
-
-
Łukasz Nowak authored
- add test to testBPMCore.py proving that changing resource will reexpannd properly - in TradeModelRule.py and TradeCondition.py use reference to compare documents, and set reference property on documents, as resource is not stable enough git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jun, 2009 3 commits
-
-
Fabien Morin authored
the way to remove movement that should not be created was wrong. Using the reference of movement to find corresponding model_line and remove the movements of the model lines that should not be created is better. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Removing causality link from movement should make catalog a bit faster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
fix a mistake : context can not be defined at this step, it's beter to use None default value and to call getStart/StopDate on document git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jun, 2009 3 commits
-
-
Fabien Morin authored
- make findEffectiveSpecialiseValueList recursive and change the behaviour : now, we check the first model from the inheritance tree, if this model is effective, use it, else take the effective one. On this effective model, get all specialise_value and take their effective value. Return the list of all this new effective inheritance tree git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- fix typo : stop_date=start_date git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- use findEffectiveSpecialiseValueList instead of findSpecialiseValueList. This permit to find the more appropriate model to use. - fix mistake in docstring - remove useless code parts - fix the condition of seaching the best maching model (using the dates) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jun, 2009 3 commits
-
-
Fabien Morin authored
- fix comment to not use "we" form as it's explain in the wiki (http://www.erp5.org/GuidelinesForDocumentation?highlight=we) - add context parameter to findEffectiveSpecialiseValueList to be more consistent with findSpecialiseValueList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- formatting - typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- set proper security for updateAggregatedAmountList - it will modify context, not self, so ACI is enough - simplify loop into list operation - move parameter initialisation to top git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jun, 2009 2 commits
-
-
Fabien Morin authored
- typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27538 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2009 3 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove unused import and unused inheritance class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27530 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
fix a bug : aggregated_amount_list can be empty in the case all movements should be removed. So we have to enter in the loop to put all movements in movement_to_delete_list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27524 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2009 7 commits
-
-
Łukasz Nowak authored
- move description to interface git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27479 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- declare ITransformation for TradeCondition git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27471 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- test sorting order git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
sorry, create_line property don't exist on Simulation Movement. This property is set on the model lines (causality) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27462 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27461 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jun, 2009 2 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jun, 2009 1 commit
-
-
Fabien Morin authored
revert 27291 because it makes testBPM failing, and currently, I don't understand why sorting is needed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 9 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add movement_list parameter, in this way it's possible to pass a movement_list to use for calculation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
move out findSpecialiseValueList method to have it on the class (she is usefull for class wich inherite of TradeCondition). Change a bit it to accept portal_type_list parameter to be able to have inheritance tree of another portal_type thant caller (ie. 'Business Process' in 'Pay Sheet Model') Change also getTradeModelLineComposedList to accept portal_type_list parameter for the same reasons git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27290 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27288 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added some comments on the current implemntation which is too simple. Integration of paysheet model to Trade Condition code will reveal this issue and others. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27286 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 May, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27241 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2009 1 commit
-
-
Fabien Morin authored
define movement_to_add_list before to enter in the loop. This prevent to raise an error in case of getAggregatedAmountList return an empty list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27081 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 May, 2009 1 commit
-
-
Fabien Morin authored
- 'movement_to_delete_list' : the movement that should be deleted - 'movement_to_add_list' : the movement that should be added. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27027 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 May, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26956 20353a03-c40f-0410-a6d1-a30d3c3de9de
-