An error occurred fetching the project authors.
  1. 11 May, 2012 1 commit
  2. 27 Apr, 2012 1 commit
  3. 29 Mar, 2012 1 commit
    • Rafael Monnerat's avatar
      Move solvers, rules and code from erp5_simulation_test to erp5_configurator_standard_*_template · 399caf39
      Rafael Monnerat authored
       - Solvers were moved to erp5_configurator_standard_solver
       - trade related code and rules to  erp5_configurator_standard_trade_template
       - accounting related code and rules to  erp5_configurator_standard_accounting_template
       - invoicing related code and rules to  erp5_configurator_standard_invoicing_template
      
      Code were moved and splited to several diferent business templates. The rules
      and related code should be used only as template.
      399caf39
  4. 21 Jun, 2011 1 commit
  5. 13 Apr, 2011 1 commit
  6. 08 Apr, 2011 2 commits
  7. 23 Mar, 2011 1 commit
  8. 22 Mar, 2011 1 commit
  9. 21 Mar, 2011 8 commits
  10. 18 Mar, 2011 2 commits
  11. 17 Mar, 2011 3 commits
  12. 16 Mar, 2011 1 commit
  13. 22 Feb, 2011 1 commit
  14. 21 Jan, 2011 1 commit
  15. 22 Dec, 2010 1 commit
  16. 05 Nov, 2010 1 commit
  17. 15 Oct, 2010 1 commit
  18. 12 Oct, 2010 1 commit
  19. 11 Oct, 2010 1 commit
    • Julien Muchembled's avatar
      Review new amount generator · e2075796
      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
      e2075796
  20. 07 Oct, 2010 1 commit
  21. 17 Sep, 2010 1 commit
  22. 03 Sep, 2010 2 commits
  23. 26 Aug, 2010 1 commit
    • Julien Muchembled's avatar
      Reorganize new/old simulation-related objects in BT to have proper dependencies · 1e1646ff
      Julien Muchembled authored
      - split erp5_legacy into erp5_simulation_legacy (for generic objects) and
        erp5_{trade,accounting,invoicing}_simulation_legacy
      - reverse dependency of erp5_simulation (which may not even need erp5_base)
      - move obsolete portal type definitions (including some from erp5_base) to
        appropriate BT
      - update BT list of unit tests
      
      A unit test testing Trade now needs:
      - new simulation: erp5_base, erp5_pdm, erp5_simulation, erp5_trade,
        erp5_simulation_test (in this order)
      - legacy: erp5_base, erp5_pdm, erp5_simulation, erp5_simulation_legacy,
        erp5_trade, erp5_trade_legacy (in this order)
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38036 20353a03-c40f-0410-a6d1-a30d3c3de9de
      1e1646ff
  24. 19 Aug, 2010 1 commit
  25. 18 Aug, 2010 1 commit
  26. 06 Aug, 2010 2 commits
  27. 05 Aug, 2010 1 commit