recommendationLetterTemplateLabels top-level constant
SheetLabels
const recommendationLetterTemplateLabels
Implementation
const SheetLabels recommendationLetterTemplateLabels = SheetLabels(
document: 'Recommendation',
from: 'Writer',
to: 'Reader',
number: 'Letter',
date: 'Date',
extra: 'About',
subject: 'Subject',
notes: 'Notes',
subtotal: 'Subtotal',
tax: 'Tax',
total: 'Total',
presentedTo: 'Presented to',
columns: const <String>[
'Item',
'Detail',
'Amount',
],
);