1. 11 Dec, 2017 4 commits
    • Vincent Pelletier's avatar
      erp5_accounting: Factorise grouping query generation. · 1d49a0b7
      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.
      1d49a0b7
    • Vincent Pelletier's avatar
      erp5_accounting: Stop using AutoQuery. · 13b8424a
      Vincent Pelletier authored
      13b8424a
    • Vincent Pelletier's avatar
      Products.ZSQLCatalog: Expose query base class to restricted Python · 0a8a2665
      Vincent Pelletier authored
      For type checking (not recommended, but sometimes useful).
      Expose it as BaseQuery, to avoid conflict with AutoQuery original name.
      0a8a2665
    • Vincent Pelletier's avatar
      AccountingTransactionModule_get*AgedBalanceLineList: Rework. · d35b95ef
      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.
      d35b95ef
  2. 08 Dec, 2017 2 commits
  3. 07 Dec, 2017 7 commits
  4. 06 Dec, 2017 1 commit
  5. 05 Dec, 2017 3 commits
  6. 04 Dec, 2017 2 commits
  7. 01 Dec, 2017 6 commits
  8. 30 Nov, 2017 15 commits