An error occurred fetching the project authors.
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Apr, 2009 1 commit
-
-
Łukasz Nowak authored
- implement getBusinessProcessValue and getTradeConditionValue by searching up in simulation tree to find proper document git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26733 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Apr, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
improve _getMovementList() so as to collect all possible movement list and then filter by specified portal_type(s). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26535 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26218 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jan, 2009 3 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Added TypeBasedMethod for getTotalPrice method. This is useful to customize price round procedure, for example. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2009 1 commit
-
-
Jérome Perrin authored
to check if there's an applicable rule (just move the state test before checking the rule existence) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25248 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2009 1 commit
-
-
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
-
- 28 Oct, 2008 1 commit
-
-
Yusei Tahara authored
will be ignored. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Sep, 2008 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23831 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
-
- 23 Apr, 2008 1 commit
-
-
Vincent Pelletier authored
Activate unit test (was commented out unitl now). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20778 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2008 2 commits
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
methods by default, because they return wrong result when movements are not indexed yet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20515 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Dec, 2007 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18498 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Apply UnrestrictedMethod for simulation to avoid security checks. Probably this is still not good enough. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18495 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Nov, 2007 1 commit
-
-
Alexandre Boeglin authored
* _createAppliedRule: remove wrong block and comment (block was never reached, and we should not automatically delete simulation objects) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17723 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Nov, 2007 1 commit
-
-
Yoshinori Okuji authored
It is not a good idea to simply replace rule_id with rule_reference, because python accepts a keyword parameter for a positional parameter. So only deprecate rule_id for backward compatibility. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Nov, 2007 1 commit
-
-
Alexandre Boeglin authored
what the method now expects * fix coding style (whitespace after comma) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17555 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Nov, 2007 1 commit
-
-
Alexandre Boeglin authored
- add PortalGroupedTypeList 'rule' - Rule is a Predicate, it has a reference and a version - RuleTool has a method named searchRuleList - searchRuleList is used by SimulationMovement.expand - test methods on Rules are no longer used git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17417 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Oct, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17229 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2007 1 commit
-
-
Jean-Paul Smets authored
New WorkflowMethod implementation. This new implementation solves most issues which existed previously and related to multiple workflows for a single workflow method ID. It should also be faster but will require some more work so that changes in workflow definition are reflected automatically in workflow methods registration. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jul, 2007 2 commits
-
-
Alexandre Boeglin authored
- allow to specify delivery_solver, target_solver as parameters git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15206 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
this method will unlink and delete movements in movement_uid_list and rebuild a new Packing List with them. 1/ change date in simulation, call TargetSolver and expand 2/ detach simulation movements from to-be-deleted movements 3/ delete movements 4/ call builder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Apr, 2007 1 commit
-
-
Jérome Perrin authored
Do not hardcode level for LOG git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2006 1 commit
-
-
Romain Courteaud authored
Enable all named parameters in getDivergenceList in order to use it as a list method of the listbox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Nov, 2006 1 commit
-
-
Romain Courteaud authored
Rules now need to include divergence testers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Sep, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jun, 2006 1 commit
-
-
Jérome Perrin authored
globally on a delivery (this adds the necessary price_currency category as well) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Mar, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6201 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Mar, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Mar, 2006 1 commit
-
-
Guillaume Michon authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Mar, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6084 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Mar, 2006 3 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6050 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6046 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6043 20353a03-c40f-0410-a6d1-a30d3c3de9de
-