moveInChecklistTemplateLabels top-level constant

SheetLabels const moveInChecklistTemplateLabels

Implementation

const SheetLabels moveInChecklistTemplateLabels = SheetLabels(
      document: 'Move-in checklist',
      from: 'From',
      to: 'To',
      number: 'Unit',
      date: 'Date',
      extra: 'Tenant',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Item',
        'Mark',
        'Note',
      ],
    );