Skip to content

Commit

Permalink
Update doc/middleware-de-kassensichv/data-structures/data-structures.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Schmiedlechner <TSchmiedlechner@users.noreply.github.com>
  • Loading branch information
forsthug and TSchmiedlechner committed Apr 29, 2024
1 parent 603a35b commit 2682b87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The following table highlights fields of the charge item that need special handl
| `VATAmount` | `decimal (5)` | mandatory for special cases | In some special cases of taxation (e.g. car spare part in the car repair shop), the VAT is not a percentage of the net-price (NETTO) or the gross-price. For these cases, the field `VATAmount` is mandatory and a `ftChargeItemCase` that maps to DSFinV-K UST_SCHLUESSEL 7 should be used. The value of the field `VATRate` should be set to `0.0`. | 1.3 |

### Payload and Export Amount Calculation
To get a positive Amount: Amount and Quantity have to be positiv. This is relevant with credit notes including rabatt, which must be positiv.
To get a positive Amount: Amount and Quantity have to be positive. This is relevant e.g. for credit notes including a discount, which must be positive.

| **Calculated Amount** | **Receipt Amount** | **Receipt Quantity** |
| -------- | ------- | ------- |
Expand Down

0 comments on commit 2682b87

Please sign in to comment.