fieldDistributionTemplateLabels top-level constant

SheetLabels const fieldDistributionTemplateLabels

Implementation

const SheetLabels fieldDistributionTemplateLabels = SheetLabels(
      document: 'Distribution sheet',
      from: 'Team',
      to: 'Round',
      number: 'Sheet',
      date: 'Date',
      extra: 'Site',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Household',
        'Item',
        'Qty',
      ],
    );