An error occurred fetching the project authors.
- 07 May, 2020 1 commit
-
-
Arnaud Fontaine authored
ZODB Components: erp5_core: Migrate SimulationTool, AppliedRule and Simulation Movement (and their Interfaces/Mixins) (MRs !1093, !1111).
-
- 23 Apr, 2020 1 commit
-
-
Arnaud Fontaine authored
* Add bt5 dependencies: + erp5_demo_maxma_rule: Invoice*Rule rules. * Move Documents used by several bt5 to erp5_core rather than add depends on erp5_core. Once migration of Products to ZODB Components will be finished, there will be moved to their appropriate bt5s as it would be complicated to reorganize bt5s too at this point. + Invoice{Line,Cell}: used by erp5_payroll.
-
- 10 Feb, 2020 1 commit
-
-
Arnaud Fontaine authored
Like Document and Interface Components for the same reasons (694c9fee).
-
- 17 Feb, 2015 1 commit
-
-
Julien Muchembled authored
MRP was broken and unused for a long time, since legacy simulation was dropped. This commits resuscitates MRP, at least: - expanding, for both operation and sourcing - building of production reports & production packing lists Business Processes replaces Supply Chains. trade_phase replaces industrial_phase industrial_phase is now used to variate partially produced resources.
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 24 Jan, 2014 1 commit
-
-
Julien Muchembled authored
-
- 04 Aug, 2011 1 commit
-
-
Julien Muchembled authored
This reverts commit ff04daef. This was an attempt to optimize simulation.
-
- 03 Aug, 2011 1 commit
-
-
Julien Muchembled authored
-
- 29 Jun, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
-
- 09 Jun, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
we don't use '*_list' but use base category's id itself in MovemenetGenerator._getUpdatePropertyDict().
-
- 09 Nov, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Oct, 2010 1 commit
-
-
Julien Muchembled authored
- Update API and interfaces - Make it possible to: - do non-linear calculation (via global type-based script) for every considered base_amount (i.e. not only for base_application of input movements). To avoid performance issue, the type-based script is changed to return functions instead of calculating results directly. - get accumulated values from movements while generating amounts for a delivery (i.e. for Amount Generator Lines targetting deliveries). - Produce amounts even if there is no resource, for reporting. - Drop probably useless create_line property: checking if there is a resource should be enough. - Prepare refactoring of MRP/Trade/Payroll by introducing AmountGeneratorLine class and property sheet. - Stop doing anything if there is no base_application on an AGL to avoid conflicts while figuring out if a movement was created manually or not. - Update some forms. - Update testTradeModelLine git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@39028 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Aug, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Aug, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37928 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Aug, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37910 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Aug, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Aug, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Aug, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37522 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Aug, 2010 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Mar, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33264 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Mar, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
* Invoice Simulation Rule * Invoice Transaction Simulation Rule * Trade Model Simulation Rule * make new rule's test method support new rules only * make old rule's test method support old rules only git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33163 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Feb, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32883 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
fix the way to get 'property to be solved' from Solver document, that should be specified in each Solver portal type itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Nov, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30758 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Nov, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Feb, 2009 1 commit
-
-
Jérome Perrin authored
- NodeBudgetVariation that explicitly lists the possible values one by one, either by selecting them of specifying a script to return this list of values - CategoryBudgetVariation that uses a base category for each one, you specify what will be the "axis" used for getInventory (node, mirror_node, node_category etc) "SectionCategoryBudgetVariation" is therefore useless, it's a CategoryBudgetVariation where the axis is "section_category" Budget Cell, Budget Line and now Budget itself can be variated git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jan, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2002 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2 20353a03-c40f-0410-a6d1-a30d3c3de9de
-