Skip to content

SudoSOS Back-end API / html/invoice.html / IInvoiceLineItem

Interface: IInvoiceLineItem ​

One row in the line-items page (a single sub_transaction_row).

Properties ​

description ​

ts
description: string;

excl ​

ts
excl: number;

Per-row excl-VAT amount in euros.


id ​

ts
id: number;

sub_transaction_row.id, used to sort the line-items page.


incl ​

ts
incl: number;

Per-row incl-VAT amount in euros.


qty ​

ts
qty: number;

rate ​

ts
rate: number;

VAT percentage; 0 renders as "None".


vat ​

ts
vat: number;

Per-row VAT amount in euros.