Model that describes item operation history.
| Name | Type | Description |
|---|---|---|
| additional_expenses_amount | Decimal | Additional expenses amount for the operation. Calculated from additional expense documents. |
| cost | Decimal | Cost value. |
| date | Int64 | Operation date as Unix time in seconds. |
| document_code | String | Document code. |
| document_id | Int64 | Document ID. |
| document_type | DocumentType | Document type. |
| document_type_name | String | Document type name. |
| exchange_rate | Decimal | Currency exchange rate at the time of the operation. |
| positive | Boolean | Incoming operation flag: true - incoming, false - outgoing. |
| price | Decimal | Price value. |
| price2 | Decimal | Price value without discount. |
| quantity | Decimal | Quantity. |
| stock | Stock | Stock. |
| vat_calculation_type | String | VAT calculation mode: No - do not accrue, Exclude - included in the amount, Include - added on top. Allowed values: No, Exclude, Include. |
| vat_value | Decimal | VAT value. |