Skip to content

v14.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 17:04
· 64 commits to version-14 since this release

v14.7.0 (2023-09-07)

Ci

  • ci: migrate to python semantic release (#133)

  • ci: migrate to python semantic release

  • ci: add version variable file

  • ci: update remote name (d37bca6)

Feature

  • feat: disallow cancellation of source documents selected for payment in draft CRs (#126) (#143) (bddc888)

Fix

  • fix: skip check on draft check runs with no transactions (v14) (#148)

Resolution for TypeError: the JSON object must be str, bytes or bytearray, not NoneType when draft check run has no transactions. (dadd084)

  • fix: move bank validation out of override class into hook (#142) (f07ad5a)

  • fix: only increment if check numer is numeric (#139) (079aa52)

Unknown

  • Show the quantity and amount of each Mode of Payment (#141)

  • feat: mode of payment summary component

  • feat: add number_of_invoices_per_voucher to check

  • feat: currency format

  • chore: fix setup, run formatters against repo

  • fix: html formatting

  • feat: reactive

  • feat: only update when draft

  • feat: improvement

  • feat: sort mop

  • fix: slight refactor, 'account' => 'Account'


Co-authored-by: Tyler Matteson <[email protected]> (a0471a3)

  • Use payment schedule as basis for due date and amount in purchase invoice query (#144)

  • feat: use payment schedule as basis for due date and amount in purchase invoices

  • docs: update setup script path

  • fix: typo, add missing query column


Co-authored-by: Heather Kusmierz <[email protected]> (4ccba65)

  • Query Builder fixes (#145)

  • fix: refactor frappe.db.sql to query builder for outstanding

  • fix: refactor postive pay to query builder

  • chore: remove print statement

  • fix: update comparison operator


Co-authored-by: Heather Kusmierz <[email protected]> (e00e476)

  • Update originating dfi id (#135)

According to the NACHA Dev Guide, Originating DFI Identification is supposed to be "The routing number of the DFI originating the entries within the batch."

Co-authored-by: Trusted Computer <[email protected]> (f16bb24)