@hitsoft/e-donusum 1.0.51 → 1.0.53

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.
Files changed (87) hide show
  1. package/config/providers/producer-receipt-line-route.provider.d.ts +9 -0
  2. package/config/providers/producer-receipt-note-route.provider.d.ts +9 -0
  3. package/config/providers/producer-receipt-route.provider.d.ts +9 -0
  4. package/esm2020/config/e-donusum-config.module.mjs +8 -2
  5. package/esm2020/config/providers/producer-receipt-line-route.provider.mjs +19 -0
  6. package/esm2020/config/providers/producer-receipt-note-route.provider.mjs +19 -0
  7. package/esm2020/config/providers/producer-receipt-route.provider.mjs +19 -0
  8. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +8 -3
  9. package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.component.mjs +13 -5
  10. package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.component.mjs +8 -4
  11. package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.component.mjs +3 -3
  12. package/esm2020/lib/e-donusum-routing.module.mjs +7 -1
  13. package/esm2020/lib/hit-proxy/hit-inbound-invoices/models.mjs +1 -1
  14. package/esm2020/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.mjs +5 -1
  15. package/esm2020/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.mjs +9 -1
  16. package/esm2020/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.mjs +1 -1
  17. package/esm2020/lib/hit-proxy/hit-xslt-formats/models.mjs +1 -1
  18. package/esm2020/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.mjs +5 -4
  19. package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.mjs +1 -1
  20. package/esm2020/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.mjs +6 -4
  21. package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.mjs +1 -1
  22. package/esm2020/lib/producer-receipt-lines/producer-receipt-line/components/producer-receipt-line.component.mjs +127 -0
  23. package/esm2020/lib/producer-receipt-lines/producer-receipt-line/producer-receipt-line-routing.module.mjs +26 -0
  24. package/esm2020/lib/producer-receipt-lines/producer-receipt-line/producer-receipt-line.module.mjs +52 -0
  25. package/esm2020/lib/producer-receipt-notes/producer-receipt-note/components/producer-receipt-note.component.mjs +98 -0
  26. package/esm2020/lib/producer-receipt-notes/producer-receipt-note/producer-receipt-note-routing.module.mjs +26 -0
  27. package/esm2020/lib/producer-receipt-notes/producer-receipt-note/producer-receipt-note.module.mjs +52 -0
  28. package/esm2020/lib/producer-receipts/producer-receipt/components/producer-receipt.component.mjs +229 -0
  29. package/esm2020/lib/producer-receipts/producer-receipt/producer-receipt-routing.module.mjs +26 -0
  30. package/esm2020/lib/producer-receipts/producer-receipt/producer-receipt.module.mjs +52 -0
  31. package/esm2020/lib/proxy/document-serials/index.mjs +1 -1
  32. package/esm2020/lib/proxy/note-rule-doc-types/index.mjs +1 -1
  33. package/esm2020/lib/proxy/note-rule-scenarios/index.mjs +1 -1
  34. package/esm2020/lib/proxy/note-rules/index.mjs +1 -1
  35. package/esm2020/lib/proxy/params-companies/index.mjs +1 -1
  36. package/esm2020/lib/proxy/params-generals/index.mjs +1 -1
  37. package/esm2020/lib/proxy/params-integrators/index.mjs +1 -1
  38. package/esm2020/lib/proxy/paramse-dispatches/index.mjs +1 -1
  39. package/esm2020/lib/proxy/paramse-dispatches/models.mjs +1 -1
  40. package/esm2020/lib/proxy/paramse-dispatches/paramse-dispatch.service.mjs +2 -2
  41. package/esm2020/lib/proxy/paramse-invoices/index.mjs +1 -1
  42. package/esm2020/lib/proxy/paramse-invoices/models.mjs +1 -1
  43. package/esm2020/lib/proxy/paramse-invoices/paramse-invoice.service.mjs +2 -2
  44. package/esm2020/lib/proxy/producer-receipt-lines/models.mjs +2 -0
  45. package/esm2020/lib/proxy/producer-receipt-lines/producer-receipt-line.service.mjs +50 -0
  46. package/esm2020/lib/proxy/producer-receipt-notes/models.mjs +2 -0
  47. package/esm2020/lib/proxy/producer-receipt-notes/producer-receipt-note.service.mjs +50 -0
  48. package/esm2020/lib/proxy/producer-receipts/models.mjs +2 -0
  49. package/esm2020/lib/proxy/producer-receipts/producer-receipt.service.mjs +41 -0
  50. package/esm2020/lib/proxy/xslt-formats/index.mjs +1 -1
  51. package/esm2020/lib/proxy/xslt-rule-doc-types/index.mjs +1 -1
  52. package/esm2020/lib/proxy/xslt-rule-scenarios/index.mjs +1 -1
  53. package/esm2020/lib/proxy/xslt-rules/index.mjs +1 -1
  54. package/fesm2015/hitsoft-e-donusum-config.mjs +156 -102
  55. package/fesm2015/hitsoft-e-donusum-config.mjs.map +1 -1
  56. package/fesm2015/hitsoft-e-donusum.mjs +868 -129
  57. package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
  58. package/fesm2020/hitsoft-e-donusum-config.mjs +156 -102
  59. package/fesm2020/hitsoft-e-donusum-config.mjs.map +1 -1
  60. package/fesm2020/hitsoft-e-donusum.mjs +885 -130
  61. package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
  62. package/lib/components/hit-paramas-invoices/hit-params-invoice.component.d.ts +2 -0
  63. package/lib/components/hit-params-dispatches/hit-params-dispatch.component.d.ts +1 -0
  64. package/lib/components/hit-xslt-formats/hit-xslt-format.component.d.ts +2 -2
  65. package/lib/hit-proxy/hit-inbound-invoices/models.d.ts +5 -0
  66. package/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.d.ts +1 -0
  67. package/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.d.ts +2 -0
  68. package/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.d.ts +3 -3
  69. package/lib/hit-proxy/hit-xslt-formats/models.d.ts +5 -1
  70. package/lib/producer-receipt-lines/producer-receipt-line/components/producer-receipt-line.component.d.ts +33 -0
  71. package/lib/producer-receipt-lines/producer-receipt-line/producer-receipt-line-routing.module.d.ts +7 -0
  72. package/lib/producer-receipt-lines/producer-receipt-line/producer-receipt-line.module.d.ts +15 -0
  73. package/lib/producer-receipt-notes/producer-receipt-note/components/producer-receipt-note.component.d.ts +33 -0
  74. package/lib/producer-receipt-notes/producer-receipt-note/producer-receipt-note-routing.module.d.ts +7 -0
  75. package/lib/producer-receipt-notes/producer-receipt-note/producer-receipt-note.module.d.ts +15 -0
  76. package/lib/producer-receipts/producer-receipt/components/producer-receipt.component.d.ts +33 -0
  77. package/lib/producer-receipts/producer-receipt/producer-receipt-routing.module.d.ts +7 -0
  78. package/lib/producer-receipts/producer-receipt/producer-receipt.module.d.ts +15 -0
  79. package/lib/proxy/paramse-dispatches/models.d.ts +5 -0
  80. package/lib/proxy/paramse-invoices/models.d.ts +10 -0
  81. package/lib/proxy/producer-receipt-lines/models.d.ts +97 -0
  82. package/lib/proxy/producer-receipt-lines/producer-receipt-line.service.d.ts +19 -0
  83. package/lib/proxy/producer-receipt-notes/models.d.ts +25 -0
  84. package/lib/proxy/producer-receipt-notes/producer-receipt-note.service.d.ts +19 -0
  85. package/lib/proxy/producer-receipts/models.d.ts +264 -0
  86. package/lib/proxy/producer-receipts/producer-receipt.service.d.ts +16 -0
  87. 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$N,
