An error occurred fetching the project authors.
- 29 May, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2008 1 commit
-
-
Jérome Perrin authored
Module Products.ERP5Type.Document.Order, line 76, in getTotalPrice Module Products.ERP5.Document.Delivery, line 124, in getTotalPrice TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' when this delivery contain a cell where price is not defined. This test case reproduces this bug git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 May, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20986 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2008 1 commit
-
-
Jérome Perrin authored
condition in the packing list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20971 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 May, 2008 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20930 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Apr, 2008 1 commit
-
-
Jérome Perrin authored
* create a line, set quantity X * add a cell in the line, set quantity X on the cell (using edit) * edit will compare cell.getProperty("quantity") with the provided quantity * cell.getProperty is MappedValue.getProperty which uses getattr to get the "quantity" attribute on cell, which acquires it from line. As edit does not set the property if it's not different from what getProperty returns, the property is not edited. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20843 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2008 1 commit
-
-
Alexandre Boeglin authored
getTotalQuantity) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20506 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
-
- 14 Mar, 2008 1 commit
-
-
Alexandre Boeglin authored
contains lines. getTotalPrice, getTotalQuantity return 0.0 if the current object is not considered a movement. * DeliveryLine.py (manage_afterAdd, manage_beforeDelete): when adding or removing a line from a line, reindex the parent, as its "isMovement" value might change. * OrderLine.py: _getTotalPrice, getTotalQuantity support hierarchical orders. * testOrder: test_19b_getTotalQuantityAndPrice verifies that isMovement, getTotalPrice, getTotalQuantity support hierarchical orders. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19922 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Nov, 2007 2 commits
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Nov, 2007 1 commit
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Oct, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Oct, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17206 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Oct, 2007 1 commit
-
-
Romain Courteaud authored
an order. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2007 1 commit
-
-
Jérome Perrin authored
fix all undefined names in ERP5 unit tests, this was mostly due to the use of framework.py which we no longer use (runUnitTest does it for you) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16429 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Aug, 2007 1 commit
-
-
Romain Courteaud authored
works with it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Sep, 2006 1 commit
-
-
Sebastien Robin authored
make sure to test well the fast parameter in getTotalQuantity and getTotalPrice on delivery lines and deliveries git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Sep, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Sep, 2006 1 commit
-
-
Romain Courteaud authored
http://erp5.org/Discussion/SimulationRules By Alexandre Boeglin and Rafael Monnerat. Verified by Romain Courteaud. Currently, the rule 18 is not implemented (we don't copy yet order movement's properties to the simulation movement) The behavior of the simulation should not be changed by this commit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 May, 2006 1 commit
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7556 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 May, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 May, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7293 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 May, 2006 1 commit
-
-
Alexandre Boeglin authored
- Added helpers to testPackingList.py - Removed wrong docstrings git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2006 2 commits
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7178 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
-
- 02 Mar, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5931 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jan, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5240 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Dec, 2005 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4779 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Dec, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Oct, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Oct, 2005 2 commits
-
-
Jérome Perrin authored
FIXME: this commits introduces a reindexation before getTotalPrice/Quantity, because current implementation of getTotalPrice requires that the Order is indexed to work. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4114 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4017 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Sep, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3918 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3888 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Aug, 2005 2 commits
-
-
Romain Courteaud authored
* erp5_apparel now depends on erp5_pdm. * erp5_apparel_depend is not used anymore. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-