Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 2.27 KB

ModelVoucherPos.md

File metadata and controls

27 lines (24 loc) · 2.27 KB

ModelVoucherPos

Properties

Name Type Description Notes
id int The voucher position id [optional]
object_name string The voucher position object name
map_all bool
create string Date of voucher position creation [optional]
update string Date of last voucher position update [optional]
sev_client \Swagger\Client\Model\ModelVoucherPosSevClient [optional]
voucher \Swagger\Client\Model\ModelVoucherPosVoucher
accounting_type \Swagger\Client\Model\ModelVoucherPosAccountingType
estimated_accounting_type \Swagger\Client\Model\ModelVoucherPosEstimatedAccountingType [optional]
tax_rate float Tax rate of the voucher position.
net bool Determines whether 'sumNet' or 'sumGross' is regarded.<br> If both are not given, 'sum' is regarded and treated as net or gross depending on 'net'. All positions must be either net or gross, a mixture of the two is not possible.
is_asset bool Determines whether position is regarded as an asset which can be depreciated. [optional]
sum_net float Net sum of the voucher position.<br> Only regarded if 'net' is 'true', otherwise its readOnly.
sum_tax float Tax sum of the voucher position. [optional]
sum_gross float Gross sum of the voucher position.<br> Only regarded if 'net' is 'false', otherwise its readOnly.
sum_net_accounting float Net accounting sum. Is equal to sumNet. [optional]
sum_tax_accounting float Tax accounting sum. Is equal to sumTax. [optional]
sum_gross_accounting float Gross accounting sum. Is equal to sumGross. [optional]
comment string Comment for the voucher position. [optional]

[Back to Model list] [Back to API list] [Back to README]