An error occurred fetching the project authors.
- 09 Jan, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 06 Jan, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 30 Nov, 2011 1 commit
-
-
Julien Muchembled authored
cf commit 1c604e43
-
- 01 Sep, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 31 Aug, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 22 Jun, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 13 Apr, 2011 2 commits
-
-
Sebastien Robin authored
so always add them git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
links git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Apr, 2011 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Feb, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43576 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2011 1 commit
-
-
Sebastien Robin authored
is only a proxy now git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42546 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jan, 2011 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Nov, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@39857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Oct, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@39295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2010 1 commit
-
-
Julien Muchembled authored
As first parameter, an object wrapping the input amount (by acquisition) is passed instead of the amount itself. The purpose of this object is to provide additional information about current amount generation. It has 2 public methods: - getGeneratedAmountQuantity - getBaseAmountList git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@39101 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Oct, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@39069 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
-
- 17 Sep, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38424 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38399 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Contrary to Sale Invoice Transactions, Purchase Invoice Transactions are built when Purchase Packing Lists are stopped. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Sep, 2010 1 commit
-
-
Julien Muchembled authored
- merge patches from testERP5Simulation - resurrect some solvers that were deleted by mistake - configure PPL builder like SPL builder for specialise Also remove expected broken test in testLegacyTradeModelLine git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38111 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Aug, 2010 1 commit
-
-
Julien Muchembled authored
- testLegacy{BPMCore,BPMEvaluation,MRP} are copied from trunk - use new simulation_test BT - this fixes testTradeModelLine.test_TradeModelRuleSimulationExpand git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Aug, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Aug, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jul, 2010 2 commits
-
-
Nicolas Dumazet authored
(acked by Yusei) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37316 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jul, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37049 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jun, 2010 1 commit
-
-
Jean-Paul Smets authored
Business Path has beed splitted in 2 parts. A first part which is only used to control completation of trade phases and build process. A second part which is only used to define arrows, quantity shares and dates on amounts generated by amount generators. The first part is a predicate but no longer a Path (no arrow, no quantity, no delay, etc.). It is thus renamed to Business Link. The second part is a Path since it defines an Arrow, a quantity, a lead time, etc. It is thus renamed to Trade Model Path. It is now time to review in detail all interfaces. In particular those interfaces on Business Link related to time management many no longer be needed since it is simpler to lookup simulation. However, time management must be handled at Business Process level as a helper method for rules which need to calculate dates based on Business Links and/or Trade Model Path. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@36465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35158 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2010 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35101 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
any base contribution values, it is not applied to any trade model lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Apr, 2010 1 commit
-
-
Sebastien Robin authored
instead of business states git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Apr, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-