An error occurred fetching the project authors.
- 16 Mar, 2011 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41892 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
What could happen otherwise: >>> a = 0.4 * 6 * 5; a 12.000000000000002 >>> b = 1.6 * 3; b 4.8000000000000007 >>> c = 0.05; c 0.050000000000000003 >>> (a * c + b * c) / (a + b) 0.049999999999999989 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Sep, 2010 1 commit
-
-
Tatuya Kamada authored
Because not all the movement have the method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Sep, 2010 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38159 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Mar, 2010 1 commit
-
-
Tatuya Kamada authored
Fix the issue that when the sign of a quantity is negative, getAveragePrice method returns always 0.0. It will cause a problem, for example in an accounting transaction line. (approved by kazuhiko) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Mar, 2010 3 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
support mapped value in simulation movements by builders. same for divergence testers will be implemented soon. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Nov, 2009 1 commit
-
-
Jérome Perrin authored
division and setting a quantity ratio of 0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2009 1 commit
-
-
Jérome Perrin authored
we'll compare with an arbitrary precision, untill we have a good way of specifying this. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Sep, 2009 1 commit
-
-
Jérome Perrin authored
remove CriterionMovementGroup and its helper methods as it is not used and not migrated to new style movement groups. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2009 1 commit
-
-
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
-
- 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
-
- 18 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23690 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
-
- 13 Jun, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2008 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
[example] (Pdb) my_root_group <RootMovementGroup object at 0xa67a44c _group_list = [ <OrderMovementGroup object at 0xa67af8c _group_list = [ <DateMovementGroup object at 0xa67a0ec _group_list = [ <PathMovementGroup object at 0xa67a64c _group_list = [ <SectionPathMovementGroup object at 0xa67ab2c _group_list = [ <PriceCurrencyMovementGroup object at 0xa67a10c _group_list = [ <DecisionPathMovementGroup object at 0xa67accc _group_list = [ <AdministrationPathMovementGroup object at 0xa67a3cc _group_list = [ <ResourceMovementGroup object at 0xa67abcc _group_list = [ <BaseVariantMovementGroup object at 0xa67a20c _group_list = [ <CausalityAssignmentMovementGroup object at 0xa67acec _group_list = [ <VariantMovementGroup object at 0xa67acac _group_list = [ <CausalityAssignmentMovementGroup object at 0xa6a830c _movement_list = [<SimulationMovement at /erp5/portal_simulation/1/1>], _last_line_class_name = 'AdministrationPathMovementGroup', _separate_method_name_list = ['calculateAveragePrice', 'calculateAddQuantity'], _group_list = []>]>]>]>]>]>]>]>]>]>]>]>]> git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21546 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2008 3 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21503 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21023 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 May, 2008 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20929 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Apr, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2008 1 commit
-
-
Jérome Perrin authored
Update some rules to expand base_contribution in simulation, and add corresponding movement groups. Add a new movement group 'tax_movement' TradeCondition now subclass Delivery, because it contains movements (Tax Model Line) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20467 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2008 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20227 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Mar, 2008 1 commit
-
-
Sebastien Robin authored
update the CausalityAssignmentMovementGroup movement group in order to search for the order link into the simulation up to the root applied rule git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2008 2 commits
-
-
Sebastien Robin authored
- fix a variable name in the movement group - test that the causality is well defined on the packing list line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20102 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
-
- 17 Jan, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18779 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18778 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Dec, 2007 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Nov, 2007 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Nov, 2007 1 commit
-
-
Yoshinori Okuji authored
Fix a bug that QuantitySignMovementGroup may collect invalid movements (think about this order: 0, 1, -1). Also, simplify the code by cmp. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Sep, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-