returnAuthorizationTemplateLabels top-level constant
SheetLabels
const returnAuthorizationTemplateLabels
Implementation
const SheetLabels returnAuthorizationTemplateLabels = SheetLabels(
document: 'Return authorization',
from: 'Seller',
to: 'Buyer',
number: 'RMA',
date: 'Date',
extra: 'Invoice',
subject: 'Subject',
notes: 'Notes',
subtotal: 'Subtotal',
tax: 'Tax',
total: 'Total',
presentedTo: 'Presented to',
columns: const <String>[
'Item',
'Qty',
'Reason',
],
);