An error occurred fetching the project authors.
  1. 05 Jun, 2020 1 commit
    • Arnaud Fontaine's avatar
      ZODB Components: erp5_core: Migrate Movement Document from filesystem. · e8e5f273
      Arnaud Fontaine authored
      * Import Movement Document:
        + Event
          + MailMessage
        + Project
        + ImmobilisationMovement
      * Imported by IMovement:
        + IAccountingMovement
        + IAmountGenerator
          + AmountGeneratorMixin
          + AmountGeneratorLine
        + IAssetMovement
        + IProductionMovement
      * Used by MovementGeneratorMixin:
        + IMovementGenerator
        + IMovementList
      
      Also, define providesI<INTERFACE_NAME>() on Base class for migrated Interfaces as
      these needs to be available before bt5 containing the ZODB Component Interfaces are
      upgraded (see also c86107bf). Otherwise, testUpgradeInstanceWithOldDataFs fails as
      z_catalog_item_list (newActiveProcess() from upgrader) calls providesIMovement().
      e8e5f273
  2. 23 Apr, 2020 1 commit
    • Arnaud Fontaine's avatar
      ZODB Components: erp5_trade: Migrate Documents, Interfaces and Mixins from filesystem (MR !1101). · 85417113
      Arnaud Fontaine authored
      * Remove TaxLine Document which was replaced by Trade Model Line a while ago.
      * Keep {Delivery,Inventory,Order}{Cell,Line} on FS for now because of InventoryInteractor.
      * About DeliveryRootSimulation Document migration to erp5_trade:
        + AccountingTransactionRootSimulationRule (erp5_accounting) inherited from
          it but as this is probably not actually used/useful, avoid depending on
          erp5_trade or refactoring but just copy/paste.
        + InvoiceRootSimulationRule inherited from it but as it is only used in
          erp5_invoicing (which already depends on erp5_trade) move it there.
          - erp5_configurator_standard_accounting_template: Add depend on erp5_invoicing.
      * 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.
        + Inventory: used by erp5_archive and erp5_accounting.
        + Order: used by erp5_project.
        + PackingList: used by erp5_publication.
      85417113
  3. 12 Jan, 2011 1 commit
  4. 15 Dec, 2010 1 commit
  5. 25 Oct, 2010 1 commit
  6. 19 Oct, 2010 1 commit
  7. 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
  8. 02 Aug, 2010 1 commit
  9. 15 Jul, 2010 2 commits
  10. 06 Jul, 2010 1 commit
  11. 04 Jun, 2010 1 commit
  12. 20 May, 2010 2 commits
  13. 07 May, 2010 1 commit
  14. 19 Apr, 2010 2 commits
  15. 13 Apr, 2010 1 commit
  16. 09 Apr, 2010 1 commit
  17. 08 Apr, 2010 2 commits
  18. 30 Mar, 2010 1 commit
  19. 23 Mar, 2010 1 commit
  20. 17 Mar, 2010 1 commit
  21. 15 Mar, 2010 2 commits
  22. 09 Mar, 2010 1 commit
  23. 03 Mar, 2010 3 commits
  24. 25 Feb, 2010 1 commit
  25. 26 Jan, 2010 1 commit
  26. 05 Dec, 2009 1 commit
  27. 30 Nov, 2009 1 commit
  28. 26 Nov, 2009 1 commit
  29. 25 Nov, 2009 1 commit
  30. 13 Nov, 2009 1 commit
  31. 27 Oct, 2009 2 commits
  32. 22 Sep, 2009 1 commit