An error occurred fetching the project authors.
- 10 Jun, 2016 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 11 Sep, 2013 1 commit
-
-
Tatuya Kamada authored
Before: default_inventory_calculation_list = ({"inventory_params" : {"node" : self.getDestination(), "group_by_sub_variation" : 1, "group_by_variation" : 1, "group_by_resource" : 1, } .. After: default_inventory_calculation_list = ({"inventory_params" : {"section": self.getDestinationSection(), "node" : self.getDestination(), "group_by_sub_variation" : 1, "group_by_variation" : 1, "group_by_resource" : 1, } .. This is because Inventory_view of erp5_trade has both 'section' and 'node' fields, so users can input both values, but due to the old default parameter, the section will be ignored for inventory indexing. This is inconsitent.
-
- 25 Jun, 2013 1 commit
-
-
Tatuya Kamada authored
The issue is occured when using inventory document with inventory cache. Add a test case to make sure this issue has been solved: testInventory#test_18_InventoryDocumentAndInventoryCache.
-
- 21 Jun, 2013 1 commit
-
-
Yusei Tahara authored
Fix an inventory bug. When there are more than 300 inventories which are cancelled by inventory document, inventory document creates wrong stock records.
-
- 03 Apr, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 01 Apr, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 26 Feb, 2013 1 commit
-
-
Aurel authored
Create a sql cache for getInventory call Remove full-inventory optimisation as it now useless Implement full-inventory feature directly into stock Make erp5_pdm depends on this optimisation Install optimisation for all unit tests
-
- 30 May, 2011 1 commit
-
-
Yusei Tahara authored
-
- 22 Dec, 2010 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41640 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Sep, 2010 1 commit
-
-
Nicolas Dumazet authored
DeliveryLine portal type does not exist: it will soon be impossible to create temporary objects if the portal type does not exist. Try to use a Movement instead; and if things break we will have to use a concrete, real portal type here git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38746 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-