welcomeNoteTemplateLabels top-level constant

SheetLabels const welcomeNoteTemplateLabels

Implementation

const SheetLabels welcomeNoteTemplateLabels = SheetLabels(
      document: 'Welcome note',
      from: 'Host',
      to: 'Newcomer',
      number: 'Note',
      date: 'Date',
      extra: 'Desk',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Item',
        'Detail',
        'Amount',
      ],
    );