File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.8.0
4+
5+ This version introduces a change in the way quantities are handled in the line items to make it
6+ more standards compliant. The original ` quantity ` property will be removed in 4.0.0.
7+
8+ - [ FEATURE] Add ` billed_quantity ` and ` basis_quantity ` to be more spec compliant. PR by @ahmedm10
9+ - [ FEATURE] Enable different tax reasons per tax. PR by @ahmedm10
10+ - [ FEATURE] Add extra fields to support SEPA direct debit. PR by @ronald
11+ - [ FEATURE] Add extra field to support buyer reference id. PR by @ronald
12+ - [ FEATURE] Add extra field to support buyer person name. PR by @ronald
13+
314## 3.7.0
415
516- [ FEATURE] Add ability to add BIC and payee name to help with Verification of Payee. PR by @tosch
Original file line number Diff line number Diff line change 22
33This library has been originally developed by Jan @halfbyte Krutisch.
44
5+ Many thanks to the following contributors (in order of contribution)
6+
57@zealot128 (Stefan Wienert) contributed a bunch of new fields on invoice and also helped keeping the specs up to date.
68
79@SubandiK (Subandi Khairun) added a more robust handling of tax rates and fixed bugs in the original code.
@@ -12,3 +14,7 @@ This library has been originally developed by Jan @halfbyte Krutisch.
1214
1315@corny (Julian Kornberger) added support for notes among other things.
1416
17+ @ahmedm10 (Ahmed Abdulmajeed) fixed the line item quantities and enabled different tax reasons per tax
18+
19+ @ronald (Mr. Ronald) added support for SEPA extra fields and more fields for buyer reference
20+
Original file line number Diff line number Diff line change 1515=end
1616
1717module Secretariat
18- VERSION = "3.7 .0"
18+ VERSION = "3.8 .0"
1919end
You can’t perform that action at this time.
0 commit comments