inventoryCountTemplateLabels top-level constant
SheetLabels
const inventoryCountTemplateLabels
Implementation
const SheetLabels inventoryCountTemplateLabels = SheetLabels(
document: 'Inventory count',
from: 'Counter',
to: 'Store',
number: 'Count',
date: 'Date',
extra: 'Aisle',
subject: 'Subject',
notes: 'Notes',
subtotal: 'Subtotal',
tax: 'Tax',
total: 'Total',
presentedTo: 'Presented to',
columns: const <String>[
'Item',
'Book',
'Counted',
],
);