serviceEstimateTemplateLabels top-level constant
SheetLabels
const serviceEstimateTemplateLabels
Implementation
const SheetLabels serviceEstimateTemplateLabels = SheetLabels(
document: 'Service estimate',
from: 'Workshop',
to: 'Client',
number: 'Estimate',
date: 'Date',
extra: 'Valid until',
subject: 'Subject',
notes: 'Notes',
subtotal: 'Subtotal',
tax: 'Tax',
total: 'Total',
presentedTo: 'Presented to',
columns: const <String>[
'Task',
'Hours',
'Amount',
],
);