Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Пример структуры позиций чека ChequeItem:

Code Block
languagexml
<chequeitem>
  <id>1</id>
  <product>123460176</product>
  <name>Первый товар</name>
  <price>201.45</price>
  <quantity>21.12</quantity>
  <amount>8530.40</amount>
  <tax>vat10</tax>
  <fpmode>1</fpmode>
</chequeitem>
<chequeitem>
  <id>2</id>
  <product>123460176</product>
  <name>Первый товар</name>
  <price>15301.01</price>
  <quantity>0.064</quantity>
  <amount>979.26</amount>
  <tax>vat18</tax>
  <fpmode>1</fpmode>
</chequeitem>