handoverNoteTemplateLabels top-level constant

SheetLabels const handoverNoteTemplateLabels

Implementation

const SheetLabels handoverNoteTemplateLabels = SheetLabels(
      document: 'Handover',
      from: 'From watch',
      to: 'To watch',
      number: 'Handover',
      date: 'Date',
      extra: 'Open items',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Item',
        'Detail',
        'Amount',
      ],
    );