freightQuoteTemplateLabels top-level constant

SheetLabels const freightQuoteTemplateLabels

Implementation

const SheetLabels freightQuoteTemplateLabels = SheetLabels(
      document: 'Freight quote',
      from: 'Carrier',
      to: 'Shipper',
      number: 'Quote',
      date: 'Date',
      extra: 'Lane',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Leg',
        'Weight',
        'Amount',
      ],
    );