purchaseOrderTemplateLabels top-level constant

SheetLabels const purchaseOrderTemplateLabels

Implementation

const SheetLabels purchaseOrderTemplateLabels = SheetLabels(
      document: 'Purchase order',
      from: 'Buyer',
      to: 'Supplier',
      number: 'PO',
      date: 'Date',
      extra: 'Needed by',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Item',
        'Qty',
        'Unit',
        'Amount',
      ],
    );