1. 08 Dec, 2017 4 commits
    • Vincent Pelletier's avatar
      erp5_accounting: Factorise grouping query generation. · 64fa4e22
      Vincent Pelletier authored
      Allows overriding it on instances where the invariant
        grouping_reference IS NULL == grouping_date IS NULL
      is applicable, allowing simpler query execution plans.
      64fa4e22
    • Vincent Pelletier's avatar
      erp5_accounting: Stop using AutoQuery. · d3c820fd
      Vincent Pelletier authored
      d3c820fd
    • Vincent Pelletier's avatar
      Products.ZSQLCatalog: Expose query base class to restricted Python · cca64e82
      Vincent Pelletier authored
      For type checking (not recommended, but sometimes useful).
      Expose it as BaseQuery, to avoid conflict with AutoQuery original name.
      cca64e82
    • Vincent Pelletier's avatar
      AccountingTransactionModule_get*AgedBalanceLineList: Rework. · 78c6c6ac
      Vincent Pelletier authored
      Make it more easily extensible by exposing a callback.
      Stop loading documents in the simple version that are only needed by the
      detailed version. Also, stop checking for this inside the main loop, and
      instead use the callback mechanism.
      Use a single query to look for mirror section title instead of one per
      mirror section.
      Behaviour change: mirror section (ie, the entity) title is not
      translated anymore. It used to be because there did not seem to be a
      reasion not to. It is not anymore to avoid loading rach entity from ZODB
      in the default report. This rework makes customisation easier, including
      overwriting this untranslated title with any desired transformation.
      78c6c6ac
  2. 06 Dec, 2017 1 commit
  3. 05 Dec, 2017 3 commits
  4. 04 Dec, 2017 2 commits
  5. 01 Dec, 2017 6 commits
  6. 30 Nov, 2017 15 commits
  7. 29 Nov, 2017 2 commits
  8. 28 Nov, 2017 1 commit
  9. 27 Nov, 2017 2 commits
  10. 24 Nov, 2017 3 commits
  11. 23 Nov, 2017 1 commit