auditFindingsTemplateLabels top-level constant

SheetLabels const auditFindingsTemplateLabels

Implementation

const SheetLabels auditFindingsTemplateLabels = SheetLabels(
      document: 'Audit findings',
      from: 'From',
      to: 'To',
      number: 'Audit',
      date: 'Date',
      extra: 'Site',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Item',
        'Mark',
        'Note',
      ],
    );