An error occurred fetching the project authors.
- 03 Aug, 2010 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jul, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37049 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
-
- 14 Apr, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34549 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Apr, 2010 1 commit
-
-
Julien Muchembled authored
- use self instead of portal as context - _getTypeBasedMethod return the object directly (not its name) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Dec, 2009 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2009 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Nov, 2009 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30932 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jul, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2009 1 commit
-
-
Fabien Morin authored
Make possible to pass a movement list to build method. In this way, it is possible to invoke build without using simulation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Mar, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26180 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Mar, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25917 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Feb, 2009 1 commit
-
-
Yusei Tahara authored
Builder always must work and finish building even if user who calls builder don't have permission to change target document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2009 3 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25514 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25510 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
Move getTotal* and related methods of OrderLine to DeliveryLine, because nested lines would be used in delivery lines as well as order lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25505 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2009 1 commit
-
-
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
-
- 14 Nov, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
additional parameter, and/or we try to build documents by temp movements. * getting original delivery document in more robust way. * avoid passing needless **kw parameters. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Nov, 2008 2 commits
-
-
Kazuhiko Shiozaki authored
even if update_existing_line is false, otherwise some properties in cell-level movement group will not be updated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
add a comment for further improvement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Oct, 2008 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Oct, 2008 1 commit
-
-
Sebastien Robin authored
when we call build with activate_kw git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Oct, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Sep, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23815 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23760 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2008 2 commits
-
-
Kazuhiko Shiozaki authored
* Movement Group becomes ERP5 Document. See http://www.erp5.org/HowToConfigureBuilder for the detail. * add _duplicate() in CopySupport.py. This method is similar to copy and paste, but it preserves workflow history. * add a new target solver CopyAndPropagate.py that updates values according to passed divergence list and propagate them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jul, 2008 1 commit
-
-
Jérome Perrin authored
http://mail.nexedi.com/pipermail/erp5-dev/2008-June/001967.html If "optional" arguments (ie. with default values) were not passed, then the method crash, this change makes that default values are supported. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22556 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Mar, 2008 1 commit
-
-
Alexandre Boeglin authored
to make it similar to omit_individual_variation. Keep compatibility with the old name. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Feb, 2008 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19289 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Feb, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
pass related_simulation_movement_path_list to after building script (if it accepts). this can be useful to reduce activity dependencies. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19278 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Feb, 2008 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19118 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Sep, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Aug, 2007 1 commit
-
-
Yoshinori Okuji authored
Specify force_update=1, because otherwise delivery_movement.getPrice() is called implicitly, and this generates an unnecessary calculation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jul, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8373 20353a03-c40f-0410-a6d1-a30d3c3de9de
-