warehouseTransferTemplateLabels top-level constant

SheetLabels const warehouseTransferTemplateLabels

Implementation

const SheetLabels warehouseTransferTemplateLabels = SheetLabels(
      document: 'Warehouse transfer',
      from: 'From store',
      to: 'To store',
      number: 'Transfer',
      date: 'Date',
      extra: 'Reason',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Item',
        'Qty',
        'From bin',
      ],
    );