consignmentNoteTemplateLabels top-level constant
SheetLabels
const consignmentNoteTemplateLabels
Implementation
const SheetLabels consignmentNoteTemplateLabels = SheetLabels(
document: 'Consignment note',
from: 'Holder',
to: 'Owner',
number: 'Note',
date: 'Date',
extra: 'Hold until',
subject: 'Subject',
notes: 'Notes',
subtotal: 'Subtotal',
tax: 'Tax',
total: 'Total',
presentedTo: 'Presented to',
columns: const <String>[
'Item',
'Qty',
'Condition',
],
);