An error occurred fetching the project authors.
  1. 19 Mar, 2020 2 commits
  2. 30 Sep, 2019 1 commit
  3. 01 Nov, 2018 1 commit
  4. 04 Aug, 2016 1 commit
  5. 10 Mar, 2015 1 commit
  6. 30 Jan, 2014 1 commit
  7. 15 May, 2012 1 commit
  8. 11 May, 2012 1 commit
  9. 27 Apr, 2012 1 commit
  10. 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
  11. 21 Jun, 2011 1 commit
  12. 13 Apr, 2011 1 commit
  13. 08 Apr, 2011 2 commits
  14. 23 Mar, 2011 1 commit
  15. 22 Mar, 2011 1 commit
  16. 21 Mar, 2011 8 commits
  17. 18 Mar, 2011 2 commits
  18. 17 Mar, 2011 3 commits
  19. 16 Mar, 2011 1 commit
  20. 22 Feb, 2011 1 commit
  21. 21 Jan, 2011 1 commit
  22. 22 Dec, 2010 1 commit
  23. 05 Nov, 2010 1 commit
  24. 15 Oct, 2010 1 commit
  25. 12 Oct, 2010 1 commit
  26. 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
  27. 07 Oct, 2010 1 commit
  28. 17 Sep, 2010 1 commit