appointmentLetterTemplateLabels top-level constant

SheetLabels const appointmentLetterTemplateLabels

Implementation

const SheetLabels appointmentLetterTemplateLabels = SheetLabels(
      document: 'Appointment letter',
      from: 'Employer',
      to: 'Employee',
      number: 'Letter',
      date: 'Date',
      extra: 'Post',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Item',
        'Detail',
        'Amount',
      ],
    );