creditNoteTemplateLabels top-level constant

SheetLabels const creditNoteTemplateLabels

Implementation

const SheetLabels creditNoteTemplateLabels = SheetLabels(
      document: 'Credit note',
      from: 'Issuer',
      to: 'Account',
      number: 'Credit',
      date: 'Date',
      extra: 'Invoice',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Reason',
        'Qty',
        'Credit',
      ],
    );