8
+ useFactory: configureRoutes$Q,
9
9
  deps: [RoutesService],
10
10
  multi: true,
11
11
  },
12
12
  ];
13
- function configureRoutes$N(routes) {
13
+ function configureRoutes$Q(routes) {
14
14
  return () => {
15
15
  routes.add([
16
16
  {
@@ -25,9 +25,9 @@ function configureRoutes$N(routes) {
25
25
  }
26
26
 
27
27
  const BUSINESS_PARTNER_GROUPS_BUSINESS_PARTNER_GROUP_ROUTE_PROVIDER = [
28
- { provide: APP_INITIALIZER, useFactory: configureRoutes$M, deps: [RoutesService], multi: true },
28
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$P, deps: [RoutesService], multi: true },
29
29
  ];
30
- function configureRoutes$M(routes) {
30
+ function configureRoutes$P(routes) {
31
31
  return () => {
32
32
  routes.add([
33
33
  {
@@ -42,9 +42,9 @@ function configureRoutes$M(routes) {
42
42
  }
43
43
 
44
44
  const BUSINESS_PARTNERS_BUSINESS_PARTNER_ROUTE_PROVIDER = [
45
- { provide: APP_INITIALIZER, useFactory: configureRoutes$L, deps: [RoutesService], multi: true },
45
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$O, deps: [RoutesService], multi: true },
46
46
  ];
47
- function configureRoutes$L(routes) {
47
+ function configureRoutes$O(routes) {
48
48
  return () => {
49
49
  routes.add([
50
50
  {
@@ -59,9 +59,9 @@ function configureRoutes$L(routes) {
59
59
  }
60
60
 
61
61
  const BRANCHES_BRANCH_ROUTE_PROVIDER = [
62
- { provide: APP_INITIALIZER, useFactory: configureRoutes$K, deps: [RoutesService], multi: true },
62
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$N, deps: [RoutesService], multi: true },
63
63
  ];
64
- function configureRoutes$K(routes) {
64
+ function configureRoutes$N(routes) {
65
65
  return () => {
66
66
  routes.add([
67
67
  {
@@ -76,9 +76,9 @@ function configureRoutes$K(routes) {
76
76
  }
77
77
 
78
78
  const GIB_PARTNER_PK_ALLS_GIB_PARTNER_PK_ALL_ROUTE_PROVIDER = [
79
- { provide: APP_INITIALIZER, useFactory: configureRoutes$J, deps: [RoutesService], multi: true },
79
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$M, deps: [RoutesService], multi: true },
80
80
  ];
81
- function configureRoutes$J(routes) {
81
+ function configureRoutes$M(routes) {
82
82
  return () => {
83
83
  routes.add([
84
84
  {
@@ -93,9 +93,9 @@ function configureRoutes$J(routes) {
93
93
  }
94
94
 
95
95
  const GIB_PARTNER_PKS_GIB_PARTNER_PK_ROUTE_PROVIDER = [
96
- { provide: APP_INITIALIZER, useFactory: configureRoutes$I, deps: [RoutesService], multi: true },
96
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$L, deps: [RoutesService], multi: true },
97
97
  ];
98
- function configureRoutes$I(routes) {
98
+ function configureRoutes$L(routes) {
99
99
  return () => {
100
100
  routes.add([
101
101
  {
@@ -110,9 +110,9 @@ function configureRoutes$I(routes) {
110
110
  }
111
111
 
112
112
  const DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
113
- { provide: APP_INITIALIZER, useFactory: configureRoutes$H, deps: [RoutesService], multi: true },
113
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$K, deps: [RoutesService], multi: true },
114
114
  ];
115
- function configureRoutes$H(routes) {
115
+ function configureRoutes$K(routes) {
116
116
  return () => {
117
117
  routes.add([
118
118
  {
@@ -127,9 +127,9 @@ function configureRoutes$H(routes) {
127
127
  }
128
128
 
129
129
  const DESPATCH_LINES_DESPATCH_LINE_ROUTE_PROVIDER = [
130
- { provide: APP_INITIALIZER, useFactory: configureRoutes$G, deps: [RoutesService], multi: true },
130
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$J, deps: [RoutesService], multi: true },
131
131
  ];
132
- function configureRoutes$G(routes) {
132
+ function configureRoutes$J(routes) {
133
133
  return () => {
134
134
  routes.add([
135
135
  {
@@ -144,9 +144,9 @@ function configureRoutes$G(routes) {
144
144
  }
145
145
 
146
146
  const DESPATCH_NOTES_DESPATCH_NOTE_ROUTE_PROVIDER = [
147
- { provide: APP_INITIALIZER, useFactory: configureRoutes$F, deps: [RoutesService], multi: true },
147
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$I, deps: [RoutesService], multi: true },
148
148
  ];
149
- function configureRoutes$F(routes) {
149
+ function configureRoutes$I(routes) {
150
150
  return () => {
151
151
  routes.add([
152
152
  {
@@ -161,9 +161,9 @@ function configureRoutes$F(routes) {
161
161
  }
162
162
 
163
163
  const DESPATCH_DOCUMENT_REFERENCES_DESPATCH_DOCUMENT_REFERENCE_ROUTE_PROVIDER = [
164
- { provide: APP_INITIALIZER, useFactory: configureRoutes$E, deps: [RoutesService], multi: true },
164
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$H, deps: [RoutesService], multi: true },
165
165
  ];
166
- function configureRoutes$E(routes) {
166
+ function configureRoutes$H(routes) {
167
167
  return () => {
168
168
  routes.add([
169
169
  {
@@ -177,8 +177,8 @@ function configureRoutes$E(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$D, deps: [RoutesService], multi: true }];
181
- function configureRoutes$D(routes) {
180
+ const DESPATCH_LINE_ORDER_LINE_REFERENCES_DESPATCH_LINE_ORDER_LINE_REFERENCE_ROUTE_PROVIDER = [{ provide: APP_INITIALIZER, useFactory: configureRoutes$G, deps: [RoutesService], multi: true }];
181
+ function configureRoutes$G(routes) {
182
182
  return () => {
183
183
  routes.add([
184
184
  {
@@ -193,9 +193,9 @@ function configureRoutes$D(routes) {
193
193
  }
194
194
 
195
195
  const INVOICES_INVOICE_ROUTE_PROVIDER = [
196
- { provide: APP_INITIALIZER, useFactory: configureRoutes$C, deps: [RoutesService], multi: true },
196
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$F, deps: [RoutesService], multi: true },
197
197
  ];
198
- function configureRoutes$C(routes) {
198
+ function configureRoutes$F(routes) {
199
199
  return () => {
200
200
  routes.add([
201
201
  {
@@ -210,9 +210,9 @@ function configureRoutes$C(routes) {
210
210
  }
211
211
 
212
212
  const INVOICE_LINES_INVOICE_LINE_ROUTE_PROVIDER = [
213
- { provide: APP_INITIALIZER, useFactory: configureRoutes$B, deps: [RoutesService], multi: true },
213
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$E, deps: [RoutesService], multi: true },
214
214
  ];
215
- function configureRoutes$B(routes) {
215
+ function configureRoutes$E(routes) {
216
216
  return () => {
217
217
  routes.add([
218
218
  {
@@ -227,9 +227,9 @@ function configureRoutes$B(routes) {
227
227
  }
228
228
 
229
229
  const INVOICE_NOTES_INVOICE_NOTE_ROUTE_PROVIDER = [
230
- { provide: APP_INITIALIZER, useFactory: configureRoutes$A, deps: [RoutesService], multi: true },
230
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$D, deps: [RoutesService], multi: true },
231
231
  ];
232
- function configureRoutes$A(routes) {
232
+ function configureRoutes$D(routes) {
233
233
  return () => {
234
234
  routes.add([
235
235
  {
@@ -244,9 +244,9 @@ function configureRoutes$A(routes) {
244
244
  }
245
245
 
246
246
  const INVOICE_DOCUMENT_REFERENCES_INVOICE_DOCUMENT_REFERENCE_ROUTE_PROVIDER = [
247
- { provide: APP_INITIALIZER, useFactory: configureRoutes$z, deps: [RoutesService], multi: true },
247
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$C, deps: [RoutesService], multi: true },
248
248
  ];
249
- function configureRoutes$z(routes) {
249
+ function configureRoutes$C(routes) {
250
250
  return () => {
251
251
  routes.add([
252
252
  {
@@ -261,9 +261,9 @@ function configureRoutes$z(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$y, deps: [RoutesService], multi: true },
264
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$B, deps: [RoutesService], multi: true },
265
265
  ];
266
- function configureRoutes$y(routes) {
266
+ function configureRoutes$B(routes) {
267
267
  return () => {
268
268
  routes.add([
269
269
  {
@@ -277,8 +277,8 @@ function configureRoutes$y(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$x, deps: [RoutesService], multi: true }];
281
- function configureRoutes$x(routes) {
280
+ const INVOICE_LINE_DESPATCH_LINE_REFERENCES_INVOICE_LINE_DESPATCH_LINE_REFERENCE_ROUTE_PROVIDER = [{ provide: APP_INITIALIZER, useFactory: configureRoutes$A, deps: [RoutesService], multi: true }];
281
+ function configureRoutes$A(routes) {
282
282
  return () => {
283
283
  routes.add([
284
284
  {
@@ -292,8 +292,8 @@ function configureRoutes$x(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$w, deps: [RoutesService], multi: true }];
296
- function configureRoutes$w(routes) {
295
+ const INVOICE_LINE_RECEIPT_LINE_REFERENCES_INVOICE_LINE_RECEIPT_LINE_REFERENCE_ROUTE_PROVIDER = [{ provide: APP_INITIALIZER, useFactory: configureRoutes$z, deps: [RoutesService], multi: true }];
296
+ function configureRoutes$z(routes) {
297
297
  return () => {
298
298
  routes.add([
299
299
  {
@@ -308,9 +308,9 @@ function configureRoutes$w(routes) {
308
308
  }
309
309
 
310
310
  const NOTE_RULES_NOTE_RULE_ROUTE_PROVIDER = [
311
- { provide: APP_INITIALIZER, useFactory: configureRoutes$v, deps: [RoutesService], multi: true },
311
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$y, deps: [RoutesService], multi: true },
312
312
  ];
313
- function configureRoutes$v(routes) {
313
+ function configureRoutes$y(routes) {
314
314
  return () => {
315
315
  routes.add([
316
316
  {
@@ -325,9 +325,9 @@ function configureRoutes$v(routes) {
325
325
  }
326
326
 
327
327
  const NOTE_RULE_SCENARIOS_NOTE_RULE_SCENARIO_ROUTE_PROVIDER = [
328
- { provide: APP_INITIALIZER, useFactory: configureRoutes$u, deps: [RoutesService], multi: true },
328
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$x, deps: [RoutesService], multi: true },
329
329
  ];
330
- function configureRoutes$u(routes) {
330
+ function configureRoutes$x(routes) {
331
331
  return () => {
332
332
  routes.add([
333
333
  {
@@ -342,9 +342,9 @@ function configureRoutes$u(routes) {
342
342
  }
343
343
 
344
344
  const NOTE_RULE_DOC_TYPES_NOTE_RULE_DOC_TYPE_ROUTE_PROVIDER = [
345
- { provide: APP_INITIALIZER, useFactory: configureRoutes$t, deps: [RoutesService], multi: true },
345
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$w, deps: [RoutesService], multi: true },
346
346
  ];
347
- function configureRoutes$t(routes) {
347
+ function configureRoutes$w(routes) {
348
348
  return () => {
349
349
  routes.add([
350
350
  {
@@ -359,9 +359,9 @@ function configureRoutes$t(routes) {
359
359
  }
360
360
 
361
361
  const PARAMS_COMPANIES_PARAMS_COMPANY_ROUTE_PROVIDER = [
362
- { provide: APP_INITIALIZER, useFactory: configureRoutes$s, deps: [RoutesService], multi: true },
362
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$v, deps: [RoutesService], multi: true },
363
363
  ];
364
- function configureRoutes$s(routes) {
364
+ function configureRoutes$v(routes) {
365
365
  return () => {
366
366
  routes.add([
367
367
  {
@@ -376,9 +376,9 @@ function configureRoutes$s(routes) {
376
376
  }
377
377
 
378
378
  const PARAMS_INTEGRATORS_PARAMS_INTEGRATOR_ROUTE_PROVIDER = [
379
- { provide: APP_INITIALIZER, useFactory: configureRoutes$r, deps: [RoutesService], multi: true },
379
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$u, deps: [RoutesService], multi: true },
380
380
  ];
381
- function configureRoutes$r(routes) {
381
+ function configureRoutes$u(routes) {
382
382
  return () => {
383
383
  routes.add([
384
384
  {
@@ -393,9 +393,9 @@ function configureRoutes$r(routes) {
393
393
  }
394
394
 
395
395
  const PARAMSE_INVOICES_PARAMSE_INVOICE_ROUTE_PROVIDER = [
396
- { provide: APP_INITIALIZER, useFactory: configureRoutes$q, deps: [RoutesService], multi: true },
396
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$t, deps: [RoutesService], multi: true },
397
397
  ];
398
- function configureRoutes$q(routes) {
398
+ function configureRoutes$t(routes) {
399
399
  return () => {
400
400
  routes.add([
401
401
  {
@@ -410,9 +410,9 @@ function configureRoutes$q(routes) {
410
410
  }
411
411
 
412
412
  const PARAMSE_DISPATCHES_PARAMSE_DISPATCH_ROUTE_PROVIDER = [
413
- { provide: APP_INITIALIZER, useFactory: configureRoutes$p, deps: [RoutesService], multi: true },
413
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$s, deps: [RoutesService], multi: true },
414
414
  ];
415
- function configureRoutes$p(routes) {
415
+ function configureRoutes$s(routes) {
416
416
  return () => {
417
417
  routes.add([
418
418
  {
@@ -427,9 +427,9 @@ function configureRoutes$p(routes) {
427
427
  }
428
428
 
429
429
  const PARAMS_GENERALS_PARAMS_GENERAL_ROUTE_PROVIDER = [
430
- { provide: APP_INITIALIZER, useFactory: configureRoutes$o, deps: [RoutesService], multi: true },
430
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$r, deps: [RoutesService], multi: true },
431
431
  ];
432
- function configureRoutes$o(routes) {
432
+ function configureRoutes$r(routes) {
433
433
  return () => {
434
434
  routes.add([
435
435
  {
@@ -444,9 +444,9 @@ function configureRoutes$o(routes) {
444
444
  }
445
445
 
446
446
  const HIT_NOTE_RULES_NOTE_RULE_ROUTE_PROVIDER = [
447
- { provide: APP_INITIALIZER, useFactory: configureRoutes$n, deps: [RoutesService], multi: true },
447
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$q, deps: [RoutesService], multi: true },
448
448
  ];
449
- function configureRoutes$n(routes) {
449
+ function configureRoutes$q(routes) {
450
450
  return () => {
451
451
  routes.add([
452
452
  {
@@ -462,9 +462,9 @@ function configureRoutes$n(routes) {
462
462
  }
463
463
 
464
464
  const HIT_SETUP_WIZARD_ROUTE_PROVIDER = [
465
- { provide: APP_INITIALIZER, useFactory: configureRoutes$m, deps: [RoutesService], multi: true },
465
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$p, deps: [RoutesService], multi: true },
466
466
  ];
467
- function configureRoutes$m(routes) {
467
+ function configureRoutes$p(routes) {
468
468
  return () => {
469
469
  routes.add([
470
470
  {
@@ -479,9 +479,9 @@ function configureRoutes$m(routes) {
479
479
  }
480
480
 
481
481
  const XSLT_FORMATS_XSLT_FORMAT_ROUTE_PROVIDER = [
482
- { provide: APP_INITIALIZER, useFactory: configureRoutes$l, deps: [RoutesService], multi: true },
482
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$o, deps: [RoutesService], multi: true },
483
483
  ];
484
- function configureRoutes$l(routes) {
484
+ function configureRoutes$o(routes) {
485
485
  return () => {
486
486
  routes.add([
487
487
  {
@@ -496,9 +496,9 @@ function configureRoutes$l(routes) {
496
496
  }
497
497
 
498
498
  const XSLT_RULES_XSLT_RULE_ROUTE_PROVIDER = [
499
- { provide: APP_INITIALIZER, useFactory: configureRoutes$k, deps: [RoutesService], multi: true },
499
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$n, deps: [RoutesService], multi: true },
500
500
  ];
501
- function configureRoutes$k(routes) {
501
+ function configureRoutes$n(routes) {
502
502
  return () => {
503
503
  routes.add([
504
504
  {
@@ -513,9 +513,9 @@ function configureRoutes$k(routes) {
513
513
  }
514
514
 
515
515
  const XSLT_RULE_DOC_TYPES_XSLT_RULE_DOC_TYPE_ROUTE_PROVIDER = [
516
- { provide: APP_INITIALIZER, useFactory: configureRoutes$j, deps: [RoutesService], multi: true },
516
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$m, deps: [RoutesService], multi: true },
517
517
  ];
518
- function configureRoutes$j(routes) {
518
+ function configureRoutes$m(routes) {
519
519
  return () => {
520
520
  routes.add([
521
521
  {
@@ -530,9 +530,9 @@ function configureRoutes$j(routes) {
530
530
  }
531
531
 
532
532
  const XSLT_RULE_SCENARIOS_XSLT_RULE_SCENARIO_ROUTE_PROVIDER = [
533
- { provide: APP_INITIALIZER, useFactory: configureRoutes$i, deps: [RoutesService], multi: true },
533
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$l, deps: [RoutesService], multi: true },
534
534
  ];
535
- function configureRoutes$i(routes) {
535
+ function configureRoutes$l(routes) {
536
536
  return () => {
537
537
  routes.add([
538
538
  {
@@ -549,12 +549,12 @@ function configureRoutes$i(routes) {
549
549
  const HIT_E_DONUSUM_ROUTE_PROVIDERS = [
550
550
  {
551
551
  provide: APP_INITIALIZER,
552
- useFactory: configureRoutes$h,
552
+ useFactory: configureRoutes$k,
553
553
  deps: [RoutesService],
554
554
  multi: true,
555
555
  },
556
556
  ];
557
- function configureRoutes$h(routes) {
557
+ function configureRoutes$k(routes) {
558
558
  return () => {
559
559
  routes.add([
560
560
  {
@@ -604,9 +604,9 @@ function configureRoutes$h(routes) {
604
604
  }
605
605
 
606
606
  const HIT_BRANCHES_BRANCH_ROUTE_PROVIDER = [
607
- { provide: APP_INITIALIZER, useFactory: configureRoutes$g, deps: [RoutesService], multi: true },
607
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$j, deps: [RoutesService], multi: true },
608
608
  ];
609
- function configureRoutes$g(routes) {
609
+ function configureRoutes$j(routes) {
610
610
  return () => {
611
611
  routes.add([
612
612
  {
@@ -622,9 +622,9 @@ function configureRoutes$g(routes) {
622
622
  }
623
623
 
624
624
  const HIT_BUSINESS_PARTNERS_BUSINESS_PARTNER_ROUTE_PROVIDER = [
625
- { provide: APP_INITIALIZER, useFactory: configureRoutes$f, deps: [RoutesService], multi: true },
625
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$i, deps: [RoutesService], multi: true },
626
626
  ];
627
- function configureRoutes$f(routes) {
627
+ function configureRoutes$i(routes) {
628
628
  return () => {
629
629
  routes.add([
630
630
  {
@@ -640,9 +640,9 @@ function configureRoutes$f(routes) {
640
640
  }
641
641
 
642
642
  const HIT_BUSINESS_PARTNER_GROUPS_BUSINESS_PARTNER_GROUP_ROUTE_PROVIDER = [
643
- { provide: APP_INITIALIZER, useFactory: configureRoutes$e, deps: [RoutesService], multi: true },
643
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$h, deps: [RoutesService], multi: true },
644
644
  ];
645
- function configureRoutes$e(routes) {
645
+ function configureRoutes$h(routes) {
646
646
  return () => {
647
647
  routes.add([
648
648
  {
@@ -658,9 +658,9 @@ function configureRoutes$e(routes) {
658
658
  }
659
659
 
660
660
  const HIT_GIB_PARTNER_PKS_GIB_PARTNER_PK_ROUTE_PROVIDER = [
661
- { provide: APP_INITIALIZER, useFactory: configureRoutes$d, deps: [RoutesService], multi: true },
661
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$g, deps: [RoutesService], multi: true },
662
662
  ];
663
- function configureRoutes$d(routes) {
663
+ function configureRoutes$g(routes) {
664
664
  return () => {
665
665
  routes.add([
666
666
  {
@@ -676,9 +676,9 @@ function configureRoutes$d(routes) {
676
676
  }
677
677
 
678
678
  const HIT_GIB_PARTNER_PK_ALLS_GIB_PARTNER_PK_ALL_ROUTE_PROVIDER = [
679
- { provide: APP_INITIALIZER, useFactory: configureRoutes$c, deps: [RoutesService], multi: true },
679
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$f, deps: [RoutesService], multi: true },
680
680
  ];
681
- function configureRoutes$c(routes) {
681
+ function configureRoutes$f(routes) {
682
682
  return () => {
683
683
  routes.add([
684
684
  {
@@ -694,9 +694,9 @@ function configureRoutes$c(routes) {
694
694
  }
695
695
 
696
696
  const HIT_XSLT_RULES_XSLT_RULE_ROUTE_PROVIDER = [
697
- { provide: APP_INITIALIZER, useFactory: configureRoutes$b, deps: [RoutesService], multi: true },
697
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$e, deps: [RoutesService], multi: true },
698
698
  ];
699
- function configureRoutes$b(routes) {
699
+ function configureRoutes$e(routes) {
700
700
  return () => {
701
701
  routes.add([
702
702
  {
@@ -712,9 +712,9 @@ function configureRoutes$b(routes) {
712
712
  }
713
713
 
714
714
  const HIT_XSLT_FORMATS_XSLT_FORMAT_ROUTE_PROVIDER = [
715
- { provide: APP_INITIALIZER, useFactory: configureRoutes$a, deps: [RoutesService], multi: true },
715
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$d, deps: [RoutesService], multi: true },
716
716
  ];
717
- function configureRoutes$a(routes) {
717
+ function configureRoutes$d(routes) {
718
718
  return () => {
719
719
  routes.add([
720
720
  {
@@ -730,9 +730,9 @@ function configureRoutes$a(routes) {
730
730
  }
731
731
 
732
732
  const HIT_INVOICES_INVOICE_ROUTE_PROVIDER = [
733
- { provide: APP_INITIALIZER, useFactory: configureRoutes$9, deps: [RoutesService], multi: true },
733
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$c, deps: [RoutesService], multi: true },
734
734
  ];
735
- function configureRoutes$9(routes) {
735
+ function configureRoutes$c(routes) {
736
736
  return () => {
737
737
  routes.add([
738
738
  {
@@ -748,9 +748,9 @@ function configureRoutes$9(routes) {
748
748
  }
749
749
 
750
750
  const HIT_DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
751
- { provide: APP_INITIALIZER, useFactory: configureRoutes$8, deps: [RoutesService], multi: true },
751
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$b, deps: [RoutesService], multi: true },
752
752
  ];
753
- function configureRoutes$8(routes) {
753
+ function configureRoutes$b(routes) {
754
754
  return () => {
755
755
  routes.add([
756
756
  {
@@ -766,9 +766,9 @@ function configureRoutes$8(routes) {
766
766
  }
767
767
 
768
768
  const HIT_INBOUND_INVOICES_INVOICE_ROUTE_PROVIDER = [
769
- { provide: APP_INITIALIZER, useFactory: configureRoutes$7, deps: [RoutesService], multi: true },
769
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$a, deps: [RoutesService], multi: true },
770
770
  ];
771
- function configureRoutes$7(routes) {
771
+ function configureRoutes$a(routes) {
772
772
  return () => {
773
773
  routes.add([
774
774
  {
@@ -784,9 +784,9 @@ function configureRoutes$7(routes) {
784
784
  }
785
785
 
786
786
  const HIT_INBOUND_DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
787
- { provide: APP_INITIALIZER, useFactory: configureRoutes$6, deps: [RoutesService], multi: true },
787
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$9, deps: [RoutesService], multi: true },
788
788
  ];
789
- function configureRoutes$6(routes) {
789
+ function configureRoutes$9(routes) {
790
790
  return () => {
791
791
  routes.add([
792
792
  {
@@ -802,9 +802,9 @@ function configureRoutes$6(routes) {
802
802
  }
803
803
 
804
804
  const HIT_FAILED_INVOICES_INVOICE_ROUTE_PROVIDER = [
805
- { provide: APP_INITIALIZER, useFactory: configureRoutes$5, deps: [RoutesService], multi: true },
805
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$8, deps: [RoutesService], multi: true },
806
806
  ];
807
- function configureRoutes$5(routes) {
807
+ function configureRoutes$8(routes) {
808
808
  return () => {
809
809
  routes.add([
810
810
  {
@@ -820,9 +820,9 @@ function configureRoutes$5(routes) {
820
820
  }
821
821
 
822
822
  const HIT_FAILED_CONNECTOR_INVOICES_INVOICE_ROUTE_PROVIDER = [
823
- { provide: APP_INITIALIZER, useFactory: configureRoutes$4, deps: [RoutesService], multi: true },
823
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$7, deps: [RoutesService], multi: true },
824
824
  ];
825
- function configureRoutes$4(routes) {
825
+ function configureRoutes$7(routes) {
826
826
  return () => {
827
827
  routes.add([
828
828
  {
@@ -838,9 +838,9 @@ function configureRoutes$4(routes) {
838
838
  }
839
839
 
840
840
  const HIT_FAILED_DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
841
- { provide: APP_INITIALIZER, useFactory: configureRoutes$3, deps: [RoutesService], multi: true },
841
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$6, deps: [RoutesService], multi: true },
842
842
  ];
843
- function configureRoutes$3(routes) {
843
+ function configureRoutes$6(routes) {
844
844
  return () => {
845
845
  routes.add([
846
846
  {
@@ -856,9 +856,9 @@ function configureRoutes$3(routes) {
856
856
  }
857
857
 
858
858
  const HIT_FAILED_CONNECTOR_DESPATCHES_DESPATCH_ROUTE_PROVIDER = [
859
- { provide: APP_INITIALIZER, useFactory: configureRoutes$2, deps: [RoutesService], multi: true },
859
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$5, deps: [RoutesService], multi: true },
860
860
  ];
861
- function configureRoutes$2(routes) {
861
+ function configureRoutes$5(routes) {
862
862
  return () => {
863
863
  routes.add([
864
864
  {
@@ -874,9 +874,9 @@ function configureRoutes$2(routes) {
874
874
  }
875
875
 
876
876
  const DOCUMENT_SERIALS_DOCUMENT_SERIAL_ROUTE_PROVIDER = [
877
- { provide: APP_INITIALIZER, useFactory: configureRoutes$1, deps: [RoutesService], multi: true },
877
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$4, deps: [RoutesService], multi: true },
878
878
  ];
879
- function configureRoutes$1(routes) {
879
+ function configureRoutes$4(routes) {
880
880
  return () => {
881
881
  routes.add([
882
882
  {
@@ -891,9 +891,9 @@ function configureRoutes$1(routes) {
891
891
  }
892
892
 
893
893
  const HIT_DOCUMENT_SERIALS_DOCUMENT_SERIAL_ROUTE_PROVIDER = [
894
- { provide: APP_INITIALIZER, useFactory: configureRoutes, deps: [RoutesService], multi: true },
894
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$3, deps: [RoutesService], multi: true },
895
895
  ];
896
- function configureRoutes(routes) {
896
+ function configureRoutes$3(routes) {
897
897
  return () => {
898
898
  routes.add([
899
899
  {
@@ -908,6 +908,57 @@ function configureRoutes(routes) {
908
908
  };
909
909
  }
910
910
 
911
+ const PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER = [
912
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$2, deps: [RoutesService], multi: true },
913
+ ];
914
+ function configureRoutes$2(routes) {
915
+ return () => {
916
+ routes.add([
917
+ {
918
+ path: '/e-donusum/producer-receipts',
919
+ parentName: "eDonusum::Menu:eDonusum" /* eeDonusumRouteNames.eDonusum */,
920
+ name: 'eDonusum::Menu:ProducerReceipts',
921
+ layout: "application" /* eLayoutType.application */,
922
+ requiredPolicy: 'eDonusum.ProducerReceipts',
923
+ },
924
+ ]);
925
+ };
926
+ }
927
+
928
+ const PRODUCER_RECEIPT_LINES_PRODUCER_RECEIPT_LINE_ROUTE_PROVIDER = [
929
+ { provide: APP_INITIALIZER, useFactory: configureRoutes$1, deps: [RoutesService], multi: true },
930
+ ];
931
+ function configureRoutes$1(routes) {
932
+ return () => {
933
+ routes.add([
934
+ {
935
+ path: '/e-donusum/producer-receipt-lines',
936
+ parentName: "eDonusum::Menu:eDonusum" /* eeDonusumRouteNames.eDonusum */,
937
+ name: 'eDonusum::Menu:ProducerReceiptLines',
938
+ layout: "application" /* eLayoutType.application */,
939
+ requiredPolicy: 'eDonusum.ProducerReceiptLines',
940
+ },
941
+ ]);
942
+ };
943
+ }
944
+
945
+ const PRODUCER_RECEIPT_NOTES_PRODUCER_RECEIPT_NOTE_ROUTE_PROVIDER = [
946
+ { provide: APP_INITIALIZER, useFactory: configureRoutes, deps: [RoutesService], multi: true },
947
+ ];
948
+ function configureRoutes(routes) {
949
+ return () => {
950
+ routes.add([
951
+ {
952
+ path: '/e-donusum/producer-receipt-notes',
953
+ parentName: "eDonusum::Menu:eDonusum" /* eeDonusumRouteNames.eDonusum */,
954
+ name: 'eDonusum::Menu:ProducerReceiptNotes',
955
+ layout: "application" /* eLayoutType.application */,
956
+ requiredPolicy: 'eDonusum.ProducerReceiptNotes',
957
+ },
958
+ ]);
959
+ };
960
+ }
961
+
911
962
  class eDonusumConfigModule {
912
963
  static forRoot() {
913
964
  return {
@@ -962,7 +1013,10 @@ class eDonusumConfigModule {
962
1013
  HIT_FAILED_DESPATCHES_DESPATCH_ROUTE_PROVIDER,
963
1014
  HIT_FAILED_CONNECTOR_DESPATCHES_DESPATCH_ROUTE_PROVIDER,
964
1015
  DOCUMENT_SERIALS_DOCUMENT_SERIAL_ROUTE_PROVIDER,
965
- HIT_DOCUMENT_SERIALS_DOCUMENT_SERIAL_ROUTE_PROVIDER
1016
+ HIT_DOCUMENT_SERIALS_DOCUMENT_SERIAL_ROUTE_PROVIDER,
1017
+ PRODUCER_RECEIPTS_PRODUCER_RECEIPT_ROUTE_PROVIDER,
1018
+ PRODUCER_RECEIPT_LINES_PRODUCER_RECEIPT_LINE_ROUTE_PROVIDER,
1019
+ PRODUCER_RECEIPT_NOTES_PRODUCER_RECEIPT_NOTE_ROUTE_PROVIDER,
966
1020
  ],
967
1021
  };
968
1022
  }
@@ -978,5 +1032,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
978
1032
  * Generated bundle index. Do not edit.
979
1033
  */
980
1034
 
981
- export { E_DONUSUM_ROUTE_PROVIDERS, configureRoutes$N as configureRoutes, eDonusumConfigModule };
1035
+ export { E_DONUSUM_ROUTE_PROVIDERS, configureRoutes$Q as configureRoutes, eDonusumConfigModule };
982
1036
  //# sourceMappingURL=hitsoft-e-donusum-config.mjs.map