@hitsoft/e-donusum 1.0.59 → 1.0.61
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/config/enums/eDonusum-route-names.d.ts +1 -0
- package/config/providers/hit-providers/failed-connector-producer-receipt-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/failed-producer-receipt-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/producer-receipt-route.provider.d.ts +9 -0
- package/esm2020/config/e-donusum-config.module.mjs +7 -1
- package/esm2020/config/enums/eDonusum-route-names.mjs +1 -1
- package/esm2020/config/providers/hit-providers/failed-connector-producer-receipt-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/failed-producer-receipt-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/producer-receipt-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/route.provider.mjs +8 -1
- package/esm2020/config/providers/paramse-dispatch-route.provider.mjs +1 -1
- package/esm2020/config/providers/paramse-invoice-route.provider.mjs +1 -1
- package/esm2020/lib/components/hit-failed-connector-producer-receipts/hit-failed-connector-producer-receipt-routing.module.mjs +38 -0
- package/esm2020/lib/components/hit-failed-connector-producer-receipts/hit-failed-connector-producer-receipt.component.mjs +33 -0
- package/esm2020/lib/components/hit-failed-connector-producer-receipts/hit-failed-connector-producer-receipt.module.mjs +77 -0
- package/esm2020/lib/components/hit-failed-producer-receipts/hit-failed-producer-receipt-routing.module.mjs +38 -0
- package/esm2020/lib/components/hit-failed-producer-receipts/hit-failed-producer-receipt.component.mjs +60 -0
- package/esm2020/lib/components/hit-failed-producer-receipts/hit-failed-producer-receipt.module.mjs +77 -0
- package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.component.mjs +5 -4
- package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.component.mjs +5 -4
- package/esm2020/lib/components/hit-producer-receipts/hit-producer-receipt.component.mjs +217 -0
- package/esm2020/lib/components/hit-producer-receipts/hit-producer-receipt.module.mjs +76 -0
- package/esm2020/lib/despatches/despatch/despatch.module.mjs +1 -1
- package/esm2020/lib/document-serials/document-serial/components/document-serial.component.mjs +5 -4
- package/esm2020/lib/document-serials/document-serial/document-serial.module.mjs +1 -1
- package/esm2020/lib/e-donusum-routing.module.mjs +7 -1
- package/esm2020/lib/e-donusum.module.mjs +7 -2
- package/esm2020/lib/hit-proxy/hit-failed-connector-producer-receipts/hit-failed-connector-producer-receipt.service.mjs +24 -0
- package/esm2020/lib/hit-proxy/hit-failed-producer-receipts/hit-failed-producer-receipt.service.mjs +24 -0
- package/esm2020/lib/hit-proxy/hit-producer-receipts/hit-producer-receipt.service.mjs +90 -0
- package/esm2020/lib/invoices/invoice/invoice.module.mjs +1 -1
- package/esm2020/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.mjs +5 -4
- package/esm2020/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.mjs +5 -4
- package/esm2020/lib/producer-receipts/producer-receipt/producer-receipt-routing.module.mjs +15 -3
- package/esm2020/lib/proxy/document-serials/document-serial.service.mjs +2 -2
- package/esm2020/lib/proxy/document-serials/models.mjs +1 -1
- package/esm2020/lib/proxy/paramse-dispatches/models.mjs +1 -1
- package/esm2020/lib/proxy/paramse-dispatches/paramse-dispatch.service.mjs +2 -2
- package/esm2020/lib/proxy/paramse-invoices/models.mjs +1 -1
- package/esm2020/lib/proxy/paramse-invoices/paramse-invoice.service.mjs +2 -2
- package/fesm2015/hitsoft-e-donusum-config.mjs +171 -107
- package/fesm2015/hitsoft-e-donusum-config.mjs.map +1 -1
- package/fesm2015/hitsoft-e-donusum.mjs +910 -228
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum-config.mjs +171 -107
- package/fesm2020/hitsoft-e-donusum-config.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +910 -228
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/lib/components/hit-failed-connector-producer-receipts/hit-failed-connector-producer-receipt-routing.module.d.ts +7 -0
- package/lib/components/hit-failed-connector-producer-receipts/hit-failed-connector-producer-receipt.component.d.ts +17 -0
- package/lib/components/hit-failed-connector-producer-receipts/hit-failed-connector-producer-receipt.module.d.ts +16 -0
- package/lib/components/hit-failed-producer-receipts/hit-failed-producer-receipt-routing.module.d.ts +7 -0
- package/lib/components/hit-failed-producer-receipts/hit-failed-producer-receipt.component.d.ts +23 -0
- package/lib/components/hit-failed-producer-receipts/hit-failed-producer-receipt.module.d.ts +16 -0
- package/lib/components/hit-producer-receipts/hit-producer-receipt.component.d.ts +49 -0
- package/lib/components/hit-producer-receipts/hit-producer-receipt.module.d.ts +15 -0
- package/lib/hit-proxy/hit-failed-connector-producer-receipts/hit-failed-connector-producer-receipt.service.d.ts +12 -0
- package/lib/hit-proxy/hit-failed-producer-receipts/hit-failed-producer-receipt.service.d.ts +12 -0
- package/lib/hit-proxy/hit-producer-receipts/hit-producer-receipt.service.d.ts +26 -0
- package/lib/proxy/document-serials/models.d.ts +4 -0
- package/lib/proxy/paramse-dispatches/models.d.ts +4 -0
- package/lib/proxy/paramse-invoices/models.d.ts +4 -0
- package/package.json +1 -1
|
@@ -5,12 +5,12 @@ import { RoutesService } from '@abp/ng.core';
|
|
|
5
5
|
const E_DONUSUM_ROUTE_PROVIDERS = [
|
|
6
6
|
{
|
|
7
7
|
provide: APP_INITIALIZER,
|
|
8
|
-
useFactory: configureRoutes$
|
|
8
|
+
useFactory: configureRoutes$T,
|
|
9
9
|
deps: [RoutesService],
|
|
10
10
|
multi: true,
|
|
11
11
|
},
|
|
12
12
|
];
|
|
13
|
-
function configureRoutes$
|
|
13
|
+
function configureRoutes$T(routes) {
|
|
14
14
|
return () => {
|
|
15
15
|
routes.add([
|
|
16
16
|
{
|
|
@@ -25,9 +25,9 @@ function configureRoutes$Q(routes) {
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
const BUSINESS_PARTNER_GROUPS_BUSINESS_PARTNER_GROUP_ROUTE_PROVIDER = [
|
|
28
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
28
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$S, deps: [RoutesService], multi: true },
|
|
29
29
|
];
|
|
30
|
-
function configureRoutes$
|
|
30
|
+
function configureRoutes$S(routes) {
|
|
31
31
|
return () => {
|
|
32
32
|
routes.add([
|
|
33
33
|
{
|
|
@@ -42,9 +42,9 @@ function configureRoutes$P(routes) {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
const BUSINESS_PARTNERS_BUSINESS_PARTNER_ROUTE_PROVIDER = [
|
|
45
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
45
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$R, deps: [RoutesService], multi: true },
|
|
46
46
|
];
|
|
47
|
-
function configureRoutes$
|
|
47
|
+
function configureRoutes$R(routes) {
|
|
48
48
|
return () => {
|
|
49
49
|
routes.add([
|
|
50
50
|
{
|
|
@@ -59,9 +59,9 @@ function configureRoutes$O(routes) {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
const BRANCHES_BRANCH_ROUTE_PROVIDER = [
|
|
62
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
62
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$Q, deps: [RoutesService], multi: true },
|
|
63
63
|
];
|
|
64
|
-
function configureRoutes$
|
|
64
|
+
function configureRoutes$Q(routes) {
|
|
65
65
|
return () => {
|
|
66
66
|
routes.add([
|
|
67
67
|
{
|
|
@@ -76,9 +76,9 @@ function configureRoutes$N(routes) {
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
const GIB_PARTNER_PK_ALLS_GIB_PARTNER_PK_ALL_ROUTE_PROVIDER = [
|
|
79
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
79
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$P, deps: [RoutesService], multi: true },
|
|
80
80
|
];
|
|
81
|
-
function configureRoutes$
|
|
81
|
+
function configureRoutes$P(routes) {
|
|
82
82
|
return () => {
|
|
83
83
|
routes.add([
|
|
84
84
|
{
|
|
@@ -93,9 +93,9 @@ function configureRoutes$M(routes) {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
const GIB_PARTNER_PKS_GIB_PARTNER_PK_ROUTE_PROVIDER = [
|
|
96
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
96
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$O, deps: [RoutesService], multi: true },
|
|
97
97
|
];
|
|
98
|
-
function configureRoutes$
|
|
98
|
+
function configureRoutes$O(routes) {
|
|
99
99
|
return () => {
|
|
100
100
|
routes.add([
|
|
101
101
|
{
|
|
@@ -110,9 +110,9 @@ function configureRoutes$L(routes) {
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
const DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
|
|
113
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
113
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$N, deps: [RoutesService], multi: true },
|
|
114
114
|
];
|
|
115
|
-
function configureRoutes$
|
|
115
|
+
function configureRoutes$N(routes) {
|
|
116
116
|
return () => {
|
|
117
117
|
routes.add([
|
|
118
118
|
{
|
|
@@ -127,9 +127,9 @@ function configureRoutes$K(routes) {
|
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
const DESPATCH_LINES_DESPATCH_LINE_ROUTE_PROVIDER = [
|
|
130
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
130
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$M, deps: [RoutesService], multi: true },
|
|
131
131
|
];
|
|
132
|
-
function configureRoutes$
|
|
132
|
+
function configureRoutes$M(routes) {
|
|
133
133
|
return () => {
|
|
134
134
|
routes.add([
|
|
135
135
|
{
|
|
@@ -144,9 +144,9 @@ function configureRoutes$J(routes) {
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
const DESPATCH_NOTES_DESPATCH_NOTE_ROUTE_PROVIDER = [
|
|
147
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
147
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$L, deps: [RoutesService], multi: true },
|
|
148
148
|
];
|
|
149
|
-
function configureRoutes$
|
|
149
|
+
function configureRoutes$L(routes) {
|
|
150
150
|
return () => {
|
|
151
151
|
routes.add([
|
|
152
152
|
{
|
|
@@ -161,9 +161,9 @@ function configureRoutes$I(routes) {
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
const DESPATCH_DOCUMENT_REFERENCES_DESPATCH_DOCUMENT_REFERENCE_ROUTE_PROVIDER = [
|
|
164
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
164
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$K, deps: [RoutesService], multi: true },
|
|
165
165
|
];
|
|
166
|
-
function configureRoutes$
|
|
166
|
+
function configureRoutes$K(routes) {
|
|
167
167
|
return () => {
|
|
168
168
|
routes.add([
|
|
169
169
|
{
|
|
@@ -177,8 +177,8 @@ function configureRoutes$H(routes) {
|
|
|
177
177
|
};
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
const DESPATCH_LINE_ORDER_LINE_REFERENCES_DESPATCH_LINE_ORDER_LINE_REFERENCE_ROUTE_PROVIDER = [{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
181
|
-
function configureRoutes$
|
|
180
|
+
const DESPATCH_LINE_ORDER_LINE_REFERENCES_DESPATCH_LINE_ORDER_LINE_REFERENCE_ROUTE_PROVIDER = [{ provide: APP_INITIALIZER, useFactory: configureRoutes$J, deps: [RoutesService], multi: true }];
|
|
181
|
+
function configureRoutes$J(routes) {
|
|
182
182
|
return () => {
|
|
183
183
|
routes.add([
|
|
184
184
|
{
|
|
@@ -193,9 +193,9 @@ function configureRoutes$G(routes) {
|
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
const INVOICES_INVOICE_ROUTE_PROVIDER = [
|
|
196
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
196
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$I, deps: [RoutesService], multi: true },
|
|
197
197
|
];
|
|
198
|
-
function configureRoutes$
|
|
198
|
+
function configureRoutes$I(routes) {
|
|
199
199
|
return () => {
|
|
200
200
|
routes.add([
|
|
201
201
|
{
|
|
@@ -210,9 +210,9 @@ function configureRoutes$F(routes) {
|
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
const INVOICE_LINES_INVOICE_LINE_ROUTE_PROVIDER = [
|
|
213
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
213
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$H, deps: [RoutesService], multi: true },
|
|
214
214
|
];
|
|
215
|
-
function configureRoutes$
|
|
215
|
+
function configureRoutes$H(routes) {
|
|
216
216
|
return () => {
|
|
217
217
|
routes.add([
|
|
218
218
|
{
|
|
@@ -227,9 +227,9 @@ function configureRoutes$E(routes) {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
const INVOICE_NOTES_INVOICE_NOTE_ROUTE_PROVIDER = [
|
|
230
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
230
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$G, deps: [RoutesService], multi: true },
|
|
231
231
|
];
|
|
232
|
-
function configureRoutes$
|
|
232
|
+
function configureRoutes$G(routes) {
|
|
233
233
|
return () => {
|
|
234
234
|
routes.add([
|
|
235
235
|
{
|
|
@@ -244,9 +244,9 @@ function configureRoutes$D(routes) {
|
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
const INVOICE_DOCUMENT_REFERENCES_INVOICE_DOCUMENT_REFERENCE_ROUTE_PROVIDER = [
|
|
247
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
247
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$F, deps: [RoutesService], multi: true },
|
|
248
248
|
];
|
|
249
|
-
function configureRoutes$
|
|
249
|
+
function configureRoutes$F(routes) {
|
|
250
250
|
return () => {
|
|
251
251
|
routes.add([
|
|
252
252
|
{
|
|
@@ -261,9 +261,9 @@ function configureRoutes$C(routes) {
|
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
const INVOICE_LINE_ORDER_LINE_REFERENCES_INVOICE_LINE_ORDER_LINE_REFERENCE_ROUTE_PROVIDER = [
|
|
264
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
264
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$E, deps: [RoutesService], multi: true },
|
|
265
265
|
];
|
|
266
|
-
function configureRoutes$
|
|
266
|
+
function configureRoutes$E(routes) {
|
|
267
267
|
return () => {
|
|
268
268
|
routes.add([
|
|
269
269
|
{
|
|
@@ -277,8 +277,8 @@ function configureRoutes$B(routes) {
|
|
|
277
277
|
};
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
const INVOICE_LINE_DESPATCH_LINE_REFERENCES_INVOICE_LINE_DESPATCH_LINE_REFERENCE_ROUTE_PROVIDER = [{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
281
|
-
function configureRoutes$
|
|
280
|
+
const INVOICE_LINE_DESPATCH_LINE_REFERENCES_INVOICE_LINE_DESPATCH_LINE_REFERENCE_ROUTE_PROVIDER = [{ provide: APP_INITIALIZER, useFactory: configureRoutes$D, deps: [RoutesService], multi: true }];
|
|
281
|
+
function configureRoutes$D(routes) {
|
|
282
282
|
return () => {
|
|
283
283
|
routes.add([
|
|
284
284
|
{
|
|
@@ -292,8 +292,8 @@ function configureRoutes$A(routes) {
|
|
|
292
292
|
};
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
const INVOICE_LINE_RECEIPT_LINE_REFERENCES_INVOICE_LINE_RECEIPT_LINE_REFERENCE_ROUTE_PROVIDER = [{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
296
|
-
function configureRoutes$
|
|
295
|
+
const INVOICE_LINE_RECEIPT_LINE_REFERENCES_INVOICE_LINE_RECEIPT_LINE_REFERENCE_ROUTE_PROVIDER = [{ provide: APP_INITIALIZER, useFactory: configureRoutes$C, deps: [RoutesService], multi: true }];
|
|
296
|
+
function configureRoutes$C(routes) {
|
|
297
297
|
return () => {
|
|
298
298
|
routes.add([
|
|
299
299
|
{
|
|
@@ -308,9 +308,9 @@ function configureRoutes$z(routes) {
|
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
const NOTE_RULES_NOTE_RULE_ROUTE_PROVIDER = [
|
|
311
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
311
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$B, deps: [RoutesService], multi: true },
|
|
312
312
|
];
|
|
313
|
-
function configureRoutes$
|
|
313
|
+
function configureRoutes$B(routes) {
|
|
314
314
|
return () => {
|
|
315
315
|
routes.add([
|
|
316
316
|
{
|
|
@@ -325,9 +325,9 @@ function configureRoutes$y(routes) {
|
|
|
325
325
|
}
|
|
326
326
|
|
|
327
327
|
const NOTE_RULE_SCENARIOS_NOTE_RULE_SCENARIO_ROUTE_PROVIDER = [
|
|
328
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
328
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$A, deps: [RoutesService], multi: true },
|
|
329
329
|
];
|
|
330
|
-
function configureRoutes$
|
|
330
|
+
function configureRoutes$A(routes) {
|
|
331
331
|
return () => {
|
|
332
332
|
routes.add([
|
|
333
333
|
{
|
|
@@ -342,9 +342,9 @@ function configureRoutes$x(routes) {
|
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
const NOTE_RULE_DOC_TYPES_NOTE_RULE_DOC_TYPE_ROUTE_PROVIDER = [
|
|
345
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
345
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$z, deps: [RoutesService], multi: true },
|
|
346
346
|
];
|
|
347
|
-
function configureRoutes$
|
|
347
|
+
function configureRoutes$z(routes) {
|
|
348
348
|
return () => {
|
|
349
349
|
routes.add([
|
|
350
350
|
{
|
|
@@ -359,9 +359,9 @@ function configureRoutes$w(routes) {
|
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
const PARAMS_COMPANIES_PARAMS_COMPANY_ROUTE_PROVIDER = [
|
|
362
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
362
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$y, deps: [RoutesService], multi: true },
|
|
363
363
|
];
|
|
364
|
-
function configureRoutes$
|
|
364
|
+
function configureRoutes$y(routes) {
|
|
365
365
|
return () => {
|
|
366
366
|
routes.add([
|
|
367
367
|
{
|
|
@@ -376,9 +376,9 @@ function configureRoutes$v(routes) {
|
|
|
376
376
|
}
|
|
377
377
|
|
|
378
378
|
const PARAMS_INTEGRATORS_PARAMS_INTEGRATOR_ROUTE_PROVIDER = [
|
|
379
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
379
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$x, deps: [RoutesService], multi: true },
|
|
380
380
|
];
|
|
381
|
-
function configureRoutes$
|
|
381
|
+
function configureRoutes$x(routes) {
|
|
382
382
|
return () => {
|
|
383
383
|
routes.add([
|
|
384
384
|
{
|
|
@@ -393,9 +393,9 @@ function configureRoutes$u(routes) {
|
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
const PARAMSE_INVOICES_PARAMSE_INVOICE_ROUTE_PROVIDER = [
|
|
396
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
396
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$w, deps: [RoutesService], multi: true },
|
|
397
397
|
];
|
|
398
|
-
function configureRoutes$
|
|
398
|
+
function configureRoutes$w(routes) {
|
|
399
399
|
return () => {
|
|
400
400
|
routes.add([
|
|
401
401
|
{
|
|
@@ -410,9 +410,9 @@ function configureRoutes$t(routes) {
|
|
|
410
410
|
}
|
|
411
411
|
|
|
412
412
|
const PARAMSE_DISPATCHES_PARAMSE_DISPATCH_ROUTE_PROVIDER = [
|
|
413
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
413
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$v, deps: [RoutesService], multi: true },
|
|
414
414
|
];
|
|
415
|
-
function configureRoutes$
|
|
415
|
+
function configureRoutes$v(routes) {
|
|
416
416
|
return () => {
|
|
417
417
|
routes.add([
|
|
418
418
|
{
|
|
@@ -427,9 +427,9 @@ function configureRoutes$s(routes) {
|
|
|
427
427
|
}
|
|
428
428
|
|
|
429
429
|
const PARAMS_GENERALS_PARAMS_GENERAL_ROUTE_PROVIDER = [
|
|
430
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
430
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$u, deps: [RoutesService], multi: true },
|
|
431
431
|
];
|
|
432
|
-
function configureRoutes$
|
|
432
|
+
function configureRoutes$u(routes) {
|
|
433
433
|
return () => {
|
|
434
434
|
routes.add([
|
|
435
435
|
{
|
|
@@ -444,9 +444,9 @@ function configureRoutes$r(routes) {
|
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
const HIT_NOTE_RULES_NOTE_RULE_ROUTE_PROVIDER = [
|
|
447
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
447
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$t, deps: [RoutesService], multi: true },
|
|
448
448
|
];
|
|
449
|
-
function configureRoutes$
|
|
449
|
+
function configureRoutes$t(routes) {
|
|
450
450
|
return () => {
|
|
451
451
|
routes.add([
|
|
452
452
|
{
|
|
@@ -462,9 +462,9 @@ function configureRoutes$q(routes) {
|
|
|
462
462
|
}
|
|
463
463
|
|
|
464
464
|
const HIT_SETUP_WIZARD_ROUTE_PROVIDER = [
|
|
465
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
465
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$s, deps: [RoutesService], multi: true },
|
|
466
466
|
];
|
|
467
|
-
function configureRoutes$
|
|
467
|
+
function configureRoutes$s(routes) {
|
|
468
468
|
return () => {
|
|
469
469
|
routes.add([
|
|
470
470
|
{
|
|
@@ -479,9 +479,9 @@ function configureRoutes$p(routes) {
|
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
const XSLT_FORMATS_XSLT_FORMAT_ROUTE_PROVIDER = [
|
|
482
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
482
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$r, deps: [RoutesService], multi: true },
|
|
483
483
|
];
|
|
484
|
-
function configureRoutes$
|
|
484
|
+
function configureRoutes$r(routes) {
|
|
485
485
|
return () => {
|
|
486
486
|
routes.add([
|
|
487
487
|
{
|
|
@@ -496,9 +496,9 @@ function configureRoutes$o(routes) {
|
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
const XSLT_RULES_XSLT_RULE_ROUTE_PROVIDER = [
|
|
499
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
499
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$q, deps: [RoutesService], multi: true },
|
|
500
500
|
];
|
|
501
|
-
function configureRoutes$
|
|
501
|
+
function configureRoutes$q(routes) {
|
|
502
502
|
return () => {
|
|
503
503
|
routes.add([
|
|
504
504
|
{
|
|
@@ -513,9 +513,9 @@ function configureRoutes$n(routes) {
|
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
const XSLT_RULE_DOC_TYPES_XSLT_RULE_DOC_TYPE_ROUTE_PROVIDER = [
|
|
516
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
516
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$p, deps: [RoutesService], multi: true },
|
|
517
517
|
];
|
|
518
|
-
function configureRoutes$
|
|
518
|
+
function configureRoutes$p(routes) {
|
|
519
519
|
return () => {
|
|
520
520
|
routes.add([
|
|
521
521
|
{
|
|
@@ -530,9 +530,9 @@ function configureRoutes$m(routes) {
|
|
|
530
530
|
}
|
|
531
531
|
|
|
532
532
|
const XSLT_RULE_SCENARIOS_XSLT_RULE_SCENARIO_ROUTE_PROVIDER = [
|
|
533
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
533
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$o, deps: [RoutesService], multi: true },
|
|
534
534
|
];
|
|
535
|
-
function configureRoutes$
|
|
535
|
+
function configureRoutes$o(routes) {
|
|
536
536
|
return () => {
|
|
537
537
|
routes.add([
|
|
538
538
|
{
|
|
@@ -549,12 +549,12 @@ function configureRoutes$l(routes) {
|
|
|
549
549
|
const HIT_E_DONUSUM_ROUTE_PROVIDERS = [
|
|
550
550
|
{
|
|
551
551
|
provide: APP_INITIALIZER,
|
|
552
|
-
useFactory: configureRoutes$
|
|
552
|
+
useFactory: configureRoutes$n,
|
|
553
553
|
deps: [RoutesService],
|
|
554
554
|
multi: true,
|
|
555
555
|
},
|
|
556
556
|
];
|
|
557
|
-
function configureRoutes$
|
|
557
|
+
function configureRoutes$n(routes) {
|
|
558
558
|
return () => {
|
|
559
559
|
routes.add([
|
|
560
560
|
{
|
|
@@ -598,15 +598,22 @@ function configureRoutes$k(routes) {
|
|
|
598
598
|
parentName: "eDonusum::Menu:eDonusumMain" /* eDonusumRouteNames.eDonusumMain */,
|
|
599
599
|
layout: "application" /* eLayoutType.application */,
|
|
600
600
|
order: 5,
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
path: '/',
|
|
604
|
+
name: "eDonusum::Menu:eProducerReceipt" /* eDonusumRouteNames.eProducerReceipt */,
|
|
605
|
+
parentName: "eDonusum::Menu:eDonusumMain" /* eDonusumRouteNames.eDonusumMain */,
|
|
606
|
+
layout: "application" /* eLayoutType.application */,
|
|
607
|
+
order: 6,
|
|
601
608
|
}
|
|
602
609
|
]);
|
|
603
610
|
};
|
|
604
611
|
}
|
|
605
612
|
|
|
606
613
|
const HIT_BRANCHES_BRANCH_ROUTE_PROVIDER = [
|
|
607
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
614
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$m, deps: [RoutesService], multi: true },
|
|
608
615
|
];
|
|
609
|
-
function configureRoutes$
|
|
616
|
+
function configureRoutes$m(routes) {
|
|
610
617
|
return () => {
|
|
611
618
|
routes.add([
|
|
612
619
|
{
|
|
@@ -622,9 +629,9 @@ function configureRoutes$j(routes) {
|
|
|
622
629
|
}
|
|
623
630
|
|
|
624
631
|
const HIT_BUSINESS_PARTNERS_BUSINESS_PARTNER_ROUTE_PROVIDER = [
|
|
625
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
632
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$l, deps: [RoutesService], multi: true },
|
|
626
633
|
];
|
|
627
|
-
function configureRoutes$
|
|
634
|
+
function configureRoutes$l(routes) {
|
|
628
635
|
return () => {
|
|
629
636
|
routes.add([
|
|
630
637
|
{
|
|
@@ -640,9 +647,9 @@ function configureRoutes$i(routes) {
|
|
|
640
647
|
}
|
|
641
648
|
|
|
642
649
|
const HIT_BUSINESS_PARTNER_GROUPS_BUSINESS_PARTNER_GROUP_ROUTE_PROVIDER = [
|
|
643
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
650
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$k, deps: [RoutesService], multi: true },
|
|
644
651
|
];
|
|
645
|
-
function configureRoutes$
|
|
652
|
+
function configureRoutes$k(routes) {
|
|
646
653
|
return () => {
|
|
647
654
|
routes.add([
|
|
648
655
|
{
|
|
@@ -658,9 +665,9 @@ function configureRoutes$h(routes) {
|
|
|
658
665
|
}
|
|
659
666
|
|
|
660
667
|
const HIT_GIB_PARTNER_PKS_GIB_PARTNER_PK_ROUTE_PROVIDER = [
|
|
661
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
668
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$j, deps: [RoutesService], multi: true },
|
|
662
669
|
];
|
|
663
|
-
function configureRoutes$
|
|
670
|
+
function configureRoutes$j(routes) {
|
|
664
671
|
return () => {
|
|
665
672
|
routes.add([
|
|
666
673
|
{
|
|
@@ -676,9 +683,9 @@ function configureRoutes$g(routes) {
|
|
|
676
683
|
}
|
|
677
684
|
|
|
678
685
|
const HIT_GIB_PARTNER_PK_ALLS_GIB_PARTNER_PK_ALL_ROUTE_PROVIDER = [
|
|
679
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
686
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$i, deps: [RoutesService], multi: true },
|
|
680
687
|
];
|
|
681
|
-
function configureRoutes$
|
|
688
|
+
function configureRoutes$i(routes) {
|
|
682
689
|
return () => {
|
|
683
690
|
routes.add([
|
|
684
691
|
{
|
|
@@ -694,9 +701,9 @@ function configureRoutes$f(routes) {
|
|
|
694
701
|
}
|
|
695
702
|
|
|
696
703
|
const HIT_XSLT_RULES_XSLT_RULE_ROUTE_PROVIDER = [
|
|
697
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
704
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$h, deps: [RoutesService], multi: true },
|
|
698
705
|
];
|
|
699
|
-
function configureRoutes$
|
|
706
|
+
function configureRoutes$h(routes) {
|
|
700
707
|
return () => {
|
|
701
708
|
routes.add([
|
|
702
709
|
{
|
|
@@ -712,9 +719,9 @@ function configureRoutes$e(routes) {
|
|
|
712
719
|
}
|
|
713
720
|
|
|
714
721
|
const HIT_XSLT_FORMATS_XSLT_FORMAT_ROUTE_PROVIDER = [
|
|
715
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
722
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$g, deps: [RoutesService], multi: true },
|
|
716
723
|
];
|
|
717
|
-
function configureRoutes$
|
|
724
|
+
function configureRoutes$g(routes) {
|
|
718
725
|
return () => {
|
|
719
726
|
routes.add([
|
|
720
727
|
{
|
|
@@ -730,9 +737,9 @@ function configureRoutes$d(routes) {
|
|
|
730
737
|
}
|
|
731
738
|
|
|
732
739
|
const HIT_INVOICES_INVOICE_ROUTE_PROVIDER = [
|
|
733
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
740
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$f, deps: [RoutesService], multi: true },
|
|
734
741
|
];
|
|
735
|
-
function configureRoutes$
|
|
742
|
+
function configureRoutes$f(routes) {
|
|
736
743
|
return () => {
|
|
737
744
|
routes.add([
|
|
738
745
|
{
|
|
@@ -748,9 +755,9 @@ function configureRoutes$c(routes) {
|
|
|
748
755
|
}
|
|
749
756
|
|
|
750
757
|
const HIT_DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
|
|
751
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
758
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$e, deps: [RoutesService], multi: true },
|
|
752
759
|
];
|
|
753
|
-
function configureRoutes$
|
|
760
|
+
function configureRoutes$e(routes) {
|
|
754
761
|
return () => {
|
|
755
762
|
routes.add([
|
|
756
763
|
{
|
|
@@ -766,9 +773,9 @@ function configureRoutes$b(routes) {
|
|
|
766
773
|
}
|
|
767
774
|
|
|
768
775
|
const HIT_INBOUND_INVOICES_INVOICE_ROUTE_PROVIDER = [
|
|
769
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
776
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$d, deps: [RoutesService], multi: true },
|
|
770
777
|
];
|
|
771
|
-
function configureRoutes$
|
|
778
|
+
function configureRoutes$d(routes) {
|
|
772
779
|
return () => {
|
|
773
780
|
routes.add([
|
|
774
781
|
{
|
|
@@ -784,9 +791,9 @@ function configureRoutes$a(routes) {
|
|
|
784
791
|
}
|
|
785
792
|
|
|
786
793
|
const HIT_INBOUND_DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
|
|
787
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
794
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$c, deps: [RoutesService], multi: true },
|
|
788
795
|
];
|
|
789
|
-
function configureRoutes$
|
|
796
|
+
function configureRoutes$c(routes) {
|
|
790
797
|
return () => {
|
|
791
798
|
routes.add([
|
|
792
799
|
{
|
|
@@ -802,9 +809,9 @@ function configureRoutes$9(routes) {
|
|
|
802
809
|
}
|
|
803
810
|
|
|
804
811
|
const HIT_FAILED_INVOICES_INVOICE_ROUTE_PROVIDER = [
|
|
805
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
812
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$b, deps: [RoutesService], multi: true },
|
|
806
813
|
];
|
|
807
|
-
function configureRoutes$
|
|
814
|
+
function configureRoutes$b(routes) {
|
|
808
815
|
return () => {
|
|
809
816
|
routes.add([
|
|
810
817
|
{
|
|
@@ -820,9 +827,9 @@ function configureRoutes$8(routes) {
|
|
|
820
827
|
}
|
|
821
828
|
|
|
822
829
|
const HIT_FAILED_CONNECTOR_INVOICES_INVOICE_ROUTE_PROVIDER = [
|
|
823
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
830
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$a, deps: [RoutesService], multi: true },
|
|
824
831
|
];
|
|
825
|
-
function configureRoutes$
|
|
832
|
+
function configureRoutes$a(routes) {
|
|
826
833
|
return () => {
|
|
827
834
|
routes.add([
|
|
828
835
|
{
|
|
@@ -838,9 +845,9 @@ function configureRoutes$7(routes) {
|
|
|
838
845
|
}
|
|
839
846
|
|
|
840
847
|
const HIT_FAILED_DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
|
|
841
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
848
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$9, deps: [RoutesService], multi: true },
|
|
842
849
|
];
|
|
843
|
-
function configureRoutes$
|
|
850
|
+
function configureRoutes$9(routes) {
|
|
844
851
|
return () => {
|
|
845
852
|
routes.add([
|
|
846
853
|
{
|
|
@@ -856,9 +863,9 @@ function configureRoutes$6(routes) {
|
|
|
856
863
|
}
|
|
857
864
|
|
|
858
865
|
const HIT_FAILED_CONNECTOR_DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
|
|
859
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
866
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$8, deps: [RoutesService], multi: true },
|
|
860
867
|
];
|
|
861
|
-
function configureRoutes$
|
|
868
|
+
function configureRoutes$8(routes) {
|
|
862
869
|
return () => {
|
|
863
870
|
routes.add([
|
|
864
871
|
{
|
|
@@ -874,9 +881,9 @@ function configureRoutes$5(routes) {
|
|
|
874
881
|
}
|
|
875
882
|
|
|
876
883
|
const DOCUMENT_SERIALS_DOCUMENT_SERIAL_ROUTE_PROVIDER = [
|
|
877
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
884
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$7, deps: [RoutesService], multi: true },
|
|
878
885
|
];
|
|
879
|
-
function configureRoutes$
|
|
886
|
+
function configureRoutes$7(routes) {
|
|
880
887
|
return () => {
|
|
881
888
|
routes.add([
|
|
882
889
|
{
|
|
@@ -891,9 +898,9 @@ function configureRoutes$4(routes) {
|
|
|
891
898
|
}
|
|
892
899
|
|
|
893
900
|
const HIT_DOCUMENT_SERIALS_DOCUMENT_SERIAL_ROUTE_PROVIDER = [
|
|
894
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
901
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$6, deps: [RoutesService], multi: true },
|
|
895
902
|
];
|
|
896
|
-
function configureRoutes$
|
|
903
|
+
function configureRoutes$6(routes) {
|
|
897
904
|
return () => {
|
|
898
905
|
routes.add([
|
|
899
906
|
{
|
|
@@ -909,9 +916,9 @@ function configureRoutes$3(routes) {
|
|
|
909
916
|
}
|
|
910
917
|
|
|
911
918
|
const PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER = [
|
|
912
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
919
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$5, deps: [RoutesService], multi: true },
|
|
913
920
|
];
|
|
914
|
-
function configureRoutes$
|
|
921
|
+
function configureRoutes$5(routes) {
|
|
915
922
|
return () => {
|
|
916
923
|
routes.add([
|
|
917
924
|
{
|
|
@@ -926,9 +933,9 @@ function configureRoutes$2(routes) {
|
|
|
926
933
|
}
|
|
927
934
|
|
|
928
935
|
const PRODUCER_RECEIPT_LINES_PRODUCER_RECEIPT_LINE_ROUTE_PROVIDER = [
|
|
929
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes$
|
|
936
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$4, deps: [RoutesService], multi: true },
|
|
930
937
|
];
|
|
931
|
-
function configureRoutes$
|
|
938
|
+
function configureRoutes$4(routes) {
|
|
932
939
|
return () => {
|
|
933
940
|
routes.add([
|
|
934
941
|
{
|
|
@@ -943,9 +950,9 @@ function configureRoutes$1(routes) {
|
|
|
943
950
|
}
|
|
944
951
|
|
|
945
952
|
const PRODUCER_RECEIPT_NOTES_PRODUCER_RECEIPT_NOTE_ROUTE_PROVIDER = [
|
|
946
|
-
{ provide: APP_INITIALIZER, useFactory: configureRoutes, deps: [RoutesService], multi: true },
|
|
953
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$3, deps: [RoutesService], multi: true },
|
|
947
954
|
];
|
|
948
|
-
function configureRoutes(routes) {
|
|
955
|
+
function configureRoutes$3(routes) {
|
|
949
956
|
return () => {
|
|
950
957
|
routes.add([
|
|
951
958
|
{
|
|
@@ -959,6 +966,60 @@ function configureRoutes(routes) {
|
|
|
959
966
|
};
|
|
960
967
|
}
|
|
961
968
|
|
|
969
|
+
const HIT_PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER = [
|
|
970
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$2, deps: [RoutesService], multi: true },
|
|
971
|
+
];
|
|
972
|
+
function configureRoutes$2(routes) {
|
|
973
|
+
return () => {
|
|
974
|
+
routes.add([
|
|
975
|
+
{
|
|
976
|
+
path: '/e-donusum/producer-receipts',
|
|
977
|
+
parentName: "eDonusum::Menu:eProducerReceipt" /* eDonusumRouteNames.eProducerReceipt */,
|
|
978
|
+
name: 'eDonusum::Menu:SendedProducerReceipts',
|
|
979
|
+
layout: "application" /* eLayoutType.application */,
|
|
980
|
+
requiredPolicy: 'eDonusum.ProducerReceipts',
|
|
981
|
+
order: 1
|
|
982
|
+
},
|
|
983
|
+
]);
|
|
984
|
+
};
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
const HIT_FAILED_PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER = [
|
|
988
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes$1, deps: [RoutesService], multi: true },
|
|
989
|
+
];
|
|
990
|
+
function configureRoutes$1(routes) {
|
|
991
|
+
return () => {
|
|
992
|
+
routes.add([
|
|
993
|
+
{
|
|
994
|
+
path: '/e-donusum/failed-producer-receipts',
|
|
995
|
+
parentName: "eDonusum::Menu:eProducerReceipt" /* eDonusumRouteNames.eProducerReceipt */,
|
|
996
|
+
name: 'eDonusum::Menu:FailedProducerReceipts',
|
|
997
|
+
layout: "application" /* eLayoutType.application */,
|
|
998
|
+
requiredPolicy: 'eDonusum.ProducerReceipts',
|
|
999
|
+
order: 2
|
|
1000
|
+
},
|
|
1001
|
+
]);
|
|
1002
|
+
};
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
const HIT_FAILED_CONNECTOR_PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER = [
|
|
1006
|
+
{ provide: APP_INITIALIZER, useFactory: configureRoutes, deps: [RoutesService], multi: true },
|
|
1007
|
+
];
|
|
1008
|
+
function configureRoutes(routes) {
|
|
1009
|
+
return () => {
|
|
1010
|
+
routes.add([
|
|
1011
|
+
{
|
|
1012
|
+
path: '/e-donusum/failed-connector-producer-receipts',
|
|
1013
|
+
parentName: "eDonusum::Menu:eProducerReceipt" /* eDonusumRouteNames.eProducerReceipt */,
|
|
1014
|
+
name: 'eDonusum::Menu:FailedConnectorProducerReceipts',
|
|
1015
|
+
layout: "application" /* eLayoutType.application */,
|
|
1016
|
+
requiredPolicy: 'eDonusum.ProducerReceipts',
|
|
1017
|
+
order: 3
|
|
1018
|
+
},
|
|
1019
|
+
]);
|
|
1020
|
+
};
|
|
1021
|
+
}
|
|
1022
|
+
|
|
962
1023
|
class eDonusumConfigModule {
|
|
963
1024
|
static forRoot() {
|
|
964
1025
|
return {
|
|
@@ -1017,6 +1078,9 @@ class eDonusumConfigModule {
|
|
|
1017
1078
|
PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER,
|
|
1018
1079
|
PRODUCER_RECEIPT_LINES_PRODUCER_RECEIPT_LINE_ROUTE_PROVIDER,
|
|
1019
1080
|
PRODUCER_RECEIPT_NOTES_PRODUCER_RECEIPT_NOTE_ROUTE_PROVIDER,
|
|
1081
|
+
HIT_PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER,
|
|
1082
|
+
HIT_FAILED_PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER,
|
|
1083
|
+
HIT_FAILED_CONNECTOR_PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER
|
|
1020
1084
|
],
|
|
1021
1085
|
};
|
|
1022
1086
|
}
|
|
@@ -1032,5 +1096,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1032
1096
|
* Generated bundle index. Do not edit.
|
|
1033
1097
|
*/
|
|
1034
1098
|
|
|
1035
|
-
export { E_DONUSUM_ROUTE_PROVIDERS, configureRoutes$
|
|
1099
|
+
export { E_DONUSUM_ROUTE_PROVIDERS, configureRoutes$T as configureRoutes, eDonusumConfigModule };
|
|
1036
1100
|
//# sourceMappingURL=hitsoft-e-donusum-config.mjs.map
|