An error occurred fetching the project authors.
- 06 Jul, 2010 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@36904 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jun, 2010 1 commit
-
-
Jean-Paul Smets authored
Business Path has beed splitted in 2 parts. A first part which is only used to control completation of trade phases and build process. A second part which is only used to define arrows, quantity shares and dates on amounts generated by amount generators. The first part is a predicate but no longer a Path (no arrow, no quantity, no delay, etc.). It is thus renamed to Business Link. The second part is a Path since it defines an Arrow, a quantity, a lead time, etc. It is thus renamed to Trade Model Path. It is now time to review in detail all interfaces. In particular those interfaces on Business Link related to time management many no longer be needed since it is simpler to lookup simulation. However, time management must be handled at Business Process level as a helper method for rules which need to calculate dates based on Business Links and/or Trade Model Path. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@36465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Mar, 2010 1 commit
-
-
Julien Muchembled authored
CompositionMixin provides a 'asComposedDocument' method replacing find{Effective,}SpecialiseValueList on Trade Condition. Some deprecated code in TradeCondition is moved back to PaySheetModel for compatibility reasons. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34217 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Sep, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jul, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28046 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jul, 2009 1 commit
-
-
Fabien Morin authored
- add a condition to not return movement with 0 total_price git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27846 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2009 2 commits
-
-
Jérome Perrin authored
class does not have to declare implementing the same interface again. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(__implements__ is for zope2 intefaces) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2009 1 commit
-
-
Fabien Morin authored
- after updateAggregatedAmountList, if some lines don't have movmenent, remove them git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27529 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2009 3 commits
-
-
Fabien Morin authored
- typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove code. It could be nice to have many business_path with the same trade_phase. This means that many lines could be resulting of one model line. This behaviour can be usefull. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jun, 2009 3 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27416 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Add applyTransformation method wich call the delivery builder to create all the paysheet lines using movements returned by updateAggregatedAmountList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2009 1 commit
-
-
Fabien Morin authored
use effective models in PaySheetTransaction.py git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2009 1 commit
-
-
Fabien Morin authored
- use the method getAnnotationLineFromReference to search the corresponding annotation line instead of duplicate code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jan, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25201 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2009 2 commits
-
-
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@25165 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2009 2 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
use base_application and base_contribution from model line instead of base_amount (from model line and from payroll service) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jun, 2008 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
refactoring, so for now we keep on with base_amount on pay sheet movement, but for the base_contribution instead of the base_application. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
the ratio was 100%. We want to separate it in two different cases: - ratio is 0 -> the line should not be created. - ratio is not set (ie. None) -> this means that no ratio apply here, it's a simple amount, so ratio default to 100% Move this in the default calculation script so that it's possible to change the behaviour. Add tests for those two cases (price = None and price = 0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2008 3 commits
-
-
Jérome Perrin authored
line with source_annotation_line_reference reference git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
objects. If none of those properties are set, we ignore the subobject. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 May, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2008 1 commit
-
-
Jérome Perrin authored
getReferenceDict results in getInheritedObjectValueList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2008 2 commits
-
-
Jérome Perrin authored
drop get_none_reference parameter, it does not seem to be needed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20120 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2008 2 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Dec, 2007 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Dec, 2007 1 commit
-
-
Fabien Morin authored
- remove commented code - modify getInheritanceModelReferenceDict method to use a Breadth First Search instead of Depth First Search witch is very more appropiate in this case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-