commissionNoteTemplateLabels top-level constant

SheetLabels const commissionNoteTemplateLabels

Implementation

const SheetLabels commissionNoteTemplateLabels = SheetLabels(
      document: 'Commission note',
      from: 'House',
      to: 'Agent',
      number: 'Note',
      date: 'Date',
      extra: 'Period',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Deal',
        'Base',
        'Rate',
        'Commission',
      ],
    );