Skip to content

Commit 82c028d

Browse files
Fix BalanceByMoneyType formatting in documentation
Corrected formatting for BalanceByMoneyType entries in fiscal counters documentation.
1 parent f468725 commit 82c028d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/fiscal-counters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Rules:
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

9797
Example:
@@ -101,8 +101,8 @@ Example:
101101
SALEBYTAXZWG0.005000
102102
SALEBYTAXZWG15.50134950
103103
SALETAXBYTAXZWG15.5018110
104-
BALANCEBYMONEYTYPEZWGLCARD69975
105-
BALANCEBYMONEYTYPEZWGLCASH69975
104+
BALANCEBYMONEYTYPEZWGCARD69975
105+
BALANCEBYMONEYTYPEZWGCASH69975
106106
```
107107

108108
(joined as one string, no newlines)

0 commit comments

Comments
 (0)