reportFields.js 716 Bytes
Newer Older
abergavenny's avatar
abergavenny committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export const REPORT_FIELDS = {
    apartmentComment: 'MISSING',
    area: 'MISSING',
    averageWindowAge: 'Alter',
    averageWindowCondition: 'Zustand',
    ceilingHeight: 'MISSING',
    centralHeating: 'MISSING',
    heatDemand: 'MISSING',
    heatingType: 'MISSING',
    largeHeatingElements: 'MISSING',
    largeWindows: 'Fenster (groß)',
    mediumHeatingElements: 'MISSING',
    mediumWindows: 'Fenster (normal)',
    panelHeating: 'MISSING',
    powerDemand: 'MISSING',
    roofWindows: 'MISSING',
    smallHeatingElements: 'MISSING',
    smallWindows: 'Fenster (klein)',
    windowComment: 'MISSING',
    windowFrame: 'Rahmen',
    windowGlazing: 'Verglasung',
    workingHeatingInstallations: 'MISSING',
}