An error occurred fetching the project authors.
- 11 Sep, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 May, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27140 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 May, 2009 1 commit
-
-
Łukasz Nowak authored
- some formatting git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27037 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 May, 2009 2 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27005 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- check for Delivery Rule and Invoice Rule simulation impact in various simulation states on typical documents related to those rules (Sale & Purchase Packing Lists and Invoices) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27004 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Apr, 2009 1 commit
-
-
Sebastien Robin authored
safely several time (we have to look if there is delivery link from the simulation movement to a non simulation document) - add unit test in order to make sure that we can call a builder 2 times in the same transaction without any problem git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26512 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Dec, 2008 3 commits
-
-
Jérome Perrin authored
Fix error on Container.getQuantity git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24961 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24959 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24957 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
-
- 26 Aug, 2008 1 commit
-
-
Jérome Perrin authored
packing list reach the diverged state git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23157 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Aug, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jul, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22774 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jul, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jul, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jun, 2008 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21983 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jun, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jun, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jun, 2008 1 commit
-
-
Jérome Perrin authored
Run test packing list for purchase packing lists ( test_11_PackingListDecreaseTwoTimesQuantityAndUpdateDelivery is currently failing ) Introduce TestPurchasePackingListMixin that can be reused in other tests (such as a test for purchase invoices. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 May, 2008 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 May, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20933 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20930 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2008 1 commit
-
-
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
-
- 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
-
- 15 Mar, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13431 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2006 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9996 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9991 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
-
- 21 Jul, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 May, 2006 2 commits
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7289 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
- renamed some variables - fixed wrong docstrings - renamed steps in sequences to allow fast lookup in vim using '*' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7288 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 May, 2006 2 commits
-
-
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
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2006 1 commit
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Apr, 2006 1 commit
-
-
Romain Courteaud authored
Same for resource. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6835 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
-