An error occurred fetching the project authors.
  1. 30 Sep, 2022 1 commit
  2. 26 Feb, 2019 1 commit
  3. 12 Jan, 2016 1 commit
  4. 16 Oct, 2014 1 commit
  5. 04 Sep, 2014 1 commit
  6. 16 Dec, 2013 1 commit
  7. 19 Oct, 2010 1 commit
  8. 27 Jul, 2010 1 commit
  9. 21 Jul, 2010 1 commit
    • Jérome Perrin's avatar
      - Initial implementation of a new way of calulating budget consumptions: · cd62e742
      Jérome Perrin authored
        instead of doing one getInventory by budget cell, we do one getInventoryList
        by budget line.
      - Budget variation now uses the variation defined at the proper level, ie if
        this is a line level variation, it uses membership criterion from the line,
        if this is budget level, from the budget. if this is a cell level, from the
        cell. This means that we no longer have to copy all level categories on the
        cell. The UI will have to be updated.
      - Test those new features and add some missing tests
      
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37220 20353a03-c40f-0410-a6d1-a30d3c3de9de
      cd62e742
  10. 10 Mar, 2010 1 commit
  11. 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
  12. 09 Jun, 2009 1 commit
  13. 01 Jun, 2009 1 commit
  14. 18 Feb, 2009 1 commit
    • Jérome Perrin's avatar
      Simplify budget model variations, only 2 simple class are used: · 5fd031ec
      Jérome Perrin authored
       - NodeBudgetVariation that explicitly lists the possible values one by one,
         either by selecting them of specifying a script to return this list of
         values
       - CategoryBudgetVariation that uses a base category
      for each one, you specify what will be the "axis" used for getInventory (node,
      mirror_node, node_category etc)
      
      "SectionCategoryBudgetVariation" is therefore useless, it's a
      CategoryBudgetVariation where the axis is "section_category"
      
      Budget Cell, Budget Line and now Budget itself can be variated
       
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25611 20353a03-c40f-0410-a6d1-a30d3c3de9de
      5fd031ec
  15. 29 Jan, 2009 1 commit
  16. 12 Jan, 2009 1 commit
  17. 08 Jan, 2009 1 commit