1. 19 May, 2024 15 commits
  2. 17 May, 2024 1 commit
    • Jérome Perrin's avatar
      accounting: fix error in Journal report with lines with an acquired node · 2ca25775
      Jérome Perrin authored
      If a transaction is selected but instead of having accounts as
      source/destination on lines it acquires the organisation set as
      source/destination on the transaction, this causes an AttributeError
      getGapList when trying to use this organisation as an account.
      
      To fix this, adjust the getMovementHistoryList parameters to select only
      lines using accounts, by passing node_uid, which is O(n) on the number
      of accounts, but the number of accounts is not supposed to be too large
      and other reports also do this assumption.
      2ca25775
  3. 16 May, 2024 1 commit
  4. 15 May, 2024 3 commits
  5. 14 May, 2024 8 commits
  6. 13 May, 2024 1 commit
  7. 12 May, 2024 2 commits
  8. 10 May, 2024 1 commit
  9. 09 May, 2024 6 commits
  10. 08 May, 2024 2 commits