An error occurred fetching the project authors.
- 10 Aug, 2016 1 commit
-
-
Sebastien Robin authored
This is very helpful when a warehouse is splitted into multiple stock points. Also avoid returning no stock optimisations if no date could be found in future.
-
- 30 Jun, 2015 1 commit
-
-
Sebastien Robin authored
Up to know, order builders were mostly used having in mind the idea of deleting all previously created automated orders. This way was mostly requesting to run generated delivery builder only once per night, assuming there is no users working at that time. So to allows running very often (many times a day) generated delivery builders, allow them to update existing deliveries. This way : - automated deliveries could be much more up to date - there is no need to delete everything - this generate few activities, there is no need of a long calculation to update everything Also, the stock optimization was using dates with a precision of one full day. Generic code must support much better precision.
-
- 10 Mar, 2015 1 commit
-
-
Gabriel Monnerat authored
-
- 17 Feb, 2015 3 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
So all newSimulation expected failures are removed. Make generateMovementListForStockOptimisation looking min_flow and max_delay on supply lines. Introduce a getNextAlertInventoryDate in addition to getNextNegativeInventoryDate. This allows to know when an inventory will be below a reference quantity. This is particularly helpful to know when an inventory is below the minimal admitted stock
-
Sebastien Robin authored
So it's no longer a newSimulation expected failure. Review method generateMovementListForStockOptimisation of builders to nicely generated temporary movements depending on future negative stocks.
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 21 Dec, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41628 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Dec, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Nov, 2010 1 commit
-
-
Julien Muchembled authored
Clean up of activities is already handled by ERP5TypeTestCase.tearDown git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39997 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
(locating in the second line only works when the first line is shebang comment.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2009 1 commit
-
-
http://en.wikipedia.org/wiki/UTF-8#Official_name_and_incorrect_variantsŁukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27956 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
-
- 24 Oct, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
(DateTime().earliestTime() + gap).earliestTime(), since DateTime().__add__() returns a different tz offset if daylight saving changes. For example (timezone is Europe/Paris): >>> DateTime().earliestTime() DateTime('2008/10/24') >>> DateTime().earliestTime()._tz 'GMT+2' >>> (DateTime().earliestTime()+10) DateTime('2008/11/03') >>> (DateTime().earliestTime()+10)._tz 'GMT+2' >>> DateTime(str((DateTime().earliestTime()+10))) DateTime('2008/11/03') >>> DateTime(str((DateTime().earliestTime()+10)))._tz 'GMT+1' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24312 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
-
- 18 Jul, 2008 2 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-