debitNoteTemplateLabels top-level constant

SheetLabels const debitNoteTemplateLabels

Implementation

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