@gandalan/weblibs 1.5.23 → 1.5.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3189 -256
- package/package.json +1 -1
- package/scripts/generate-root-dto-typedefs.mjs +865 -54
package/index.d.ts
CHANGED
|
@@ -1,259 +1,3192 @@
|
|
|
1
1
|
export * from "./index.js";
|
|
2
2
|
|
|
3
|
-
export type AblageApi =
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export type
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
export type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export type
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export type
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export type
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export type
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export type
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
export type
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
export type
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
export type
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
export type
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
export type
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
export type
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
export type
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
export type
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
export type
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
export type
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
export type
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
3
|
+
export type AblageApi = {
|
|
4
|
+
get: (guid: string) => Promise<AblageDTO>;
|
|
5
|
+
getAll: (changedSince?: Date, includeDetails?: boolean) => Promise<AblageDTO[]>;
|
|
6
|
+
save: (dto: AblageDTO) => Promise<void>;
|
|
7
|
+
delete: (guid: string) => Promise<void>;
|
|
8
|
+
serienFachverteilung: (serieGuid: string) => Promise<FachzuordnungResultDTO>;
|
|
9
|
+
fachverteilung: (avGuids: string[]) => Promise<FachzuordnungResultDTO>;
|
|
10
|
+
fach: { get: (guid: string) => Promise<AblageFachDTO>; getAll: (changedSince?: Date, includeDetails?: boolean) => Promise<AblageFachDTO[]>; save: (dto: AblageFachDTO) => Promise<void>; delete: (guid: string) => Promise<void> };
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export type AblageDTO = {
|
|
14
|
+
AblageGuid: string;
|
|
15
|
+
ChangedDate: Date;
|
|
16
|
+
AblageFaecher: Array<AblageFachDTO>;
|
|
17
|
+
Standort: string;
|
|
18
|
+
Bezeichnung: string;
|
|
19
|
+
Kuerzel: string;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export type AblageFachDTO = {
|
|
23
|
+
AblageFachGuid: string;
|
|
24
|
+
Belegt: boolean;
|
|
25
|
+
FachNr: number;
|
|
26
|
+
ProduktGruppenGuids: Array<string>;
|
|
27
|
+
MaterialBedarfGuids: Array<string>;
|
|
28
|
+
BelegPositionAVGuid: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export type AddRechnungSammelrechnungDTO = {
|
|
32
|
+
BelegGuid: string;
|
|
33
|
+
SammelrechnungGuid: string;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export type AdresseDruckDTO = {
|
|
37
|
+
Anrede: string;
|
|
38
|
+
Nachname: string;
|
|
39
|
+
Vorname: string;
|
|
40
|
+
Firmenname: string;
|
|
41
|
+
Zusatz: string;
|
|
42
|
+
AdressZusatz1: string;
|
|
43
|
+
Strasse: string;
|
|
44
|
+
Hausnummer: string;
|
|
45
|
+
Postleitzahl: string;
|
|
46
|
+
Ort: string;
|
|
47
|
+
Ortsteil: string;
|
|
48
|
+
Land: string;
|
|
49
|
+
IstInland: boolean;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export type AdresseDTO = {
|
|
53
|
+
AdressGuid: string;
|
|
54
|
+
Titel: string;
|
|
55
|
+
Anrede: string;
|
|
56
|
+
Nachname: string;
|
|
57
|
+
Vorname: string;
|
|
58
|
+
Firmenname: string;
|
|
59
|
+
AdressZusatz1: string;
|
|
60
|
+
AdressZusatz2: string;
|
|
61
|
+
Strasse: string;
|
|
62
|
+
Hausnummer: string;
|
|
63
|
+
Postfach: string;
|
|
64
|
+
Postleitzahl: string;
|
|
65
|
+
Ort: string;
|
|
66
|
+
Ortsteil: string;
|
|
67
|
+
Land: string;
|
|
68
|
+
IstInland: boolean;
|
|
69
|
+
Mailadresse: string;
|
|
70
|
+
Landesvorwahl: string;
|
|
71
|
+
Vorwahl: string;
|
|
72
|
+
Telefonnummer: string;
|
|
73
|
+
Durchwahl: string;
|
|
74
|
+
Webadresse: string;
|
|
75
|
+
Verwendungszweck: string;
|
|
76
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
77
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export type AnpassungApi = {
|
|
81
|
+
getAll: () => Promise<AnpassungDTO[]>;
|
|
82
|
+
save: (dto: AnpassungDTO) => Promise<void>;
|
|
83
|
+
delete: (anpassungGuid: string) => Promise<void>;
|
|
84
|
+
runWebJob: () => Promise<void>;
|
|
85
|
+
vorlage: { getAll: () => Promise<AnpassungVorlageDTO[]>; get: (guid: string) => Promise<AnpassungVorlageDTO>; save: (dto: AnpassungVorlageDTO) => Promise<void>; delete: (guid: string) => Promise<void> };
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
export type ApiVersionDTO = {
|
|
89
|
+
Version: string;
|
|
90
|
+
Environment: string;
|
|
91
|
+
BuildTime: string;
|
|
92
|
+
ReleaseTime: string;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
export type AppActivationStatusDTO = {
|
|
96
|
+
KundeGuid: string;
|
|
97
|
+
KundenMandantGuid: string;
|
|
98
|
+
KundenMandantIstAktiv: boolean;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
export type ArtikelApi = {
|
|
102
|
+
getAll: (changedSince?: Date) => Promise<WarenGruppeDTO[]>;
|
|
103
|
+
saveArtikel: (artikel: KatalogArtikelDTO) => Promise<KatalogArtikelDTO>;
|
|
104
|
+
deleteArtikel: (artikel: KatalogArtikelDTO) => Promise<void>;
|
|
105
|
+
getAllIndiDaten: (changedSince?: Date) => Promise<KatalogArtikelIndiDatenDTO[]>;
|
|
106
|
+
saveArtikelIndiDaten: (daten: KatalogArtikelIndiDatenDTO) => Promise<void>;
|
|
107
|
+
deleteArtikelIndiDaten: (daten: KatalogArtikelIndiDatenDTO) => Promise<void>;
|
|
108
|
+
getAllWarenGruppen: () => Promise<WarenGruppeDTO[]>;
|
|
109
|
+
saveWarenGruppe: (dto: WarenGruppeDTO) => Promise<void>;
|
|
110
|
+
getAllProduktGruppen: (includeFamilien?: boolean) => Promise<ProduktGruppeDTO[]>;
|
|
111
|
+
saveProduktGruppe: (produktGruppe: ProduktGruppeDTO) => Promise<ProduktGruppeDTO>;
|
|
112
|
+
getAllProduktFamilien: (includeVarianten?: boolean) => Promise<ProduktFamilieDTO[]>;
|
|
113
|
+
saveProduktFamilie: (produktFamilie: ProduktFamilieDTO) => Promise<ProduktFamilieDTO>;
|
|
114
|
+
getAllKomponenten: () => Promise<KomponenteDTO[]>;
|
|
115
|
+
saveKomponente: (dto: KomponenteDTO) => Promise<void>;
|
|
116
|
+
getAllVarianten: () => Promise<VarianteDTO[]>;
|
|
117
|
+
getAllVariantenGuids: () => Promise<string[]>;
|
|
118
|
+
getAllVariantenChanges: (changedSince?: Date) => Promise<string[]>;
|
|
119
|
+
getVariante: (varianteGuid: string, includeUIDefs?: boolean, includeKonfigs?: boolean) => Promise<VarianteDTO>;
|
|
120
|
+
saveVariante: (variante: VarianteDTO) => Promise<VarianteDTO>;
|
|
121
|
+
cacheWebJob: () => Promise<void>;
|
|
122
|
+
getAllKonturen: () => Promise<KonturDTO[]>;
|
|
123
|
+
saveKontur: (dto: KonturDTO) => Promise<void>;
|
|
124
|
+
getAllSchnitte: () => Promise<SchnittDTO[]>;
|
|
125
|
+
saveSchnitt: (dto: SchnittDTO) => Promise<void>;
|
|
126
|
+
berechneSonderfarben: (belegGuid: string) => Promise<BelegDTO>;
|
|
127
|
+
getBenutzerVarianten: (benutzerGuid: string, mitSperrliste: boolean) => Promise<VarianteDTO[]>;
|
|
128
|
+
resetCacheVariantenListen: () => Promise<void>;
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
export type ArtikelstammEintrag = {
|
|
132
|
+
KatalogArtikelGuid?: string;
|
|
133
|
+
KatalogNummer?: string;
|
|
134
|
+
Katalognummer?: string;
|
|
135
|
+
Nummer?: string;
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
export type ArtosStartSettingsDTO = {
|
|
139
|
+
MaterialBedarfLogik: MaterialBedarfLogik;
|
|
140
|
+
UserAuthToken: UserAuthTokenDTO;
|
|
141
|
+
Environment: string;
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
export type AufpreisAnpassungDTO = {
|
|
145
|
+
Bezeichnung: string;
|
|
146
|
+
FeldName: string;
|
|
147
|
+
FeldWert: string;
|
|
148
|
+
Aufpreis: number;
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
export type AuthApi = {
|
|
152
|
+
authenticate: (dto: LoginDTO) => Promise<string>;
|
|
153
|
+
authenticateForFunction: (email: string) => Promise<string>;
|
|
154
|
+
refreshToken: (token: string) => Promise<string>;
|
|
155
|
+
createServiceToken: (dto?: CreateServiceTokenRequestDTO) => Promise<string>;
|
|
156
|
+
removeExpiredTokens: () => Promise<void>;
|
|
157
|
+
getFremdAppAuthToken: (fremdApp: string) => Promise<UserAuthTokenDTO>;
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
export type AvApi = {
|
|
161
|
+
getAll: (includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
162
|
+
getAllChangedSince: (changedSince: Date, includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
163
|
+
getBySerie: (serieGuid: string, includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
164
|
+
getByVorgang: (vorgangGuid: string, includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
165
|
+
getByVorgangGuids: (vorgangGuids: string[], includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
166
|
+
getByBelegPosition: (belegpositionGuid: string) => Promise<BelegPositionAVDTO[]>;
|
|
167
|
+
getById: (avGuid: string) => Promise<BelegPositionAVDTO>;
|
|
168
|
+
getByPCode: (pcode: string, includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
169
|
+
searchByPCode: (search: string) => Promise<BelegPositionAVDTO[]>;
|
|
170
|
+
save: (position: BelegPositionAVDTO) => Promise<void>;
|
|
171
|
+
saveList: (positionen: BelegPositionAVDTO[]) => Promise<BelegPositionAVDTO[]>;
|
|
172
|
+
saveToSerie: (serieGuid: string, positionGuids: string[]) => Promise<BelegPositionAVDTO[]>;
|
|
173
|
+
berechnen: (guids: string[]) => Promise<void>;
|
|
174
|
+
delete: (guid: string) => Promise<void>;
|
|
175
|
+
deleteList: (guids: string[]) => Promise<void>;
|
|
176
|
+
serienZuordnen: (belegGuid: string, positionSerieItems: PositionSerieItemDTO[]) => Promise<void>;
|
|
177
|
+
preProcess: (dto: BerechnungParameterDTO) => Promise<BerechnungParameterDTO>;
|
|
178
|
+
postProcess: (dto: BelegPositionAVDTO) => Promise<ProduktionsDatenDTO>;
|
|
179
|
+
reserviert: { getAll: () => Promise<AVReserviertItemDTO[]>; getBySerie: (serieGuid: string) => Promise<AVReserviertItemDTO[]> };
|
|
180
|
+
runAvBerechnung: (id: string, mandantId: number) => Promise<void>;
|
|
181
|
+
calculateItems: () => Promise<void>;
|
|
182
|
+
getCalculateItemList: () => Promise<MandantAndBelegPosGuidDTO[]>;
|
|
183
|
+
checkAvPositionCount: (belegPosGuid: string, mandantId: number) => Promise<string[]>;
|
|
184
|
+
avBerechnungCloudProcess: (parameter: BerechnungParameterDTO) => Promise<BerechnungParameterDTO>;
|
|
185
|
+
calculateAvPosition: (mandantId: number, avPosGuid: string) => Promise<void>;
|
|
186
|
+
putCalculationInfo: (calculationInfoDTO: CalculationInfoDTO) => Promise<CalculationInfoDTO>;
|
|
187
|
+
getCalculationInfo: (mandantId: number, belegPosGuid: string) => Promise<CalculationInfoDTO>;
|
|
188
|
+
getIncompleteCalculationInfos: () => Promise<CalculationInfoDTO[]>;
|
|
189
|
+
getInCalculationCount: () => Promise<number>;
|
|
190
|
+
calculateKapazitaetForFunction: (positionGuid: string, mandantID: number) => Promise<void>;
|
|
191
|
+
calculateKapazitaetForAv: (avPositionGuids: string[], mandantID: number) => Promise<void>;
|
|
192
|
+
calculateKapazitaetItems: () => Promise<void>;
|
|
193
|
+
getAvReportVorgaenge: (request: AvReportVorgangRequestDto) => Promise<AvReportVorgangDto[]>;
|
|
194
|
+
getSaegeDatenHistorie: (saegeDatenHistorieGuid: string, includeSaegeDatei?: boolean, includeMeldungen?: boolean) => Promise<SaegeDatenHistorieDTO>;
|
|
195
|
+
getSaegeDatenHistorieForSerie: (serieGuid: string, includeSaegeDatei?: boolean, includeMeldungen?: boolean) => Promise<SaegeDatenHistorieDTO[]>;
|
|
196
|
+
getSaegeDatenHistorieSince: (sinceWhen: Date, includeSaegeDatei?: boolean, includeMeldungen?: boolean) => Promise<SaegeDatenHistorieDTO[]>;
|
|
197
|
+
saveSaegeDatenHistorie: (dto: SaegeDatenHistorieDTO) => Promise<SaegeDatenResultDTO>;
|
|
198
|
+
saveSaegeDatenHistorieBulk: (dtos: SaegeDatenHistorieDTO[]) => Promise<void>;
|
|
199
|
+
getAllMaterialBearbeitungsMethoden: () => Promise<MaterialBearbeitungsMethodeDTO[]>;
|
|
200
|
+
saveMaterialBearbeitungsMethode: (dto: MaterialBearbeitungsMethodeDTO) => Promise<void>;
|
|
201
|
+
material: { serieBerechnen: (serieGuid: string) => Promise<void>; getForSerie: (serieGuid: string) => Promise<MaterialbedarfDTO[]>; getOffenerBedarfV2: (serieGuid: string, filterCsvExportedMaterial?: boolean) => Promise<MaterialbedarfDTO[]>; getOffenerBedarf: (serieGuid: string) => Promise<MaterialbedarfDTO[]>; resetForSerie: (serieGuid: string) => Promise<void>; berechnenForFunction: (serieGuid: string, mandantId: number) => Promise<string[]>; resetFromAvPosForFunction: (avPosGuid: string, mandantId: number) => Promise<string[]>; addOrUpdate: (dto: MaterialbedarfDTO) => Promise<SerienMaterialEditDTO>; delete: (materialbedarfGuid: string) => Promise<void> };
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
export type AVReserviertItemDTO = {
|
|
205
|
+
Variante: string;
|
|
206
|
+
ArtikelNummer: string;
|
|
207
|
+
Menge: number;
|
|
208
|
+
Kommission: string;
|
|
209
|
+
Kunde: string;
|
|
210
|
+
VorgangsNummer: number;
|
|
211
|
+
VorgangGuid: string;
|
|
212
|
+
BelegNummer: number;
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
export type BaseListItemDTO = {
|
|
216
|
+
VorgangGuid: string;
|
|
217
|
+
BelegGuid: string;
|
|
218
|
+
VorgangsNummer: number;
|
|
219
|
+
BelegNummer: number;
|
|
220
|
+
BelegJahr: number;
|
|
221
|
+
ErstellDatum: Date;
|
|
222
|
+
AenderungsDatum: Date;
|
|
223
|
+
Kundenname: string;
|
|
224
|
+
URL: string;
|
|
225
|
+
Status: string;
|
|
226
|
+
AnzahlNachrichten: number;
|
|
227
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
228
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
export type BauteilDTO = {
|
|
232
|
+
BauteilGuid: string;
|
|
233
|
+
BauteilKategorieGuid: string;
|
|
234
|
+
Name: string;
|
|
235
|
+
Art: string;
|
|
236
|
+
IstRotationsKoerper: boolean;
|
|
237
|
+
ConstructScript: string;
|
|
238
|
+
UpdateScript: string;
|
|
239
|
+
ValidateScript: string;
|
|
240
|
+
EtikettenKuerzel: string;
|
|
241
|
+
IstSichtbar: boolean;
|
|
242
|
+
ArtikelNummer: string;
|
|
243
|
+
Schnitt: SchnittDTO;
|
|
244
|
+
MaterialGuid: string;
|
|
245
|
+
ZugehoerigerKatalogArtikelGuid: string;
|
|
246
|
+
Version: number;
|
|
247
|
+
ChangedDate: Date;
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
export type BearbeitungDTO = {
|
|
251
|
+
BearbeitungGuid: string;
|
|
252
|
+
Kennzeichen: string;
|
|
253
|
+
ZielKennzeichen: string;
|
|
254
|
+
BearbeitungsName: string;
|
|
255
|
+
X: number;
|
|
256
|
+
Y: number;
|
|
257
|
+
ProfilName: string;
|
|
258
|
+
ProfilLaenge: number;
|
|
259
|
+
ProfilBreite: number;
|
|
260
|
+
KatalogNummer: string;
|
|
261
|
+
StammdatenDateiFuerBearbeitung: string;
|
|
262
|
+
Spannsituation: string;
|
|
263
|
+
SpannSituationAlternativ: string;
|
|
264
|
+
StartXRegel: string;
|
|
265
|
+
FraesBild: string;
|
|
266
|
+
TextHP: string;
|
|
267
|
+
TextNP: string;
|
|
268
|
+
LLBreite: number;
|
|
269
|
+
LLBreiteAmBildschirm: number;
|
|
270
|
+
LLHoehe: number;
|
|
271
|
+
DurchmesserBohrung: number;
|
|
272
|
+
LochAbstand: number;
|
|
273
|
+
LochAbstandAmBildschirm: number;
|
|
274
|
+
Winkel: number;
|
|
275
|
+
ManuellGeloescht: boolean;
|
|
276
|
+
Passiv: boolean;
|
|
277
|
+
NichtFreigegeben: boolean;
|
|
278
|
+
MassXEditierbar: boolean;
|
|
279
|
+
GroesseEditierbar: boolean;
|
|
280
|
+
};
|
|
281
|
+
|
|
282
|
+
export type BearbeitungsKuerzelDTO = {
|
|
283
|
+
BearbeitungsKuerzel: string;
|
|
284
|
+
Beschreibung: string;
|
|
285
|
+
VerfuegbarFuer: string[];
|
|
286
|
+
FarbCode: string;
|
|
287
|
+
RegularExpression: string;
|
|
288
|
+
};
|
|
289
|
+
|
|
290
|
+
export type BeleganschriftDTO = {
|
|
291
|
+
AdressGuid: string;
|
|
292
|
+
Art: string;
|
|
293
|
+
Titel: string;
|
|
294
|
+
Anrede: string;
|
|
295
|
+
Nachname: string;
|
|
296
|
+
Vorname: string;
|
|
297
|
+
Firmenname: string;
|
|
298
|
+
Zusatz: string;
|
|
299
|
+
AdressZusatz1: string;
|
|
300
|
+
AdressZusatz2: string;
|
|
301
|
+
Strasse: string;
|
|
302
|
+
Hausnummer: string;
|
|
303
|
+
Postfach: string;
|
|
304
|
+
Postleitzahl: string;
|
|
305
|
+
Ort: string;
|
|
306
|
+
Ortsteil: string;
|
|
307
|
+
Land: string;
|
|
308
|
+
IstInland: boolean;
|
|
309
|
+
Mailadresse: string;
|
|
310
|
+
Landesvorwahl: string;
|
|
311
|
+
Vorwahl: string;
|
|
312
|
+
Telefonnummer: string;
|
|
313
|
+
Durchwahl: string;
|
|
314
|
+
Webadresse: string;
|
|
315
|
+
Verwendungszweck: string;
|
|
316
|
+
Prioritaet: number;
|
|
317
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
318
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
319
|
+
AnzeigeName: string;
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
export type BelegApi = {
|
|
323
|
+
getBelegStatus: (belegGuid: string) => Promise<BelegStatusDTO>;
|
|
324
|
+
setBelegStatus: (belegGuid: string, statusCode: string, statusText?: string) => Promise<BelegStatusDTO>;
|
|
325
|
+
belegKopieren: (belegGuid: string, neueBelegArt: string, saldenKopieren?: boolean) => Promise<VorgangDTO>;
|
|
326
|
+
belegWechsel: (dto: BelegartWechselDTO) => Promise<VorgangDTO>;
|
|
327
|
+
belegLoeschen: (belegGuid: string) => Promise<VorgangDTO>;
|
|
328
|
+
ladeVorgangsListeByJahr: (jahr: number, includeASP?: boolean, includeAdditionalProperties?: boolean) => Promise<VorgangListItemDTO[]>;
|
|
329
|
+
ladeVorgangsListeByStatus: (status: string, jahr: number, includeASP?: boolean, includeAdditionalProperties?: boolean) => Promise<VorgangListItemDTO[]>;
|
|
330
|
+
ladeVorgangsListeByStatusAndDate: (status: string, jahr: number, changedSince: Date, includeASP?: boolean, includeAdditionalProperties?: boolean) => Promise<VorgangListItemDTO[]>;
|
|
331
|
+
ladeVorgangsListe: (jahr: number, status: string, changedSince: Date, art?: string, includeArchive?: boolean, includeOthersData?: boolean, search?: string, includeASP?: boolean, includeAdditionalProperties?: boolean) => Promise<VorgangListItemDTO[]>;
|
|
332
|
+
ladeVorgangsListeByKunde: (kundeGuid: string) => Promise<VorgangListItemDTO[]>;
|
|
333
|
+
updateVorgangStatusTableForFunction: (dto: VorgangStatusTableDTO) => Promise<void>;
|
|
334
|
+
getNotCalculatedVorgangStatusTableForFunction: () => Promise<VorgangStatusTableDTO[]>;
|
|
335
|
+
vorgangReaktivieren: (dto: BelegartWechselDTO) => Promise<VorgangDTO>;
|
|
336
|
+
ladeLieferscheinListeByJahr: (jahr: number) => Promise<BaseListItemDTO[]>;
|
|
337
|
+
ladeLieferscheinListeByStatus: (status: string, jahr: number) => Promise<BaseListItemDTO[]>;
|
|
338
|
+
ladeLieferscheinListeByStatusAndDate: (status: string, jahr: number, changedSince: Date) => Promise<BaseListItemDTO[]>;
|
|
339
|
+
ladeLieferscheinListe: (jahr: number, status: string, changedSince: Date, art?: string, includeArchive?: boolean, includeOthersData?: boolean, search?: string) => Promise<BaseListItemDTO[]>;
|
|
340
|
+
getVorgangByLieferscheinGuid: (lieferscheinGuid: string) => Promise<VorgangDTO>;
|
|
341
|
+
getLieferscheinStatus: (vorgangGuid: string) => Promise<VorgangStatusDTO>;
|
|
342
|
+
setLieferscheinStatus: (vorgangGuid: string, statusCode: string) => Promise<VorgangStatusDTO>;
|
|
343
|
+
getVorgangHistorie: (vorgangGuid: string, includeBelege?: boolean, includePositionen?: boolean) => Promise<VorgangHistorienDTO>;
|
|
344
|
+
getBelegHistorie: (belegGuid: string, includePositionen?: boolean) => Promise<BelegHistorienDTO>;
|
|
345
|
+
getBelegPositionHistorie: (positionGuid: string) => Promise<BelegPositionHistorienDTO>;
|
|
346
|
+
getSerieHistorieSince: (sinceWhen: Date) => Promise<SerieHistorieDTO[]>;
|
|
347
|
+
getSerieHistorie: (serieGuid: string) => Promise<SerieHistorieDTO[]>;
|
|
348
|
+
addVorgangHistorie: (vorgangGuid: string, historyDto: VorgangHistorieDTO) => Promise<void>;
|
|
349
|
+
addBelegHistorie: (belegGuid: string, historyDto: BelegHistorieDTO) => Promise<void>;
|
|
350
|
+
addBelegPositionHistorie: (positionGuid: string, historyDto: BelegPositionHistorieDTO) => Promise<void>;
|
|
351
|
+
addSerieHistorie: (historyDto: SerieHistorieDTO) => Promise<void>;
|
|
352
|
+
addVorgangHistorieFromFunction: (vorgangGuid: string, historyDto: VorgangHistorieDTO, mandantID: number) => Promise<void>;
|
|
353
|
+
addBelegPositionHistorieFromFunction: (positionGuid: string, historyDto: BelegPositionHistorieDTO, mandantID: number) => Promise<void>;
|
|
354
|
+
addSerieHistorieFromFunction: (historyDto: SerieHistorieDTO, mandantID: number) => Promise<void>;
|
|
355
|
+
getLetzterBearbeiter: (belegGuid: string) => Promise<string>;
|
|
356
|
+
getLetzteBearbeiter: (belegGuids: string[]) => Promise<Record<string, string>>;
|
|
357
|
+
positionStornieren: (positionGuid: string) => Promise<void>;
|
|
358
|
+
belegStornieren: (belegGuid: string) => Promise<void>;
|
|
359
|
+
fremdfertigungBestellen: (belegGuid: string) => Promise<void>;
|
|
360
|
+
};
|
|
361
|
+
|
|
362
|
+
export type BelegArt = 0|1|2|3|4|5|6|7|8|9|10|11|12|13;
|
|
363
|
+
|
|
364
|
+
export type BelegartWechselDTO = {
|
|
365
|
+
BelegGuid: string;
|
|
366
|
+
BelegPositionGuids: Array<string>;
|
|
367
|
+
NeueBelegArt: BelegArt;
|
|
368
|
+
SaldenKopieren: boolean;
|
|
369
|
+
RechnungsNummer: RechnungsNummer;
|
|
370
|
+
UpdateErfassungsdatum: boolean;
|
|
371
|
+
};
|
|
372
|
+
|
|
373
|
+
export type BelegDruckDTO = {
|
|
374
|
+
BelegGuid: string;
|
|
375
|
+
VorgangGuid: string;
|
|
376
|
+
Kopfzeile: string;
|
|
377
|
+
Fusszeile: string;
|
|
378
|
+
BelegArt: string;
|
|
379
|
+
BelegNummer: number;
|
|
380
|
+
VorgangsNummer: number;
|
|
381
|
+
BelegDatum: Date;
|
|
382
|
+
VorgangErstellDatum: string;
|
|
383
|
+
AenderungsDatum: Date;
|
|
384
|
+
BelegJahr: number;
|
|
385
|
+
Schlusstext: string;
|
|
386
|
+
BelegTitelUeberschrift: string;
|
|
387
|
+
BelegTitelZeile1: string;
|
|
388
|
+
BelegTitelZeile2: string;
|
|
389
|
+
TextFuerAnschreiben: string;
|
|
390
|
+
Kommission: string;
|
|
391
|
+
Ausfuehrungsdatum: string;
|
|
392
|
+
AnsprechpartnerKunde: string;
|
|
393
|
+
Ansprechpartner: string;
|
|
394
|
+
Telefonnummer: string;
|
|
395
|
+
Bestelldatum: string;
|
|
396
|
+
Belegdatum: string;
|
|
397
|
+
BelegAdresse: AdresseDruckDTO;
|
|
398
|
+
BelegAdresseString: string;
|
|
399
|
+
VersandAdresse: AdresseDruckDTO;
|
|
400
|
+
VersandAdresseString: string;
|
|
401
|
+
PositionsObjekte: Array<BelegPositionDruckDTO>;
|
|
402
|
+
Salden: Array<BelegSaldoDruckDTO>;
|
|
403
|
+
CountValuePositionen: number;
|
|
404
|
+
CountValueSalden: number;
|
|
405
|
+
Lieferzeit: string;
|
|
406
|
+
IsEndkunde: boolean;
|
|
407
|
+
IsRabatt: boolean;
|
|
408
|
+
IstSelbstabholer: boolean;
|
|
409
|
+
SammelbelegNummer: number|null;
|
|
410
|
+
Kontrollkuerzel: string;
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
export type BelegDTO = {
|
|
414
|
+
BelegGuid: string;
|
|
415
|
+
BelegArt: string;
|
|
416
|
+
BelegNummer: number;
|
|
417
|
+
BelegJahr: number;
|
|
418
|
+
BelegDatum: Date;
|
|
419
|
+
AenderungsDatum: Date;
|
|
420
|
+
BelegAdresse: BeleganschriftDTO;
|
|
421
|
+
VersandAdresse: BeleganschriftDTO;
|
|
422
|
+
VersandAdresseGleichBelegAdresse: boolean;
|
|
423
|
+
AusfuehrungsDatum: string;
|
|
424
|
+
Terminwunsch: string;
|
|
425
|
+
InterneNotiz: string;
|
|
426
|
+
BemerkungFuerKunde: string;
|
|
427
|
+
IstSelbstabholer: boolean;
|
|
428
|
+
BelegTitelUeberschrift: string;
|
|
429
|
+
BelegTitelZeile1: string;
|
|
430
|
+
BelegTitelZeile2: string;
|
|
431
|
+
Schlusstext: string;
|
|
432
|
+
AktuellerStatusCode: string;
|
|
433
|
+
AktuellerStatusText: string;
|
|
434
|
+
Ansprechpartner: string;
|
|
435
|
+
AnsprechpartnerKunde: string;
|
|
436
|
+
Positionen: Array<string>;
|
|
437
|
+
Salden: Array<BelegSaldoDTO>;
|
|
438
|
+
Historie: Array<BelegHistorieDTO>;
|
|
439
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
440
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
441
|
+
PositionsObjekte: Array<BelegPositionDTO>;
|
|
442
|
+
TextFuerAnschreiben: string;
|
|
443
|
+
IstGesperrt: boolean;
|
|
444
|
+
FakturaKennzeichen: string;
|
|
445
|
+
ExterneReferenznummer: string;
|
|
446
|
+
ExterneMandantenGuid: string|null;
|
|
447
|
+
SammelbelegNummer: number|null;
|
|
448
|
+
SammelbelegGuid: string|null;
|
|
449
|
+
};
|
|
450
|
+
|
|
451
|
+
export type BelegeInfoDTO = {
|
|
452
|
+
VorgangGuid: string;
|
|
453
|
+
BelegGuid: string;
|
|
454
|
+
KontaktGuid: string;
|
|
455
|
+
BelegPositionGuids: string[];
|
|
456
|
+
Belegart: string;
|
|
457
|
+
Vorgangsnummer: number;
|
|
458
|
+
BelegNummer: number;
|
|
459
|
+
BelegDatum: string;
|
|
460
|
+
PosAnzahl: number;
|
|
461
|
+
GesamtBetrag: number;
|
|
462
|
+
Kundennummer: string;
|
|
463
|
+
Kundenname: string;
|
|
464
|
+
Lieferadresse: string;
|
|
465
|
+
IstSammelrechnungsKunde: boolean;
|
|
466
|
+
InnergemeinschaftlichOhneMwSt: boolean;
|
|
467
|
+
SammelrechnungsNummer: number | null;
|
|
468
|
+
LastPrintDate: string | null;
|
|
469
|
+
LastExportDate: string | null;
|
|
470
|
+
MwSt: number;
|
|
471
|
+
Lieferungstyp: Lieferungstyp;
|
|
472
|
+
HatRechnungUndRechNrIstVorgangNr: boolean;
|
|
473
|
+
};
|
|
474
|
+
|
|
475
|
+
export type BelegHistorieDTO = {
|
|
476
|
+
BelegHistorieGuid: string;
|
|
477
|
+
Status: string;
|
|
478
|
+
Text: string;
|
|
479
|
+
Zeitstempel: Date;
|
|
480
|
+
Benutzer: string;
|
|
481
|
+
};
|
|
482
|
+
|
|
483
|
+
export type BelegHistorienDTO = {
|
|
484
|
+
BelegHistorien: Array<BelegHistorieDTO>;
|
|
485
|
+
BelegPositionHistorien: Record<string, Array<BelegPositionHistorieDTO>>;
|
|
486
|
+
};
|
|
487
|
+
|
|
488
|
+
export type BelegNummerSettingDTO = {
|
|
489
|
+
BelegArt: string;
|
|
490
|
+
Startwert: number;
|
|
491
|
+
Version: number;
|
|
492
|
+
ChangedDate: Date;
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
export type BelegPositionAVDTO = {
|
|
496
|
+
BelegPositionAVGuid: string;
|
|
497
|
+
SerieGuid: string;
|
|
498
|
+
BelegPositionGuid: string;
|
|
499
|
+
VorgangGuid: string;
|
|
500
|
+
BelegGuid: string;
|
|
501
|
+
Bereitgestellt: string;
|
|
502
|
+
Berechnet: string | null;
|
|
503
|
+
IstBerechnet: boolean;
|
|
504
|
+
FailedCalculationsCount: number;
|
|
505
|
+
IstProduziert: boolean;
|
|
506
|
+
IstGeloescht: boolean;
|
|
507
|
+
IstStorniert: boolean;
|
|
508
|
+
HatSonderwuensche: boolean;
|
|
509
|
+
SonderwunschText: string;
|
|
510
|
+
Variante: string;
|
|
511
|
+
ArtikelNummer: string;
|
|
512
|
+
Kommission: string;
|
|
513
|
+
Kunde: string;
|
|
514
|
+
Pcode: string;
|
|
515
|
+
Fehlerlog: string;
|
|
516
|
+
FakturaKennzeichen: string;
|
|
517
|
+
IstAusserhalbGewaehrleistung: boolean;
|
|
518
|
+
KapazitaetsBedarf: number;
|
|
519
|
+
Position: BelegPositionDTO | null;
|
|
520
|
+
ProduktionsDaten: ProduktionsDatenDTO | null;
|
|
521
|
+
IstGedruckt: boolean;
|
|
522
|
+
ErfassungsDatum: string;
|
|
523
|
+
ChangedDate: string;
|
|
524
|
+
CalculatedForTimestamp: string | null;
|
|
525
|
+
};
|
|
526
|
+
|
|
527
|
+
export type BelegPositionAVListItemDTO = {
|
|
528
|
+
BelegPositionAVGuid: string;
|
|
529
|
+
BelegPositionGuid: string | null;
|
|
530
|
+
PCode: string;
|
|
531
|
+
ChangedDate: string;
|
|
532
|
+
};
|
|
533
|
+
|
|
534
|
+
export type BelegPositionDatenDTO = {
|
|
535
|
+
UnterkomponenteName: string;
|
|
536
|
+
KonfigName: string;
|
|
537
|
+
Wert: string;
|
|
538
|
+
DatenTyp: string;
|
|
539
|
+
BelegPositionDatenGuid: string;
|
|
540
|
+
};
|
|
541
|
+
|
|
542
|
+
export type BelegPositionDruckDTO = {
|
|
543
|
+
PositionsKommission: string;
|
|
544
|
+
LaufendeNummer: number;
|
|
545
|
+
ArtikelNummer: string;
|
|
546
|
+
Variante: string;
|
|
547
|
+
IstAlternativPosition: boolean;
|
|
548
|
+
IstAktiv: boolean;
|
|
549
|
+
Menge: number;
|
|
550
|
+
EinzelpreisOhneFarbzuschlag: string;
|
|
551
|
+
Einzelpreis: string;
|
|
552
|
+
Rabatt: string;
|
|
553
|
+
Gesamtpreis: string;
|
|
554
|
+
Farbzuschlag: string;
|
|
555
|
+
MengenEinheit: string;
|
|
556
|
+
Text: string;
|
|
557
|
+
AngebotsText: string;
|
|
558
|
+
PulverCode: string;
|
|
559
|
+
SonderwunschText: string;
|
|
560
|
+
SonderwunschAngebotsText: string;
|
|
561
|
+
ProduktionZusatzInfo: string;
|
|
562
|
+
ProduktionZusatzInfoPrintOnReport: boolean;
|
|
563
|
+
ProduktionZusatzInfoPrintZusatzEtikett: boolean;
|
|
564
|
+
IstVE: boolean;
|
|
565
|
+
VE_Menge: number|null;
|
|
566
|
+
Zusatztexte: Array<ZusatztextDTO>;
|
|
567
|
+
BelegPositionGuid: string;
|
|
568
|
+
};
|
|
569
|
+
|
|
570
|
+
export type BelegPositionDTO = {
|
|
571
|
+
BelegPositionGuid: string;
|
|
572
|
+
NachfolgeBelegPositionGuid: string;
|
|
573
|
+
ErfassungsDatum: Date;
|
|
574
|
+
LaufendeNummer: number;
|
|
575
|
+
PositionsNummer: string;
|
|
576
|
+
ArtikelNummer: string;
|
|
577
|
+
Variante: string;
|
|
578
|
+
VarianteGuid: string;
|
|
579
|
+
Einbauort: string;
|
|
580
|
+
PositionsKommission: string;
|
|
581
|
+
IstAlternativPosition: boolean;
|
|
582
|
+
IstAktiv: boolean;
|
|
583
|
+
IstFehlerhaft: boolean;
|
|
584
|
+
IstStorniert: boolean;
|
|
585
|
+
IstFehlerhaftSFOhnePreis: boolean;
|
|
586
|
+
IstGesperrt: boolean;
|
|
587
|
+
Menge: number;
|
|
588
|
+
Listenpreis: number;
|
|
589
|
+
Einzelpreis: number;
|
|
590
|
+
Rabatt: number;
|
|
591
|
+
AufAbschlag: number;
|
|
592
|
+
Gesamtpreis: number;
|
|
593
|
+
Steuersatz: number;
|
|
594
|
+
MengenEinheit: string;
|
|
595
|
+
Text: string;
|
|
596
|
+
Daten: Array<BelegPositionDatenDTO>;
|
|
597
|
+
SonderWuenscheModelVersion: number;
|
|
598
|
+
Sonderwuensche: Array<BelegPositionSonderwunschDTO>;
|
|
599
|
+
Historie: Array<BelegPositionHistorieDTO>;
|
|
600
|
+
Zusatztexte: Array<ZusatztextDTO>;
|
|
601
|
+
Besonderheiten: string;
|
|
602
|
+
ProduktionZusatzInfo: string;
|
|
603
|
+
ProduktionZusatzInfoPrintOnReport: boolean;
|
|
604
|
+
ProduktionZusatzInfoPrintZusatzEtikett: boolean;
|
|
605
|
+
IstBruttoGesamtpreis: boolean;
|
|
606
|
+
IstBruttoEinzelpreis: boolean;
|
|
607
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
608
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
609
|
+
IstSonderfarbPosition: boolean;
|
|
610
|
+
Farbzuschlag: number;
|
|
611
|
+
IstFarbzuschlagManuell: boolean;
|
|
612
|
+
AngebotsText: string;
|
|
613
|
+
SonderwunschText: string;
|
|
614
|
+
SonderwunschAngebotsText: string;
|
|
615
|
+
ProduktionsDatum: Date|null;
|
|
616
|
+
LieferDatum: Date|null;
|
|
617
|
+
ProduktionsAuftragErstellt: Date|null;
|
|
618
|
+
GeplanteSerieGuid: string|null;
|
|
619
|
+
VorgaengerBelegPositionGuid: string|null;
|
|
620
|
+
FakturaKennzeichen: string;
|
|
621
|
+
IstAusserhalbGewaehrleistung: boolean;
|
|
622
|
+
IstVE: boolean;
|
|
623
|
+
VE_Menge: number|null;
|
|
624
|
+
FrontendLogikGuid: string|null;
|
|
625
|
+
IstFremdfertigung: boolean;
|
|
626
|
+
FremdfertigungMandantGuid: string|null;
|
|
627
|
+
Arbeitsminuten: number|null;
|
|
628
|
+
Elementgewicht: number|null;
|
|
629
|
+
PreisAufAnfrage: boolean;
|
|
630
|
+
CalculationRequestTimestamp: Date|null;
|
|
631
|
+
CalculatedForTimestamp: Date|null;
|
|
632
|
+
};
|
|
633
|
+
|
|
634
|
+
export type BelegPositionenApi = {
|
|
635
|
+
setBelegPositionGesperrtStatus: (gesperrtStatus: boolean, positionen: string[]) => Promise<string[]>;
|
|
636
|
+
getVorgangForFunction: (belegPositionGuid: string, mandantId: number) => Promise<VorgangDTO>;
|
|
637
|
+
getBelegPositionenFromGuidList: (belegPositionGuidList: string[]) => Promise<BelegPositionDTO[]>;
|
|
638
|
+
};
|
|
639
|
+
|
|
640
|
+
export type BelegPositionHistorieDTO = {
|
|
641
|
+
BelegPositionHistorieGuid: string;
|
|
642
|
+
Text: string;
|
|
643
|
+
Zeitstempel: Date;
|
|
644
|
+
Benutzer: string;
|
|
645
|
+
};
|
|
646
|
+
|
|
647
|
+
export type BelegPositionHistorienDTO = {
|
|
648
|
+
BelegPositionHistorien: Array<BelegPositionHistorieDTO>;
|
|
649
|
+
};
|
|
650
|
+
|
|
651
|
+
export type BelegPositionSonderwunschDTO = {
|
|
652
|
+
Wert: string;
|
|
653
|
+
Laenge: number;
|
|
654
|
+
CalculatedLaenge: string;
|
|
655
|
+
Hoehe: number;
|
|
656
|
+
Typ: string;
|
|
657
|
+
Gruppe: string;
|
|
658
|
+
Farbe: string;
|
|
659
|
+
CalculatedFarbe: string;
|
|
660
|
+
Aufpreis: number;
|
|
661
|
+
Bezeichnung: string;
|
|
662
|
+
ExportName: string;
|
|
663
|
+
Kuerzel: string;
|
|
664
|
+
GehoertZuProfilMitKuerzel: string;
|
|
665
|
+
InternerName: string;
|
|
666
|
+
Standard: string;
|
|
667
|
+
ListenName: string;
|
|
668
|
+
NichtSaegenMoeglich: boolean;
|
|
669
|
+
ProfilNichtSaegen: boolean;
|
|
670
|
+
BelegPositionSonderwunschGuid: string;
|
|
671
|
+
IstKorrekturAktiv: boolean;
|
|
672
|
+
};
|
|
673
|
+
|
|
674
|
+
export type BelegSaldoDruckDTO = {
|
|
675
|
+
Reihenfolge: number;
|
|
676
|
+
Text: string;
|
|
677
|
+
Betrag: string;
|
|
678
|
+
Rabatt: string;
|
|
679
|
+
IsLastElement: boolean;
|
|
680
|
+
};
|
|
681
|
+
|
|
682
|
+
export type BelegSaldoDTO = {
|
|
683
|
+
BelegSaldoGuid: string;
|
|
684
|
+
Reihenfolge: number;
|
|
685
|
+
Text: string;
|
|
686
|
+
Betrag: number;
|
|
687
|
+
Wert: number;
|
|
688
|
+
Typ: string;
|
|
689
|
+
Art: string;
|
|
690
|
+
Name: string;
|
|
691
|
+
SaldenStatus: string;
|
|
692
|
+
IstInaktiv: boolean;
|
|
693
|
+
Tag: string;
|
|
694
|
+
Rabatt: number;
|
|
695
|
+
TemplateText: string;
|
|
696
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
697
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
698
|
+
};
|
|
699
|
+
|
|
700
|
+
export type BelegSerienInfoDTO = {
|
|
701
|
+
BelegGuid: string;
|
|
702
|
+
SerienInfos: Array<SerieInfoDTO>;
|
|
703
|
+
};
|
|
704
|
+
|
|
705
|
+
export type BelegStatus = 0|10|20|30|40|50|60|70|80|90|100|110|120|130|140|150|160;
|
|
706
|
+
|
|
707
|
+
export type BelegStatusDTO = {
|
|
708
|
+
VorgangGuid: string;
|
|
709
|
+
BelegGuid: string;
|
|
710
|
+
VorgangsNummer: number;
|
|
711
|
+
BelegNummer: number;
|
|
712
|
+
AktuellerStatus: string;
|
|
713
|
+
AenderungsDatum: Date;
|
|
714
|
+
NeuerStatus: string;
|
|
715
|
+
NeuerStatusText: string;
|
|
716
|
+
AktuellerStatusText: string;
|
|
717
|
+
};
|
|
718
|
+
|
|
719
|
+
export type BelegWorkflow = {
|
|
720
|
+
Steps: Array<BelegArt>;
|
|
721
|
+
};
|
|
722
|
+
|
|
723
|
+
export type BenutzerApi = {
|
|
724
|
+
getBenutzerListe: (mandant: string, mitRollenUndRechten?: boolean) => Promise<BenutzerDTO[]>;
|
|
725
|
+
getBenutzer: (benutzer: string, mitRollenUndRechten?: boolean) => Promise<BenutzerDTO>;
|
|
726
|
+
saveBenutzerList: (list: BenutzerDTO[]) => Promise<void>;
|
|
727
|
+
saveBenutzer: (benutzer: BenutzerDTO) => Promise<any>;
|
|
728
|
+
passwortReset: (benutzerName: string) => Promise<any>;
|
|
729
|
+
passwortAendern: (passwortAendernData: PasswortAendernDTO) => Promise<any>;
|
|
730
|
+
sicSyncWebJob: () => Promise<any>;
|
|
731
|
+
getRollenAll: () => Promise<RolleDTO[]>;
|
|
732
|
+
};
|
|
733
|
+
|
|
734
|
+
export type BenutzerDTO = {
|
|
735
|
+
Rollen: RolleDTO[];
|
|
736
|
+
BenutzerGuid: string;
|
|
737
|
+
Benutzername: string;
|
|
738
|
+
Vorname: string;
|
|
739
|
+
Nachname: string;
|
|
740
|
+
MandantGuid: string | null;
|
|
741
|
+
Passwort: string;
|
|
742
|
+
PasswortBCrypt: string;
|
|
743
|
+
MasterKatalog: boolean | null;
|
|
744
|
+
HauptKatalog: boolean | null;
|
|
745
|
+
NewsletterId: number | null;
|
|
746
|
+
IstAktiv: boolean;
|
|
747
|
+
GesperrteVarianten: string[];
|
|
748
|
+
ChangedDate: string;
|
|
749
|
+
EmailAdresse: string;
|
|
750
|
+
TelefonNummer: string;
|
|
751
|
+
Art: string;
|
|
752
|
+
IstSicSynchronized: boolean;
|
|
753
|
+
LastSicMessage: string;
|
|
754
|
+
};
|
|
755
|
+
|
|
756
|
+
export type BerechnungParameterDTO = {
|
|
757
|
+
MandantGuid: string;
|
|
758
|
+
SaveResultData: boolean;
|
|
759
|
+
BelegPositionAVDTO: BelegPositionAVDTO;
|
|
760
|
+
ProduktionsSettingsDTO: ProduktionsSettingsDTO;
|
|
761
|
+
VorgangsNummer: number;
|
|
762
|
+
BelegNummer: number;
|
|
763
|
+
IgnoreSonderwuensche: boolean;
|
|
764
|
+
ReturnRawDataFile: boolean;
|
|
765
|
+
RawDataFileContent: string;
|
|
766
|
+
};
|
|
767
|
+
|
|
768
|
+
export type BerechnungResultDTO = {
|
|
769
|
+
OriginalBelegPosition: BelegPositionDTO;
|
|
770
|
+
BelegPositionGuid: string;
|
|
771
|
+
RawDataFileContent: string;
|
|
772
|
+
ProduktionsDaten: ProduktionsDatenDTO;
|
|
773
|
+
};
|
|
774
|
+
|
|
775
|
+
export type BerechtigungDTO = {
|
|
776
|
+
Code: string;
|
|
777
|
+
ErklaerungsText: string;
|
|
778
|
+
Level: string;
|
|
779
|
+
};
|
|
780
|
+
|
|
781
|
+
export type BestellungListItemDTO = BaseListItemDTO;
|
|
782
|
+
|
|
783
|
+
export type CalculationInfoDTO = {
|
|
784
|
+
MandantId: number;
|
|
785
|
+
BelegPositionGuid: string;
|
|
786
|
+
CalculationRequestTimestamp: Date|null;
|
|
787
|
+
CalculatedForTimestamp: Date|null;
|
|
788
|
+
};
|
|
789
|
+
|
|
790
|
+
export type ChangeDTO = {
|
|
791
|
+
ChangedGuid: string;
|
|
792
|
+
ChangedWhen: string;
|
|
793
|
+
ChangeType: string;
|
|
794
|
+
ChangeOperation: string;
|
|
795
|
+
MandantId: number | null;
|
|
796
|
+
MandantGuid: string | null;
|
|
797
|
+
Data: string;
|
|
798
|
+
};
|
|
799
|
+
|
|
800
|
+
export type ChangeInfoDTO = {
|
|
801
|
+
Kontakte: string;
|
|
802
|
+
Vorgaenge: string;
|
|
803
|
+
Serien: string;
|
|
804
|
+
BelegPositionenAV: string;
|
|
805
|
+
Settings: string;
|
|
806
|
+
Lagerbestand: string;
|
|
807
|
+
BelegPositionen: string;
|
|
808
|
+
ProduktionsStati: string;
|
|
809
|
+
TagInfos: string;
|
|
810
|
+
};
|
|
811
|
+
|
|
812
|
+
export type ContractDTO = {
|
|
813
|
+
ContractGuid: string;
|
|
814
|
+
Owner: string;
|
|
815
|
+
Partner: string;
|
|
816
|
+
Context: string;
|
|
817
|
+
Value: string;
|
|
818
|
+
Version: number;
|
|
819
|
+
ChangedDate: string;
|
|
820
|
+
OwnerName: string;
|
|
821
|
+
PartnerName: string;
|
|
822
|
+
IsEditable: boolean;
|
|
823
|
+
Inherit: boolean;
|
|
824
|
+
};
|
|
825
|
+
|
|
826
|
+
export type CreateSammelrechnungDTO = {
|
|
827
|
+
BelegGuids: string[];
|
|
828
|
+
KontaktGuid: string;
|
|
829
|
+
Ansprechpartner: string;
|
|
830
|
+
Liefertermin: string;
|
|
831
|
+
Schlusstext: string;
|
|
832
|
+
ZahlungsBedingungen: string;
|
|
833
|
+
RechnungsAdresse: BeleganschriftDTO;
|
|
834
|
+
};
|
|
835
|
+
|
|
836
|
+
export type CreateServiceTokenRequestDTO = {
|
|
837
|
+
AppTokenGuid: string;
|
|
838
|
+
};
|
|
839
|
+
|
|
840
|
+
export type CsvExportCombinationDTO = {
|
|
841
|
+
ExportArtikelArten: ExportArtikelArt[];
|
|
842
|
+
ExportFarbArten: ExportFarbArt[];
|
|
843
|
+
};
|
|
844
|
+
|
|
845
|
+
export type DecodedToken = import("jwt-decode").JwtPayload & JwtUserInfo & { id?: string };
|
|
846
|
+
|
|
847
|
+
export type DevOpsStatusDTO = {
|
|
848
|
+
Env: string;
|
|
849
|
+
DbInfo: string;
|
|
850
|
+
CurrentMigration: string;
|
|
851
|
+
PendingMigrations: string[];
|
|
852
|
+
};
|
|
853
|
+
|
|
854
|
+
export type EnvironmentConfig = {
|
|
855
|
+
name: string;
|
|
856
|
+
version: string;
|
|
857
|
+
cms: string;
|
|
858
|
+
idas: string;
|
|
859
|
+
store: string;
|
|
860
|
+
docs: string;
|
|
861
|
+
notify: string;
|
|
862
|
+
feedback: string;
|
|
863
|
+
helpcenter: string;
|
|
864
|
+
reports: string;
|
|
865
|
+
webhookService: string;
|
|
866
|
+
};
|
|
867
|
+
|
|
868
|
+
export type EtikettDatenDTO = {
|
|
869
|
+
EtikettDatenGuid: string;
|
|
870
|
+
Position: string;
|
|
871
|
+
Typ: string;
|
|
872
|
+
Inhalt: string;
|
|
873
|
+
};
|
|
874
|
+
|
|
875
|
+
export type EtikettDTO = {
|
|
876
|
+
EtikettGuid: string;
|
|
877
|
+
Kuerzel: string;
|
|
878
|
+
Text: string;
|
|
879
|
+
ZielKennzeichen: string;
|
|
880
|
+
IstSonderEtikett: boolean;
|
|
881
|
+
IstZusatzEtikett: boolean;
|
|
882
|
+
Typ: string;
|
|
883
|
+
EtikettDaten: Array<EtikettDatenDTO>;
|
|
884
|
+
EtikettenProfilVorbiegen: boolean;
|
|
885
|
+
EtikettenSonderKuerzel: string;
|
|
886
|
+
};
|
|
887
|
+
|
|
888
|
+
export type ExportArtikelArt = ('Neher'|'Ueberschriebene'|'Eigene');
|
|
889
|
+
|
|
890
|
+
export type ExportFarbArt = ('Standardfarbe'|'Trendfarbe'|'Sonderfarbe');
|
|
891
|
+
|
|
892
|
+
export type ExtendedStatusCodeDTO = {
|
|
893
|
+
Exception: Error | null;
|
|
894
|
+
Info: string;
|
|
895
|
+
};
|
|
896
|
+
|
|
897
|
+
export type FachzuordnungResultDTO = {
|
|
898
|
+
ProduktfamilienOverCapacity: Array<string>;
|
|
899
|
+
OverCapacity: boolean;
|
|
900
|
+
};
|
|
901
|
+
|
|
902
|
+
export type FakturaApi = {
|
|
903
|
+
getVorgangKennzeichen: (vorgangGuid: string) => Promise<string>;
|
|
904
|
+
getBelegKennzeichen: (belegGuid: string) => Promise<string>;
|
|
905
|
+
getBelegPositionKennzeichen: (belegPositionGuid: string) => Promise<string>;
|
|
906
|
+
getBelegPositionAvKennzeichen: (belegPositionAvGuid: string) => Promise<string>;
|
|
907
|
+
setVorgangKennzeichen: (dto: SetFakturaDTO) => Promise<string>;
|
|
908
|
+
setBelegKennzeichen: (dto: SetFakturaDTO) => Promise<string>;
|
|
909
|
+
setBelegPositionKennzeichen: (dto: SetFakturaDTO) => Promise<string>;
|
|
910
|
+
setBelegPositionAvKennzeichen: (dto: SetFakturaDTO) => Promise<string>;
|
|
911
|
+
setFakturaInAbAuto: () => Promise<void>;
|
|
912
|
+
};
|
|
913
|
+
|
|
914
|
+
export type FarbArt = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
915
|
+
|
|
916
|
+
export type FarbeApi = {
|
|
917
|
+
getAllFarben: () => Promise<FarbeDTO[]>;
|
|
918
|
+
saveFarbe: (dto: FarbeDTO) => Promise<void>;
|
|
919
|
+
getAllOberflaechen: () => Promise<OberflaecheDTO[]>;
|
|
920
|
+
saveOberflaeche: (dto: OberflaecheDTO) => Promise<void>;
|
|
921
|
+
getAllFarbGruppen: () => Promise<FarbGruppeDTO[]>;
|
|
922
|
+
saveFarbGruppe: (dto: FarbGruppeDTO) => Promise<void>;
|
|
923
|
+
getAllFarbKuerzel: () => Promise<FarbKuerzelDTO[]>;
|
|
924
|
+
saveFarbKuerzel: (dto: FarbKuerzelDTO) => Promise<void>;
|
|
925
|
+
getAllFarbKuerzelGruppen: () => Promise<FarbKuerzelGruppeDTO[]>;
|
|
926
|
+
saveFarbKuerzelGruppe: (dto: FarbKuerzelGruppeDTO) => Promise<void>;
|
|
927
|
+
getFarbgruppenaufpreise: () => Promise<FarbgruppenaufpreiseDTO[]>;
|
|
928
|
+
saveFarbgruppenaufpreise: (dto: FarbgruppenaufpreiseDTO) => Promise<void>;
|
|
929
|
+
getAllProduzentenFarbGruppen: () => Promise<ProduzentenFarbGruppeDTO[]>;
|
|
930
|
+
saveProduzentenFarbGruppe: (dto: ProduzentenFarbGruppeDTO) => Promise<void>;
|
|
931
|
+
deleteProduzentenFarbGruppe: (produzentenFarbGruppeGuid: string) => Promise<void>;
|
|
932
|
+
};
|
|
933
|
+
|
|
934
|
+
export type FarbeDTO = {
|
|
935
|
+
FarbItemGuid: string;
|
|
936
|
+
Bezeichnung: string;
|
|
937
|
+
BildDateiname: string;
|
|
938
|
+
FarbCode: string;
|
|
939
|
+
Farbe: string;
|
|
940
|
+
ChangedDate: string;
|
|
941
|
+
Version: number;
|
|
942
|
+
GueltigAb: string | null;
|
|
943
|
+
GueltigBis: string | null;
|
|
944
|
+
};
|
|
945
|
+
|
|
946
|
+
export type FarbGruppeDTO = {
|
|
947
|
+
Bezeichnung: string;
|
|
948
|
+
AnzeigeName: string;
|
|
949
|
+
FarbItemGroupGuid: string;
|
|
950
|
+
GueltigAb: string | null;
|
|
951
|
+
GueltigBis: string | null;
|
|
952
|
+
Version: number;
|
|
953
|
+
ChangedDate: string;
|
|
954
|
+
Reihenfolge: number;
|
|
955
|
+
IstGesperrt: boolean;
|
|
956
|
+
FarbItemGuids: string[];
|
|
957
|
+
OberflaecheGuids: string[];
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
export type FarbgruppenaufpreiseDTO = {
|
|
961
|
+
FarbgruppenaufpreiseGuid: string;
|
|
962
|
+
NeherModellAktiv: boolean;
|
|
963
|
+
EigenesModellAktiv: boolean;
|
|
964
|
+
IstAdminDTO: boolean;
|
|
965
|
+
FarbgruppenSettings: FarbgruppeSettingsDTO[];
|
|
966
|
+
Version: number;
|
|
967
|
+
ChangedDate: string;
|
|
968
|
+
};
|
|
969
|
+
|
|
970
|
+
export type FarbgruppeSettingsDTO = {
|
|
971
|
+
FarbgruppenGuid: string;
|
|
972
|
+
GruppeAktiv: boolean;
|
|
973
|
+
PreisAufAnfrage: boolean;
|
|
974
|
+
AufpreisElement: number;
|
|
975
|
+
AufpreisFarbe: number;
|
|
976
|
+
ProzentAufpreisElement: number;
|
|
977
|
+
AufpreisMaximal: number;
|
|
978
|
+
AufpreisMaximalAktiv: boolean;
|
|
979
|
+
};
|
|
980
|
+
|
|
981
|
+
export type FarbKuerzelDTO = {
|
|
982
|
+
FarbKuerzelGuid: string;
|
|
983
|
+
Kuerzel: string;
|
|
984
|
+
Beschreibung: string;
|
|
985
|
+
FarbBezeichnung: string;
|
|
986
|
+
IstTrendfarbe: boolean;
|
|
987
|
+
FarbItemGuid: string;
|
|
988
|
+
OberflaecheGuid: string;
|
|
989
|
+
GueltigAb: string | null;
|
|
990
|
+
GueltigBis: string | null;
|
|
991
|
+
Version: number;
|
|
992
|
+
ChangedDate: string;
|
|
993
|
+
};
|
|
994
|
+
|
|
995
|
+
export type FarbKuerzelGruppeDTO = {
|
|
996
|
+
FarbKuerzelGruppeGuid: string;
|
|
997
|
+
Kuerzel: string[];
|
|
998
|
+
Bezeichnung: string;
|
|
999
|
+
GueltigAb: string | null;
|
|
1000
|
+
GueltigBis: string | null;
|
|
1001
|
+
Version: number;
|
|
1002
|
+
ChangedDate: string;
|
|
1003
|
+
};
|
|
1004
|
+
|
|
1005
|
+
export type FileApi = {
|
|
1006
|
+
get: (name: string) => Promise<Uint8Array>;
|
|
1007
|
+
getList: () => Promise<FileInfoDTO[]>;
|
|
1008
|
+
getZipped: (fileNames: string[]) => Promise<Uint8Array>;
|
|
1009
|
+
data: { get: (filename: string) => Promise<Uint8Array>; getList: (directory?: string) => Promise<FileInfoDTO[]>; save: (fileName: string, data: Uint8Array) => Promise<void>; delete: (filename: string) => Promise<void> };
|
|
1010
|
+
};
|
|
1011
|
+
|
|
1012
|
+
export type FluentApi = {
|
|
1013
|
+
baseUrl: string;
|
|
1014
|
+
authManager: FluentAuthManager|null;
|
|
1015
|
+
serviceName: string;
|
|
1016
|
+
settings?: any;
|
|
1017
|
+
useBaseUrl: (url?: string) => FluentApi;
|
|
1018
|
+
useAuthManager: (authManager: FluentAuthManager) => FluentApi;
|
|
1019
|
+
useServiceName: (name: string) => FluentApi;
|
|
1020
|
+
withBaseUrl: (url?: string) => FluentApi;
|
|
1021
|
+
get: (url?: string, auth?: boolean) => Promise<object|Array<any>>;
|
|
1022
|
+
put: (url?: string, payload?: object, auth?: boolean) => Promise<object|Array<any>>;
|
|
1023
|
+
post: (url?: string, payload?: object, auth?: boolean) => Promise<object|Array<any>>;
|
|
1024
|
+
delete: (url?: string, payload?: object|FormData|Array<any>|string[]|string|null, auth?: boolean) => Promise<object|Array<any>>;
|
|
1025
|
+
createRestClient: () => FluentRESTClient;
|
|
1026
|
+
preCheck: (auth?: boolean) => Promise<void>;
|
|
1027
|
+
};
|
|
1028
|
+
|
|
1029
|
+
export type FluentAuthManager = {
|
|
1030
|
+
appToken: string;
|
|
1031
|
+
authUrl: string;
|
|
1032
|
+
token: string;
|
|
1033
|
+
refreshToken: string;
|
|
1034
|
+
userInfo: JwtUserInfo;
|
|
1035
|
+
useAppToken: (appToken?: string) => FluentAuthManager|null;
|
|
1036
|
+
useBaseUrl: (url?: string) => FluentAuthManager;
|
|
1037
|
+
useToken: (jwtToken?: string|null) => FluentAuthManager;
|
|
1038
|
+
useRefreshToken: (storedRefreshToken?: string|null) => FluentAuthManager;
|
|
1039
|
+
ensureAuthenticated: () => Promise<void>;
|
|
1040
|
+
authenticate: () => Promise<void>;
|
|
1041
|
+
init: () => Promise<FluentAuthManager>;
|
|
1042
|
+
login: (username?: string, password?: string) => Promise<void>;
|
|
1043
|
+
tryRefreshToken: (refreshToken?: string) => Promise<string|null>;
|
|
1044
|
+
updateUserSession: (token: string|null) => void;
|
|
1045
|
+
redirectToLogin: () => void;
|
|
1046
|
+
hasRight: (code: string) => boolean;
|
|
1047
|
+
hasRole: (code: string) => boolean;
|
|
1048
|
+
};
|
|
1049
|
+
|
|
1050
|
+
export type FluentRESTClient = {
|
|
1051
|
+
baseUrl: string;
|
|
1052
|
+
token: string;
|
|
1053
|
+
userAgent: string;
|
|
1054
|
+
useBaseUrl: (url?: string) => FluentRESTClient;
|
|
1055
|
+
useToken: (jwtToken?: string) => FluentRESTClient;
|
|
1056
|
+
useUserAgent: (userAgent?: string) => FluentRESTClient;
|
|
1057
|
+
get: (url?: string, auth?: boolean) => Promise<any>;
|
|
1058
|
+
put: (url?: string, payload?: object) => Promise<any>;
|
|
1059
|
+
post: (url?: string, payload?: object|FormData) => Promise<any>;
|
|
1060
|
+
delete: (url?: string, payload?: object|FormData|Array<any>|string[]|string|null) => Promise<any>;
|
|
1061
|
+
_createHeaders: (contentType?: string) => Headers;
|
|
1062
|
+
_parseReponse: (res: Response) => Promise<any>;
|
|
1063
|
+
};
|
|
1064
|
+
|
|
1065
|
+
export type FreigabeArt = 0|1|2;
|
|
1066
|
+
|
|
1067
|
+
export type FreigabeLevel = 0|1|2|3|4;
|
|
1068
|
+
|
|
1069
|
+
export type GesamtLieferzusageBuchungDTO = {
|
|
1070
|
+
GesamtLieferzusageBuchungGuid: string;
|
|
1071
|
+
MandantGuid: string;
|
|
1072
|
+
GesamtMaterialbedarfGuid: string;
|
|
1073
|
+
Stueckzahl: number;
|
|
1074
|
+
Laufmeter: number;
|
|
1075
|
+
Buchungsdatum: Date;
|
|
1076
|
+
};
|
|
1077
|
+
|
|
1078
|
+
export type GesamtLieferzusageDTO = {
|
|
1079
|
+
GesamtLieferzusageGuid: string;
|
|
1080
|
+
MandantGuid: string;
|
|
1081
|
+
Liefertermin: Date;
|
|
1082
|
+
KatalogNummer: string;
|
|
1083
|
+
BestellNummer: string;
|
|
1084
|
+
Einheit: string;
|
|
1085
|
+
Stueckzahl: number;
|
|
1086
|
+
UngedeckteStueckzahl: number;
|
|
1087
|
+
Laufmeter: number;
|
|
1088
|
+
UngedeckteLaufmeter: number;
|
|
1089
|
+
FarbBezeichnung: string;
|
|
1090
|
+
FarbZusatzText: string;
|
|
1091
|
+
FarbKuerzel: string;
|
|
1092
|
+
FarbKuerzelGuid: string;
|
|
1093
|
+
FarbCode: string;
|
|
1094
|
+
PulverCode: string;
|
|
1095
|
+
FarbeItem: string;
|
|
1096
|
+
FarbItemGuid: string;
|
|
1097
|
+
OberFlaeche: string;
|
|
1098
|
+
OberFlaecheGuid: string;
|
|
1099
|
+
IstSonderfarbe: boolean;
|
|
1100
|
+
IstVE: boolean;
|
|
1101
|
+
VE_Menge?: number;
|
|
1102
|
+
Buchungen: Array<GesamtLieferzusageBuchungDTO>;
|
|
1103
|
+
};
|
|
1104
|
+
|
|
1105
|
+
export type GesamtMaterialbedarfDTO = {
|
|
1106
|
+
GesamtMaterialbedarfGuid: string;
|
|
1107
|
+
MandantGuid: string;
|
|
1108
|
+
IsGruppe: boolean;
|
|
1109
|
+
Children: Array<GesamtMaterialbedarfDTO>;
|
|
1110
|
+
ProduktionsMaterialbedarfGuid: string;
|
|
1111
|
+
ProduktionsMaterialbedarf: MaterialbedarfDTO;
|
|
1112
|
+
SerieGuid: string;
|
|
1113
|
+
Serie: SerieDTO;
|
|
1114
|
+
SerienName: string;
|
|
1115
|
+
BelegPositionGuid: string;
|
|
1116
|
+
BelegPosition: BelegPositionDTO;
|
|
1117
|
+
BelegPositionAVGuid: string;
|
|
1118
|
+
BelegPositionAV: BelegPositionAVDTO;
|
|
1119
|
+
Liefertermin: Date;
|
|
1120
|
+
KatalogNummer: string;
|
|
1121
|
+
Vorgangsnummer: string;
|
|
1122
|
+
ArtikelBezeichnung: string;
|
|
1123
|
+
Einheit: string;
|
|
1124
|
+
Stueckzahl: number;
|
|
1125
|
+
GedeckteStueckzahl: number;
|
|
1126
|
+
UngedeckteStueckzahl: number;
|
|
1127
|
+
Laufmeter: number;
|
|
1128
|
+
GedeckteLaufmeter: number;
|
|
1129
|
+
UngedeckteLaufmeter: number;
|
|
1130
|
+
FarbBezeichnung: string;
|
|
1131
|
+
FarbZusatzText: string;
|
|
1132
|
+
FarbKuerzel: string;
|
|
1133
|
+
FarbKuerzelGuid: string;
|
|
1134
|
+
FarbCode: string;
|
|
1135
|
+
FarbeItem: string;
|
|
1136
|
+
FarbItemGuid: string;
|
|
1137
|
+
OberFlaeche: string;
|
|
1138
|
+
OberFlaecheGuid: string;
|
|
1139
|
+
PulverCode: string;
|
|
1140
|
+
IstZuschnitt: boolean;
|
|
1141
|
+
ZuschnittLaenge: number;
|
|
1142
|
+
IstStangenoptimiert: boolean;
|
|
1143
|
+
ZuschnittWinkel: string;
|
|
1144
|
+
IstSonderfarbe: boolean;
|
|
1145
|
+
KatalogArtikelArt: KatalogArtikelArt;
|
|
1146
|
+
DeckungInPercent: number;
|
|
1147
|
+
IstVE: boolean;
|
|
1148
|
+
VE_Menge?: number;
|
|
1149
|
+
};
|
|
1150
|
+
|
|
1151
|
+
export type GesamtMaterialbedarfGetReturn = {
|
|
1152
|
+
Bedarfe: Array<GesamtMaterialbedarfDTO>;
|
|
1153
|
+
Fehlliste: Array<GesamtMaterialbedarfDTO>;
|
|
1154
|
+
Ueberliste: Array<GesamtLieferzusageDTO>;
|
|
1155
|
+
Zusagen: Array<GesamtLieferzusageDTO>;
|
|
1156
|
+
};
|
|
1157
|
+
|
|
1158
|
+
export type GuidListDTO = {
|
|
1159
|
+
GuidList: Array<string>;
|
|
1160
|
+
};
|
|
1161
|
+
|
|
1162
|
+
export type HistorieApi = {
|
|
1163
|
+
getVorgangHistorie: (vorgangGuid: string, includeBelege?: boolean, includePositionen?: boolean) => Promise<VorgangHistorienDTO>;
|
|
1164
|
+
getBelegHistorie: (belegGuid: string, includePositionen?: boolean) => Promise<BelegHistorienDTO>;
|
|
1165
|
+
getBelegPositionHistorie: (positionGuid: string) => Promise<BelegPositionHistorienDTO>;
|
|
1166
|
+
getSerieHistorieSince: (sinceWhen: Date) => Promise<SerieHistorieDTO[]>;
|
|
1167
|
+
getSerieHistorie: (serieGuid: string) => Promise<SerieHistorieDTO[]>;
|
|
1168
|
+
addVorgangHistorie: (vorgangGuid: string, historyDto: VorgangHistorieDTO) => Promise<void>;
|
|
1169
|
+
addBelegHistorie: (belegGuid: string, historyDto: BelegHistorieDTO) => Promise<void>;
|
|
1170
|
+
addBelegPositionHistorie: (positionGuid: string, historyDto: BelegPositionHistorieDTO) => Promise<void>;
|
|
1171
|
+
addSerieHistorie: (historyDto: SerieHistorieDTO) => Promise<void>;
|
|
1172
|
+
addVorgangHistorieFromFunction: (vorgangGuid: string, historyDto: VorgangHistorieDTO, mandantID: number) => Promise<void>;
|
|
1173
|
+
addBelegPositionHistorieFromFunction: (positionGuid: string, historyDto: BelegPositionHistorieDTO, mandantID: number) => Promise<void>;
|
|
1174
|
+
addSerieHistorieFromFunction: (historyDto: SerieHistorieDTO, mandantID: number) => Promise<void>;
|
|
1175
|
+
getLetzterBearbeiter: (belegGuid: string) => Promise<string>;
|
|
1176
|
+
getLetzteBearbeiter: (belegGuids: string[]) => Promise<Record<string, string>>;
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
export type IDASFluentApi = FluentApi & {
|
|
1180
|
+
vorgang: VorgangApi;
|
|
1181
|
+
kontakt: KontaktApi;
|
|
1182
|
+
belegPositionen: BelegPositionenApi;
|
|
1183
|
+
material: MaterialApi;
|
|
1184
|
+
serien: SerienApi;
|
|
1185
|
+
benutzer: BenutzerApi;
|
|
1186
|
+
artikel: ArtikelApi;
|
|
1187
|
+
beleg: BelegApi;
|
|
1188
|
+
produktion: ProduktionApi;
|
|
1189
|
+
faktura: FakturaApi;
|
|
1190
|
+
rechnung: RechnungApi;
|
|
1191
|
+
settings: SettingsApi;
|
|
1192
|
+
ui: UiApi;
|
|
1193
|
+
utility: UtilityApi;
|
|
1194
|
+
ablage: AblageApi;
|
|
1195
|
+
av: AvApi;
|
|
1196
|
+
farbe: FarbeApi;
|
|
1197
|
+
lager: LagerApi;
|
|
1198
|
+
lieferung: LieferungApi;
|
|
1199
|
+
mandant: MandantApi;
|
|
1200
|
+
print: PrintApi;
|
|
1201
|
+
historie: HistorieApi;
|
|
1202
|
+
system: SystemApi;
|
|
1203
|
+
file: FileApi;
|
|
1204
|
+
mail: MailApi;
|
|
1205
|
+
anpassung: AnpassungApi;
|
|
1206
|
+
auth: AuthApi;
|
|
1207
|
+
userInfo: FluentAuthManager["userInfo"];
|
|
1208
|
+
};
|
|
1209
|
+
|
|
1210
|
+
export type ILagerLogikDTO = {
|
|
1211
|
+
KatalogArtikelGuid: string;
|
|
1212
|
+
FarbKuerzelGuid: string;
|
|
1213
|
+
FarbGuid: string;
|
|
1214
|
+
LagerbestandGuid: string;
|
|
1215
|
+
};
|
|
1216
|
+
|
|
1217
|
+
export type ILayoutBelegDruck = {
|
|
1218
|
+
ShowLogo: boolean;
|
|
1219
|
+
LogoPositionX: number;
|
|
1220
|
+
LogoPositionY: number;
|
|
1221
|
+
LogoSizeWidth: number;
|
|
1222
|
+
LogoSizeHeight: number;
|
|
1223
|
+
TabellePositionX: number;
|
|
1224
|
+
TabellePositionY_Seite1: number;
|
|
1225
|
+
TabellePositionY_AbSeite2: number;
|
|
1226
|
+
TabelleHoehe_Seite1: number;
|
|
1227
|
+
TabelleHoehe_AbSeite2: number;
|
|
1228
|
+
TabelleBreite: number;
|
|
1229
|
+
BriefkopfPositionX: number;
|
|
1230
|
+
BriefkopfPositionY: number;
|
|
1231
|
+
FusszeilePositionX: number;
|
|
1232
|
+
FusszeilePositionY: number;
|
|
1233
|
+
SeitenrandLinks: number;
|
|
1234
|
+
SeitenrandRechts: number;
|
|
1235
|
+
SeitenrandUnten: number;
|
|
1236
|
+
SeitenrandOben: number;
|
|
1237
|
+
KommissionPositionY: number;
|
|
1238
|
+
SeitenzaehlerPositionX: number;
|
|
1239
|
+
SeitenzaehlerPositionY_Seite1: number;
|
|
1240
|
+
SeitenzaehlerPositionY_AbSeite2: number;
|
|
1241
|
+
AnschriftPositionX: number;
|
|
1242
|
+
AnschriftPositionY: number;
|
|
1243
|
+
MicroAnschriftPositionX: number;
|
|
1244
|
+
MicroAnschriftPositionY: number;
|
|
1245
|
+
ShowMicroAnschrift: boolean;
|
|
1246
|
+
BelegKopfPositionX: number;
|
|
1247
|
+
BelegKopfPositionY: number;
|
|
1248
|
+
BelegKopfPositionY_AbSeite2: number;
|
|
1249
|
+
ShowHistorie: boolean;
|
|
1250
|
+
IsBlankoDruck: boolean;
|
|
1251
|
+
IsBestellfixBeleg: boolean;
|
|
1252
|
+
IsDiagnoseDruck: boolean;
|
|
1253
|
+
};
|
|
1254
|
+
|
|
1255
|
+
export type IndiFarbDatenDTO = {
|
|
1256
|
+
IndiFarbDatenGuid: string;
|
|
1257
|
+
IsPassiv: boolean;
|
|
1258
|
+
FarbKuerzel: string;
|
|
1259
|
+
BestellMengeAufVERunden: boolean;
|
|
1260
|
+
SonderPreis: number;
|
|
1261
|
+
IsInventurpflichtig: boolean;
|
|
1262
|
+
Lagerfuehrung: boolean;
|
|
1263
|
+
Freigabe_IBOS: boolean;
|
|
1264
|
+
Freigabe_BestellFix: boolean;
|
|
1265
|
+
Freigabe_ARTOS: boolean;
|
|
1266
|
+
};
|
|
1267
|
+
|
|
1268
|
+
export type InfoScreenConfigDTO = {
|
|
1269
|
+
InfoScreenGuid: string;
|
|
1270
|
+
ChangedDate: string;
|
|
1271
|
+
Caption: string;
|
|
1272
|
+
Layout: string;
|
|
1273
|
+
Initiator: string;
|
|
1274
|
+
ParamType: any;
|
|
1275
|
+
Rows: Array<InfoScreenRowDTO>;
|
|
1276
|
+
};
|
|
1277
|
+
|
|
1278
|
+
export type InfoScreenInitTypeDTO = {
|
|
1279
|
+
Name: string;
|
|
1280
|
+
Type: any;
|
|
1281
|
+
Data: any;
|
|
1282
|
+
};
|
|
1283
|
+
|
|
1284
|
+
export type InfoScreenModulSettingsDTO = {
|
|
1285
|
+
ModuleGuid: string;
|
|
1286
|
+
InitType: InfoScreenInitTypeDTO;
|
|
1287
|
+
AllowedTypes: Array<InfoScreenInitTypeDTO>;
|
|
1288
|
+
NeedsInit: boolean;
|
|
1289
|
+
IsValid: boolean;
|
|
1290
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
1291
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
1292
|
+
};
|
|
1293
|
+
|
|
1294
|
+
export type InfoScreenRowDTO = {
|
|
1295
|
+
InfoScreenModule: Array<InfoScreenModulSettingsDTO>;
|
|
1296
|
+
RowNum: number;
|
|
1297
|
+
};
|
|
1298
|
+
|
|
1299
|
+
export type JobStatusEntryDTO = {
|
|
1300
|
+
JobGuid: string;
|
|
1301
|
+
Timestamp: string;
|
|
1302
|
+
StatusText: string;
|
|
1303
|
+
RowKey: string;
|
|
1304
|
+
};
|
|
1305
|
+
|
|
1306
|
+
export type JobStatusResponseDTO = {
|
|
1307
|
+
JobGuid: string;
|
|
1308
|
+
};
|
|
1309
|
+
|
|
1310
|
+
export type JwtTokenExt = {
|
|
1311
|
+
id: string;
|
|
1312
|
+
refreshToken: string;
|
|
1313
|
+
};
|
|
1314
|
+
|
|
1315
|
+
export type JwtUserInfo = {
|
|
1316
|
+
rights?: string|string[];
|
|
1317
|
+
role?: string|string[];
|
|
1318
|
+
};
|
|
1319
|
+
|
|
1320
|
+
export type KapaFarbArt = 0|1|2|3;
|
|
1321
|
+
|
|
1322
|
+
export type Kapazitaetsvorgabe = {
|
|
1323
|
+
GroupName: string;
|
|
1324
|
+
Label: string;
|
|
1325
|
+
Produktgruppe: Array<string>;
|
|
1326
|
+
Artikelliste: Array<string>;
|
|
1327
|
+
Bearbeitungen: Array<string>;
|
|
1328
|
+
Etikettentext: Array<string>;
|
|
1329
|
+
FarbArt: KapaFarbArt;
|
|
1330
|
+
Zeitvorgabe: number;
|
|
1331
|
+
Gewicht: number;
|
|
1332
|
+
IstBasisregel: boolean;
|
|
1333
|
+
Order: number;
|
|
1334
|
+
};
|
|
1335
|
+
|
|
1336
|
+
export type KapazitaetsvorgabenDTO = Array<Kapazitaetsvorgabe> & { Version: number };
|
|
1337
|
+
|
|
1338
|
+
export type KatalogArtikelArt = string;
|
|
1339
|
+
|
|
1340
|
+
export type KatalogArtikelDTO = {
|
|
1341
|
+
KatalogArtikelGuid: string;
|
|
1342
|
+
KatalogNummer: string;
|
|
1343
|
+
Bezeichnung: string;
|
|
1344
|
+
Art: string;
|
|
1345
|
+
WarenGruppeGuid: string;
|
|
1346
|
+
ImageFileName: string;
|
|
1347
|
+
Einheit: string;
|
|
1348
|
+
MengeMussGanzZahligSein: boolean;
|
|
1349
|
+
NurAlsVEBestellbar: boolean;
|
|
1350
|
+
IstZuschnittArtikel: boolean;
|
|
1351
|
+
IstBestellfixSonderfarbBestellbar: boolean;
|
|
1352
|
+
IstIbosSonderfarbBestellbar: boolean;
|
|
1353
|
+
IstArtosSonderfarbBestellbar: boolean;
|
|
1354
|
+
IstBestellfixTrendfarbBestellbar: boolean;
|
|
1355
|
+
IstIbosTrendfarbBestellbar: boolean;
|
|
1356
|
+
IstArtosTrendfarbBestellbar: boolean;
|
|
1357
|
+
IstFarbeOptional: boolean;
|
|
1358
|
+
NichtRabattfaehig: boolean;
|
|
1359
|
+
IstEKPArtikel: boolean;
|
|
1360
|
+
IstGewebeArtikel: boolean;
|
|
1361
|
+
IstSaegbar: boolean;
|
|
1362
|
+
GewichtInKg: number;
|
|
1363
|
+
MaterialGuid: string;
|
|
1364
|
+
MoeglicheFarben: Array<KatalogArtikelFarbZuordnungDTO>;
|
|
1365
|
+
ProfilLaengeMM: number;
|
|
1366
|
+
Freigabe_IBOS: boolean;
|
|
1367
|
+
Freigabe_BestellFix: boolean;
|
|
1368
|
+
Freigabe_ARTOS: boolean;
|
|
1369
|
+
Preis: number;
|
|
1370
|
+
StaffelPreis: number;
|
|
1371
|
+
StaffelMenge: number;
|
|
1372
|
+
VEMenge: number;
|
|
1373
|
+
VEPreis: number;
|
|
1374
|
+
MengeGrossVE: number;
|
|
1375
|
+
MengeGrossVE2: number;
|
|
1376
|
+
MeldeSchwelleGrossVEs: number;
|
|
1377
|
+
MaxBestellMenge: number;
|
|
1378
|
+
Status: string;
|
|
1379
|
+
GueltigAb: string | null;
|
|
1380
|
+
GueltigBis: string | null;
|
|
1381
|
+
ErsatzArtikel: Array<string>;
|
|
1382
|
+
VarianteGuid: string;
|
|
1383
|
+
ChangedDate: string;
|
|
1384
|
+
Version: number;
|
|
1385
|
+
IstTechnischerArtikel: boolean;
|
|
1386
|
+
BasisBestellMenge: number;
|
|
1387
|
+
FrontendLogikGuid: string | null;
|
|
1388
|
+
IsIndiArtikel: boolean;
|
|
1389
|
+
IstEigenartikel: boolean;
|
|
1390
|
+
ErsetztNeherArtikel: boolean;
|
|
1391
|
+
OriginalArtikelGuid: string | null;
|
|
1392
|
+
};
|
|
1393
|
+
|
|
1394
|
+
export type KatalogArtikelFarbZuordnungDTO = {
|
|
1395
|
+
FarbKuerzelGuid: string;
|
|
1396
|
+
FarbItemGuid: string;
|
|
1397
|
+
Preis: number;
|
|
1398
|
+
Freigabe_IBOS: boolean;
|
|
1399
|
+
Freigabe_BestellFix: boolean;
|
|
1400
|
+
Freigabe_ARTOS: boolean;
|
|
1401
|
+
FarbArt: FarbArt;
|
|
1402
|
+
WirdAlsStandardFarbeBestellt: boolean;
|
|
1403
|
+
VEMenge: number;
|
|
1404
|
+
MengeGrossVE: number;
|
|
1405
|
+
MengeGrossVE2: number;
|
|
1406
|
+
MeldeSchwelleGrossVEs: number;
|
|
1407
|
+
GueltigAb: string | null;
|
|
1408
|
+
GueltigBis: string | null;
|
|
1409
|
+
Version: number;
|
|
1410
|
+
ChangedDate: string;
|
|
1411
|
+
MaxBestellMenge: number;
|
|
1412
|
+
};
|
|
1413
|
+
|
|
1414
|
+
export type KatalogArtikelIndiDatenDTO = {
|
|
1415
|
+
KatalogArtikelIndiDatenGuid: string;
|
|
1416
|
+
KatalogArtikelGuid: string;
|
|
1417
|
+
IsPassiv: boolean;
|
|
1418
|
+
IsInventurPflichtig: boolean;
|
|
1419
|
+
IsLagerartikel: boolean;
|
|
1420
|
+
BestellMengeAufVERunden: boolean;
|
|
1421
|
+
KundenArtikelNummer: string;
|
|
1422
|
+
FarbDaten: Array<IndiFarbDatenDTO>;
|
|
1423
|
+
Freigabe_IBOS: boolean;
|
|
1424
|
+
Freigabe_BestellFix: boolean;
|
|
1425
|
+
Freigabe_ARTOS: boolean;
|
|
1426
|
+
InventurBewertung: number;
|
|
1427
|
+
ChangedDate: string;
|
|
1428
|
+
SerializedOptions: string;
|
|
1429
|
+
};
|
|
1430
|
+
|
|
1431
|
+
export type KomponenteDTO = {
|
|
1432
|
+
KomponenteGuid: string;
|
|
1433
|
+
BauteilGuid: string;
|
|
1434
|
+
GehoertZuKomponenteGuid: string;
|
|
1435
|
+
KomponenteArtGuid: string;
|
|
1436
|
+
KomponenteKategorieGuid: string;
|
|
1437
|
+
Name: string;
|
|
1438
|
+
AnzeigeName: string;
|
|
1439
|
+
Bild: string;
|
|
1440
|
+
Bestellbar: boolean;
|
|
1441
|
+
IstSichtbar: boolean;
|
|
1442
|
+
AenderungsInfoWeiterleitungen: string;
|
|
1443
|
+
gehoerenZuKomponente: Array<string>;
|
|
1444
|
+
ConstructScript: string;
|
|
1445
|
+
UpdateScript: string;
|
|
1446
|
+
ValidateScript: string;
|
|
1447
|
+
ReconstructScript: string;
|
|
1448
|
+
BearbeitungenScript: string;
|
|
1449
|
+
FeatureErkennungScript: string;
|
|
1450
|
+
ZugehoerigerKatalogArtikelGuid: string;
|
|
1451
|
+
Version: number;
|
|
1452
|
+
ChangedDate: Date;
|
|
1453
|
+
Variablen: Array<KomponenteVariableDTO>;
|
|
1454
|
+
Verknuepfungen: Array<KomponenteVerknuepfungDTO>;
|
|
1455
|
+
};
|
|
1456
|
+
|
|
1457
|
+
export type KomponenteVariableDTO = {
|
|
1458
|
+
KomponenteVariableGuid: string;
|
|
1459
|
+
Anpassbar: boolean | null;
|
|
1460
|
+
AnzeigeText: string;
|
|
1461
|
+
Datentyp: number;
|
|
1462
|
+
EingabeFeldAnzeigen: boolean;
|
|
1463
|
+
EingabeFeldArt: string;
|
|
1464
|
+
EingabeFeldP1: string;
|
|
1465
|
+
EingabeFeldP2: string;
|
|
1466
|
+
EingabeFeldP3: string;
|
|
1467
|
+
Name: string;
|
|
1468
|
+
WerteListe: string;
|
|
1469
|
+
Version: number;
|
|
1470
|
+
ChangedDate: Date;
|
|
1471
|
+
};
|
|
1472
|
+
|
|
1473
|
+
export type KomponenteVerknuepfungDTO = {
|
|
1474
|
+
KomponenteVerknuepfungGuid: string;
|
|
1475
|
+
QuellKomponenteGuid: string;
|
|
1476
|
+
ZielKomponenteGuid: string;
|
|
1477
|
+
Name: string;
|
|
1478
|
+
Version: number;
|
|
1479
|
+
ChangedDate: Date;
|
|
1480
|
+
};
|
|
1481
|
+
|
|
1482
|
+
export type KonfigSatzDTO = {
|
|
1483
|
+
ChangedDate: string;
|
|
1484
|
+
Eintraege: Array<KonfigSatzEintragDTO>;
|
|
1485
|
+
KonfigSatzGuid: string;
|
|
1486
|
+
Version: number;
|
|
1487
|
+
};
|
|
1488
|
+
|
|
1489
|
+
export type KonfigSatzEintragDTO = {
|
|
1490
|
+
DatenTyp: string;
|
|
1491
|
+
KonfigName: string;
|
|
1492
|
+
KonfigSatzEintragGuid: string;
|
|
1493
|
+
UnterkomponenteName: string;
|
|
1494
|
+
Wert: string;
|
|
1495
|
+
ChangedDate: string;
|
|
1496
|
+
};
|
|
1497
|
+
|
|
1498
|
+
export type KonfigSatzInfoDTO = {
|
|
1499
|
+
KonfigSatzGuid: string;
|
|
1500
|
+
VarianteGuid: string;
|
|
1501
|
+
LM_Hoehe: string;
|
|
1502
|
+
LM_Breite: string;
|
|
1503
|
+
LM_Breite2: string;
|
|
1504
|
+
};
|
|
1505
|
+
|
|
1506
|
+
export type KontaktApi = {
|
|
1507
|
+
getList: (ohneEndkunden?: boolean, includeASP?: boolean, includeAdditionalProperties?: boolean) => Promise<KontaktListItemDTO[]>;
|
|
1508
|
+
getListChangedSince: (changedSince?: Date|null, ohneEndkunden?: boolean, includeASP?: boolean, includeAdditionalProperties?: boolean) => Promise<KontaktListItemDTO[]>;
|
|
1509
|
+
getByGuid: (kontaktGuid: string) => Promise<KontaktDTO>;
|
|
1510
|
+
getByKundenNummer: (kundenNummer: string) => Promise<KontaktDTO>;
|
|
1511
|
+
save: (kontakt: KontaktDTO) => Promise<KontaktDTO>;
|
|
1512
|
+
archive: (kontakteIds: string[]) => Promise<void>;
|
|
1513
|
+
unarchive: (kontakteIds: string[]) => Promise<void>;
|
|
1514
|
+
setFremdfertigungGuid: (guidMapping: Record<string, string>) => Promise<void>;
|
|
1515
|
+
getForFunction: (kontaktGuid: string, mandantId: number) => Promise<KontaktDTO>;
|
|
1516
|
+
getAllForFunction: (changedSince?: Date|null) => Promise<Record<number, string[]>>;
|
|
1517
|
+
};
|
|
1518
|
+
|
|
1519
|
+
export type KontaktDTO = {
|
|
1520
|
+
KontaktGuid: string;
|
|
1521
|
+
Nachname: string;
|
|
1522
|
+
Vorname: string;
|
|
1523
|
+
Firmenname: string;
|
|
1524
|
+
KundenNummer: string;
|
|
1525
|
+
Erstkontakt: Date|null;
|
|
1526
|
+
LetzterKontakt: Date|null;
|
|
1527
|
+
IstEndkunde: boolean;
|
|
1528
|
+
Kommentar: string;
|
|
1529
|
+
IstKunde: boolean;
|
|
1530
|
+
IstGesperrt: boolean;
|
|
1531
|
+
IstArchiviert: boolean;
|
|
1532
|
+
IstSelbstabholer: boolean;
|
|
1533
|
+
IstVorkasse: boolean;
|
|
1534
|
+
IstUmsatzsteuerPflichtig: boolean;
|
|
1535
|
+
InnergemeinschaftOhneMwSt: boolean;
|
|
1536
|
+
Personen: Array<PersonDTO>;
|
|
1537
|
+
Zusatzanschriften: Array<ZusatzanschriftDTO>;
|
|
1538
|
+
IstDummyKunde: boolean;
|
|
1539
|
+
ArtikelRabattVorgabe: number;
|
|
1540
|
+
ElementRabattVorgabe: number;
|
|
1541
|
+
UmsatzSteuerId: string;
|
|
1542
|
+
Branche: string;
|
|
1543
|
+
Nummernkreis: string;
|
|
1544
|
+
Liefertage: string[];
|
|
1545
|
+
ShowSonderetikett: boolean;
|
|
1546
|
+
Sonderetikett: string;
|
|
1547
|
+
Briefanrede: string;
|
|
1548
|
+
Titel: string;
|
|
1549
|
+
Anrede: string;
|
|
1550
|
+
AdressZusatz1: string;
|
|
1551
|
+
AdressZusatz2: string;
|
|
1552
|
+
Strasse: string;
|
|
1553
|
+
Hausnummer: string;
|
|
1554
|
+
Postfach: string;
|
|
1555
|
+
Postleitzahl: string;
|
|
1556
|
+
Ort: string;
|
|
1557
|
+
Ortsteil: string;
|
|
1558
|
+
Land: string;
|
|
1559
|
+
IstInland: boolean;
|
|
1560
|
+
Mailadresse: string;
|
|
1561
|
+
Landesvorwahl: string;
|
|
1562
|
+
Vorwahl: string;
|
|
1563
|
+
Telefonnummer: string;
|
|
1564
|
+
Durchwahl: string;
|
|
1565
|
+
Webadresse: string;
|
|
1566
|
+
Transportkosten: number|null;
|
|
1567
|
+
AbweichendeTransportkosten: boolean;
|
|
1568
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
1569
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
1570
|
+
KontaktMandantGuid: string;
|
|
1571
|
+
KontaktMandantIstAktiv: boolean;
|
|
1572
|
+
Version: number;
|
|
1573
|
+
ChangedDate: Date;
|
|
1574
|
+
NettoTage: number;
|
|
1575
|
+
Skonto: number;
|
|
1576
|
+
SchlussTextAngebotAB: string;
|
|
1577
|
+
SchlussTextRechnung: string;
|
|
1578
|
+
Zahlungsbedingung: string;
|
|
1579
|
+
HatWinterrabatt: boolean;
|
|
1580
|
+
KeineAutofreigabe: boolean;
|
|
1581
|
+
ErbtAuswahlOhneSprosse: boolean;
|
|
1582
|
+
DigitalerRechnungsversand: boolean;
|
|
1583
|
+
IstSammelrechnungsKunde: boolean;
|
|
1584
|
+
IstInaktiv: boolean;
|
|
1585
|
+
AnzeigeName: string;
|
|
1586
|
+
ProduktionZusatzInfo: string;
|
|
1587
|
+
ProduktionZusatzInfoPrintZusatzEtikett: boolean;
|
|
1588
|
+
ProduktionZusatzInfoPrintOnReport: boolean;
|
|
1589
|
+
FremdfertigungMandantGuid: string;
|
|
1590
|
+
};
|
|
1591
|
+
|
|
1592
|
+
export type KontaktListItemDTO = {
|
|
1593
|
+
KontaktGuid: string;
|
|
1594
|
+
KontaktMandantGuid: string;
|
|
1595
|
+
FremdfertigungMandantGuid: string;
|
|
1596
|
+
KontaktMandantIstAktiv: boolean;
|
|
1597
|
+
Nachname: string;
|
|
1598
|
+
Vorname: string;
|
|
1599
|
+
Firmenname: string;
|
|
1600
|
+
KundenNummer: string;
|
|
1601
|
+
Strasse: string;
|
|
1602
|
+
Hausnummer: string;
|
|
1603
|
+
Land: string;
|
|
1604
|
+
Plz: string;
|
|
1605
|
+
Ort: string;
|
|
1606
|
+
Ortsteil: string;
|
|
1607
|
+
Telefon: string;
|
|
1608
|
+
Email: string;
|
|
1609
|
+
IstEndkunde: boolean;
|
|
1610
|
+
IstKunde: boolean;
|
|
1611
|
+
IstGesperrt: boolean;
|
|
1612
|
+
IstArchiviert: boolean;
|
|
1613
|
+
URL: string;
|
|
1614
|
+
ChangedDate: Date;
|
|
1615
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
1616
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
1617
|
+
};
|
|
1618
|
+
|
|
1619
|
+
export type KonturDTO = {
|
|
1620
|
+
KonturGuid: string;
|
|
1621
|
+
KonturElemente: Array<KonturElementDTO>;
|
|
1622
|
+
Name: string;
|
|
1623
|
+
Schluessel_1: number;
|
|
1624
|
+
Schluessel_2: number;
|
|
1625
|
+
Schluessel_3: number;
|
|
1626
|
+
Schluessel_4: string;
|
|
1627
|
+
Schluessel_5: string;
|
|
1628
|
+
Version: number;
|
|
1629
|
+
ChangedDate: Date;
|
|
1630
|
+
};
|
|
1631
|
+
|
|
1632
|
+
export type KonturElementDTO = {
|
|
1633
|
+
KonturElementGuid: string;
|
|
1634
|
+
AX: number;
|
|
1635
|
+
AY: number;
|
|
1636
|
+
AZ: number;
|
|
1637
|
+
EX: number;
|
|
1638
|
+
EY: number;
|
|
1639
|
+
EZ: number;
|
|
1640
|
+
MX: number;
|
|
1641
|
+
MY: number;
|
|
1642
|
+
MZ: number;
|
|
1643
|
+
KreisRichtung: number;
|
|
1644
|
+
MakroName: string;
|
|
1645
|
+
MakroParameter: string;
|
|
1646
|
+
OperationArt: string;
|
|
1647
|
+
OperationNr: number;
|
|
1648
|
+
Version: number;
|
|
1649
|
+
ChangedDate: Date;
|
|
1650
|
+
};
|
|
1651
|
+
|
|
1652
|
+
export type LagerApi = {
|
|
1653
|
+
get: (guid: string) => Promise<LagerbestandDTO>;
|
|
1654
|
+
getFromGuidList: (guids: string[]) => Promise<LagerbestandDTO[]>;
|
|
1655
|
+
getAll: (changedSince?: Date) => Promise<LagerbestandDTO[]>;
|
|
1656
|
+
getUnterschreitungEisernerBestand: () => Promise<LagerbestandDTO[]>;
|
|
1657
|
+
buchung: (buchung: LagerbuchungDTO) => Promise<LagerbestandDTO>;
|
|
1658
|
+
buchungListe: (buchungen: LagerbuchungDTO[]) => Promise<LagerbestandDTO[]>;
|
|
1659
|
+
save: (dto: LagerbestandDTO) => Promise<void>;
|
|
1660
|
+
saveListe: (dtos: LagerbestandDTO[]) => Promise<string[]>;
|
|
1661
|
+
delete: (guid: string) => Promise<void>;
|
|
1662
|
+
getHistorie: (vonDatum: Date, bisDatum: Date, mitLagerbuchungen?: boolean, mitReservierungen?: boolean, katalogArtikelGuid?: string) => Promise<LagerbuchungDTO[]>;
|
|
1663
|
+
reservierung: { get: (guid: string) => Promise<LagerReservierungDTO>; getAll: (artikelnummer?: string, farbkuerzel?: string, farbcode?: string, bezug?: string, oberflaeche?: string, changedSince?: Date) => Promise<LagerReservierungDTO[]>; save: (dtos: LagerReservierungDTO[]) => Promise<void>; delete: (guids: string[]) => Promise<void> };
|
|
1664
|
+
getProduzentenMandantIds: () => Promise<number[]>;
|
|
1665
|
+
initializeBestand: (mandantID: number) => Promise<number[]>;
|
|
1666
|
+
};
|
|
1667
|
+
|
|
1668
|
+
export type LagerbestandDTO = {
|
|
1669
|
+
LagerbestandGuid: string;
|
|
1670
|
+
KatalogArtikelGuid: string;
|
|
1671
|
+
KatalogNummer: string;
|
|
1672
|
+
FarbGuid: string;
|
|
1673
|
+
FarbKuerzelGuid: string;
|
|
1674
|
+
FarbKuerzel: string;
|
|
1675
|
+
Lagerbestand: number;
|
|
1676
|
+
Bestellbestand: number;
|
|
1677
|
+
Mindestbestand: number;
|
|
1678
|
+
Reserviert: number;
|
|
1679
|
+
Maximalbestand: number;
|
|
1680
|
+
EisernerBestand: number;
|
|
1681
|
+
Einheit: string;
|
|
1682
|
+
Lagerplatz: string;
|
|
1683
|
+
Charge: string;
|
|
1684
|
+
IstAktiv: boolean;
|
|
1685
|
+
Seriennummer: string;
|
|
1686
|
+
ChangedDate: string;
|
|
1687
|
+
WindowsUser: string;
|
|
1688
|
+
};
|
|
1689
|
+
|
|
1690
|
+
export type LagerbuchungDTO = {
|
|
1691
|
+
KatalogArtikelGuid: string;
|
|
1692
|
+
FarbGuid: string;
|
|
1693
|
+
FarbKuerzelGuid: string;
|
|
1694
|
+
LagerbestandGuid: string;
|
|
1695
|
+
Betrag: number;
|
|
1696
|
+
IstReservierung: boolean;
|
|
1697
|
+
Einheit: string;
|
|
1698
|
+
Hinweis: string;
|
|
1699
|
+
ArtosUser: string;
|
|
1700
|
+
WindowsUser: string;
|
|
1701
|
+
ChangedDate: string;
|
|
1702
|
+
BestandAlt: number;
|
|
1703
|
+
BestandNeu: number;
|
|
1704
|
+
};
|
|
1705
|
+
|
|
1706
|
+
export type LagerReservierungDTO = {
|
|
1707
|
+
LagerReservierungGuid: string;
|
|
1708
|
+
MaterialbedarfGuid: string | null;
|
|
1709
|
+
LieferzusageGuid: string | null;
|
|
1710
|
+
GesamtLieferzusageGuid: string | null;
|
|
1711
|
+
Artikelnummer: string;
|
|
1712
|
+
FarbKuerzel: string;
|
|
1713
|
+
FarbCode: string;
|
|
1714
|
+
Oberflaeche: string;
|
|
1715
|
+
Bezug: string;
|
|
1716
|
+
Menge: number;
|
|
1717
|
+
Einheit: string;
|
|
1718
|
+
ErstellDatum: string;
|
|
1719
|
+
WindowsUser: string;
|
|
1720
|
+
ArtosUser: string;
|
|
1721
|
+
ChangedDate: string;
|
|
1722
|
+
Version: number;
|
|
1723
|
+
};
|
|
1724
|
+
|
|
1725
|
+
export type LayoutBelegDruckDTO = ILayoutBelegDruck;
|
|
1726
|
+
|
|
1727
|
+
export type LieferungApi = {
|
|
1728
|
+
getAllLieferzusagen: (serieGuid: string, lieferant?: string) => Promise<LieferzusageDTO[]>;
|
|
1729
|
+
getLieferzusagenCount: (serieGuid: string, lieferant?: string) => Promise<number>;
|
|
1730
|
+
materialZusagen: (lieferzusage: LieferzusageDTO) => Promise<string>;
|
|
1731
|
+
materialZusagenListe: (lieferzusagen: LieferzusageDTO[]) => Promise<string>;
|
|
1732
|
+
resetLieferzusage: (lieferzusageGuid: string) => Promise<void>;
|
|
1733
|
+
resetLieferzusagen: (lieferzusagenGuids: string[]) => Promise<string>;
|
|
1734
|
+
resetLieferzusagenBySerie: (serieGuid: string, lieferant?: string) => Promise<void>;
|
|
1735
|
+
gesamt: { getAll: (stichTag?: Date) => Promise<GesamtLieferzusageDTO[]>; save: (dto: GesamtLieferzusageDTO) => Promise<void>; saveListe: (dtoSet: GesamtLieferzusageDTO[]) => Promise<string>; serieBuchen: (serieGuid: string) => Promise<void>; delete: (gesamtLieferzusageGuid: string) => Promise<void>; deleteListe: (gesamtLieferzusagenGuids: string[]) => Promise<string> };
|
|
1736
|
+
};
|
|
1737
|
+
|
|
1738
|
+
export type Lieferungstyp = 0|1|2;
|
|
1739
|
+
|
|
1740
|
+
export type LieferzusageDTO = {
|
|
1741
|
+
LieferzusageGuid: string;
|
|
1742
|
+
MaterialBedarfGuid: string;
|
|
1743
|
+
Stueckzahl: number;
|
|
1744
|
+
Laufmeter: number;
|
|
1745
|
+
Lieferant: string;
|
|
1746
|
+
Version: number;
|
|
1747
|
+
ChangedDate: Date;
|
|
1748
|
+
};
|
|
1749
|
+
|
|
1750
|
+
export type LoginAttemptDTO = {
|
|
1751
|
+
UserGuid: string;
|
|
1752
|
+
FailCount: number;
|
|
1753
|
+
RequestTime: string | null;
|
|
1754
|
+
};
|
|
1755
|
+
|
|
1756
|
+
export type LoginAttemptResultDTO = {
|
|
1757
|
+
FailCount: number;
|
|
1758
|
+
LastFailedLogin: string | null;
|
|
1759
|
+
};
|
|
1760
|
+
|
|
1761
|
+
export type LoginDTO = {
|
|
1762
|
+
Email: string;
|
|
1763
|
+
Password: string;
|
|
1764
|
+
Mandant: string;
|
|
1765
|
+
AppToken: string;
|
|
1766
|
+
};
|
|
1767
|
+
|
|
1768
|
+
export type MailApi = {
|
|
1769
|
+
send: (job: MailJobInfo, attachments?: string[]) => Promise<JobStatusResponseDTO>;
|
|
1770
|
+
getStatus: (guid: string) => Promise<JobStatusEntryDTO[]>;
|
|
1771
|
+
};
|
|
1772
|
+
|
|
1773
|
+
export type MailJobInfo = {
|
|
1774
|
+
JobGuid: string;
|
|
1775
|
+
ToAddresses: Array<string>;
|
|
1776
|
+
CCAddresses: Array<string>;
|
|
1777
|
+
ReplyToAddress: string;
|
|
1778
|
+
Subject: string;
|
|
1779
|
+
Content: string;
|
|
1780
|
+
BelegGuid: string;
|
|
1781
|
+
};
|
|
1782
|
+
|
|
1783
|
+
export type MandantAndBelegPosGuidDTO = {
|
|
1784
|
+
MandantId: number;
|
|
1785
|
+
BelegPositionGuid: string;
|
|
1786
|
+
};
|
|
1787
|
+
|
|
1788
|
+
export type MandantApi = {
|
|
1789
|
+
abgleichen: (list: MandantDTO[]) => Promise<MandantDTO[]>;
|
|
1790
|
+
anlegen: (mandant: MandantDTO) => Promise<MandantDTO>;
|
|
1791
|
+
ladenMitFilter: (filter: string) => Promise<MandantDTO[]>;
|
|
1792
|
+
admin: { ladenMitFilter: (filter: string, onlyHaendler: boolean, onlyProduzenten: boolean) => Promise<MandantDTO[]>; laden: (guid: string) => Promise<MandantDTO>; umziehen: (mandantGuid: string, zielMandantGuid: string) => Promise<void>; addAdminRechte: (email: string) => Promise<void> };
|
|
1793
|
+
app: { getStatusByKunde: (kundeGuid: string) => Promise<AppActivationStatusDTO>; setStatusByKunde: (data: AppActivationStatusDTO) => Promise<AppActivationStatusDTO>; getAll: () => Promise<MandantDTO[]>; getBenutzerByKunde: (kundeGuid: string) => Promise<BenutzerDTO[]>; createOrUpdateBenutzer: (kundeGuid: string, data: BenutzerDTO, pwSenden?: boolean, passwort?: string) => Promise<BenutzerDTO>; deleteBenutzer: (kundeGuid: string, data: BenutzerDTO) => Promise<void>; aktiviere: (adminEmail: string) => Promise<void> };
|
|
1794
|
+
};
|
|
1795
|
+
|
|
1796
|
+
export type MandantDTO = {
|
|
1797
|
+
Name: string;
|
|
1798
|
+
Beschreibung: string;
|
|
1799
|
+
ErstellDatum: string;
|
|
1800
|
+
AenderungsDatum: string;
|
|
1801
|
+
AdminEmail: string;
|
|
1802
|
+
MandantGuid: string;
|
|
1803
|
+
SIC_CMS_Producer_Id: number;
|
|
1804
|
+
DongleNummer: string;
|
|
1805
|
+
ProduzentMandantGuid: string;
|
|
1806
|
+
KundenNummerBeimProduzenten: string;
|
|
1807
|
+
IstAktiv: boolean;
|
|
1808
|
+
IstHaendler: boolean;
|
|
1809
|
+
IstProduzent: boolean;
|
|
1810
|
+
ErbtAuswahlOhneSprosse: boolean;
|
|
1811
|
+
StammdatenbearbeitungGesperrt: boolean;
|
|
1812
|
+
NeherKundennummer: string;
|
|
1813
|
+
};
|
|
1814
|
+
|
|
1815
|
+
export type MandantFreigabeDTO = {
|
|
1816
|
+
Code: string;
|
|
1817
|
+
GueltigAb: string;
|
|
1818
|
+
Level: FreigabeLevel;
|
|
1819
|
+
Art: FreigabeArt;
|
|
1820
|
+
ZusatzDaten: string;
|
|
1821
|
+
};
|
|
1822
|
+
|
|
1823
|
+
export type MaterialApi = {
|
|
1824
|
+
getAll: () => Promise<MaterialDTO[]>;
|
|
1825
|
+
saveMaterial: (material: MaterialDTO) => Promise<void>;
|
|
1826
|
+
};
|
|
1827
|
+
|
|
1828
|
+
export type MaterialBearbeitungsMethodeDTO = {
|
|
1829
|
+
MaterialBearbeitungsMethodeGuid: string;
|
|
1830
|
+
Bezeichnung: string;
|
|
1831
|
+
Version: number;
|
|
1832
|
+
ChangedDate: string;
|
|
1833
|
+
};
|
|
1834
|
+
|
|
1835
|
+
export type MaterialbedarfCutOptimization = object.<string, any>;
|
|
1836
|
+
|
|
1837
|
+
export type MaterialbedarfDTO = {
|
|
1838
|
+
MaterialBedarfGuid: string;
|
|
1839
|
+
Kennzeichen: string;
|
|
1840
|
+
InternerName: string;
|
|
1841
|
+
InternerName_Backup: string;
|
|
1842
|
+
KatalogNummer: string;
|
|
1843
|
+
Bezeichnung: string;
|
|
1844
|
+
Einheit: string;
|
|
1845
|
+
Beipacken: boolean;
|
|
1846
|
+
Vorgangsnummer: string;
|
|
1847
|
+
Stueckzahl: number;
|
|
1848
|
+
Laufmeter: number;
|
|
1849
|
+
IstVE: boolean;
|
|
1850
|
+
VE_Menge?: number;
|
|
1851
|
+
FarbBezeichnung: string;
|
|
1852
|
+
FarbZusatzText: string;
|
|
1853
|
+
FarbKuerzel: string;
|
|
1854
|
+
FarbKuerzelGuid: string;
|
|
1855
|
+
FarbCode: string;
|
|
1856
|
+
FarbeItem: string;
|
|
1857
|
+
FarbItemGuid: string;
|
|
1858
|
+
OberflaecheBezeichnung: string;
|
|
1859
|
+
OberFlaecheGuid: string;
|
|
1860
|
+
PulverCode: string;
|
|
1861
|
+
IstZuschnitt: boolean;
|
|
1862
|
+
ZuschnittLaenge: number;
|
|
1863
|
+
ZuschnittWinkel: string;
|
|
1864
|
+
PositionsAngabe: string;
|
|
1865
|
+
MaterialBezeichnung: string;
|
|
1866
|
+
MaterialBearbeitungSaegen: boolean;
|
|
1867
|
+
MaterialBearbeitungFraesen: boolean;
|
|
1868
|
+
MaterialBearbeitungStanzen: boolean;
|
|
1869
|
+
MaterialBearbeitungBeschichten: boolean;
|
|
1870
|
+
MaterialBearbeitungBohren: boolean;
|
|
1871
|
+
MaterialBearbeitungEloxieren: boolean;
|
|
1872
|
+
AufPackListe: boolean;
|
|
1873
|
+
CADKennung: string;
|
|
1874
|
+
EtikettenSonderS: string;
|
|
1875
|
+
IndiSonderInfo1: string;
|
|
1876
|
+
IndiSonderInfo2: string;
|
|
1877
|
+
IndiSonderInfo3: string;
|
|
1878
|
+
PIText: string;
|
|
1879
|
+
SchraegElement: boolean;
|
|
1880
|
+
SonderFormInfo: string;
|
|
1881
|
+
ZusatzEtikettText: string;
|
|
1882
|
+
AufMaterialListe: boolean;
|
|
1883
|
+
NurLieferscheinAnzeige: boolean;
|
|
1884
|
+
FromSonderWunsch: boolean;
|
|
1885
|
+
IstBeschichtbar: boolean;
|
|
1886
|
+
KatalogArtikelArt: KatalogArtikelArt;
|
|
1887
|
+
AktuellerStatus: MaterialbedarfStatiDTO;
|
|
1888
|
+
ProfilGedrehtSaegen: boolean;
|
|
1889
|
+
IstSonderfarbe: boolean;
|
|
1890
|
+
MaterialPCode: string;
|
|
1891
|
+
Bemerkung: string;
|
|
1892
|
+
AVPositionGuid?: string;
|
|
1893
|
+
ZielKennzeichen: string;
|
|
1894
|
+
AblageGuid?: string;
|
|
1895
|
+
AblageFachGuid?: string;
|
|
1896
|
+
Lagerfach: string;
|
|
1897
|
+
};
|
|
1898
|
+
|
|
1899
|
+
export type MaterialbedarfExportSettingsDTO = {
|
|
1900
|
+
NeherArtikelStandardFarbe: MaterialbedarfExportType;
|
|
1901
|
+
NeherArtikelTrendFarbe: MaterialbedarfExportType;
|
|
1902
|
+
NeherArtikelSonderFarbe: MaterialbedarfExportType;
|
|
1903
|
+
UeberschriebenerArtikelStandardFarbe: MaterialbedarfExportType;
|
|
1904
|
+
UeberschriebenerArtikelTrendFarbe: MaterialbedarfExportType;
|
|
1905
|
+
UeberschriebenerArtikelSonderFarbe: MaterialbedarfExportType;
|
|
1906
|
+
EigenArtikelStandardFarbe: MaterialbedarfExportType;
|
|
1907
|
+
EigenArtikelTrendFarbe: MaterialbedarfExportType;
|
|
1908
|
+
EigenArtikelSonderFarbe: MaterialbedarfExportType;
|
|
1909
|
+
CsvExportCombinations: CsvExportCombinationDTO[];
|
|
1910
|
+
WriteLieferzusageOnCsvExport: boolean;
|
|
1911
|
+
};
|
|
1912
|
+
|
|
1913
|
+
export type MaterialbedarfExportType = ('CSV'|'Schnittstelle');
|
|
1914
|
+
|
|
1915
|
+
export type MaterialbedarfExportUserSettings = {
|
|
1916
|
+
CsvExportPath: string;
|
|
1917
|
+
};
|
|
1918
|
+
|
|
1919
|
+
export type MaterialBedarfLogik = ('Serienbezogen'|'Stichtagbezogen');
|
|
1920
|
+
|
|
1921
|
+
export type MaterialbedarfStatiDTO = ('Unbekannt'|'Angefragt'|'Beschafft'|'NachSaege'|'NachSLK'|'Abgeschlossen');
|
|
1922
|
+
|
|
1923
|
+
export type MaterialBestellungListItemDTO = BaseListItemDTO;
|
|
1924
|
+
|
|
1925
|
+
export type MaterialDTO = {
|
|
1926
|
+
MaterialGuid: string;
|
|
1927
|
+
Bezeichnung: string;
|
|
1928
|
+
IstSaegbar: boolean;
|
|
1929
|
+
IstBeschichtbar: boolean;
|
|
1930
|
+
IstFaerbbar: boolean;
|
|
1931
|
+
ChangedDate: Date;
|
|
1932
|
+
Version: number;
|
|
1933
|
+
MoeglicheBearbeitungsMethoden: Array<string>;
|
|
1934
|
+
};
|
|
1935
|
+
|
|
1936
|
+
export type NachrichtenDTO = {
|
|
1937
|
+
NachrichtGuid: string;
|
|
1938
|
+
MandantGuid: string;
|
|
1939
|
+
BesitzerMandantGuid: string;
|
|
1940
|
+
Context: string;
|
|
1941
|
+
Nachricht: string;
|
|
1942
|
+
IstAktiv: boolean;
|
|
1943
|
+
GueltigAb: string | null;
|
|
1944
|
+
GueltigBis: string | null;
|
|
1945
|
+
};
|
|
1946
|
+
|
|
1947
|
+
export type NeherApp3 = {
|
|
1948
|
+
addMenuItem: (menuItem: NeherApp3MenuItem) => void;
|
|
1949
|
+
addApp: (appModule: NeherApp3Module | string) => Promise<void>;
|
|
1950
|
+
notify: (message: string, type?: NeherApp3NotifyType, cb?: Function) => void;
|
|
1951
|
+
api: NeherApp3ApiCollection;
|
|
1952
|
+
cache: NeherApp3CacheCollection;
|
|
1953
|
+
};
|
|
1954
|
+
|
|
1955
|
+
export type NeherApp3ApiCollection = {
|
|
1956
|
+
idas?: IDASFluentApi;
|
|
1957
|
+
hostingEnvironment?: FluentApi;
|
|
1958
|
+
};
|
|
1959
|
+
|
|
1960
|
+
export type NeherApp3ArtikelstammCache = {
|
|
1961
|
+
getArtikelStamm: () => Promise<ArtikelstammEintrag[]>;
|
|
1962
|
+
getWarenGruppen: () => Promise<object[]>;
|
|
1963
|
+
getArtikelByGuid: (guid: string) => Promise<ArtikelstammEintrag | undefined>;
|
|
1964
|
+
getArtikelByKatalognummer: (nummer: string) => Promise<ArtikelstammEintrag | undefined>;
|
|
1965
|
+
};
|
|
1966
|
+
|
|
1967
|
+
export type NeherApp3CacheCollection = {
|
|
1968
|
+
artikelstamm: NeherApp3ArtikelstammCache;
|
|
1969
|
+
erfassung: NeherApp3ErfassungCache;
|
|
1970
|
+
};
|
|
1971
|
+
|
|
1972
|
+
export type NeherApp3ErfassungCache = {
|
|
1973
|
+
getVarianten: () => Promise<Variante[]>;
|
|
1974
|
+
getVariante: (variantenNameOderKuerzel: string) => Promise<Variante | undefined>;
|
|
1975
|
+
getWertelisten: () => Promise<Werteliste[]>;
|
|
1976
|
+
getWerteliste: (name: string) => Promise<Werteliste | undefined>;
|
|
1977
|
+
getScripts: () => Promise<object[]>;
|
|
1978
|
+
createUIMachine: (v: Variante) => void;
|
|
1979
|
+
};
|
|
1980
|
+
|
|
1981
|
+
export type NeherApp3MenuItem = {
|
|
1982
|
+
id?: string;
|
|
1983
|
+
selected?: boolean;
|
|
1984
|
+
icon?: string;
|
|
1985
|
+
url?: string | null;
|
|
1986
|
+
text: string;
|
|
1987
|
+
parent?: string | null;
|
|
1988
|
+
hidden?: boolean;
|
|
1989
|
+
};
|
|
1990
|
+
|
|
1991
|
+
export type NeherApp3Module = {
|
|
1992
|
+
moduleName: string;
|
|
1993
|
+
setup?: (context: NeherApp3SetupContext) => void | Promise<void>;
|
|
1994
|
+
mount?: (node: HTMLElement, props: NeherApp3SetupContext) => void | Function;
|
|
1995
|
+
embedUrl?: string;
|
|
1996
|
+
extraCSS?: string[];
|
|
1997
|
+
useShadowDom?: boolean;
|
|
1998
|
+
};
|
|
1999
|
+
|
|
2000
|
+
export type NeherApp3NotifyType = 0 | 1 | 2;
|
|
2001
|
+
|
|
2002
|
+
export type NeherApp3Props = {
|
|
2003
|
+
api: FluentApi;
|
|
2004
|
+
authManager?: FluentAuthManager;
|
|
2005
|
+
idas: IDASFluentApi;
|
|
2006
|
+
mainCssPath?: string;
|
|
2007
|
+
};
|
|
2008
|
+
|
|
2009
|
+
export type NeherApp3SetupContext = NeherApp3Props & { neherapp3: NeherApp3 };
|
|
2010
|
+
|
|
2011
|
+
export type OberflaecheDTO = {
|
|
2012
|
+
OberflaecheGuid: string;
|
|
2013
|
+
Bezeichnung: string;
|
|
2014
|
+
GueltigAb: string | null;
|
|
2015
|
+
GueltigBis: string | null;
|
|
2016
|
+
Version: number;
|
|
2017
|
+
ChangedDate: string;
|
|
2018
|
+
};
|
|
2019
|
+
|
|
2020
|
+
export type OperationsPunktDTO = {
|
|
2021
|
+
OperationsPunktGuid: string;
|
|
2022
|
+
Name: string;
|
|
2023
|
+
X: number;
|
|
2024
|
+
Y: number;
|
|
2025
|
+
Z: number;
|
|
2026
|
+
Kommentar: string;
|
|
2027
|
+
Version: number;
|
|
2028
|
+
ChangedDate: Date;
|
|
2029
|
+
};
|
|
2030
|
+
|
|
2031
|
+
export type PasswortAendernDTO = {
|
|
2032
|
+
Benutzername: string;
|
|
2033
|
+
AltesPasswort: string;
|
|
2034
|
+
NeuesPasswort: string;
|
|
2035
|
+
};
|
|
2036
|
+
|
|
2037
|
+
export type PCodeStatistikDTO = {
|
|
2038
|
+
MandantGuid: string;
|
|
2039
|
+
MandantName: string;
|
|
2040
|
+
UsedPCodes: number;
|
|
2041
|
+
};
|
|
2042
|
+
|
|
2043
|
+
export type PersonDTO = {
|
|
2044
|
+
PersonGuid: string;
|
|
2045
|
+
Nachname: string;
|
|
2046
|
+
Vorname: string;
|
|
2047
|
+
WeitereVornamen: string;
|
|
2048
|
+
Geburtstag: Date|null;
|
|
2049
|
+
Briefanrede: string;
|
|
2050
|
+
Anrede: string;
|
|
2051
|
+
Mailadresse: string;
|
|
2052
|
+
Telefonnummer: string;
|
|
2053
|
+
MobileTelefonnummer: string;
|
|
2054
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
2055
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
2056
|
+
IstInaktiv: boolean;
|
|
2057
|
+
};
|
|
2058
|
+
|
|
2059
|
+
export type PositionsDatenDTO = object;
|
|
2060
|
+
|
|
2061
|
+
export type PositionSerieItemDTO = {
|
|
2062
|
+
BelegPositionGuid: string;
|
|
2063
|
+
Position: string;
|
|
2064
|
+
Menge: number;
|
|
2065
|
+
Vorlauf: number;
|
|
2066
|
+
SerieAuslastung: string;
|
|
2067
|
+
SerieGuid: string;
|
|
2068
|
+
ProduktionsDatum: string;
|
|
2069
|
+
LieferDatum: string;
|
|
2070
|
+
PositionInfo: string;
|
|
2071
|
+
KapBedarf: number;
|
|
2072
|
+
KapBedarfGes: number;
|
|
2073
|
+
HatNachfolgeBelegPosition: boolean;
|
|
2074
|
+
VeschiedeneSerien: boolean;
|
|
2075
|
+
SerienGuids: string[] | null;
|
|
2076
|
+
};
|
|
2077
|
+
|
|
2078
|
+
export type PreisermittlungsEinstellungenDTO = {
|
|
2079
|
+
WaehrungsSymbol: string;
|
|
2080
|
+
WaehrungsFaktor: number;
|
|
2081
|
+
SteuerSatz: number;
|
|
2082
|
+
EndpreisRundungsModus: string;
|
|
2083
|
+
SonderfarbZuschlaege: string;
|
|
2084
|
+
BruttoPreisErmitteln: boolean;
|
|
2085
|
+
AufpreisAnpassungen: object.<string, AufpreisAnpassungDTO[]>;
|
|
2086
|
+
PreisfaktorAnpassungen: object.<string, number>;
|
|
2087
|
+
ZuschnittpreisfaktorAnpassungen: object.<string, number>;
|
|
2088
|
+
AufpreisfaktorAnpassungen: object.<string, number>;
|
|
2089
|
+
GrenzfreigabeAnpassungen: object.<string, boolean>;
|
|
2090
|
+
MbAufpreis: number;
|
|
2091
|
+
Mb_v_Fix_Aufpreis: number|null;
|
|
2092
|
+
Mb_Klebeband_Aufpreis: number|null;
|
|
2093
|
+
ChangedDate: string;
|
|
2094
|
+
};
|
|
2095
|
+
|
|
2096
|
+
export type PrintApi = {
|
|
2097
|
+
pdfErzeugen: (belegGuid: string) => Promise<Uint8Array>;
|
|
2098
|
+
xpsErzeugen: (belegGuid: string) => Promise<Uint8Array>;
|
|
2099
|
+
pdfV2: (belegGuid: string, email: string) => Promise<Uint8Array>;
|
|
2100
|
+
briefbogenLaden: () => Promise<Uint8Array>;
|
|
2101
|
+
};
|
|
2102
|
+
|
|
2103
|
+
export type ProduktFamilieDTO = {
|
|
2104
|
+
ProduktFamilieGuid: string;
|
|
2105
|
+
ProduktGruppeGuid: string;
|
|
2106
|
+
WarengruppenGuid: string;
|
|
2107
|
+
Bezeichnung: string;
|
|
2108
|
+
PreisErmittlung: string;
|
|
2109
|
+
StandardFarbe: string;
|
|
2110
|
+
KurzBezeichnung: string;
|
|
2111
|
+
HatRabatt2: boolean;
|
|
2112
|
+
HatRabatt3: boolean;
|
|
2113
|
+
Varianten: Array<VarianteDTO>;
|
|
2114
|
+
StandardFarbKuerzelGuids: Array<string>;
|
|
2115
|
+
ErsatzFarbZuordnungen: Array<ProduktFamilieErsatzFarbZuordnungDTO>;
|
|
2116
|
+
ChangedDate: string;
|
|
2117
|
+
Version: number;
|
|
2118
|
+
};
|
|
2119
|
+
|
|
2120
|
+
export type ProduktFamilieErsatzFarbZuordnungDTO = {
|
|
2121
|
+
ProduktFamilieErsatzFarbZuordnungGuid: string;
|
|
2122
|
+
ChangedDate: string;
|
|
2123
|
+
Version: number;
|
|
2124
|
+
FarbItemGuid: string;
|
|
2125
|
+
ErsatzFarbItemGuid: string;
|
|
2126
|
+
GueltigAb: string | null;
|
|
2127
|
+
GueltigBis: string | null;
|
|
2128
|
+
};
|
|
2129
|
+
|
|
2130
|
+
export type ProduktFamilieFarbZuordnungDTO = {
|
|
2131
|
+
Kuerzel: string;
|
|
2132
|
+
ProduktFamilieFarbZuordnungGuid: string;
|
|
2133
|
+
ChangedDate: string;
|
|
2134
|
+
Version: number;
|
|
2135
|
+
FarbItemGuid: string;
|
|
2136
|
+
GueltigAb: string | null;
|
|
2137
|
+
GueltigBis: string | null;
|
|
2138
|
+
};
|
|
2139
|
+
|
|
2140
|
+
export type ProduktFamilienDTOListe = Array<ProduktFamilieDTO>;
|
|
2141
|
+
|
|
2142
|
+
export type ProduktGruppeDTO = {
|
|
2143
|
+
ProduktGruppeGuid: string;
|
|
2144
|
+
KurzBezeichnung: string;
|
|
2145
|
+
Bezeichnung: string;
|
|
2146
|
+
ProduktSerien: Array<ProduktFamilieDTO>;
|
|
2147
|
+
Version: number;
|
|
2148
|
+
ChangedDate: string;
|
|
2149
|
+
};
|
|
2150
|
+
|
|
2151
|
+
export type ProduktionApi = {
|
|
2152
|
+
produktionBerechnen: (belegPositionsGuid: string) => Promise<string>;
|
|
2153
|
+
getProduktion: (belegPositionsGuid: string) => Promise<BearbeitungDTO[]>;
|
|
2154
|
+
getMaterialBedarf: (belegPositionsGuid: string) => Promise<MaterialbedarfDTO[]>;
|
|
2155
|
+
addProduktionsfreigabe: (dto: BelegartWechselDTO) => Promise<VorgangDTO>;
|
|
2156
|
+
produktionsfreigabeWebJob: () => Promise<void>;
|
|
2157
|
+
getAllProduktionsfreigabeItems: () => Promise<ProduktionsfreigabeItemDTO[]>;
|
|
2158
|
+
getProduktionsfreigabeInfo: (belegGuids: string[]) => Promise<Record<string, Date>>;
|
|
2159
|
+
getAllProduktionsStatus: () => Promise<ProduktionsStatusDTO[]>;
|
|
2160
|
+
getProduktionsStatus: (guid: string) => Promise<ProduktionsStatusDTO>;
|
|
2161
|
+
saveProduktionsStatus: (status: ProduktionsStatusDTO) => Promise<void>;
|
|
2162
|
+
saveProduktionsStatusHistorie: (avGuid: string, historie: ProduktionsStatusHistorieDTO) => Promise<void>;
|
|
2163
|
+
getProduktionsInfo: (vorgangGuid: string) => Promise<ProduktionsInfoDTO>;
|
|
2164
|
+
ibos1ProduktionBerechnen: (belegPositionsGuid: string) => Promise<string>;
|
|
2165
|
+
ibos1PositionTesten: (belegPositionsGuid: string) => Promise<string>;
|
|
2166
|
+
getIbos1Produktion: (guid: string) => Promise<string>;
|
|
2167
|
+
};
|
|
2168
|
+
|
|
2169
|
+
export type ProduktionProduktfamilieSettingsDTO = {
|
|
2170
|
+
GroupName: string;
|
|
2171
|
+
ProduktfamilienName: string;
|
|
2172
|
+
SprossenFrei: boolean;
|
|
2173
|
+
Vorbiegen: boolean;
|
|
2174
|
+
MoeglicheVariantenVorbiegen: string[];
|
|
2175
|
+
Buerste: string;
|
|
2176
|
+
FederkraftErhoeht: boolean;
|
|
2177
|
+
IndividuelleSeitenarretierung: boolean;
|
|
2178
|
+
HoeheFuerSeitenarretierung: number|null;
|
|
2179
|
+
};
|
|
2180
|
+
|
|
2181
|
+
export type ProduktionsDatenDTO = {
|
|
2182
|
+
ProduktionsDatenGuid: string;
|
|
2183
|
+
Material: Array<MaterialbedarfDTO>;
|
|
2184
|
+
Etiketten: Array<EtikettDTO>;
|
|
2185
|
+
Bearbeitungen: Array<BearbeitungDTO>;
|
|
2186
|
+
PositionsDaten: PositionsDatenDTO;
|
|
2187
|
+
Sonderwuensche: Array<SonderwuenscheDTO>;
|
|
2188
|
+
Log: Array<string>;
|
|
2189
|
+
};
|
|
2190
|
+
|
|
2191
|
+
export type ProduktionsfreigabeItemDTO = {
|
|
2192
|
+
VorgangGuid: string;
|
|
2193
|
+
VorgangsNummer: number;
|
|
2194
|
+
BelegGuid: string;
|
|
2195
|
+
Belegdatum: Date;
|
|
2196
|
+
FreigabeDatum: Date;
|
|
2197
|
+
Kundenname: string;
|
|
2198
|
+
Kommission: string;
|
|
2199
|
+
Besitzer: string;
|
|
2200
|
+
Besteller: string;
|
|
2201
|
+
Bearbeiter: string;
|
|
2202
|
+
ProduktionsInfos: ProduktionsInfoDTO;
|
|
2203
|
+
};
|
|
2204
|
+
|
|
2205
|
+
export type ProduktionsInfoBelegDTO = {
|
|
2206
|
+
BelegGuid: string;
|
|
2207
|
+
BelegTitel: string;
|
|
2208
|
+
ErstellDatum: Date;
|
|
2209
|
+
PositionenInfos: Array<ProduktionsInfoBelegPositionDTO>;
|
|
2210
|
+
};
|
|
2211
|
+
|
|
2212
|
+
export type ProduktionsInfoBelegPositionAVDTO = {
|
|
2213
|
+
AvBelegPositionGuid: string;
|
|
2214
|
+
PCode: string;
|
|
2215
|
+
ZugeodneteSerie?: string;
|
|
2216
|
+
ZugeodneteSerieName: string;
|
|
2217
|
+
AktuellerStatus: ProduktionsStatiWerteDTO;
|
|
2218
|
+
IstFuerAVBereitgestellt: boolean;
|
|
2219
|
+
IstAVBerechnet: boolean;
|
|
2220
|
+
IstAVAbgeschlossen: boolean;
|
|
2221
|
+
IstSerieZugeordnet: boolean;
|
|
2222
|
+
IstInProduktion: boolean;
|
|
2223
|
+
IstProduktionAbgeschlossen: boolean;
|
|
2224
|
+
IstVersandVorbereitung: boolean;
|
|
2225
|
+
IstVersandAbgeschlossen: boolean;
|
|
2226
|
+
IstProduktionUnterbrochen: boolean;
|
|
2227
|
+
IstFehler: boolean;
|
|
2228
|
+
AktuelleProzent: number;
|
|
2229
|
+
AktuellerText: string;
|
|
2230
|
+
GesamtMinuten: number;
|
|
2231
|
+
Historie: Array<ProduktionsStatusHistorieDTO>;
|
|
2232
|
+
};
|
|
2233
|
+
|
|
2234
|
+
export type ProduktionsInfoBelegPositionDTO = {
|
|
2235
|
+
BelegPosGuid: string;
|
|
2236
|
+
NachfolgeBelegPosGuid: string;
|
|
2237
|
+
BelegPositionsNummer: number;
|
|
2238
|
+
VariantenName: string;
|
|
2239
|
+
Katalognummer: string;
|
|
2240
|
+
Menge: number;
|
|
2241
|
+
BelegPositionInfos: string;
|
|
2242
|
+
SerieGuid?: string;
|
|
2243
|
+
IstGeplanteSerie: boolean;
|
|
2244
|
+
SerieName: string;
|
|
2245
|
+
IsAktiv: boolean;
|
|
2246
|
+
IstAlternativPosition: boolean;
|
|
2247
|
+
LieferDatum?: Date;
|
|
2248
|
+
ProduktionsDatum?: Date;
|
|
2249
|
+
AvBelegPositionenInfos: Array<ProduktionsInfoBelegPositionAVDTO>;
|
|
2250
|
+
};
|
|
2251
|
+
|
|
2252
|
+
export type ProduktionsInfoDTO = {
|
|
2253
|
+
VorgangsNummer: number;
|
|
2254
|
+
VorgangsGuid: string;
|
|
2255
|
+
BelegInfos: Array<ProduktionsInfoBelegDTO>;
|
|
2256
|
+
};
|
|
2257
|
+
|
|
2258
|
+
export type ProduktionsSettingsDTO = {
|
|
2259
|
+
ProduktionProduktfamilieSettingList: ProduktionProduktfamilieSettingsDTO[];
|
|
2260
|
+
SprossenfreiEnabled: boolean;
|
|
2261
|
+
VorbiegenEnabled: boolean;
|
|
2262
|
+
VorbiegenSprossenfrei: string;
|
|
2263
|
+
IstAusserhalbGewaehrleistung: string;
|
|
2264
|
+
VorbiegenGrenzwert: string;
|
|
2265
|
+
SonderGewebe: string[];
|
|
2266
|
+
SaegedatenAufEtiketten: boolean;
|
|
2267
|
+
PacklistenEtikettenZusammengefasst: boolean;
|
|
2268
|
+
EtikettSerienkennzeichen: string;
|
|
2269
|
+
PackEtikettSerienkennzeichen: string;
|
|
2270
|
+
PrintPCode: boolean;
|
|
2271
|
+
PrintPCodeASQRCode: boolean;
|
|
2272
|
+
Schutzplattenmontage: boolean;
|
|
2273
|
+
WeisserKeder: boolean;
|
|
2274
|
+
SortierungMitPositionsbezug: boolean;
|
|
2275
|
+
HaendlerNameAufEtikett: boolean;
|
|
2276
|
+
HaendlerKommAufEtikett: boolean;
|
|
2277
|
+
VorgangKommAufEtikett: boolean;
|
|
2278
|
+
PositionKommAufEtikett: boolean;
|
|
2279
|
+
EinbauOrtAufEtikett: boolean;
|
|
2280
|
+
SettingsFuerHaendler: boolean;
|
|
2281
|
+
SaegemaßeOhneKorrektur: boolean;
|
|
2282
|
+
EtikettenZugehoerigkeit: boolean;
|
|
2283
|
+
Saegeliste4590Zusammenfassen: boolean;
|
|
2284
|
+
ChangedDate: string;
|
|
2285
|
+
EtikettNewStyleSonderkennzeichen: boolean;
|
|
2286
|
+
Buegelgriffe_10_22: boolean;
|
|
2287
|
+
RO4_Buerste: boolean;
|
|
2288
|
+
Montagelehre_ST_164802: boolean;
|
|
2289
|
+
Kunststoffbohrlehre_ST_164851: boolean;
|
|
2290
|
+
Inbussschluessel_lang_ST_170625_25: boolean;
|
|
2291
|
+
Schraubeckwinkel_1601: boolean;
|
|
2292
|
+
LI1_Sickenstanze_auf_Etikett: boolean;
|
|
2293
|
+
Griffmulde_ST3_134850: boolean;
|
|
2294
|
+
AnbauteileP2_G6: boolean;
|
|
2295
|
+
SP_Z_Mass_inkl_Buerstendichtung: boolean;
|
|
2296
|
+
SP5_Sprosse_ausklinken: boolean;
|
|
2297
|
+
ST3_BeidseitigeGriffleiste_GL_B: boolean;
|
|
2298
|
+
Gewebeeinzugsarm_122415: boolean;
|
|
2299
|
+
RO4_143908: boolean;
|
|
2300
|
+
PacklisteZusammengefasst: boolean;
|
|
2301
|
+
FarbersetzungsTabelleModel: string;
|
|
2302
|
+
Drehbandmontage: boolean;
|
|
2303
|
+
STmitLSo_LSu_Mbv_Mass: number;
|
|
2304
|
+
SP_WL_mit_Schraube_150329: boolean;
|
|
2305
|
+
LI_TE_Winkelprofil_mit_Schraube_150329_06: boolean;
|
|
2306
|
+
ProdukteMitc3Berechnen: string;
|
|
2307
|
+
DF4_DT4_133604: boolean;
|
|
2308
|
+
PT2_Griff_Innen_Knopf: boolean;
|
|
2309
|
+
ZR_Schraubeckwinkel: boolean;
|
|
2310
|
+
ZR_Verstanzen: boolean;
|
|
2311
|
+
ZR_Verstanzen_Mass: number|null;
|
|
2312
|
+
ZR_Eckwinkel: boolean;
|
|
2313
|
+
Magnetposition_DT3_DT6: boolean;
|
|
2314
|
+
};
|
|
2315
|
+
|
|
2316
|
+
export type ProduktionsStatiWerteDTO = ('Unbekannt'|'FuerAVBereitgestellt'|'AVBerechnet'|'AVAbgeschlossen'|'SerieZugeordnet'|'InProduktion'|'ProduktionAbgeschlossen'|'VersandVorbereitung'|'VersandAbgeschlossen'|'ProduktionUnterbrochen'|'Fehler');
|
|
2317
|
+
|
|
2318
|
+
export type ProduktionsStatusDTO = {
|
|
2319
|
+
ProduktionsStatusGuid: string;
|
|
2320
|
+
BelegPositionAVGuid: string;
|
|
2321
|
+
Erstellt: Date;
|
|
2322
|
+
Ersteller: string;
|
|
2323
|
+
SerieGuid: string;
|
|
2324
|
+
SerieBezeichnung: string;
|
|
2325
|
+
AktuellerStatus: ProduktionsStatiWerteDTO;
|
|
2326
|
+
AktuelleProzent: number;
|
|
2327
|
+
AktuellerText: string;
|
|
2328
|
+
GesamtMinuten: number;
|
|
2329
|
+
Historie: Array<ProduktionsStatusHistorieDTO>;
|
|
2330
|
+
ChangedDate: Date;
|
|
2331
|
+
};
|
|
2332
|
+
|
|
2333
|
+
export type ProduktionsStatusHistorieDTO = {
|
|
2334
|
+
ProduktionsStatusHistorieGuid: string;
|
|
2335
|
+
Status: ProduktionsStatiWerteDTO;
|
|
2336
|
+
Text: string;
|
|
2337
|
+
Produktionsminuten: number;
|
|
2338
|
+
ProduktionsStatusInfoText: string;
|
|
2339
|
+
ProduktionsStatusInProzent: number;
|
|
2340
|
+
Zeitstempel: Date;
|
|
2341
|
+
Benutzer: string;
|
|
2342
|
+
};
|
|
2343
|
+
|
|
2344
|
+
export type ProduzentAktivierenDTO = {
|
|
2345
|
+
FreischaltCode: string;
|
|
2346
|
+
AdminEmail: string;
|
|
2347
|
+
DongleNummer: number;
|
|
2348
|
+
};
|
|
2349
|
+
|
|
2350
|
+
export type ProduzentenFarbGruppeDTO = {
|
|
2351
|
+
ProduzentenFarbGruppeGuid: string;
|
|
2352
|
+
Name: string;
|
|
2353
|
+
Oberflaechen: string[];
|
|
2354
|
+
Farben: string[];
|
|
2355
|
+
Version: number;
|
|
2356
|
+
ChangedDate: string;
|
|
2357
|
+
};
|
|
2358
|
+
|
|
2359
|
+
export type ProfilKuerzelDTO = {
|
|
2360
|
+
ProfilKuerzel: string;
|
|
2361
|
+
Beschreibung: string;
|
|
2362
|
+
VerfuegbarFuer: string[];
|
|
2363
|
+
};
|
|
2364
|
+
|
|
2365
|
+
export type PropertyValueCollection = object;
|
|
2366
|
+
|
|
2367
|
+
export type RechnungApi = {
|
|
2368
|
+
getAllAbFakturierbar: () => Promise<BelegeInfoDTO[]>;
|
|
2369
|
+
getAllDruckbar: (printedSince?: Date) => Promise<BelegeInfoDTO[]>;
|
|
2370
|
+
getAllExportierbar: (exportedSince?: Date) => Promise<BelegeInfoDTO[]>;
|
|
2371
|
+
setBelegePrinted: (belegListe: string[]) => Promise<void>;
|
|
2372
|
+
setBelegeExported: (belegListe: string[]) => Promise<void>;
|
|
2373
|
+
erstelleRechnungen: (belegeWechsel: BelegartWechselDTO[]) => Promise<Record<string, string>>;
|
|
2374
|
+
sammel: { erstellen: (dto: CreateSammelrechnungDTO) => Promise<SammelrechnungListItemDTO>; getNotPrinted: (printedSince?: Date) => Promise<SammelrechnungListItemDTO[]>; getNotExported: (exportedSince?: Date) => Promise<SammelrechnungListItemDTO[]>; get: (guid: string, includeBelegDruckDTO: boolean) => Promise<SammelrechnungDTO>; getPossibleRechnungen: () => Promise<BelegeInfoDTO[]>; update: (dto: SammelrechnungDTO) => Promise<SammelrechnungDTO>; addRechnung: (belegGuid: string, sammelrechnungGuid: string) => Promise<SammelrechnungListItemDTO>; setAlsGedruckt: (guidListe: string[], setEinzel?: boolean) => Promise<void>; setAlsFibuUebergeben: (guidListe: string[], setEinzel?: boolean) => Promise<void>; search: (term: string) => Promise<SammelrechnungListItemDTO[]> };
|
|
2375
|
+
};
|
|
2376
|
+
|
|
2377
|
+
export type RechnungsNummer = 0|1;
|
|
2378
|
+
|
|
2379
|
+
export type RefreshTokenDTO = {
|
|
2380
|
+
Token: string;
|
|
2381
|
+
Expires: string;
|
|
2382
|
+
UserTokenGuid: string;
|
|
2383
|
+
UserToken: UserAuthTokenDTO | null;
|
|
2384
|
+
AppToken: string;
|
|
2385
|
+
};
|
|
2386
|
+
|
|
2387
|
+
export type RolleDTO = {
|
|
2388
|
+
Berechtigungen: BerechtigungDTO[];
|
|
2389
|
+
Name: string;
|
|
2390
|
+
Beschreibung: string;
|
|
2391
|
+
RolleGuid: string;
|
|
2392
|
+
};
|
|
2393
|
+
|
|
2394
|
+
export type SaegeDatenHistorieDTO = {
|
|
2395
|
+
SaegeDatenHistorieGuid: string;
|
|
2396
|
+
SerieGuid: string;
|
|
2397
|
+
SerienName: string;
|
|
2398
|
+
ErstelltAm: Date;
|
|
2399
|
+
DateiName: string;
|
|
2400
|
+
DateiPfad: string;
|
|
2401
|
+
SaegeModell: string;
|
|
2402
|
+
Benutzername: string;
|
|
2403
|
+
SaegeDatei: string;
|
|
2404
|
+
Meldungen: string;
|
|
2405
|
+
};
|
|
2406
|
+
|
|
2407
|
+
export type SaegeDatenResultDTO = {
|
|
2408
|
+
Content: string;
|
|
2409
|
+
Meldungen: string;
|
|
2410
|
+
Modell: string;
|
|
2411
|
+
Dateipfad: string;
|
|
2412
|
+
Dateiname: string;
|
|
2413
|
+
};
|
|
2414
|
+
|
|
2415
|
+
export type SaegeKonfigurationDTO = {
|
|
2416
|
+
Bezeichnung: string;
|
|
2417
|
+
Modell: string;
|
|
2418
|
+
DisplayName: string;
|
|
2419
|
+
KorrekturSatz: string;
|
|
2420
|
+
DoppelGeradSchnitt: boolean;
|
|
2421
|
+
DoppelGehrungsSchnitt: boolean;
|
|
2422
|
+
GeradGehrungsSchnitt: boolean;
|
|
2423
|
+
FreierSchnitt: boolean;
|
|
2424
|
+
Ausgabeverzeichnis_Geradschnitt: string;
|
|
2425
|
+
Ausgabeverzeichnis_GeradGehrung: string;
|
|
2426
|
+
Ausgabeverzeichnis_DoppelGehrung: string;
|
|
2427
|
+
KombinierteSaegeDatei: boolean;
|
|
2428
|
+
Ausgabverzeichnis_kombiniert: string;
|
|
2429
|
+
FarbKuerzel_SF: string;
|
|
2430
|
+
};
|
|
2431
|
+
|
|
2432
|
+
export type SaegemassKorrekturDTO = {
|
|
2433
|
+
KatalogNummer: string;
|
|
2434
|
+
Korrektur90Grad: number;
|
|
2435
|
+
Korrektur45Grad: number;
|
|
2436
|
+
WinkelKorrektur45Grad: number;
|
|
2437
|
+
WinkelKorrektur90Grad: number;
|
|
2438
|
+
};
|
|
2439
|
+
|
|
2440
|
+
export type SaegemassKorrekturSatzDTO = {
|
|
2441
|
+
Bezeichnung: string;
|
|
2442
|
+
SaegemassKorrekturen: Array<SaegemassKorrekturDTO>;
|
|
2443
|
+
};
|
|
2444
|
+
|
|
2445
|
+
export type SammelrechnungDTO = {
|
|
2446
|
+
SammelrechnungGuid: string;
|
|
2447
|
+
SammelrechnungsNummer: number;
|
|
2448
|
+
ErstellDatum: string;
|
|
2449
|
+
LastPrintDate: string | null;
|
|
2450
|
+
LastExportDate: string | null;
|
|
2451
|
+
Ansprechpartner: string;
|
|
2452
|
+
Telefonnummer: string;
|
|
2453
|
+
Liefertermin: string;
|
|
2454
|
+
ZahlungsBedingungen: string;
|
|
2455
|
+
Kopfzeile: string;
|
|
2456
|
+
Fusszeile: string;
|
|
2457
|
+
Schlusstext: string;
|
|
2458
|
+
PageTitle: string;
|
|
2459
|
+
PageSubtitle1: string;
|
|
2460
|
+
PageSubtitle2: string;
|
|
2461
|
+
Kontakt: KontaktDTO;
|
|
2462
|
+
RechnungsAdresse: BeleganschriftDTO;
|
|
2463
|
+
Positionen: SammelrechnungPositionenDTO[];
|
|
2464
|
+
Salden: SammelrechnungSaldenDTO[];
|
|
2465
|
+
EinzelrechnungDTOs: BelegDruckDTO[];
|
|
2466
|
+
};
|
|
2467
|
+
|
|
2468
|
+
export type SammelrechnungListItemDTO = {
|
|
2469
|
+
SammelrechnungGuid: string;
|
|
2470
|
+
SammelrechnungNummer: number;
|
|
2471
|
+
Kundenname: string;
|
|
2472
|
+
Kundennummer: string;
|
|
2473
|
+
ErstellDatum: string;
|
|
2474
|
+
LastPrintDate: string | null;
|
|
2475
|
+
LastExportDate: string | null;
|
|
2476
|
+
AnzahlPositionen: number;
|
|
2477
|
+
GesamtBetrag: number;
|
|
2478
|
+
KundenGuid: string;
|
|
2479
|
+
MwSt: number;
|
|
2480
|
+
Lieferungstyp: Lieferungstyp;
|
|
2481
|
+
};
|
|
2482
|
+
|
|
2483
|
+
export type SammelrechnungPositionenDTO = {
|
|
2484
|
+
SammelrechnungPositionGuid: string;
|
|
2485
|
+
LaufendeNummer: number;
|
|
2486
|
+
RechnungNummer: number;
|
|
2487
|
+
RechnungDatum: string;
|
|
2488
|
+
RechnungKommision: string;
|
|
2489
|
+
RechnungBetrag: number;
|
|
2490
|
+
VorgangsDatum: string;
|
|
2491
|
+
Salden: SammelrechnungSaldenDTO[];
|
|
2492
|
+
};
|
|
2493
|
+
|
|
2494
|
+
export type SammelrechnungSaldenDTO = {
|
|
2495
|
+
SammelrechnungSaldenGuid: string;
|
|
2496
|
+
Reihenfolge: number;
|
|
2497
|
+
Text: string;
|
|
2498
|
+
Betrag: number;
|
|
2499
|
+
Rabatt: number;
|
|
2500
|
+
Name: string;
|
|
2501
|
+
};
|
|
2502
|
+
|
|
2503
|
+
export type SchnittDTO = {
|
|
2504
|
+
SchnittGuid: string;
|
|
2505
|
+
Name: string;
|
|
2506
|
+
OperationsPunkte: Array<OperationsPunktDTO>;
|
|
2507
|
+
SchnittKonturZuordnungen: Array<SchnittKonturDTO>;
|
|
2508
|
+
Version: number;
|
|
2509
|
+
ChangedDate: Date;
|
|
2510
|
+
};
|
|
2511
|
+
|
|
2512
|
+
export type SchnittKonturDTO = {
|
|
2513
|
+
SchnittKonturGuid: string;
|
|
2514
|
+
Reihenfolge: number;
|
|
2515
|
+
Verschmelzen: boolean;
|
|
2516
|
+
Vorzeichen: number;
|
|
2517
|
+
KonturGuid: string;
|
|
2518
|
+
Operationen: Array<SchnittKonturOperationDTO>;
|
|
2519
|
+
Version: number;
|
|
2520
|
+
ChangedDate: Date;
|
|
2521
|
+
};
|
|
2522
|
+
|
|
2523
|
+
export type SchnittKonturOperationDTO = {
|
|
2524
|
+
SchnittKonturOperationGuid: string;
|
|
2525
|
+
Operation: string;
|
|
2526
|
+
P1: number;
|
|
2527
|
+
P2: number;
|
|
2528
|
+
P3: number;
|
|
2529
|
+
P4: number;
|
|
2530
|
+
P5: number;
|
|
2531
|
+
Reihenfolge: number;
|
|
2532
|
+
Version: number;
|
|
2533
|
+
ChangedDate: Date;
|
|
2534
|
+
};
|
|
2535
|
+
|
|
2536
|
+
export type SchnittoptimierungsOptionen = ('Keine'|'Lieferdatum'|'Serie'|'FarbeOberflaeche');
|
|
2537
|
+
|
|
2538
|
+
export type SerieAuslastungDTO = {
|
|
2539
|
+
IstSumme: boolean;
|
|
2540
|
+
Produktfamilie: string;
|
|
2541
|
+
Anzahl: number;
|
|
2542
|
+
Reserviert: number;
|
|
2543
|
+
Arbeitsminuten: number;
|
|
2544
|
+
ArbeitsminutenReserviert: number;
|
|
2545
|
+
Elementgewicht: number;
|
|
2546
|
+
ElementgewichtReserviert: number;
|
|
2547
|
+
AnzahlMax: number;
|
|
2548
|
+
KapazitaetBelegt: number;
|
|
2549
|
+
KapazitaetMax: number;
|
|
2550
|
+
};
|
|
2551
|
+
|
|
2552
|
+
export type SerieDruckInfoDTO = {
|
|
2553
|
+
SerieDruckInfoGuid: string;
|
|
2554
|
+
Benutzername: string;
|
|
2555
|
+
DokumentArt: string;
|
|
2556
|
+
Zeitstempel: string;
|
|
2557
|
+
};
|
|
2558
|
+
|
|
2559
|
+
export type SerieDTO = {
|
|
2560
|
+
SerieGuid: string;
|
|
2561
|
+
Name: string;
|
|
2562
|
+
Kuerzel: string;
|
|
2563
|
+
Start: string;
|
|
2564
|
+
Ende: string;
|
|
2565
|
+
StaendigeSerie: boolean;
|
|
2566
|
+
AVBelegPositionen: string[];
|
|
2567
|
+
Kapazitaet: number;
|
|
2568
|
+
KapazitaetInMin: number;
|
|
2569
|
+
KapazitaetReserviert: number;
|
|
2570
|
+
MaterialBedarfStatus: string;
|
|
2571
|
+
IstGesperrt: boolean;
|
|
2572
|
+
DruckInfos: SerieDruckInfoDTO[];
|
|
2573
|
+
ChangedDate: string;
|
|
2574
|
+
};
|
|
2575
|
+
|
|
2576
|
+
export type SerieHistorieDTO = {
|
|
2577
|
+
SerieHistorieGuid: string;
|
|
2578
|
+
SerieGuid: string;
|
|
2579
|
+
SerienName: string;
|
|
2580
|
+
Text: string;
|
|
2581
|
+
Zeitstempel: string;
|
|
2582
|
+
Benutzer: string;
|
|
2583
|
+
};
|
|
2584
|
+
|
|
2585
|
+
export type SerieInfoDTO = {
|
|
2586
|
+
SerieGuid: string;
|
|
2587
|
+
Name: string;
|
|
2588
|
+
Kuerzel: string;
|
|
2589
|
+
Start: Date;
|
|
2590
|
+
Ende: Date;
|
|
2591
|
+
StaendigeSerie: boolean;
|
|
2592
|
+
Kapazitaet: number;
|
|
2593
|
+
KapazitaetInMin: number;
|
|
2594
|
+
KapazitaetReserviert: number;
|
|
2595
|
+
};
|
|
2596
|
+
|
|
2597
|
+
export type SerienApi = {
|
|
2598
|
+
fluentApi: FluentApi;
|
|
2599
|
+
releaseElemente: (fromSerie: string) => Promise<void>;
|
|
2600
|
+
moveElemente: (fromSerie: string, toSerie: string) => Promise<string>;
|
|
2601
|
+
redistributeElemente: (fromSerie: string) => Promise<string>;
|
|
2602
|
+
getAllSerien: () => Promise<SerieDTO[]>;
|
|
2603
|
+
getAllSerienChangedSince: (changedSince: Date) => Promise<SerieDTO[]>;
|
|
2604
|
+
getSerie: (guid: string) => Promise<SerieDTO>;
|
|
2605
|
+
saveSerie: (serie: SerieDTO) => Promise<void>;
|
|
2606
|
+
deleteSerie: (guid: string) => Promise<void>;
|
|
2607
|
+
getAuslastung: (serie: string) => Promise<SerieAuslastungDTO[]>;
|
|
2608
|
+
getGesamtAuslastung: (includeAbgelaufene?: boolean) => Promise<Record<string, SerieAuslastungDTO[]>>;
|
|
2609
|
+
getSerienKapazitaeten: (startDate?: Date, endDate?: Date, includeStaendige?: boolean) => Promise<Record<string, SerieAuslastungDTO[]>>;
|
|
2610
|
+
getAuslastungVirtualSerien: (startDate?: Date, endDate?: Date) => Promise<VirtualSerieWithAuslastungDTO[]>;
|
|
2611
|
+
getAuslastungVorgang: (startVorgangsnummer: number, endVorgangsnummer: number) => Promise<SerieAuslastungDTO[]>;
|
|
2612
|
+
getAllBelegPositionenAV: () => Promise<BelegPositionAVDTO[]>;
|
|
2613
|
+
getAllBelegPositionenAVChangedSince: (changedSince: Date) => Promise<BelegPositionAVDTO[]>;
|
|
2614
|
+
getAllBelegPositionenAVWithOptions: (includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
2615
|
+
getAllBelegPositionenAVChangedSinceWithOptions: (changedSince: Date, includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
2616
|
+
getSerieBelegPositionenAV: (serieGuid: string, includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
2617
|
+
getVorgangBelegPositionenAV: (vorgangGuid: string, includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
2618
|
+
getVorgaengeBelegPositionenAV: (vorgangGuids: string[], includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
2619
|
+
getBelegPositionenAV: (belegpositionGuid: string) => Promise<BelegPositionAVDTO[]>;
|
|
2620
|
+
getBelegPositionAVById: (avGuid: string) => Promise<BelegPositionAVDTO>;
|
|
2621
|
+
getBelegPositionAVByPCode: (pcode: string, includeOriginalBeleg?: boolean, includeProdDaten?: boolean) => Promise<BelegPositionAVDTO[]>;
|
|
2622
|
+
searchBelegPositionAVByPCode: (search: string) => Promise<BelegPositionAVDTO[]>;
|
|
2623
|
+
saveBelegPositionenAV: (position: BelegPositionAVDTO) => Promise<void>;
|
|
2624
|
+
saveBelegPositionenAVBulk: (positionen: BelegPositionAVDTO[]) => Promise<BelegPositionAVDTO[]>;
|
|
2625
|
+
saveBelegPositionenAVToSerie: (serieGuid: string, positionen: string[]) => Promise<BelegPositionAVDTO[]>;
|
|
2626
|
+
belegPositionenAVBerechnen: (guids: string[]) => Promise<void>;
|
|
2627
|
+
deleteBelegPositionenAV: (guid: string) => Promise<void>;
|
|
2628
|
+
deleteBelegPositionenAVBulk: (guids: string[]) => Promise<void>;
|
|
2629
|
+
belegPositionenSerienZuordnen: (belegGuid: string, positionSerieItems: PositionSerieItemDTO[]) => Promise<void>;
|
|
2630
|
+
};
|
|
2631
|
+
|
|
2632
|
+
export type SerienMaterialEditDTO = {
|
|
2633
|
+
SerieGuid: string;
|
|
2634
|
+
MaterialListe: MaterialbedarfDTO[];
|
|
2635
|
+
};
|
|
2636
|
+
|
|
2637
|
+
export type SetFakturaDTO = {
|
|
2638
|
+
GuidList: string[];
|
|
2639
|
+
Kennzeichen: string;
|
|
2640
|
+
};
|
|
2641
|
+
|
|
2642
|
+
export type Settings = {
|
|
2643
|
+
appToken: string;
|
|
2644
|
+
mandantGuid: string;
|
|
2645
|
+
apiBaseurl: string;
|
|
2646
|
+
authUrl: string;
|
|
2647
|
+
};
|
|
2648
|
+
|
|
2649
|
+
export type SettingsApi = {
|
|
2650
|
+
getAllSettings: () => Promise<Record<string, object>>;
|
|
2651
|
+
saveSetting: (key: string, value: object) => Promise<void>;
|
|
2652
|
+
getPreiskonditionen: () => Promise<PreisermittlungsEinstellungenDTO>;
|
|
2653
|
+
savePreiskonditionen: (konditionen: string) => Promise<string>;
|
|
2654
|
+
getAllKonfigSatzInfo: () => Promise<KonfigSatzInfoDTO[]>;
|
|
2655
|
+
saveKonfigSatzInfo: (konfigSatzInfo: KonfigSatzInfoDTO) => Promise<KonfigSatzInfoDTO>;
|
|
2656
|
+
getAllWertelisten: (includeAutoWerteListen: boolean) => Promise<WerteListeDTO[]>;
|
|
2657
|
+
getWerteliste: (wertelisteGuid: string, includeAutoWerteListen?: boolean) => Promise<WerteListeDTO>;
|
|
2658
|
+
saveWerteliste: (dto: WerteListeDTO) => Promise<void>;
|
|
2659
|
+
getAllContracts: () => Promise<ContractDTO[]>;
|
|
2660
|
+
saveContract: (dto: ContractDTO) => Promise<ContractDTO>;
|
|
2661
|
+
deleteContract: (dto: ContractDTO) => Promise<void>;
|
|
2662
|
+
getAllTemplates: () => Promise<TemplateDTO[]>;
|
|
2663
|
+
getTemplate: (id: string) => Promise<TemplateDTO>;
|
|
2664
|
+
saveTemplate: (dto: TemplateDTO) => Promise<void>;
|
|
2665
|
+
deleteTemplate: (templateGuid: string) => Promise<void>;
|
|
2666
|
+
getChangeInfo: () => Promise<ChangeInfoDTO>;
|
|
2667
|
+
getUpdateInfo: () => Promise<UpdateInfoDTO>;
|
|
2668
|
+
getDataMigrationHistoryVersion: () => Promise<number>;
|
|
2669
|
+
setDataMigrationHistoryVersion: (newVersion: number) => Promise<void>;
|
|
2670
|
+
};
|
|
2671
|
+
|
|
2672
|
+
export type SLKServerSettingsDTO = {
|
|
2673
|
+
SLKNichtAktiv: boolean;
|
|
2674
|
+
};
|
|
2675
|
+
|
|
2676
|
+
export type SonderwuenscheDTO = {
|
|
2677
|
+
Bezeichnung: string;
|
|
2678
|
+
Wert: string;
|
|
2679
|
+
};
|
|
2680
|
+
|
|
2681
|
+
export type SystemApi = {
|
|
2682
|
+
getChanges: (typeName: string, changedSince: Date) => Promise<ChangeDTO[]>;
|
|
2683
|
+
deleteOldChanges: () => Promise<void>;
|
|
2684
|
+
tagInfo: { getAll: (changedSince?: Date) => Promise<TagInfoDTO[]>; getSuggestions: (changedSince?: Date) => Promise<TagInfoDTO[]>; get: (objectGuid: string) => Promise<TagInfoDTO[]>; getForGuidList: (guidList: string[]) => Promise<Record<string, TagInfoDTO[]>>; getForFremdfertigungGuidList: (guidList: string[]) => Promise<Record<string, TagInfoDTO[]>>; addOrUpdate: (dto: TagInfoDTO) => Promise<void>; delete: (dto: TagInfoDTO) => Promise<void>; getVorlagen: () => Promise<TagVorlageDTO[]>; addOrUpdateVorlage: (dto: TagVorlageDTO) => Promise<void>; deleteVorlage: (tagVorlageGuid: string) => Promise<void>; getForFunction: (objectGuid: string, mandantID: number) => Promise<TagInfoDTO[]>; getListForFunction: (guidList: string[], mandantID: number) => Promise<Record<string, TagInfoDTO[]>>; addForFunction: (dto: TagInfoDTO, mandantID: number) => Promise<void>; deleteForFunction: (dto: TagInfoDTO, mandantID: number) => Promise<void>; cleanUp: () => Promise<void> };
|
|
2685
|
+
filter: { getAll: () => Promise<FilterItemDTO[]>; get: (id: string) => Promise<FilterItemDTO>; getByContext: (context: string) => Promise<FilterItemDTO[]>; save: (dto: FilterItemDTO) => Promise<void> };
|
|
2686
|
+
getChangeInfo: () => Promise<ChangeInfoDTO>;
|
|
2687
|
+
getUpdateInfo: () => Promise<UpdateInfoDTO>;
|
|
2688
|
+
};
|
|
2689
|
+
|
|
2690
|
+
export type TagInfoDTO = {
|
|
2691
|
+
ObjectGuid: string;
|
|
2692
|
+
Text: string;
|
|
2693
|
+
CanRemove: boolean;
|
|
2694
|
+
IsDefaultTag: boolean;
|
|
2695
|
+
ToolTip: string;
|
|
2696
|
+
IconName: string;
|
|
2697
|
+
BackgroundColorCode: string;
|
|
2698
|
+
TextColorCode: string;
|
|
2699
|
+
IsDeleted: boolean;
|
|
2700
|
+
Version: number;
|
|
2701
|
+
ChangedDate: string;
|
|
2702
|
+
};
|
|
2703
|
+
|
|
2704
|
+
export type TagVorlageDTO = {
|
|
2705
|
+
TagVorlageGuid: string;
|
|
2706
|
+
Text: string;
|
|
2707
|
+
ToolTip: string;
|
|
2708
|
+
BackgroundColorCode: string;
|
|
2709
|
+
TextColorCode: string;
|
|
2710
|
+
Version: number;
|
|
2711
|
+
ChangedDate: string;
|
|
2712
|
+
};
|
|
2713
|
+
|
|
2714
|
+
export type TemplateDTO = {
|
|
2715
|
+
TemplateGuid: string;
|
|
2716
|
+
Titel: string;
|
|
2717
|
+
Beschreibung: string;
|
|
2718
|
+
Typ: string;
|
|
2719
|
+
JsonDaten: string;
|
|
2720
|
+
ChangedDate: string;
|
|
2721
|
+
Benutzer: string;
|
|
2722
|
+
};
|
|
2723
|
+
|
|
2724
|
+
export type UiApi = {
|
|
2725
|
+
getAllUiDefinitions: () => Promise<UIDefinitionDTO[]>;
|
|
2726
|
+
getUiDefinition: (guid: string) => Promise<UIDefinitionDTO>;
|
|
2727
|
+
saveUiDefinition: (uiDefinition: UIDefinitionDTO) => Promise<UIDefinitionDTO>;
|
|
2728
|
+
getAllUiScripts: () => Promise<UIScriptDTO[]>;
|
|
2729
|
+
getUiScript: (name: string) => Promise<UIScriptDTO>;
|
|
2730
|
+
getUiScriptForFunction: (name: string) => Promise<UIScriptDTO>;
|
|
2731
|
+
saveUiScript: (dto: UIScriptDTO) => Promise<void>;
|
|
2732
|
+
deleteUiScript: (guid: string) => Promise<void>;
|
|
2733
|
+
getAllUiFeldInfo: () => Promise<UIEingabeFeldInfoDTO[]>;
|
|
2734
|
+
saveUiEingabeFeldInfo: (uiEingabeFeldInfo: UIEingabeFeldInfoDTO) => Promise<UIEingabeFeldInfoDTO>;
|
|
2735
|
+
getAllTagInfo: (changedSince?: Date) => Promise<TagInfoDTO[]>;
|
|
2736
|
+
getTagInfoSuggestions: (changedSince?: Date) => Promise<TagInfoDTO[]>;
|
|
2737
|
+
getTagInfo: (objectGuid: string) => Promise<TagInfoDTO[]>;
|
|
2738
|
+
getTagInfoForGuidList: (guidList: string[]) => Promise<Record<string, TagInfoDTO[]>>;
|
|
2739
|
+
getTagInfoForFremdfertigungGuidList: (guidList: string[]) => Promise<Record<string, TagInfoDTO[]>>;
|
|
2740
|
+
addOrUpdateTagInfo: (dto: TagInfoDTO) => Promise<void>;
|
|
2741
|
+
deleteTagInfo: (dto: TagInfoDTO) => Promise<void>;
|
|
2742
|
+
getTagVorlagen: () => Promise<TagVorlageDTO[]>;
|
|
2743
|
+
addOrUpdateTagVorlage: (dto: TagVorlageDTO) => Promise<void>;
|
|
2744
|
+
deleteTagVorlage: (tagVorlageGuid: string) => Promise<void>;
|
|
2745
|
+
getTagInfoForFunction: (objectGuid: string, mandantID: number) => Promise<TagInfoDTO[]>;
|
|
2746
|
+
getTagInfoListForFunction: (guidList: string[], mandantID: number) => Promise<Record<string, TagInfoDTO[]>>;
|
|
2747
|
+
addTagInfoForFunction: (dto: TagInfoDTO, mandantID: number) => Promise<void>;
|
|
2748
|
+
deleteTagInfoForFunction: (dto: TagInfoDTO, mandantID: number) => Promise<void>;
|
|
2749
|
+
cleanUpTagInfos: () => Promise<void>;
|
|
2750
|
+
getAllFilters: () => Promise<FilterItemDTO[]>;
|
|
2751
|
+
getFilter: (id: string) => Promise<FilterItemDTO>;
|
|
2752
|
+
getFiltersByContext: (context: string) => Promise<FilterItemDTO[]>;
|
|
2753
|
+
saveFilter: (dto: FilterItemDTO) => Promise<void>;
|
|
2754
|
+
translate: (language: string, text: string) => Promise<string | null>;
|
|
2755
|
+
};
|
|
2756
|
+
|
|
2757
|
+
export type UIDefinitionDTO = {
|
|
2758
|
+
UIDefinitionGuid: string;
|
|
2759
|
+
Kategorie: string;
|
|
2760
|
+
BezeichnungKurz: string;
|
|
2761
|
+
BezeichnungLang: string;
|
|
2762
|
+
BildHorizontal: string;
|
|
2763
|
+
BildVertikal: string;
|
|
2764
|
+
Bild3D: string;
|
|
2765
|
+
EingabeFelder: Array<UIEingabeFeldDTO>;
|
|
2766
|
+
KonfiguratorFelder: Array<UIKonfiguratorFeldDTO>;
|
|
2767
|
+
Version: number;
|
|
2768
|
+
ChangedDate: string;
|
|
2769
|
+
};
|
|
2770
|
+
|
|
2771
|
+
export type UIEingabeFeldDTO = {
|
|
2772
|
+
Reihenfolge: number;
|
|
2773
|
+
Caption: string;
|
|
2774
|
+
Tag: string;
|
|
2775
|
+
Regel: string;
|
|
2776
|
+
MinWert: number;
|
|
2777
|
+
MinWertWeichPruefen: boolean;
|
|
2778
|
+
MaxWert: number;
|
|
2779
|
+
MaxWertWeichPruefen: boolean;
|
|
2780
|
+
VorgabeWert: string;
|
|
2781
|
+
HilfeText: string;
|
|
2782
|
+
WarnText: string;
|
|
2783
|
+
FehlerText: string;
|
|
2784
|
+
WerteListeName: string;
|
|
2785
|
+
PreisFeldAnzeigen: boolean;
|
|
2786
|
+
MindestBreite: number;
|
|
2787
|
+
Version: number;
|
|
2788
|
+
ChangedDate: string;
|
|
2789
|
+
UIEingabeFeldGuid: string;
|
|
2790
|
+
BelegBlattText: string;
|
|
2791
|
+
AngebotsText: string;
|
|
2792
|
+
EingabeLevel: number;
|
|
2793
|
+
ZusatzFeldGruppeId: number | null;
|
|
2794
|
+
GehoertZuZusatzFeldGruppeId: number | null;
|
|
2795
|
+
GueltigAb: string | null;
|
|
2796
|
+
GueltigBis: string | null;
|
|
2797
|
+
IstKonfiguratorFeld: boolean;
|
|
2798
|
+
};
|
|
2799
|
+
|
|
2800
|
+
export type UIEingabeFeldInfoDTO = {
|
|
2801
|
+
UIEingabeFeldGuid: string;
|
|
2802
|
+
VariantenGuids: Array<string>;
|
|
2803
|
+
Caption: string;
|
|
2804
|
+
MinWert: number;
|
|
2805
|
+
MinWertWeichPruefen: boolean;
|
|
2806
|
+
MaxWert: number;
|
|
2807
|
+
MaxWertWeichPruefen: boolean;
|
|
2808
|
+
HilfeText: string;
|
|
2809
|
+
WarnText: string;
|
|
2810
|
+
FehlerText: string;
|
|
2811
|
+
VorgabeWert: string;
|
|
2812
|
+
};
|
|
2813
|
+
|
|
2814
|
+
export type UIEingabeFeldRegelNames = 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128;
|
|
2815
|
+
|
|
2816
|
+
export type UIKonfiguratorFeldDTO = {
|
|
2817
|
+
EingabeLevel: number;
|
|
2818
|
+
Reihenfolge: number;
|
|
2819
|
+
Caption: string;
|
|
2820
|
+
Tag: string;
|
|
2821
|
+
Kuerzel: string;
|
|
2822
|
+
WerteListeName: string;
|
|
2823
|
+
VorgabeWert: string;
|
|
2824
|
+
BelegBlattText: string;
|
|
2825
|
+
AngebotsText: string;
|
|
2826
|
+
ProfilId: number | null;
|
|
2827
|
+
GehoertZuProfilId: number | null;
|
|
2828
|
+
GueltigAb: string | null;
|
|
2829
|
+
GueltigBis: string | null;
|
|
2830
|
+
Version: number;
|
|
2831
|
+
ChangedDate: string;
|
|
2832
|
+
UIKonfiguratorFeldGuid: string;
|
|
2833
|
+
};
|
|
2834
|
+
|
|
2835
|
+
export type UIScriptDTO = {
|
|
2836
|
+
ScriptDefinitionGuid: string;
|
|
2837
|
+
Context: string;
|
|
2838
|
+
Code: string;
|
|
2839
|
+
Version: number;
|
|
2840
|
+
ChangedDate: string;
|
|
2841
|
+
GueltigAb: string | null;
|
|
2842
|
+
GueltigBis: string | null;
|
|
2843
|
+
MandantGuid: string | null;
|
|
2844
|
+
};
|
|
2845
|
+
|
|
2846
|
+
export type UpdateInfoDTO = {
|
|
2847
|
+
KatalogArtikel: string;
|
|
2848
|
+
ProduktFamilien: string;
|
|
2849
|
+
ProduktGruppen: string;
|
|
2850
|
+
Varianten: string;
|
|
2851
|
+
UI: string;
|
|
2852
|
+
WerteListen: string;
|
|
2853
|
+
Farben: string;
|
|
2854
|
+
Scripts: string;
|
|
2855
|
+
FarbKuerzel: string;
|
|
2856
|
+
Oberflaechen: string;
|
|
2857
|
+
FarbGruppen: string;
|
|
2858
|
+
};
|
|
2859
|
+
|
|
2860
|
+
export type UserAuthTokenDTO = {
|
|
2861
|
+
AppToken: string;
|
|
2862
|
+
Expires: string;
|
|
2863
|
+
Token: string;
|
|
2864
|
+
Benutzer: BenutzerDTO | null;
|
|
2865
|
+
MandantGuid: string;
|
|
2866
|
+
Mandant: MandantDTO | null;
|
|
2867
|
+
};
|
|
2868
|
+
|
|
2869
|
+
export type UtilityApi = {
|
|
2870
|
+
addWebJobHistorie: (historyDto: WebJobHistorieDTO) => Promise<void>;
|
|
2871
|
+
deleteOldWebJobHistorie: () => Promise<void>;
|
|
2872
|
+
getCutOptimization: (materialbedarfDtos: MaterialbedarfDTO[]) => Promise<Record<string, MaterialbedarfCutOptimization>>;
|
|
2873
|
+
getGesamtMaterialbedarf: (optionen: ZusammenfassungsOptionen, stangenoptimierung: boolean, stichTag?: Date, bedarfAb?: Date, filterCsvExportedMaterial?: boolean) => Promise<GesamtMaterialbedarfGetReturn>;
|
|
2874
|
+
gesamtBedarfUpdateLiefertag: (mandantId: number, posGuid: string) => Promise<void>;
|
|
2875
|
+
recalculateGesamtbedarf: (mandantId: number, avPosGuid: string) => Promise<void>;
|
|
2876
|
+
erzeugeVorgangBeiBeschichter: (vorgang: VorgangDTO, mGuid: string, produzentenKundenNummer: string) => Promise<VorgangDTO>;
|
|
2877
|
+
erzeugeBestellVorgang: (vorgang: VorgangDTO) => Promise<VorgangDTO>;
|
|
2878
|
+
erzeugeReklamationBeiBeschichter: (vorgang: VorgangDTO, quellVorgang: string, mGuid: string, produzentenKundenNummer: string) => Promise<VorgangDTO>;
|
|
2879
|
+
updateStatusBeimProduzenten: (vorgangGuid: string, status: string, externeReferenz?: string) => Promise<void>;
|
|
2880
|
+
getMaterialBestellungenByJahr: (jahr: number) => Promise<BaseListItemDTO[]>;
|
|
2881
|
+
getMaterialBestellungen: () => Promise<BaseListItemDTO[]>;
|
|
2882
|
+
requestNewsletterByGuid: (guid: string) => Promise<void>;
|
|
2883
|
+
requestNewsletterByMail: (mail: string) => Promise<void>;
|
|
2884
|
+
deleteNewsletterByMail: (mail: string) => Promise<void>;
|
|
2885
|
+
deleteNewsletterByGuid: (guid: string) => Promise<void>;
|
|
2886
|
+
getBackupVorgangGuids: (email: string, year?: number, onlyBills?: boolean) => Promise<string[]>;
|
|
2887
|
+
getBackupVorgang: (email: string, guid: string, onlyBills?: boolean) => Promise<VorgangExtendedDTO>;
|
|
2888
|
+
requestBackup: (email: string, onlyBills: boolean, year: number) => Promise<void>;
|
|
2889
|
+
ladeBestellungen: (jahr?: number, includeAbgeholte?: boolean) => Promise<BestellungListItemDTO[]>;
|
|
2890
|
+
resetBestellungen: (resetAb: Date) => Promise<void>;
|
|
2891
|
+
ladeMaterialBestellungen: (jahr?: number, vorgangStatusText?: string, includeAbgeholte?: boolean, includeArchive?: boolean, includeAllTypes?: boolean, includeArtosGeloeschtFlag?: boolean) => Promise<MaterialBestellungListItemDTO[]>;
|
|
2892
|
+
ladeMaterialBestellungenVonBis: (vonDatum: Date, bisDatum: Date, vorgangStatusText?: string, includeAbgeholte?: boolean, includeArchive?: boolean, includeAllTypes?: boolean, includeArtosGeloeschtFlag?: boolean) => Promise<MaterialBestellungListItemDTO[]>;
|
|
2893
|
+
resetMaterialBestellungen: (resetAb: Date) => Promise<void>;
|
|
2894
|
+
getGsqlBeleg: (belegGuid: string) => Promise<string>;
|
|
2895
|
+
getAllNotifications: () => Promise<NachrichtenDTO[]>;
|
|
2896
|
+
getOneBenutzerByKunde: (kundeGuid: string, email: string) => Promise<BenutzerDTO | undefined>;
|
|
2897
|
+
};
|
|
2898
|
+
|
|
2899
|
+
export type Variante = {
|
|
2900
|
+
VarianteGuid?: string;
|
|
2901
|
+
Name?: string;
|
|
2902
|
+
Kuerzel?: string;
|
|
2903
|
+
};
|
|
2904
|
+
|
|
2905
|
+
export type VarianteDTO = {
|
|
2906
|
+
VarianteGuid: string;
|
|
2907
|
+
UIDefinitionGuid: string;
|
|
2908
|
+
ProduktFamilieGuid: string;
|
|
2909
|
+
WarengruppeGuid: string;
|
|
2910
|
+
KomponenteGuid: string;
|
|
2911
|
+
Kuerzel: string;
|
|
2912
|
+
Name: string;
|
|
2913
|
+
ElementArt: string;
|
|
2914
|
+
ElementTyp: string;
|
|
2915
|
+
Beschreibung: string;
|
|
2916
|
+
PreisErmittlung: string;
|
|
2917
|
+
Preisliste: string;
|
|
2918
|
+
PreisVorschrift: string;
|
|
2919
|
+
GrenzVorschrift: string;
|
|
2920
|
+
PreislistenFaktor: number;
|
|
2921
|
+
MasterKatalog: boolean;
|
|
2922
|
+
HauptKatalog: boolean;
|
|
2923
|
+
ExtraKatalog: boolean;
|
|
2924
|
+
ErfassungIBOS2Moeglich: boolean;
|
|
2925
|
+
ErfassungIBOS1Moeglich: boolean;
|
|
2926
|
+
GueltigAb: string | null;
|
|
2927
|
+
GueltigBis: string | null;
|
|
2928
|
+
ChangedDate: string;
|
|
2929
|
+
Version: number;
|
|
2930
|
+
UIDefinition: UIDefinitionDTO;
|
|
2931
|
+
KonfigSatzGuid: string;
|
|
2932
|
+
KonfigSatz: Array<KonfigSatzEintragDTO>;
|
|
2933
|
+
IstTechnischeVariante: boolean;
|
|
2934
|
+
};
|
|
2935
|
+
|
|
2936
|
+
export type VarianteDTOListe = Array<VarianteDTO>;
|
|
2937
|
+
|
|
2938
|
+
export type VirtualSerieWithAuslastungDTO = {
|
|
2939
|
+
SerieGuid: string;
|
|
2940
|
+
Name: string;
|
|
2941
|
+
Kuerzel: string;
|
|
2942
|
+
Start: string;
|
|
2943
|
+
Ende: string;
|
|
2944
|
+
Auslastungen: SerieAuslastungDTO[];
|
|
2945
|
+
};
|
|
2946
|
+
|
|
2947
|
+
export type VorgangApi = {
|
|
2948
|
+
getList: (jahr: number) => Promise<VorgangListItemDTO[]>;
|
|
2949
|
+
getListByStatus: (status: string, jahr: number) => Promise<VorgangListItemDTO[]>;
|
|
2950
|
+
getListByStatusAndChangedSince: (status: string, jahr: number, changedSince: Date) => Promise<VorgangListItemDTO[]>;
|
|
2951
|
+
getListWithFilters: (changedSince: Date, jahr: number, status: string, art: string, includeArchive: boolean, includeOthersData: boolean, search: string) => Promise<VorgangListItemDTO[]>;
|
|
2952
|
+
getListByYearAndFilters: (jahr: number, status: string, changedSince: Date, art: string, includeArchive: boolean, includeOthersData: boolean, search: string) => Promise<VorgangListItemDTO[]>;
|
|
2953
|
+
getListByKunde: (kundeGuid: string) => Promise<VorgangListItemDTO[]>;
|
|
2954
|
+
saveList: (list: VorgangDTO[]) => Promise<void>;
|
|
2955
|
+
changeNummer: (vorgangGuid: string, neueVorgangsNummer: number) => Promise<void>;
|
|
2956
|
+
save: (vorgang: VorgangDTO) => Promise<VorgangDTO>;
|
|
2957
|
+
getByGuid: (vorgangGuid: string, includeKunde: boolean, returnNullIfNotFound: boolean) => Promise<VorgangDTO>;
|
|
2958
|
+
getByNummer: (vorgangsNummer: number, jahr: number, includeKunde: boolean) => Promise<VorgangDTO>;
|
|
2959
|
+
getStatus: (vorgangGuid: string) => Promise<VorgangStatusDTO>;
|
|
2960
|
+
setStatus: (vorgangGuid: string, statusCode: string) => Promise<VorgangStatusDTO>;
|
|
2961
|
+
setTextStatus: (vorgangGuids: string[], textStatus: string) => Promise<void>;
|
|
2962
|
+
archive: (vorgangGuid: string) => Promise<void>;
|
|
2963
|
+
archiveList: (vorgangGuidList: string[]) => Promise<void>;
|
|
2964
|
+
unarchive: (vorgangGuid: string) => Promise<void>;
|
|
2965
|
+
changeBelegArt: (belegGuid: string, neueBelegArt: string) => Promise<void>;
|
|
2966
|
+
getAllForFunction: (changedSince: Date) => Promise<Record<number, VorgangListItemDTO[]>>;
|
|
2967
|
+
getForFunction: (vorgangGuid: string, mandantId: number) => Promise<VorgangDTO>;
|
|
2968
|
+
};
|
|
2969
|
+
|
|
2970
|
+
export type VorgangDTO = {
|
|
2971
|
+
VorgangGuid: string;
|
|
2972
|
+
VorgangsNummer: number;
|
|
2973
|
+
KundenNummer: string;
|
|
2974
|
+
IstEndkunde: boolean;
|
|
2975
|
+
Kommission: string;
|
|
2976
|
+
Kommission2: string;
|
|
2977
|
+
ErstellDatum: Date;
|
|
2978
|
+
AenderungsDatum: Date;
|
|
2979
|
+
Belege: Array<BelegDTO>;
|
|
2980
|
+
Positionen: Array<BelegPositionDTO>;
|
|
2981
|
+
Nachrichten: Array<string>;
|
|
2982
|
+
Historie: Array<VorgangHistorieDTO>;
|
|
2983
|
+
Besitzer: BenutzerDTO;
|
|
2984
|
+
Kunde: KontaktDTO;
|
|
2985
|
+
KundeGuid: string;
|
|
2986
|
+
AktuellerStatus: string;
|
|
2987
|
+
FakturaKennzeichen: string;
|
|
2988
|
+
TextStatus: string;
|
|
2989
|
+
IstTestbeleg: boolean;
|
|
2990
|
+
WaehrungsSymbol: string;
|
|
2991
|
+
WaehrungsFaktor: number;
|
|
2992
|
+
IstBrutto: boolean;
|
|
2993
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
2994
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
2995
|
+
IstZustimmungErteilt: boolean;
|
|
2996
|
+
InterneNotiz: string;
|
|
2997
|
+
BemerkungFuerKunde: string;
|
|
2998
|
+
OriginalVorgangGuid: string;
|
|
2999
|
+
OriginalMandantGuid: string;
|
|
3000
|
+
OriginalVorgangsNummer: number|null;
|
|
3001
|
+
OriginalAppGuid: string;
|
|
3002
|
+
InnergemeinschaftlichOhneMwSt: boolean;
|
|
3003
|
+
ZielVorgangGuid: string;
|
|
3004
|
+
};
|
|
3005
|
+
|
|
3006
|
+
export type VorgangExtendedDTO = {
|
|
3007
|
+
Vorgang: VorgangDTO;
|
|
3008
|
+
Mandant: MandantDTO;
|
|
3009
|
+
MandantId: number;
|
|
3010
|
+
};
|
|
3011
|
+
|
|
3012
|
+
export type VorgangHistorieDTO = {
|
|
3013
|
+
VorgangHistorieGuid: string;
|
|
3014
|
+
Text: string;
|
|
3015
|
+
Zeitstempel: Date;
|
|
3016
|
+
Benutzer: string;
|
|
3017
|
+
};
|
|
3018
|
+
|
|
3019
|
+
export type VorgangHistorienDTO = {
|
|
3020
|
+
VorgangHistorien: Array<VorgangHistorieDTO>;
|
|
3021
|
+
BelegHistorien: Record<string, Array<BelegHistorieDTO>>;
|
|
3022
|
+
BelegPositionHistorien: Record<string, Array<BelegPositionHistorieDTO>>;
|
|
3023
|
+
};
|
|
3024
|
+
|
|
3025
|
+
export type VorgangListItemDTO = {
|
|
3026
|
+
VorgangGuid: string;
|
|
3027
|
+
VorgangsNummer: number;
|
|
3028
|
+
OriginalVorgangsNummer: number|null;
|
|
3029
|
+
ErstellDatum: Date;
|
|
3030
|
+
AenderungsDatum: Date;
|
|
3031
|
+
AktuelleBelegArt: string;
|
|
3032
|
+
Kommission: string;
|
|
3033
|
+
Kommission2: string;
|
|
3034
|
+
VorgangsNotitz: string;
|
|
3035
|
+
AktuelleBelegNummer: string;
|
|
3036
|
+
AktuelleRechnungsNummer: string;
|
|
3037
|
+
AlleBelegNummern: string;
|
|
3038
|
+
AktuelleBelegGuid: string;
|
|
3039
|
+
KundenNummer: string;
|
|
3040
|
+
Kundenname: string;
|
|
3041
|
+
KundeGuid: string;
|
|
3042
|
+
URL: string;
|
|
3043
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
3044
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
3045
|
+
Status: string;
|
|
3046
|
+
AnzahlNachrichten: number;
|
|
3047
|
+
IsArchiv: boolean;
|
|
3048
|
+
HatFehlerhaftenBeleg: boolean;
|
|
3049
|
+
PreisAufAnfrage: boolean;
|
|
3050
|
+
KundeFehlt: boolean;
|
|
3051
|
+
TextStatus: string;
|
|
3052
|
+
Besitzer: string;
|
|
3053
|
+
Besteller: string;
|
|
3054
|
+
Bearbeiter: string;
|
|
3055
|
+
ExterneReferenznummer: string;
|
|
3056
|
+
ExterneMandantenGuid: string|null;
|
|
3057
|
+
ExternerFirmenname: string;
|
|
3058
|
+
RelatedGuids: string;
|
|
3059
|
+
MandantGuid: string;
|
|
3060
|
+
IstBerechnet: boolean;
|
|
3061
|
+
};
|
|
3062
|
+
|
|
3063
|
+
export type VorgangNachrichtAnhangDTO = {
|
|
3064
|
+
VorgangNachrichtAnhangGuid: string;
|
|
3065
|
+
FileName: string;
|
|
3066
|
+
FileSize: number;
|
|
3067
|
+
URL: string;
|
|
3068
|
+
};
|
|
3069
|
+
|
|
3070
|
+
export type VorgangNachrichtDTO = {
|
|
3071
|
+
VorgangNachrichtGuid: string;
|
|
3072
|
+
VorgangGuid: string;
|
|
3073
|
+
Absender: string;
|
|
3074
|
+
Empfaenger: string;
|
|
3075
|
+
Betreff: string;
|
|
3076
|
+
Text: string;
|
|
3077
|
+
Anhaenge: Array<VorgangNachrichtAnhangDTO>;
|
|
3078
|
+
Gesendet: Date;
|
|
3079
|
+
};
|
|
3080
|
+
|
|
3081
|
+
export type VorgangStatusDTO = {
|
|
3082
|
+
VorgangGuid: string;
|
|
3083
|
+
VorgangsNummer: number;
|
|
3084
|
+
AktuellerStatus: string;
|
|
3085
|
+
AenderungsDatum: Date;
|
|
3086
|
+
NeuerStatus: string;
|
|
3087
|
+
};
|
|
3088
|
+
|
|
3089
|
+
export type VorgangStatusTableDTO = {
|
|
3090
|
+
VorgangGuid: string;
|
|
3091
|
+
KontaktGuid: string|null;
|
|
3092
|
+
KundeGeaendert: boolean;
|
|
3093
|
+
AenderungsDatum: Date;
|
|
3094
|
+
MandantId: number;
|
|
3095
|
+
};
|
|
3096
|
+
|
|
3097
|
+
export type VorgangTextStatusDTO = {
|
|
3098
|
+
VorgangGuids: Array<string>;
|
|
3099
|
+
NeuerTextStatus: string;
|
|
3100
|
+
};
|
|
3101
|
+
|
|
3102
|
+
export type WarenGruppeDTO = {
|
|
3103
|
+
WarenGruppeGuid: string;
|
|
3104
|
+
Nummer: number;
|
|
3105
|
+
Bezeichnung: string;
|
|
3106
|
+
IstEKPWarengruppe: boolean;
|
|
3107
|
+
Artikel: Array<KatalogArtikelDTO>;
|
|
3108
|
+
Version: number;
|
|
3109
|
+
ChangedDate: string;
|
|
3110
|
+
FrontendLogik: string;
|
|
3111
|
+
};
|
|
3112
|
+
|
|
3113
|
+
export type WarenGruppeDTOListe = Array<WarenGruppeDTO>;
|
|
3114
|
+
|
|
3115
|
+
export type WebJobHistorieDTO = {
|
|
3116
|
+
WebJobHistorieGuid: string;
|
|
3117
|
+
WebJobName: string;
|
|
3118
|
+
Timestamp: string;
|
|
3119
|
+
Status: string;
|
|
3120
|
+
Text: string;
|
|
3121
|
+
};
|
|
3122
|
+
|
|
3123
|
+
export type Werteliste = {
|
|
3124
|
+
WerteListeGuid?: string;
|
|
3125
|
+
Name?: string;
|
|
3126
|
+
};
|
|
3127
|
+
|
|
3128
|
+
export type WerteListeDTO = {
|
|
3129
|
+
Name: string;
|
|
3130
|
+
Version: number;
|
|
3131
|
+
ChangedDate: string;
|
|
3132
|
+
WerteListeGuid: string;
|
|
3133
|
+
Items: Array<WerteListeItemDTO>;
|
|
3134
|
+
GueltigAb: string;
|
|
3135
|
+
};
|
|
3136
|
+
|
|
3137
|
+
export type WerteListeDTOListe = Array<WerteListeDTO>;
|
|
3138
|
+
|
|
3139
|
+
export type WerteListeItemDTO = {
|
|
3140
|
+
BelegBlattText: string;
|
|
3141
|
+
AngebotsText: string;
|
|
3142
|
+
Beschreibung: string;
|
|
3143
|
+
ChangedDate: string;
|
|
3144
|
+
Kuerzel: string;
|
|
3145
|
+
Reihenfolge: number;
|
|
3146
|
+
Version: number;
|
|
3147
|
+
WerteListeItemGuid: string;
|
|
3148
|
+
GueltigAb: string | null;
|
|
3149
|
+
GueltigBis: string | null;
|
|
3150
|
+
};
|
|
3151
|
+
|
|
3152
|
+
export type ZusammenfassungsOptionen = ('Unbekannt'|'Lieferdatum'|'Serienzuordnung'|'ArtikelnummerFrabeOberflaeche'|'Vorgang'|'FarbeOberflaeche'|'Keine');
|
|
3153
|
+
|
|
3154
|
+
export type ZusatzanschriftDTO = {
|
|
3155
|
+
ZusatzanschriftGuid: string;
|
|
3156
|
+
Titel: string;
|
|
3157
|
+
Anrede: string;
|
|
3158
|
+
Nachname: string;
|
|
3159
|
+
Vorname: string;
|
|
3160
|
+
Firmenname: string;
|
|
3161
|
+
AdressZusatz1: string;
|
|
3162
|
+
AdressZusatz2: string;
|
|
3163
|
+
Strasse: string;
|
|
3164
|
+
Hausnummer: string;
|
|
3165
|
+
Postfach: string;
|
|
3166
|
+
Postleitzahl: string;
|
|
3167
|
+
Ort: string;
|
|
3168
|
+
Ortsteil: string;
|
|
3169
|
+
Land: string;
|
|
3170
|
+
IstInland: boolean;
|
|
3171
|
+
Mailadresse: string;
|
|
3172
|
+
Verwendungszweck: string;
|
|
3173
|
+
Prioritaet: number;
|
|
3174
|
+
ApplicationSpecificProperties: Record<string, PropertyValueCollection>;
|
|
3175
|
+
AdditionalProperties: Record<string, PropertyValueCollection>;
|
|
3176
|
+
IstInaktiv: boolean;
|
|
3177
|
+
};
|
|
3178
|
+
|
|
3179
|
+
export type ZusatztextDTO = {
|
|
3180
|
+
ObjectGuid: string;
|
|
3181
|
+
LfdNr: number;
|
|
3182
|
+
Context: string;
|
|
3183
|
+
Content: string;
|
|
3184
|
+
};
|
|
3185
|
+
|
|
3186
|
+
export type ZustimmungsInfoDTO = {
|
|
3187
|
+
Dokument: string;
|
|
3188
|
+
Version: string;
|
|
3189
|
+
Zeitstempel: string;
|
|
3190
|
+
Plattform: string;
|
|
3191
|
+
};
|
|
259
3192
|
|