forked from jappel/leistungsbilanz-ts
Rewrite frontend, added rooms, voltage selection per project, startet with todos
This commit is contained in:
parent
81d47ce16f
commit
65819900b1
49 changed files with 3695 additions and 394 deletions
|
|
@ -13,8 +13,22 @@ export interface ConsumerDto {
|
|||
id: string;
|
||||
projectId: string;
|
||||
distributionBoardId: string | null;
|
||||
circuitListId: string | null;
|
||||
roomId: string | null;
|
||||
circuitNumber: string | null;
|
||||
description: string | null;
|
||||
name: string;
|
||||
category: string | null;
|
||||
deviceType: string | null;
|
||||
phaseType: string | null;
|
||||
tradeOrCostGroup: string | null;
|
||||
group: string | null;
|
||||
protectionType: string | null;
|
||||
protectionRatedCurrent: number | null;
|
||||
protectionCharacteristic: string | null;
|
||||
cableType: string | null;
|
||||
cableCrossSection: string | null;
|
||||
comment: string | null;
|
||||
quantity: number;
|
||||
installedPowerPerUnitKw: number;
|
||||
demandFactor: number;
|
||||
|
|
@ -23,4 +37,3 @@ export interface ConsumerDto {
|
|||
powerFactor: number | null;
|
||||
note: string | null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue