1. 04 May, 2016 2 commits
  2. 03 May, 2016 8 commits
  3. 02 May, 2016 3 commits
  4. 29 Apr, 2016 3 commits
  5. 28 Apr, 2016 6 commits
  6. 27 Apr, 2016 8 commits
  7. 26 Apr, 2016 5 commits
  8. 25 Apr, 2016 3 commits
  9. 22 Apr, 2016 2 commits
    • Vincent Pelletier's avatar
      PaymentTransactionGroup_statPaymentTransactionLineList: Do not use node_category. · 392161f2
      Vincent Pelletier authored
      node_category adds a join with catalog which tends to be preferred by query
      optimiser over the agrgegate relation (because there are fewer accounts than
      there are aggregared documents), which makes displaying a payment group
      proportional to the number of payments on the accoutns instead of
      proportional to current group's related aggregate list.
      Also, drop parent_portal_type condition, as payment lines aggregated to a
      group should be children of a Payment Transaction (and it saves one more
      join - although much less costly than the node_category one).
      Also, make aggregate relation condition strict (there should be no group
      sub-objects from which we would want to get related aggregates).
      392161f2
    • Kazuhiko Shiozaki's avatar