warningNoticeTemplateLabels top-level constant
SheetLabels
const warningNoticeTemplateLabels
Implementation
const SheetLabels warningNoticeTemplateLabels = SheetLabels(
document: 'Warning notice',
from: 'Manager',
to: 'Employee',
number: 'Notice',
date: 'Date',
extra: 'Level',
subject: 'Subject',
notes: 'Notes',
subtotal: 'Subtotal',
tax: 'Tax',
total: 'Total',
presentedTo: 'Presented to',
columns: const <String>[
'Item',
'Detail',
'Amount',
],
);