incidentReportTemplateLabels top-level constant

SheetLabels const incidentReportTemplateLabels

Implementation

const SheetLabels incidentReportTemplateLabels = SheetLabels(
      document: 'Incident report',
      from: 'From',
      to: 'To',
      number: 'Report',
      date: 'Date',
      extra: 'Place',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Item',
        'Detail',
        'Amount',
      ],
    );