reportCardTemplateLabels top-level constant

SheetLabels const reportCardTemplateLabels

Implementation

const SheetLabels reportCardTemplateLabels = SheetLabels(
      document: 'Report card',
      from: 'School',
      to: 'Student',
      number: 'Card',
      date: 'Date',
      extra: 'Term',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Subject',
        'Mark',
        'Comment',
      ],
    );