An error occurred fetching the project authors.
- 24 Oct, 2007 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17165 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Due to daylight saving, GMT DateTime('2007/10/24') + 5 != DateTime('2007/10/29') because both dates are not in the same timezone, so compare .Date() instead of exact date git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17164 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2007 4 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
we have a movement with same source and same destination, it shows two distinct lines in getMovementHistoryList Update the TODOs for testInventoryAPI git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Oct, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Oct, 2007 3 commits
-
-
Vincent Pelletier authored
Add comments when creating initial movements and inventories. Created movements must be in "delivered" state to correctly impact inventories. Fix tests which search for individual inventory values in stock table. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16774 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make docstring more accurate. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16773 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2007 2 commits
-
-
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
-
Vincent Pelletier authored
Uncomment inventory optimisation test now that everything is commited (should have been done some days ago). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Sep, 2007 2 commits
-
-
Vincent Pelletier authored
This optimisation prevents specific query paterns on stock table from reading a number of lines which is proportionnal to the number of operations present for a given criterion set. This optimisation requires: - new ZSQLMethod from erp5_core - 2 new catalog tables from erp5_mysql_innodb_catalog - inventories with new "full_inventory" property set to true full_inventory means that the user which did the inventory acknowledges there is no remaining resource besides what is present in the inventory. Add test for this optimisation, disabled for now (required business templates are not updated yet). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Sep, 2007 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Apr, 2007 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2007 1 commit
-
-
Sebastien Robin authored
- added a test for InventoryStat, more are still required git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14081 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2007 1 commit
-
-
Jérome Perrin authored
same section but different payments. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Feb, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12619 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12212 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jan, 2007 1 commit
-
-
Jérome Perrin authored
add a new getInventoryList test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12003 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Dec, 2006 4 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
RUN_ALL_TESTS is not used, and you can anyway disable test easily with :s/def test/def DISABLEDtest/g git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11765 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Inventory API now supports a precision= keyword argument to round values to a given precision. In that case, it will return the sum of rounded values; sum(round(stock.quantity, precision)) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
calling the method automatically. Use it in some tests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2006 1 commit
-
-
Jérome Perrin authored
Add a GROUP BY stock.date clause in Resource_zGetMovementHistoryList, to display 2 movements when we have a movement from node N to node N with different start date and stop date. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9973 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Sep, 2006 1 commit
-
-
Jérome Perrin authored
fix error in testInventoryAPI git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Sep, 2006 3 commits
-
-
Jérome Perrin authored
This is SQL code will likely run only on MySQL. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add tests for omit_simulation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9784 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9777 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Aug, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Aug, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jul, 2006 1 commit
-
-
Jérome Perrin authored
many small part, where testInventory only tests global functionality git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-