File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191- Amounts in ** cents** (multiply by 100, integer, negative for credit notes)
9292- Tax percent always ** two decimal places** (` 15.00 ` , ` 0.00 ` , ` 14.50 ` )
9393- Exempt entries use ** empty string** for tax percent (nothing between currency and value)
94- - ` BalanceByMoneyType ` has a literal ** ` L ` ** between currency and money type (e.g. ` BALANCEBYMONEYTYPEUSDLCASH3700 ` )
94+ - ` BalanceByMoneyType ` BALANCEBYMONEYTYPEUSDCASH3700 `)
9595- Ordered by: counter type ascending → currency ascending → taxID/moneyType ascending
9696
9797Example:
@@ -101,8 +101,8 @@ Example:
101101SALEBYTAXZWG0.005000
102102SALEBYTAXZWG15.50134950
103103SALETAXBYTAXZWG15.5018110
104- BALANCEBYMONEYTYPEZWGLCARD69975
105- BALANCEBYMONEYTYPEZWGLCASH69975
104+ BALANCEBYMONEYTYPEZWGCARD69975
105+ BALANCEBYMONEYTYPEZWGCASH69975
106106```
107107
108108(joined as one string, no newlines)
You can’t perform that action at this time.
0 commit comments