An error occurred fetching the project authors.
  1. 29 Jul, 2013 1 commit
  2. 10 Dec, 2012 1 commit
    • Jérome Perrin's avatar
      Extend grouping_reference with grouping_date · f3bebea3
      Jérome Perrin authored
      The grouping date is a property representing the date when this grouping is
      effective.
      In erp5_accounting, when setting a grouping reference, the grouping date will
      be set to the latest date of grouped line. When running reports with
      "omit_grouping_reference", lines that are grouped after the end date of the
      report will still be displayed.
      
      SQLCatalog structure changed, and can be updated with:
      alter table catalog add column grouping_date datetime after grouping_reference;
      
      You might also want to set a grouping date on movements with a grouping
      reference in the migration.
      f3bebea3
  3. 11 Mar, 2011 1 commit
  4. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      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
      c1ae57b0
  5. 04 Jun, 2010 1 commit
  6. 03 May, 2010 1 commit
  7. 17 Nov, 2009 1 commit
    • Sebastien Robin's avatar
      - the possibility to pass --enable_full_indexing=portal_skins in · 2dd6ad08
      Sebastien Robin authored
       order to make optimisation configuration in unit test
      - isIndexable is not a property any more, it is a ConstantGetter
       instance, so it works like a property and like a method
      - same thing for isPredicate, isTemplate, isDelivery... we can
       start moving using only methods.
      - do not define isTemplate, isDelivery... when it is already
        available thanks to inheritance
      - new methods generated for all ERP5 objects : provides[InterfaceName].
       For instance, "providesIMovement()" will return True or False for
       any ERP5 object.
      - new method "is[Group]Type" generated for all ERP5 objects. The group
       here is group of portal types (like getPortalDeliveryTypeList()). So
       on any ERP5 object, you can do "isDeliveryType()", and this will
       returns True or False.
      - add tests
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
      2dd6ad08
  8. 12 Jun, 2009 2 commits
  9. 04 Mar, 2008 1 commit
  10. 18 Dec, 2007 1 commit
  11. 28 Sep, 2007 1 commit
  12. 22 Aug, 2007 1 commit
  13. 25 Mar, 2006 1 commit
  14. 24 Jan, 2006 1 commit
  15. 10 Jan, 2006 1 commit
  16. 03 Jan, 2006 1 commit
  17. 29 Dec, 2005 2 commits
  18. 26 Sep, 2005 1 commit
  19. 23 Sep, 2005 2 commits
  20. 05 Jul, 2005 1 commit
  21. 24 Jun, 2005 1 commit
  22. 20 Jun, 2005 1 commit
  23. 19 Jun, 2005 1 commit
  24. 03 Mar, 2005 1 commit
  25. 23 Feb, 2005 1 commit
  26. 13 Oct, 2004 1 commit
  27. 20 Jul, 2004 1 commit
  28. 28 Jun, 2004 1 commit
  29. 21 Jun, 2004 1 commit
  30. 19 Apr, 2004 1 commit
  31. 08 Feb, 2004 1 commit
  32. 10 Dec, 2002 1 commit