journalTemplateLabels top-level constant

SheetLabels const journalTemplateLabels

Implementation

const SheetLabels journalTemplateLabels = SheetLabels(
      document: 'Journal',
      from: 'Book',
      to: 'Day',
      number: 'Entry',
      date: 'Date',
      extra: 'Day',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Account',
        'Detail',
        'Debit',
        'Credit',
      ],
    );