An error occurred fetching the project authors.
- 21 Jul, 2010 1 commit
-
-
Aurel authored
reindexation as in the way it was done before some simulation states and conditions were missing, so inventory was not using the real "current" value to do computation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37219 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2007 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18002 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Nov, 2007 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17804 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Nov, 2007 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
properties to be set before computing stock, otherwise we can run sql request with no condition and overload mysql git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17794 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Nov, 2007 1 commit
-
-
Aurel authored
categories on it so that previous line will be deleted, but there will be no new line with 0 quantity due to lack of category for insert git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17749 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2007 3 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
archive, because inventory computation depends on the catalog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17495 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
reindex by a script specifying request parameter and properties used git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Oct, 2007 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2007 1 commit
-
-
Aurel authored
join between stock and movement on inventory line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Sep, 2007 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Sep, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16620 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Sep, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Sep, 2007 1 commit
-
-
Aurel authored
remove all previous stock quantity if we define sub variation in new inventory git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Sep, 2007 3 commits
-
-
Aurel authored
create some to revert previous stock, now only put into stock table line with the diff quantity between previous stock and inventory quantity git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16111 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16110 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Aug, 2007 2 commits
-
-
Vincent Pelletier authored
Move getInventoryList call out of main loop - avoid issuing multiple SQL queries when one is enough. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Factorise (resource, variation_text) key generation. Move getPortalCurrentInventoryStateList call out of loop. Mae dict "instanciate dict & set key" a single instantiation containing edited key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jan, 2007 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11922 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jun, 2006 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8272 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2006 1 commit
-
-
Jérome Perrin authored
explanation for "Virtual" Inventory movements. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 May, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7174 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
-
- 17 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6123 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2006 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5749 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jan, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5023 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5019 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2006 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5003 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5001 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jan, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4978 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Dec, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jun, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jun, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jan, 2005 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 May, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-