cashFlowTemplateLabels top-level constant

SheetLabels const cashFlowTemplateLabels

Implementation

const SheetLabels cashFlowTemplateLabels = SheetLabels(
      document: 'Cash flow',
      from: 'Entity',
      to: 'Period',
      number: 'Flow',
      date: 'Date',
      extra: 'Period',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Line',
        'Way',
        'Amount',
      ],
    );