Page History
...
Item adding window
After filling the "Price" and "Quantity" fields, the "Calculate" button the Price and Quantity fields, the Calculate button becomes active. Pressing this button automatically fills the "the Amount" field field with the calculated value (Price*Quantity), before calculation, the values in the Price (up to two decimal places) and Quantity (up to three decimal places) fields will also be automatically rounded according to arithmetic rules.
List of parameters, which have to be filled is specified in the table below:
...
Parameter | Mandatory field | Adopted values | Comment |
Position number | Yes | Number | # of the cheque's item (unique number for cheque) |
Price | Yes | Number, 15 digits (delimiter: '.') | The cost of a product unit |
Quantity | Yes | Number, digits (delimiter: '.') | The product's quantity in the units of the product measurements |
Amount | Yes | Number, 15 digits (delimiter: '.') | The cost of a specified quantity of product |
Tax | No | Select from the list of available values | |
Subject type | No | Select from the list of available values | Subject type |
Payment mode | No | Select from the list of available values | |
Product code | No | String (50) | Product's code |
| Code type | No | Select from the list of available values | Type of product labeling code |
| Code | No | String (150) | Product labeling code in the code type format |
Position name | No | String (250) | Product's name |
UUID | No | String (255) | The request identifier received by the merchant from the "Chestny ZNAK" labeling system during product verification. |
Request date and time | No | Number | The request time received by the merchant from the "Chestny ZNAK" labeling system. |
FOIV ID | No | String (3) | FOIV identifier |
Document date | No | DD.MM.YYYY | Date of supporting document |
Document ID | No | String (32) | Supporting document identifier |
For merchants that need to transfer extra parameters for cheque items, these parameters are displayed in the form of adding an item.
Item adding window witch extra parameters
...