@hitsoft/e-donusum 1.0.5 → 1.0.6

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 (1231) hide show
  1. package/config/e-donusum-config.module.d.ts +8 -0
  2. package/config/enums/eDonusum-route-names.d.ts +8 -0
  3. package/config/enums/route-names.d.ts +3 -0
  4. package/config/index.d.ts +5 -0
  5. package/config/providers/branch-route.provider.d.ts +9 -0
  6. package/config/providers/business-partner-group-route.provider.d.ts +9 -0
  7. package/config/providers/business-partner-route.provider.d.ts +9 -0
  8. package/config/providers/despatch-document-reference-route.provider.d.ts +9 -0
  9. package/config/providers/despatch-line-order-line-reference-route.provider.d.ts +9 -0
  10. package/config/providers/despatch-line-route.provider.d.ts +9 -0
  11. package/config/providers/despatch-note-route.provider.d.ts +9 -0
  12. package/config/providers/despatch-route.provider.d.ts +9 -0
  13. package/config/providers/gib-partner-pk-all-route.provider.d.ts +9 -0
  14. package/config/providers/gib-partner-pk-route.provider.d.ts +9 -0
  15. package/config/providers/hit-providers/branch-route.provider.d.ts +9 -0
  16. package/config/providers/hit-providers/business-partner-group-route.provider.d.ts +9 -0
  17. package/config/providers/hit-providers/business-partner-route.provider.d.ts +9 -0
  18. package/config/providers/hit-providers/despatch-route.provider.d.ts +9 -0
  19. package/config/providers/hit-providers/gib-partner-pk-all-route.provider.d.ts +9 -0
  20. package/config/providers/hit-providers/gib-partner-pk-route.provider.d.ts +9 -0
  21. package/config/providers/hit-providers/inbound-invoice-route.provider.d.ts +9 -0
  22. package/config/providers/hit-providers/invoice-route.provider.d.ts +9 -0
  23. package/config/providers/hit-providers/note-rule-route.provider.d.ts +9 -0
  24. package/config/providers/hit-providers/route.provider.d.ts +8 -0
  25. package/config/providers/hit-providers/wizard-route.provider.d.ts +9 -0
  26. package/config/providers/hit-providers/xslt-format-route.provider.d.ts +9 -0
  27. package/config/providers/hit-providers/xslt-rule-route.provider.d.ts +9 -0
  28. package/config/providers/invoice-document-reference-route.provider.d.ts +9 -0
  29. package/config/providers/invoice-line-despatch-line-reference-route.provider.d.ts +9 -0
  30. package/config/providers/invoice-line-order-line-reference-route.provider.d.ts +9 -0
  31. package/config/providers/invoice-line-receipt-line-reference-route.provider.d.ts +9 -0
  32. package/config/providers/invoice-line-route.provider.d.ts +9 -0
  33. package/config/providers/invoice-note-route.provider.d.ts +9 -0
  34. package/config/providers/invoice-route.provider.d.ts +9 -0
  35. package/config/providers/note-rule-doc-type-route.provider.d.ts +9 -0
  36. package/config/providers/note-rule-route.provider.d.ts +9 -0
  37. package/config/providers/note-rule-scenario-route.provider.d.ts +9 -0
  38. package/config/providers/params-company-route.provider.d.ts +9 -0
  39. package/config/providers/params-general-route.provider.d.ts +9 -0
  40. package/config/providers/params-integrator-route.provider.d.ts +9 -0
  41. package/config/providers/paramse-dispatch-route.provider.d.ts +9 -0
  42. package/config/providers/paramse-invoice-route.provider.d.ts +9 -0
  43. package/config/providers/route.provider.d.ts +8 -0
  44. package/config/providers/xslt-format-route.provider.d.ts +9 -0
  45. package/config/providers/xslt-rule-doc-type-route.provider.d.ts +9 -0
  46. package/config/providers/xslt-rule-route.provider.d.ts +9 -0
  47. package/config/providers/xslt-rule-scenario-route.provider.d.ts +9 -0
  48. package/esm2020/config/e-donusum-config.module.mjs +104 -0
  49. package/esm2020/config/enums/eDonusum-route-names.mjs +2 -0
  50. package/esm2020/config/enums/index.mjs +2 -0
  51. package/esm2020/config/enums/route-names.mjs +2 -0
  52. package/esm2020/config/hitsoft-e-donusum-config.mjs +5 -0
  53. package/esm2020/config/providers/branch-route.provider.mjs +19 -0
  54. package/esm2020/config/providers/business-partner-group-route.provider.mjs +19 -0
  55. package/esm2020/config/providers/business-partner-route.provider.mjs +19 -0
  56. package/esm2020/config/providers/despatch-document-reference-route.provider.mjs +19 -0
  57. package/esm2020/config/providers/despatch-line-order-line-reference-route.provider.mjs +17 -0
  58. package/esm2020/config/providers/despatch-line-route.provider.mjs +19 -0
  59. package/esm2020/config/providers/despatch-note-route.provider.mjs +19 -0
  60. package/esm2020/config/providers/despatch-route.provider.mjs +19 -0
  61. package/esm2020/config/providers/gib-partner-pk-all-route.provider.mjs +19 -0
  62. package/esm2020/config/providers/gib-partner-pk-route.provider.mjs +19 -0
  63. package/esm2020/config/providers/hit-providers/branch-route.provider.mjs +20 -0
  64. package/esm2020/config/providers/hit-providers/business-partner-group-route.provider.mjs +20 -0
  65. package/esm2020/config/providers/hit-providers/business-partner-route.provider.mjs +20 -0
  66. package/esm2020/config/providers/hit-providers/despatch-route.provider.mjs +20 -0
  67. package/esm2020/config/providers/hit-providers/gib-partner-pk-all-route.provider.mjs +20 -0
  68. package/esm2020/config/providers/hit-providers/gib-partner-pk-route.provider.mjs +20 -0
  69. package/esm2020/config/providers/hit-providers/inbound-invoice-route.provider.mjs +20 -0
  70. package/esm2020/config/providers/hit-providers/invoice-route.provider.mjs +20 -0
  71. package/esm2020/config/providers/hit-providers/note-rule-route.provider.mjs +20 -0
  72. package/esm2020/config/providers/hit-providers/route.provider.mjs +59 -0
  73. package/esm2020/config/providers/hit-providers/wizard-route.provider.mjs +19 -0
  74. package/esm2020/config/providers/hit-providers/xslt-format-route.provider.mjs +20 -0
  75. package/esm2020/config/providers/hit-providers/xslt-rule-route.provider.mjs +20 -0
  76. package/esm2020/config/providers/index.mjs +2 -0
  77. package/esm2020/config/providers/invoice-document-reference-route.provider.mjs +19 -0
  78. package/esm2020/config/providers/invoice-line-despatch-line-reference-route.provider.mjs +17 -0
  79. package/esm2020/config/providers/invoice-line-order-line-reference-route.provider.mjs +19 -0
  80. package/esm2020/config/providers/invoice-line-receipt-line-reference-route.provider.mjs +17 -0
  81. package/esm2020/config/providers/invoice-line-route.provider.mjs +19 -0
  82. package/esm2020/config/providers/invoice-note-route.provider.mjs +19 -0
  83. package/esm2020/config/providers/invoice-route.provider.mjs +19 -0
  84. package/esm2020/config/providers/note-rule-doc-type-route.provider.mjs +19 -0
  85. package/esm2020/config/providers/note-rule-route.provider.mjs +19 -0
  86. package/esm2020/config/providers/note-rule-scenario-route.provider.mjs +19 -0
  87. package/esm2020/config/providers/params-company-route.provider.mjs +19 -0
  88. package/esm2020/config/providers/params-general-route.provider.mjs +19 -0
  89. package/esm2020/config/providers/params-integrator-route.provider.mjs +19 -0
  90. package/esm2020/config/providers/paramse-dispatch-route.provider.mjs +19 -0
  91. package/esm2020/config/providers/paramse-invoice-route.provider.mjs +19 -0
  92. package/esm2020/config/providers/route.provider.mjs +24 -0
  93. package/esm2020/config/providers/xslt-format-route.provider.mjs +19 -0
  94. package/esm2020/config/providers/xslt-rule-doc-type-route.provider.mjs +19 -0
  95. package/esm2020/config/providers/xslt-rule-route.provider.mjs +19 -0
  96. package/esm2020/config/providers/xslt-rule-scenario-route.provider.mjs +19 -0
  97. package/esm2020/config/public-api.mjs +4 -0
  98. package/esm2020/hitsoft-e-donusum.mjs +5 -0
  99. package/esm2020/lib/branches/branch/branch-routing.module.mjs +38 -0
  100. package/esm2020/lib/branches/branch/branch.module.mjs +52 -0
  101. package/esm2020/lib/branches/branch/components/branch.component.mjs +113 -0
  102. package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.mjs +38 -0
  103. package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group.module.mjs +52 -0
  104. package/esm2020/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.mjs +104 -0
  105. package/esm2020/lib/business-partners/business-partner/business-partner-routing.module.mjs +38 -0
  106. package/esm2020/lib/business-partners/business-partner/business-partner.module.mjs +52 -0
  107. package/esm2020/lib/business-partners/business-partner/components/business-partner.component.mjs +112 -0
  108. package/esm2020/lib/components/e-donusum.component.mjs +18 -0
  109. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.mjs +38 -0
  110. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +119 -0
  111. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.mjs +77 -0
  112. package/esm2020/lib/components/hit-invoices/hit-invoice.component.mjs +99 -0
  113. package/esm2020/lib/components/hit-invoices/hit-invoice.module.mjs +71 -0
  114. package/esm2020/lib/components/hit-invoices/sanitize-html.pipe.mjs +19 -0
  115. package/esm2020/lib/components/hit-note-rules/hit-note-rule.component.mjs +319 -0
  116. package/esm2020/lib/components/hit-note-rules/hit-note-rule.module.mjs +70 -0
  117. package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.component.mjs +108 -0
  118. package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.module.mjs +36 -0
  119. package/esm2020/lib/components/hit-params-companies/hit-params-company.component.mjs +110 -0
  120. package/esm2020/lib/components/hit-params-companies/hit-params-company.module.mjs +32 -0
  121. package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.component.mjs +120 -0
  122. package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.module.mjs +36 -0
  123. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.mjs +153 -0
  124. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.mjs +39 -0
  125. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.mjs +76 -0
  126. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.mjs +36 -0
  127. package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.component.mjs +152 -0
  128. package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.module.mjs +36 -0
  129. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.mjs +38 -0
  130. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.component.mjs +134 -0
  131. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.module.mjs +66 -0
  132. package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.component.mjs +139 -0
  133. package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.module.mjs +67 -0
  134. package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.component.mjs +299 -0
  135. package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.module.mjs +73 -0
  136. package/esm2020/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.mjs +117 -0
  137. package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.mjs +38 -0
  138. package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.mjs +52 -0
  139. package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.mjs +121 -0
  140. package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.mjs +38 -0
  141. package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.mjs +52 -0
  142. package/esm2020/lib/despatch-lines/despatch-line/components/despatch-line.component.mjs +137 -0
  143. package/esm2020/lib/despatch-lines/despatch-line/despatch-line-routing.module.mjs +38 -0
  144. package/esm2020/lib/despatch-lines/despatch-line/despatch-line.module.mjs +52 -0
  145. package/esm2020/lib/despatch-notes/despatch-note/components/despatch-note.component.mjs +108 -0
  146. package/esm2020/lib/despatch-notes/despatch-note/despatch-note-routing.module.mjs +38 -0
  147. package/esm2020/lib/despatch-notes/despatch-note/despatch-note.module.mjs +52 -0
  148. package/esm2020/lib/despatches/despatch/components/despatch.component.mjs +285 -0
  149. package/esm2020/lib/despatches/despatch/despatch-routing.module.mjs +38 -0
  150. package/esm2020/lib/despatches/despatch/despatch.module.mjs +52 -0
  151. package/esm2020/lib/e-donusum-routing.module.mjs +110 -0
  152. package/esm2020/lib/e-donusum.module.mjs +61 -0
  153. package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.mjs +116 -0
  154. package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.mjs +38 -0
  155. package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.mjs +52 -0
  156. package/esm2020/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.mjs +116 -0
  157. package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.mjs +38 -0
  158. package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.mjs +52 -0
  159. package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.mjs +2 -0
  160. package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.mjs +54 -0
  161. package/esm2020/lib/hit-proxy/hit-branches/hit-branch.service.mjs +26 -0
  162. package/esm2020/lib/hit-proxy/hit-connectors/hit-connector.service.mjs +37 -0
  163. package/esm2020/lib/hit-proxy/hit-content-master/models.mjs +2 -0
  164. package/esm2020/lib/hit-proxy/hit-document-types/hit-document-type.service.mjs +28 -0
  165. package/esm2020/lib/hit-proxy/hit-entegrators/hit-entegrator.service.mjs +39 -0
  166. package/esm2020/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.mjs +34 -0
  167. package/esm2020/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.mjs +22 -0
  168. package/esm2020/lib/hit-proxy/hit-invoices/hit-invoice.service.mjs +62 -0
  169. package/esm2020/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.mjs +23 -0
  170. package/esm2020/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.mjs +23 -0
  171. package/esm2020/lib/hit-proxy/hit-note-rules/hit-note-rule.service.mjs +63 -0
  172. package/esm2020/lib/hit-proxy/hit-note-rules/models.mjs +2 -0
  173. package/esm2020/lib/hit-proxy/hit-params-companies/hit-params-company.service.mjs +30 -0
  174. package/esm2020/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.mjs +22 -0
  175. package/esm2020/lib/hit-proxy/hit-params-generals/hit-params-general.service.mjs +22 -0
  176. package/esm2020/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.mjs +22 -0
  177. package/esm2020/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.mjs +22 -0
  178. package/esm2020/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.mjs +28 -0
  179. package/esm2020/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.mjs +46 -0
  180. package/esm2020/lib/hit-proxy/hit-xslt-formats/models.mjs +2 -0
  181. package/esm2020/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.mjs +23 -0
  182. package/esm2020/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.mjs +23 -0
  183. package/esm2020/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.mjs +55 -0
  184. package/esm2020/lib/hit-proxy/hit-xslt-rules/models.mjs +2 -0
  185. package/esm2020/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.mjs +117 -0
  186. package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.mjs +38 -0
  187. package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.mjs +52 -0
  188. package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.mjs +115 -0
  189. package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.mjs +38 -0
  190. package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.mjs +52 -0
  191. package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.mjs +121 -0
  192. package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.mjs +38 -0
  193. package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.mjs +52 -0
  194. package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.mjs +115 -0
  195. package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.mjs +38 -0
  196. package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.mjs +52 -0
  197. package/esm2020/lib/invoice-lines/invoice-line/components/invoice-line.component.mjs +137 -0
  198. package/esm2020/lib/invoice-lines/invoice-line/invoice-line-routing.module.mjs +38 -0
  199. package/esm2020/lib/invoice-lines/invoice-line/invoice-line.module.mjs +52 -0
  200. package/esm2020/lib/invoice-notes/invoice-note/components/invoice-note.component.mjs +108 -0
  201. package/esm2020/lib/invoice-notes/invoice-note/invoice-note-routing.module.mjs +38 -0
  202. package/esm2020/lib/invoice-notes/invoice-note/invoice-note.module.mjs +52 -0
  203. package/esm2020/lib/invoices/invoice/components/invoice.component.mjs +271 -0
  204. package/esm2020/lib/invoices/invoice/invoice-routing.module.mjs +38 -0
  205. package/esm2020/lib/invoices/invoice/invoice.module.mjs +52 -0
  206. package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.mjs +98 -0
  207. package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.mjs +38 -0
  208. package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.mjs +52 -0
  209. package/esm2020/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.mjs +98 -0
  210. package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.mjs +38 -0
  211. package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.mjs +52 -0
  212. package/esm2020/lib/note-rules/note-rule/components/note-rule.component.mjs +120 -0
  213. package/esm2020/lib/note-rules/note-rule/note-rule-routing.module.mjs +38 -0
  214. package/esm2020/lib/note-rules/note-rule/note-rule.module.mjs +52 -0
  215. package/esm2020/lib/params-companies/params-company/components/params-company.component.mjs +124 -0
  216. package/esm2020/lib/params-companies/params-company/params-company-routing.module.mjs +38 -0
  217. package/esm2020/lib/params-companies/params-company/params-company.module.mjs +52 -0
  218. package/esm2020/lib/params-generals/params-general/components/params-general.component.mjs +108 -0
  219. package/esm2020/lib/params-generals/params-general/params-general-routing.module.mjs +38 -0
  220. package/esm2020/lib/params-generals/params-general/params-general.module.mjs +52 -0
  221. package/esm2020/lib/params-integrators/params-integrator/components/params-integrator.component.mjs +117 -0
  222. package/esm2020/lib/params-integrators/params-integrator/params-integrator-routing.module.mjs +38 -0
  223. package/esm2020/lib/params-integrators/params-integrator/params-integrator.module.mjs +52 -0
  224. package/esm2020/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.mjs +119 -0
  225. package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.mjs +38 -0
  226. package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.mjs +52 -0
  227. package/esm2020/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.mjs +113 -0
  228. package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.mjs +38 -0
  229. package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.mjs +52 -0
  230. package/esm2020/lib/proxy/branches/branch.service.mjs +51 -0
  231. package/esm2020/lib/proxy/branches/models.mjs +2 -0
  232. package/esm2020/lib/proxy/business-partner-groups/business-partner-group.service.mjs +41 -0
  233. package/esm2020/lib/proxy/business-partner-groups/models.mjs +2 -0
  234. package/esm2020/lib/proxy/business-partners/business-partner.service.mjs +50 -0
  235. package/esm2020/lib/proxy/business-partners/models.mjs +2 -0
  236. package/esm2020/lib/proxy/despatch-document-references/despatch-document-reference.service.mjs +60 -0
  237. package/esm2020/lib/proxy/despatch-document-references/models.mjs +2 -0
  238. package/esm2020/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.mjs +60 -0
  239. package/esm2020/lib/proxy/despatch-line-order-line-references/models.mjs +2 -0
  240. package/esm2020/lib/proxy/despatch-lines/despatch-line.service.mjs +60 -0
  241. package/esm2020/lib/proxy/despatch-lines/models.mjs +2 -0
  242. package/esm2020/lib/proxy/despatch-notes/despatch-note.service.mjs +60 -0
  243. package/esm2020/lib/proxy/despatch-notes/models.mjs +2 -0
  244. package/esm2020/lib/proxy/despatches/despatch.service.mjs +51 -0
  245. package/esm2020/lib/proxy/despatches/models.mjs +2 -0
  246. package/esm2020/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.mjs +51 -0
  247. package/esm2020/lib/proxy/gib-partner-pk-alls/models.mjs +2 -0
  248. package/esm2020/lib/proxy/gib-partner-pks/gib-partner-pk.service.mjs +51 -0
  249. package/esm2020/lib/proxy/gib-partner-pks/models.mjs +2 -0
  250. package/esm2020/lib/proxy/invoice-document-references/invoice-document-reference.service.mjs +60 -0
  251. package/esm2020/lib/proxy/invoice-document-references/models.mjs +2 -0
  252. package/esm2020/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.mjs +60 -0
  253. package/esm2020/lib/proxy/invoice-line-despatch-line-references/models.mjs +2 -0
  254. package/esm2020/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.mjs +60 -0
  255. package/esm2020/lib/proxy/invoice-line-order-line-references/models.mjs +2 -0
  256. package/esm2020/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.mjs +60 -0
  257. package/esm2020/lib/proxy/invoice-line-receipt-line-references/models.mjs +2 -0
  258. package/esm2020/lib/proxy/invoice-lines/invoice-line.service.mjs +60 -0
  259. package/esm2020/lib/proxy/invoice-lines/models.mjs +2 -0
  260. package/esm2020/lib/proxy/invoice-notes/invoice-note.service.mjs +60 -0
  261. package/esm2020/lib/proxy/invoice-notes/models.mjs +2 -0
  262. package/esm2020/lib/proxy/invoices/invoice.service.mjs +51 -0
  263. package/esm2020/lib/proxy/invoices/models.mjs +2 -0
  264. package/esm2020/lib/proxy/note-rule-doc-types/index.mjs +3 -0
  265. package/esm2020/lib/proxy/note-rule-doc-types/models.mjs +2 -0
  266. package/esm2020/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.mjs +50 -0
  267. package/esm2020/lib/proxy/note-rule-scenarios/index.mjs +3 -0
  268. package/esm2020/lib/proxy/note-rule-scenarios/models.mjs +2 -0
  269. package/esm2020/lib/proxy/note-rule-scenarios/note-rule-scenario.service.mjs +50 -0
  270. package/esm2020/lib/proxy/note-rules/index.mjs +3 -0
  271. package/esm2020/lib/proxy/note-rules/models.mjs +2 -0
  272. package/esm2020/lib/proxy/note-rules/note-rule.service.mjs +51 -0
  273. package/esm2020/lib/proxy/params-companies/index.mjs +3 -0
  274. package/esm2020/lib/proxy/params-companies/models.mjs +2 -0
  275. package/esm2020/lib/proxy/params-companies/params-company.service.mjs +51 -0
  276. package/esm2020/lib/proxy/params-generals/index.mjs +3 -0
  277. package/esm2020/lib/proxy/params-generals/models.mjs +2 -0
  278. package/esm2020/lib/proxy/params-generals/params-general.service.mjs +51 -0
  279. package/esm2020/lib/proxy/params-integrators/index.mjs +3 -0
  280. package/esm2020/lib/proxy/params-integrators/models.mjs +2 -0
  281. package/esm2020/lib/proxy/params-integrators/params-integrator.service.mjs +60 -0
  282. package/esm2020/lib/proxy/paramse-dispatches/index.mjs +3 -0
  283. package/esm2020/lib/proxy/paramse-dispatches/models.mjs +2 -0
  284. package/esm2020/lib/proxy/paramse-dispatches/paramse-dispatch.service.mjs +51 -0
  285. package/esm2020/lib/proxy/paramse-invoices/index.mjs +3 -0
  286. package/esm2020/lib/proxy/paramse-invoices/models.mjs +2 -0
  287. package/esm2020/lib/proxy/paramse-invoices/paramse-invoice.service.mjs +51 -0
  288. package/esm2020/lib/proxy/shared/models.mjs +2 -0
  289. package/esm2020/lib/proxy/xslt-formats/index.mjs +3 -0
  290. package/esm2020/lib/proxy/xslt-formats/models.mjs +2 -0
  291. package/esm2020/lib/proxy/xslt-formats/xslt-format.service.mjs +41 -0
  292. package/esm2020/lib/proxy/xslt-rule-doc-types/index.mjs +3 -0
  293. package/esm2020/lib/proxy/xslt-rule-doc-types/models.mjs +2 -0
  294. package/esm2020/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.mjs +50 -0
  295. package/esm2020/lib/proxy/xslt-rule-scenarios/index.mjs +3 -0
  296. package/esm2020/lib/proxy/xslt-rule-scenarios/models.mjs +2 -0
  297. package/esm2020/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.mjs +50 -0
  298. package/esm2020/lib/proxy/xslt-rules/index.mjs +3 -0
  299. package/esm2020/lib/proxy/xslt-rules/models.mjs +2 -0
  300. package/esm2020/lib/proxy/xslt-rules/xslt-rule.service.mjs +50 -0
  301. package/esm2020/lib/services/e-donusum.service.mjs +21 -0
  302. package/esm2020/lib/xslt-formats/xslt-format/components/xslt-format.component.mjs +101 -0
  303. package/esm2020/lib/xslt-formats/xslt-format/xslt-format-routing.module.mjs +38 -0
  304. package/esm2020/lib/xslt-formats/xslt-format/xslt-format.module.mjs +52 -0
  305. package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.mjs +98 -0
  306. package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.mjs +26 -0
  307. package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.mjs +52 -0
  308. package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.mjs +98 -0
  309. package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.mjs +26 -0
  310. package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.mjs +52 -0
  311. package/esm2020/lib/xslt-rules/xslt-rule/components/xslt-rule.component.mjs +106 -0
  312. package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.mjs +38 -0
  313. package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule.module.mjs +52 -0
  314. package/esm2020/public-api.mjs +7 -0
  315. package/fesm2015/hitsoft-e-donusum-config.mjs +850 -0
  316. package/fesm2015/hitsoft-e-donusum-config.mjs.map +1 -0
  317. package/fesm2015/hitsoft-e-donusum.mjs +9581 -0
  318. package/fesm2015/hitsoft-e-donusum.mjs.map +1 -0
  319. package/fesm2020/hitsoft-e-donusum-config.mjs +850 -0
  320. package/fesm2020/hitsoft-e-donusum-config.mjs.map +1 -0
  321. package/fesm2020/hitsoft-e-donusum.mjs +9734 -0
  322. package/fesm2020/hitsoft-e-donusum.mjs.map +1 -0
  323. package/index.d.ts +5 -0
  324. package/lib/branches/branch/branch-routing.module.d.ts +7 -0
  325. package/lib/branches/branch/branch.module.d.ts +15 -0
  326. package/lib/branches/branch/components/branch.component.d.ts +35 -0
  327. package/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.d.ts +7 -0
  328. package/lib/business-partner-groups/business-partner-group/business-partner-group.module.d.ts +15 -0
  329. package/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.d.ts +33 -0
  330. package/lib/business-partners/business-partner/business-partner-routing.module.d.ts +7 -0
  331. package/lib/business-partners/business-partner/business-partner.module.d.ts +15 -0
  332. package/lib/business-partners/business-partner/components/business-partner.component.d.ts +33 -0
  333. package/lib/components/e-donusum.component.d.ts +10 -0
  334. package/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.d.ts +7 -0
  335. package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +36 -0
  336. package/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.d.ts +16 -0
  337. package/lib/components/hit-invoices/hit-invoice.component.d.ts +30 -0
  338. package/lib/components/hit-invoices/hit-invoice.module.d.ts +16 -0
  339. package/lib/components/hit-invoices/sanitize-html.pipe.d.ts +10 -0
  340. package/lib/components/hit-note-rules/hit-note-rule.component.d.ts +67 -0
  341. package/lib/components/hit-note-rules/hit-note-rule.module.d.ts +15 -0
  342. package/lib/components/hit-paramas-invoices/hit-params-invoice.component.d.ts +34 -0
  343. package/lib/components/hit-paramas-invoices/hit-params-invoice.module.d.ts +12 -0
  344. package/lib/components/hit-params-companies/hit-params-company.component.d.ts +30 -0
  345. package/lib/components/hit-params-companies/hit-params-company.module.d.ts +11 -0
  346. package/lib/components/hit-params-dispatches/hit-params-dispatch.component.d.ts +37 -0
  347. package/lib/components/hit-params-dispatches/hit-params-dispatch.module.d.ts +12 -0
  348. package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.d.ts +39 -0
  349. package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.d.ts +12 -0
  350. package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.d.ts +27 -0
  351. package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.d.ts +12 -0
  352. package/lib/components/hit-params-integrators/hit-params-integrator.component.d.ts +38 -0
  353. package/lib/components/hit-params-integrators/hit-params-integrator.module.d.ts +12 -0
  354. package/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.d.ts +7 -0
  355. package/lib/components/hit-setup-wizard/hit-setup-wizard.component.d.ts +37 -0
  356. package/lib/components/hit-setup-wizard/hit-setup-wizard.module.d.ts +20 -0
  357. package/lib/components/hit-xslt-formats/hit-xslt-format.component.d.ts +39 -0
  358. package/lib/components/hit-xslt-formats/hit-xslt-format.module.d.ts +15 -0
  359. package/lib/components/hit-xslt-rules/hit-xslt-rule.component.d.ts +73 -0
  360. package/lib/components/hit-xslt-rules/hit-xslt-rule.module.d.ts +15 -0
  361. package/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.d.ts +35 -0
  362. package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.d.ts +7 -0
  363. package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.d.ts +15 -0
  364. package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.d.ts +35 -0
  365. package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.d.ts +7 -0
  366. package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.d.ts +15 -0
  367. package/lib/despatch-lines/despatch-line/components/despatch-line.component.d.ts +35 -0
  368. package/lib/despatch-lines/despatch-line/despatch-line-routing.module.d.ts +7 -0
  369. package/lib/despatch-lines/despatch-line/despatch-line.module.d.ts +15 -0
  370. package/lib/despatch-notes/despatch-note/components/despatch-note.component.d.ts +35 -0
  371. package/lib/despatch-notes/despatch-note/despatch-note-routing.module.d.ts +7 -0
  372. package/lib/despatch-notes/despatch-note/despatch-note.module.d.ts +15 -0
  373. package/lib/despatches/despatch/components/despatch.component.d.ts +35 -0
  374. package/lib/despatches/despatch/despatch-routing.module.d.ts +7 -0
  375. package/lib/despatches/despatch/despatch.module.d.ts +15 -0
  376. package/lib/e-donusum-routing.module.d.ts +7 -0
  377. package/lib/e-donusum.module.d.ts +17 -0
  378. package/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.d.ts +35 -0
  379. package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.d.ts +7 -0
  380. package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.d.ts +15 -0
  381. package/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.d.ts +35 -0
  382. package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.d.ts +7 -0
  383. package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.d.ts +15 -0
  384. package/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.d.ts +17 -0
  385. package/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.d.ts +18 -0
  386. package/lib/hit-proxy/hit-branches/hit-branch.service.d.ts +11 -0
  387. package/lib/hit-proxy/hit-connectors/hit-connector.service.d.ts +12 -0
  388. package/lib/hit-proxy/hit-content-master/models.d.ts +12 -0
  389. package/lib/hit-proxy/hit-document-types/hit-document-type.service.d.ts +14 -0
  390. package/lib/hit-proxy/hit-entegrators/hit-entegrator.service.d.ts +12 -0
  391. package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +14 -0
  392. package/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.d.ts +10 -0
  393. package/lib/hit-proxy/hit-invoices/hit-invoice.service.d.ts +21 -0
  394. package/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.d.ts +11 -0
  395. package/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.d.ts +11 -0
  396. package/lib/hit-proxy/hit-note-rules/hit-note-rule.service.d.ts +23 -0
  397. package/lib/hit-proxy/hit-note-rules/models.d.ts +34 -0
  398. package/lib/hit-proxy/hit-params-companies/hit-params-company.service.d.ts +12 -0
  399. package/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.d.ts +10 -0
  400. package/lib/hit-proxy/hit-params-generals/hit-params-general.service.d.ts +10 -0
  401. package/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.d.ts +10 -0
  402. package/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.d.ts +10 -0
  403. package/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.d.ts +14 -0
  404. package/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.d.ts +19 -0
  405. package/lib/hit-proxy/hit-xslt-formats/models.d.ts +10 -0
  406. package/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.d.ts +11 -0
  407. package/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.d.ts +11 -0
  408. package/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.d.ts +22 -0
  409. package/lib/hit-proxy/hit-xslt-rules/models.d.ts +34 -0
  410. package/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.d.ts +35 -0
  411. package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.d.ts +7 -0
  412. package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.d.ts +15 -0
  413. package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.d.ts +35 -0
  414. package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.d.ts +7 -0
  415. package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.d.ts +15 -0
  416. package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.d.ts +35 -0
  417. package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.d.ts +7 -0
  418. package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.d.ts +15 -0
  419. package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.d.ts +35 -0
  420. package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.d.ts +7 -0
  421. package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.d.ts +15 -0
  422. package/lib/invoice-lines/invoice-line/components/invoice-line.component.d.ts +35 -0
  423. package/lib/invoice-lines/invoice-line/invoice-line-routing.module.d.ts +7 -0
  424. package/lib/invoice-lines/invoice-line/invoice-line.module.d.ts +15 -0
  425. package/lib/invoice-notes/invoice-note/components/invoice-note.component.d.ts +35 -0
  426. package/lib/invoice-notes/invoice-note/invoice-note-routing.module.d.ts +7 -0
  427. package/lib/invoice-notes/invoice-note/invoice-note.module.d.ts +15 -0
  428. package/lib/invoices/invoice/components/invoice.component.d.ts +35 -0
  429. package/lib/invoices/invoice/invoice-routing.module.d.ts +7 -0
  430. package/lib/invoices/invoice/invoice.module.d.ts +15 -0
  431. package/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.d.ts +33 -0
  432. package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.d.ts +7 -0
  433. package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.d.ts +15 -0
  434. package/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.d.ts +33 -0
  435. package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.d.ts +7 -0
  436. package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.d.ts +15 -0
  437. package/lib/note-rules/note-rule/components/note-rule.component.d.ts +35 -0
  438. package/lib/note-rules/note-rule/note-rule-routing.module.d.ts +7 -0
  439. package/lib/note-rules/note-rule/note-rule.module.d.ts +15 -0
  440. package/lib/params-companies/params-company/components/params-company.component.d.ts +35 -0
  441. package/lib/params-companies/params-company/params-company-routing.module.d.ts +7 -0
  442. package/lib/params-companies/params-company/params-company.module.d.ts +15 -0
  443. package/lib/params-generals/params-general/components/params-general.component.d.ts +35 -0
  444. package/lib/params-generals/params-general/params-general-routing.module.d.ts +7 -0
  445. package/lib/params-generals/params-general/params-general.module.d.ts +15 -0
  446. package/lib/params-integrators/params-integrator/components/params-integrator.component.d.ts +35 -0
  447. package/lib/params-integrators/params-integrator/params-integrator-routing.module.d.ts +7 -0
  448. package/lib/params-integrators/params-integrator/params-integrator.module.d.ts +15 -0
  449. package/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.d.ts +35 -0
  450. package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.d.ts +7 -0
  451. package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.d.ts +15 -0
  452. package/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.d.ts +35 -0
  453. package/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.d.ts +7 -0
  454. package/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.d.ts +15 -0
  455. package/lib/proxy/branches/branch.service.d.ts +19 -0
  456. package/lib/proxy/branches/models.d.ts +41 -0
  457. package/lib/proxy/business-partner-groups/business-partner-group.service.d.ts +16 -0
  458. package/lib/proxy/business-partner-groups/models.d.ts +32 -0
  459. package/lib/proxy/business-partners/business-partner.service.d.ts +19 -0
  460. package/lib/proxy/business-partners/models.d.ts +65 -0
  461. package/lib/proxy/despatch-document-references/despatch-document-reference.service.d.ts +21 -0
  462. package/lib/proxy/despatch-document-references/models.d.ts +51 -0
  463. package/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.d.ts +21 -0
  464. package/lib/proxy/despatch-line-order-line-references/models.d.ts +80 -0
  465. package/lib/proxy/despatch-lines/despatch-line.service.d.ts +21 -0
  466. package/lib/proxy/despatch-lines/models.d.ts +102 -0
  467. package/lib/proxy/despatch-notes/despatch-note.service.d.ts +21 -0
  468. package/lib/proxy/despatch-notes/models.d.ts +30 -0
  469. package/lib/proxy/despatches/despatch.service.d.ts +19 -0
  470. package/lib/proxy/despatches/models.d.ts +333 -0
  471. package/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.d.ts +19 -0
  472. package/lib/proxy/gib-partner-pk-alls/models.d.ts +57 -0
  473. package/lib/proxy/gib-partner-pks/gib-partner-pk.service.d.ts +19 -0
  474. package/lib/proxy/gib-partner-pks/models.d.ts +57 -0
  475. package/lib/proxy/invoice-document-references/invoice-document-reference.service.d.ts +21 -0
  476. package/lib/proxy/invoice-document-references/models.d.ts +51 -0
  477. package/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.d.ts +21 -0
  478. package/lib/proxy/invoice-line-despatch-line-references/models.d.ts +55 -0
  479. package/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.d.ts +21 -0
  480. package/lib/proxy/invoice-line-order-line-references/models.d.ts +80 -0
  481. package/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.d.ts +21 -0
  482. package/lib/proxy/invoice-line-receipt-line-references/models.d.ts +55 -0
  483. package/lib/proxy/invoice-lines/invoice-line.service.d.ts +21 -0
  484. package/lib/proxy/invoice-lines/models.d.ts +102 -0
  485. package/lib/proxy/invoice-notes/invoice-note.service.d.ts +21 -0
  486. package/lib/proxy/invoice-notes/models.d.ts +30 -0
  487. package/lib/proxy/invoices/invoice.service.d.ts +19 -0
  488. package/lib/proxy/invoices/models.d.ts +354 -0
  489. package/lib/proxy/note-rule-doc-types/index.d.ts +2 -0
  490. package/lib/proxy/note-rule-doc-types/models.d.ts +26 -0
  491. package/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.d.ts +19 -0
  492. package/lib/proxy/note-rule-scenarios/index.d.ts +2 -0
  493. package/lib/proxy/note-rule-scenarios/models.d.ts +26 -0
  494. package/lib/proxy/note-rule-scenarios/note-rule-scenario.service.d.ts +19 -0
  495. package/lib/proxy/note-rules/index.d.ts +2 -0
  496. package/lib/proxy/note-rules/models.d.ts +73 -0
  497. package/lib/proxy/note-rules/note-rule.service.d.ts +19 -0
  498. package/lib/proxy/params-companies/index.d.ts +2 -0
  499. package/lib/proxy/params-companies/models.d.ts +96 -0
  500. package/lib/proxy/params-companies/params-company.service.d.ts +19 -0
  501. package/lib/proxy/params-generals/index.d.ts +2 -0
  502. package/lib/proxy/params-generals/models.d.ts +39 -0
  503. package/lib/proxy/params-generals/params-general.service.d.ts +19 -0
  504. package/lib/proxy/params-integrators/index.d.ts +2 -0
  505. package/lib/proxy/params-integrators/models.d.ts +66 -0
  506. package/lib/proxy/params-integrators/params-integrator.service.d.ts +21 -0
  507. package/lib/proxy/paramse-dispatches/index.d.ts +2 -0
  508. package/lib/proxy/paramse-dispatches/models.d.ts +68 -0
  509. package/lib/proxy/paramse-dispatches/paramse-dispatch.service.d.ts +19 -0
  510. package/lib/proxy/paramse-invoices/index.d.ts +2 -0
  511. package/lib/proxy/paramse-invoices/models.d.ts +43 -0
  512. package/lib/proxy/paramse-invoices/paramse-invoice.service.d.ts +19 -0
  513. package/lib/proxy/shared/models.d.ts +11 -0
  514. package/lib/proxy/xslt-formats/index.d.ts +2 -0
  515. package/lib/proxy/xslt-formats/models.d.ts +29 -0
  516. package/lib/proxy/xslt-formats/xslt-format.service.d.ts +16 -0
  517. package/lib/proxy/xslt-rule-doc-types/index.d.ts +2 -0
  518. package/lib/proxy/xslt-rule-doc-types/models.d.ts +26 -0
  519. package/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.d.ts +19 -0
  520. package/lib/proxy/xslt-rule-scenarios/index.d.ts +2 -0
  521. package/lib/proxy/xslt-rule-scenarios/models.d.ts +26 -0
  522. package/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.d.ts +19 -0
  523. package/lib/proxy/xslt-rules/index.d.ts +2 -0
  524. package/lib/proxy/xslt-rules/models.d.ts +56 -0
  525. package/lib/proxy/xslt-rules/xslt-rule.service.d.ts +19 -0
  526. package/lib/services/e-donusum.service.d.ts +10 -0
  527. package/lib/xslt-formats/xslt-format/components/xslt-format.component.d.ts +33 -0
  528. package/lib/xslt-formats/xslt-format/xslt-format-routing.module.d.ts +7 -0
  529. package/lib/xslt-formats/xslt-format/xslt-format.module.d.ts +15 -0
  530. package/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.d.ts +33 -0
  531. package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.d.ts +7 -0
  532. package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.d.ts +15 -0
  533. package/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.d.ts +33 -0
  534. package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.d.ts +7 -0
  535. package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.d.ts +15 -0
  536. package/lib/xslt-rules/xslt-rule/components/xslt-rule.component.d.ts +33 -0
  537. package/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.d.ts +7 -0
  538. package/lib/xslt-rules/xslt-rule/xslt-rule.module.d.ts +15 -0
  539. package/package.json +31 -6
  540. package/public-api.d.ts +3 -0
  541. package/.eslintrc.json +0 -44
  542. package/_metronic/kt/_utils/DomHelpers.ts +0 -478
  543. package/_metronic/kt/_utils/ElementAnimateUtil.ts +0 -111
  544. package/_metronic/kt/_utils/EventHandlerUtil.ts +0 -144
  545. package/_metronic/kt/_utils/_DOMEventHandlerUtil.ts +0 -60
  546. package/_metronic/kt/_utils/_DataUtil.ts +0 -72
  547. package/_metronic/kt/_utils/_ElementStyleUtil.ts +0 -17
  548. package/_metronic/kt/_utils/_TypesHelpers.ts +0 -54
  549. package/_metronic/kt/_utils/index.ts +0 -12
  550. package/_metronic/kt/_utils/models/OffsetModel.ts +0 -4
  551. package/_metronic/kt/_utils/models/ViewPortModel.ts +0 -4
  552. package/_metronic/kt/components/MenuComponent.ts +0 -1093
  553. package/_metronic/kt/components/_CookieComponent.ts +0 -60
  554. package/_metronic/kt/components/_DrawerComponent.ts +0 -385
  555. package/_metronic/kt/components/_FeedbackComponent.ts +0 -152
  556. package/_metronic/kt/components/_PasswordMeterComponent.ts +0 -273
  557. package/_metronic/kt/components/_ScrollComponent.ts +0 -312
  558. package/_metronic/kt/components/_ScrollTopComponent.ts +0 -148
  559. package/_metronic/kt/components/_StepperComponent.ts +0 -354
  560. package/_metronic/kt/components/_StickyComponent.ts +0 -293
  561. package/_metronic/kt/components/_SwapperComponent.ts +0 -208
  562. package/_metronic/kt/components/_ToggleComponent.ts +0 -218
  563. package/_metronic/kt/components/index.ts +0 -11
  564. package/_metronic/kt/index.ts +0 -3
  565. package/_metronic/kt/kt-helpers.ts +0 -12
  566. package/_metronic/kt/layout/ThemeMode.ts +0 -211
  567. package/_metronic/kt/layout/index.ts +0 -1
  568. package/_metronic/layout/components/content/content.component.html +0 -12
  569. package/_metronic/layout/components/content/content.component.scss +0 -0
  570. package/_metronic/layout/components/content/content.component.ts +0 -35
  571. package/_metronic/layout/components/footer/footer.component.html +0 -32
  572. package/_metronic/layout/components/footer/footer.component.scss +0 -0
  573. package/_metronic/layout/components/footer/footer.component.spec.ts +0 -25
  574. package/_metronic/layout/components/footer/footer.component.ts +0 -13
  575. package/_metronic/layout/components/header/header-menu/header-menu.component.html +0 -546
  576. package/_metronic/layout/components/header/header-menu/header-menu.component.scss +0 -4
  577. package/_metronic/layout/components/header/header-menu/header-menu.component.spec.ts +0 -25
  578. package/_metronic/layout/components/header/header-menu/header-menu.component.ts +0 -53
  579. package/_metronic/layout/components/header/header.component.html +0 -87
  580. package/_metronic/layout/components/header/header.component.scss +0 -0
  581. package/_metronic/layout/components/header/header.component.spec.ts +0 -25
  582. package/_metronic/layout/components/header/header.component.ts +0 -139
  583. package/_metronic/layout/components/header/navbar/navbar.component.html +0 -92
  584. package/_metronic/layout/components/header/navbar/navbar.component.scss +0 -0
  585. package/_metronic/layout/components/header/navbar/navbar.component.spec.ts +0 -23
  586. package/_metronic/layout/components/header/navbar/navbar.component.ts +0 -26
  587. package/_metronic/layout/components/header/page-title/page-title.component.html +0 -57
  588. package/_metronic/layout/components/header/page-title/page-title.component.ts +0 -31
  589. package/_metronic/layout/components/scripts-init/scripts-init.component.html +0 -0
  590. package/_metronic/layout/components/scripts-init/scripts-init.component.ts +0 -82
  591. package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.html +0 -9
  592. package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.scss +0 -0
  593. package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.spec.ts +0 -23
  594. package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.ts +0 -15
  595. package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.html +0 -26
  596. package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.scss +0 -0
  597. package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.spec.ts +0 -23
  598. package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.ts +0 -36
  599. package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.html +0 -397
  600. package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.scss +0 -0
  601. package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.spec.ts +0 -23
  602. package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.ts +0 -15
  603. package/_metronic/layout/components/sidebar/sidebar.component.html +0 -16
  604. package/_metronic/layout/components/sidebar/sidebar.component.scss +0 -0
  605. package/_metronic/layout/components/sidebar/sidebar.component.spec.ts +0 -23
  606. package/_metronic/layout/components/sidebar/sidebar.component.ts +0 -203
  607. package/_metronic/layout/components/toolbar/accounting/accounting.component.html +0 -84
  608. package/_metronic/layout/components/toolbar/accounting/accounting.component.scss +0 -0
  609. package/_metronic/layout/components/toolbar/accounting/accounting.component.spec.ts +0 -23
  610. package/_metronic/layout/components/toolbar/accounting/accounting.component.ts +0 -14
  611. package/_metronic/layout/components/toolbar/classic/classic.component.html +0 -37
  612. package/_metronic/layout/components/toolbar/classic/classic.component.scss +0 -0
  613. package/_metronic/layout/components/toolbar/classic/classic.component.spec.ts +0 -23
  614. package/_metronic/layout/components/toolbar/classic/classic.component.ts +0 -88
  615. package/_metronic/layout/components/toolbar/extended/extended.component.html +0 -100
  616. package/_metronic/layout/components/toolbar/extended/extended.component.scss +0 -0
  617. package/_metronic/layout/components/toolbar/extended/extended.component.spec.ts +0 -23
  618. package/_metronic/layout/components/toolbar/extended/extended.component.ts +0 -12
  619. package/_metronic/layout/components/toolbar/reports/reports.component.html +0 -62
  620. package/_metronic/layout/components/toolbar/reports/reports.component.scss +0 -0
  621. package/_metronic/layout/components/toolbar/reports/reports.component.spec.ts +0 -23
  622. package/_metronic/layout/components/toolbar/reports/reports.component.ts +0 -14
  623. package/_metronic/layout/components/toolbar/saas/saas.component.html +0 -77
  624. package/_metronic/layout/components/toolbar/saas/saas.component.scss +0 -0
  625. package/_metronic/layout/components/toolbar/saas/saas.component.spec.ts +0 -23
  626. package/_metronic/layout/components/toolbar/saas/saas.component.ts +0 -14
  627. package/_metronic/layout/components/toolbar/toolbar.component.html +0 -27
  628. package/_metronic/layout/components/toolbar/toolbar.component.scss +0 -0
  629. package/_metronic/layout/components/toolbar/toolbar.component.spec.ts +0 -25
  630. package/_metronic/layout/components/toolbar/toolbar.component.ts +0 -126
  631. package/_metronic/layout/components/topbar/topbar.component.html +0 -90
  632. package/_metronic/layout/components/topbar/topbar.component.scss +0 -0
  633. package/_metronic/layout/components/topbar/topbar.component.spec.ts +0 -25
  634. package/_metronic/layout/components/topbar/topbar.component.ts +0 -21
  635. package/_metronic/layout/core/configs/config.ts +0 -215
  636. package/_metronic/layout/core/configs/dark-header.config.ts +0 -138
  637. package/_metronic/layout/core/configs/dark-sidebar.config.ts +0 -138
  638. package/_metronic/layout/core/configs/light-header.config.ts +0 -138
  639. package/_metronic/layout/core/configs/light-sidebar.config.ts +0 -138
  640. package/_metronic/layout/core/layout-init.service.ts +0 -133
  641. package/_metronic/layout/core/layout.service.ts +0 -227
  642. package/_metronic/layout/core/page-info.service.ts +0 -151
  643. package/_metronic/layout/index.ts +0 -3
  644. package/_metronic/layout/layout.component.html +0 -70
  645. package/_metronic/layout/layout.component.scss +0 -15
  646. package/_metronic/layout/layout.component.ts +0 -400
  647. package/_metronic/layout/layout.module.ts +0 -93
  648. package/_metronic/partials/content/cards/card1/card1.component.html +0 -80
  649. package/_metronic/partials/content/cards/card1/card1.component.ts +0 -19
  650. package/_metronic/partials/content/cards/card2/card2.component.html +0 -69
  651. package/_metronic/partials/content/cards/card2/card2.component.ts +0 -21
  652. package/_metronic/partials/content/cards/card3/card3.component.html +0 -78
  653. package/_metronic/partials/content/cards/card3/card3.component.ts +0 -18
  654. package/_metronic/partials/content/cards/card4/card4.component.html +0 -9
  655. package/_metronic/partials/content/cards/card4/card4.component.ts +0 -14
  656. package/_metronic/partials/content/cards/card5/card5.component.html +0 -58
  657. package/_metronic/partials/content/cards/card5/card5.component.ts +0 -19
  658. package/_metronic/partials/content/cards/cards.module.ts +0 -39
  659. package/_metronic/partials/content/cards/icon-user.model.ts +0 -6
  660. package/_metronic/partials/content/cards/user-list/user-list.component.html +0 -15
  661. package/_metronic/partials/content/cards/user-list/user-list.component.scss +0 -0
  662. package/_metronic/partials/content/cards/user-list/user-list.component.spec.ts +0 -25
  663. package/_metronic/partials/content/cards/user-list/user-list.component.ts +0 -15
  664. package/_metronic/partials/content/chat-inner/chat-inner.component.html +0 -122
  665. package/_metronic/partials/content/chat-inner/chat-inner.component.ts +0 -74
  666. package/_metronic/partials/content/chat-inner/chat-inner.module.ts +0 -11
  667. package/_metronic/partials/content/chat-inner/dataExample.ts +0 -209
  668. package/_metronic/partials/content/dropdown-menus/dropdown-menu1/dropdown-menu1.component.html +0 -88
  669. package/_metronic/partials/content/dropdown-menus/dropdown-menu1/dropdown-menu1.component.ts +0 -15
  670. package/_metronic/partials/content/dropdown-menus/dropdown-menu2/dropdown-menu2.component.html +0 -53
  671. package/_metronic/partials/content/dropdown-menus/dropdown-menu2/dropdown-menu2.component.ts +0 -15
  672. package/_metronic/partials/content/dropdown-menus/dropdown-menu3/dropdown-menu3.component.html +0 -74
  673. package/_metronic/partials/content/dropdown-menus/dropdown-menu3/dropdown-menu3.component.ts +0 -15
  674. package/_metronic/partials/content/dropdown-menus/dropdown-menus.module.ts +0 -20
  675. package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.html +0 -100
  676. package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.scss +0 -0
  677. package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.spec.ts +0 -23
  678. package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.ts +0 -89
  679. package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.html +0 -154
  680. package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.scss +0 -0
  681. package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.spec.ts +0 -23
  682. package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.ts +0 -28
  683. package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.html +0 -40
  684. package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.scss +0 -3
  685. package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.spec.ts +0 -23
  686. package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.ts +0 -16
  687. package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.html +0 -47
  688. package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.scss +0 -0
  689. package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.spec.ts +0 -23
  690. package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.ts +0 -29
  691. package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.html +0 -298
  692. package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.scss +0 -0
  693. package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.spec.ts +0 -23
  694. package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.ts +0 -358
  695. package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.html +0 -47
  696. package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.scss +0 -0
  697. package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.spec.ts +0 -23
  698. package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.ts +0 -15
  699. package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.html +0 -46
  700. package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.scss +0 -0
  701. package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.spec.ts +0 -23
  702. package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.ts +0 -20
  703. package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.html +0 -1
  704. package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.scss +0 -0
  705. package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.spec.ts +0 -23
  706. package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.ts +0 -15
  707. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget1/advance-tables-widget1.component.html +0 -400
  708. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget1/advance-tables-widget1.component.ts +0 -10
  709. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget2/advance-tables-widget2.component.html +0 -357
  710. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget2/advance-tables-widget2.component.ts +0 -17
  711. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget7/advance-tables-widget7.component.html +0 -1267
  712. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget7/advance-tables-widget7.component.ts +0 -16
  713. package/_metronic/partials/content/widgets/base-tables/base-tables-widget1/base-tables-widget1.component.html +0 -1108
  714. package/_metronic/partials/content/widgets/base-tables/base-tables-widget1/base-tables-widget1.component.ts +0 -25
  715. package/_metronic/partials/content/widgets/base-tables/base-tables-widget2/base-tables-widget2.component.html +0 -675
  716. package/_metronic/partials/content/widgets/base-tables/base-tables-widget2/base-tables-widget2.component.ts +0 -21
  717. package/_metronic/partials/content/widgets/base-tables/base-tables-widget6/base-tables-widget6.component.html +0 -985
  718. package/_metronic/partials/content/widgets/base-tables/base-tables-widget6/base-tables-widget6.component.ts +0 -21
  719. package/_metronic/partials/content/widgets/charts/charts-widget1/charts-widget1.component.html +0 -51
  720. package/_metronic/partials/content/widgets/charts/charts-widget1/charts-widget1.component.ts +0 -128
  721. package/_metronic/partials/content/widgets/charts/charts-widget2/charts-widget2.component.html +0 -62
  722. package/_metronic/partials/content/widgets/charts/charts-widget2/charts-widget2.component.ts +0 -129
  723. package/_metronic/partials/content/widgets/charts/charts-widget3/charts-widget3.component.html +0 -63
  724. package/_metronic/partials/content/widgets/charts/charts-widget3/charts-widget3.component.ts +0 -141
  725. package/_metronic/partials/content/widgets/charts/charts-widget4/charts-widget4.component.html +0 -55
  726. package/_metronic/partials/content/widgets/charts/charts-widget4/charts-widget4.component.ts +0 -146
  727. package/_metronic/partials/content/widgets/charts/charts-widget5/charts-widget5.component.html +0 -36
  728. package/_metronic/partials/content/widgets/charts/charts-widget5/charts-widget5.component.ts +0 -132
  729. package/_metronic/partials/content/widgets/charts/charts-widget6/charts-widget6.component.html +0 -54
  730. package/_metronic/partials/content/widgets/charts/charts-widget6/charts-widget6.component.ts +0 -146
  731. package/_metronic/partials/content/widgets/charts/charts-widget7/charts-widget7.component.html +0 -66
  732. package/_metronic/partials/content/widgets/charts/charts-widget7/charts-widget7.component.ts +0 -167
  733. package/_metronic/partials/content/widgets/charts/charts-widget8/charts-widget8.component.html +0 -66
  734. package/_metronic/partials/content/widgets/charts/charts-widget8/charts-widget8.component.ts +0 -170
  735. package/_metronic/partials/content/widgets/feeds/feeds-widget2/feeds-widget2.component.html +0 -107
  736. package/_metronic/partials/content/widgets/feeds/feeds-widget2/feeds-widget2.component.ts +0 -11
  737. package/_metronic/partials/content/widgets/feeds/feeds-widget3/feeds-widget3.component.html +0 -186
  738. package/_metronic/partials/content/widgets/feeds/feeds-widget3/feeds-widget3.component.ts +0 -11
  739. package/_metronic/partials/content/widgets/feeds/feeds-widget4/feeds-widget4.component.html +0 -106
  740. package/_metronic/partials/content/widgets/feeds/feeds-widget4/feeds-widget4.component.ts +0 -11
  741. package/_metronic/partials/content/widgets/feeds/feeds-widget5/feeds-widget5.component.html +0 -114
  742. package/_metronic/partials/content/widgets/feeds/feeds-widget5/feeds-widget5.component.ts +0 -11
  743. package/_metronic/partials/content/widgets/feeds/feeds-widget6/feeds-widget6.component.html +0 -117
  744. package/_metronic/partials/content/widgets/feeds/feeds-widget6/feeds-widget6.component.ts +0 -11
  745. package/_metronic/partials/content/widgets/lists/lists-widget1/lists-widget1.component.html +0 -123
  746. package/_metronic/partials/content/widgets/lists/lists-widget1/lists-widget1.component.ts +0 -9
  747. package/_metronic/partials/content/widgets/lists/lists-widget2/lists-widget2.component.html +0 -108
  748. package/_metronic/partials/content/widgets/lists/lists-widget2/lists-widget2.component.ts +0 -9
  749. package/_metronic/partials/content/widgets/lists/lists-widget3/lists-widget3.component.html +0 -149
  750. package/_metronic/partials/content/widgets/lists/lists-widget3/lists-widget3.component.ts +0 -9
  751. package/_metronic/partials/content/widgets/lists/lists-widget4/lists-widget4.component.html +0 -192
  752. package/_metronic/partials/content/widgets/lists/lists-widget4/lists-widget4.component.ts +0 -10
  753. package/_metronic/partials/content/widgets/lists/lists-widget5/lists-widget5.component.html +0 -169
  754. package/_metronic/partials/content/widgets/lists/lists-widget5/lists-widget5.component.ts +0 -9
  755. package/_metronic/partials/content/widgets/lists/lists-widget6/lists-widget6.component.html +0 -103
  756. package/_metronic/partials/content/widgets/lists/lists-widget6/lists-widget6.component.ts +0 -9
  757. package/_metronic/partials/content/widgets/lists/lists-widget7/lists-widget7.component.html +0 -130
  758. package/_metronic/partials/content/widgets/lists/lists-widget7/lists-widget7.component.ts +0 -9
  759. package/_metronic/partials/content/widgets/lists/lists-widget8/lists-widget8.component.html +0 -182
  760. package/_metronic/partials/content/widgets/lists/lists-widget8/lists-widget8.component.ts +0 -10
  761. package/_metronic/partials/content/widgets/mixed/mixed-widget1/mixed-widget1.component.html +0 -169
  762. package/_metronic/partials/content/widgets/mixed/mixed-widget1/mixed-widget1.component.ts +0 -10
  763. package/_metronic/partials/content/widgets/mixed/mixed-widget10/mixed-widget10.component.html +0 -39
  764. package/_metronic/partials/content/widgets/mixed/mixed-widget10/mixed-widget10.component.ts +0 -140
  765. package/_metronic/partials/content/widgets/mixed/mixed-widget11/mixed-widget11.component.html +0 -40
  766. package/_metronic/partials/content/widgets/mixed/mixed-widget11/mixed-widget11.component.ts +0 -133
  767. package/_metronic/partials/content/widgets/mixed/mixed-widget2/mixed-widget2.component.html +0 -84
  768. package/_metronic/partials/content/widgets/mixed/mixed-widget2/mixed-widget2.component.ts +0 -157
  769. package/_metronic/partials/content/widgets/mixed/mixed-widget3/mixed-widget3.component.html +0 -92
  770. package/_metronic/partials/content/widgets/mixed/mixed-widget3/mixed-widget3.component.ts +0 -141
  771. package/_metronic/partials/content/widgets/mixed/mixed-widget4/mixed-widget4.component.html +0 -101
  772. package/_metronic/partials/content/widgets/mixed/mixed-widget4/mixed-widget4.component.ts +0 -14
  773. package/_metronic/partials/content/widgets/mixed/mixed-widget5/mixed-widget5.component.html +0 -57
  774. package/_metronic/partials/content/widgets/mixed/mixed-widget5/mixed-widget5.component.ts +0 -14
  775. package/_metronic/partials/content/widgets/mixed/mixed-widget6/mixed-widget6.component.html +0 -118
  776. package/_metronic/partials/content/widgets/mixed/mixed-widget6/mixed-widget6.component.ts +0 -140
  777. package/_metronic/partials/content/widgets/mixed/mixed-widget7/mixed-widget7.component.html +0 -60
  778. package/_metronic/partials/content/widgets/mixed/mixed-widget7/mixed-widget7.component.ts +0 -65
  779. package/_metronic/partials/content/widgets/mixed/mixed-widget8/mixed-widget8.component.html +0 -158
  780. package/_metronic/partials/content/widgets/mixed/mixed-widget8/mixed-widget8.component.ts +0 -164
  781. package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.html +0 -147
  782. package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.scss +0 -0
  783. package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.spec.ts +0 -25
  784. package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.ts +0 -140
  785. package/_metronic/partials/content/widgets/stats/stats-widget1/stats-widget1.component.html +0 -12
  786. package/_metronic/partials/content/widgets/stats/stats-widget1/stats-widget1.component.ts +0 -13
  787. package/_metronic/partials/content/widgets/stats/stats-widget2/stats-widget2.component.html +0 -13
  788. package/_metronic/partials/content/widgets/stats/stats-widget2/stats-widget2.component.ts +0 -14
  789. package/_metronic/partials/content/widgets/stats/stats-widget3/stats-widget3.component.html +0 -46
  790. package/_metronic/partials/content/widgets/stats/stats-widget3/stats-widget3.component.ts +0 -160
  791. package/_metronic/partials/content/widgets/stats/stats-widget4/stats-widget4.component.html +0 -44
  792. package/_metronic/partials/content/widgets/stats/stats-widget4/stats-widget4.component.ts +0 -159
  793. package/_metronic/partials/content/widgets/stats/stats-widget5/stats-widget5.component.html +0 -14
  794. package/_metronic/partials/content/widgets/stats/stats-widget5/stats-widget5.component.ts +0 -15
  795. package/_metronic/partials/content/widgets/stats/stats-widget6/stats-widget6.component.html +0 -24
  796. package/_metronic/partials/content/widgets/stats/stats-widget6/stats-widget6.component.ts +0 -14
  797. package/_metronic/partials/content/widgets/tables/tables-widget1/tables-widget1.component.html +0 -273
  798. package/_metronic/partials/content/widgets/tables/tables-widget1/tables-widget1.component.ts +0 -9
  799. package/_metronic/partials/content/widgets/tables/tables-widget10/tables-widget10.component.html +0 -489
  800. package/_metronic/partials/content/widgets/tables/tables-widget10/tables-widget10.component.ts +0 -11
  801. package/_metronic/partials/content/widgets/tables/tables-widget11/tables-widget11.component.html +0 -464
  802. package/_metronic/partials/content/widgets/tables/tables-widget11/tables-widget11.component.ts +0 -11
  803. package/_metronic/partials/content/widgets/tables/tables-widget12/tables-widget12.component.html +0 -550
  804. package/_metronic/partials/content/widgets/tables/tables-widget12/tables-widget12.component.ts +0 -11
  805. package/_metronic/partials/content/widgets/tables/tables-widget13/tables-widget13.component.html +0 -485
  806. package/_metronic/partials/content/widgets/tables/tables-widget13/tables-widget13.component.ts +0 -11
  807. package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.html +0 -1
  808. package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.scss +0 -0
  809. package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.spec.ts +0 -25
  810. package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.ts +0 -15
  811. package/_metronic/partials/content/widgets/tables/tables-widget2/tables-widget2.component.html +0 -238
  812. package/_metronic/partials/content/widgets/tables/tables-widget2/tables-widget2.component.ts +0 -9
  813. package/_metronic/partials/content/widgets/tables/tables-widget3/tables-widget3.component.html +0 -150
  814. package/_metronic/partials/content/widgets/tables/tables-widget3/tables-widget3.component.ts +0 -11
  815. package/_metronic/partials/content/widgets/tables/tables-widget4/tables-widget4.component.html +0 -707
  816. package/_metronic/partials/content/widgets/tables/tables-widget4/tables-widget4.component.ts +0 -24
  817. package/_metronic/partials/content/widgets/tables/tables-widget5/tables-widget5.component.html +0 -608
  818. package/_metronic/partials/content/widgets/tables/tables-widget5/tables-widget5.component.ts +0 -26
  819. package/_metronic/partials/content/widgets/tables/tables-widget6/tables-widget6.component.html +0 -632
  820. package/_metronic/partials/content/widgets/tables/tables-widget6/tables-widget6.component.ts +0 -26
  821. package/_metronic/partials/content/widgets/tables/tables-widget7/tables-widget7.component.html +0 -616
  822. package/_metronic/partials/content/widgets/tables/tables-widget7/tables-widget7.component.ts +0 -26
  823. package/_metronic/partials/content/widgets/tables/tables-widget8/tables-widget8.component.html +0 -575
  824. package/_metronic/partials/content/widgets/tables/tables-widget8/tables-widget8.component.ts +0 -26
  825. package/_metronic/partials/content/widgets/tables/tables-widget9/tables-widget9.component.html +0 -489
  826. package/_metronic/partials/content/widgets/tables/tables-widget9/tables-widget9.component.ts +0 -9
  827. package/_metronic/partials/content/widgets/tiles/tiles-widget1/tiles-widget1.component.html +0 -175
  828. package/_metronic/partials/content/widgets/tiles/tiles-widget1/tiles-widget1.component.ts +0 -202
  829. package/_metronic/partials/content/widgets/tiles/tiles-widget10/tiles-widget10.component.html +0 -27
  830. package/_metronic/partials/content/widgets/tiles/tiles-widget10/tiles-widget10.component.ts +0 -12
  831. package/_metronic/partials/content/widgets/tiles/tiles-widget11/tiles-widget11.component.html +0 -28
  832. package/_metronic/partials/content/widgets/tiles/tiles-widget11/tiles-widget11.component.ts +0 -19
  833. package/_metronic/partials/content/widgets/tiles/tiles-widget12/tiles-widget12.component.html +0 -21
  834. package/_metronic/partials/content/widgets/tiles/tiles-widget12/tiles-widget12.component.ts +0 -18
  835. package/_metronic/partials/content/widgets/tiles/tiles-widget13/tiles-widget13.component.html +0 -26
  836. package/_metronic/partials/content/widgets/tiles/tiles-widget13/tiles-widget13.component.ts +0 -12
  837. package/_metronic/partials/content/widgets/tiles/tiles-widget14/tiles-widget14.component.html +0 -24
  838. package/_metronic/partials/content/widgets/tiles/tiles-widget14/tiles-widget14.component.ts +0 -10
  839. package/_metronic/partials/content/widgets/tiles/tiles-widget3/tiles-widget3.component.html +0 -23
  840. package/_metronic/partials/content/widgets/tiles/tiles-widget3/tiles-widget3.component.ts +0 -12
  841. package/_metronic/partials/content/widgets/widgets.module.ts +0 -262
  842. package/_metronic/partials/index.ts +0 -16
  843. package/_metronic/partials/layout/drawers/activity-drawer/activity-drawer.component.html +0 -649
  844. package/_metronic/partials/layout/drawers/activity-drawer/activity-drawer.component.ts +0 -11
  845. package/_metronic/partials/layout/drawers/drawers.module.ts +0 -21
  846. package/_metronic/partials/layout/drawers/messenger-drawer/messenger-drawer.component.html +0 -59
  847. package/_metronic/partials/layout/drawers/messenger-drawer/messenger-drawer.component.ts +0 -11
  848. package/_metronic/partials/layout/engages/engages.component.html +0 -29
  849. package/_metronic/partials/layout/engages/engages.component.scss +0 -0
  850. package/_metronic/partials/layout/engages/engages.component.ts +0 -15
  851. package/_metronic/partials/layout/engages/engages.module.ts +0 -29
  852. package/_metronic/partials/layout/engages/explore-main-drawer/explore-main-drawer.component.html +0 -177
  853. package/_metronic/partials/layout/engages/explore-main-drawer/explore-main-drawer.component.ts +0 -19
  854. package/_metronic/partials/layout/engages/help-drawer/help-drawer.component.html +0 -156
  855. package/_metronic/partials/layout/engages/help-drawer/help-drawer.component.ts +0 -17
  856. package/_metronic/partials/layout/engages/purchase-toolbar/purchase-toolbar.component.html +0 -8
  857. package/_metronic/partials/layout/engages/purchase-toolbar/purchase-toolbar.component.ts +0 -16
  858. package/_metronic/partials/layout/extras/dropdown-inner/notifications-inner/notifications-inner.component.html +0 -176
  859. package/_metronic/partials/layout/extras/dropdown-inner/notifications-inner/notifications-inner.component.ts +0 -155
  860. package/_metronic/partials/layout/extras/dropdown-inner/quick-links-inner/quick-links-inner.component.html +0 -77
  861. package/_metronic/partials/layout/extras/dropdown-inner/quick-links-inner/quick-links-inner.component.ts +0 -13
  862. package/_metronic/partials/layout/extras/dropdown-inner/search-result-inner/search-result-inner.component.html +0 -120
  863. package/_metronic/partials/layout/extras/dropdown-inner/search-result-inner/search-result-inner.component.ts +0 -104
  864. package/_metronic/partials/layout/extras/dropdown-inner/user-inner/user-inner.component.html +0 -161
  865. package/_metronic/partials/layout/extras/dropdown-inner/user-inner/user-inner.component.ts +0 -95
  866. package/_metronic/partials/layout/extras/extras.module.ts +0 -41
  867. package/_metronic/partials/layout/extras/scroll-top/scroll-top.component.html +0 -1
  868. package/_metronic/partials/layout/extras/scroll-top/scroll-top.component.ts +0 -75
  869. package/_metronic/partials/layout/modals/invite-users-modal/invite-users-modal.component.html +0 -0
  870. package/_metronic/partials/layout/modals/invite-users-modal/invite-users-modal.component.ts +0 -9
  871. package/_metronic/partials/layout/modals/main-modal/main-modal.component.html +0 -0
  872. package/_metronic/partials/layout/modals/main-modal/main-modal.component.ts +0 -9
  873. package/_metronic/partials/layout/modals/modal/modal.component.html +0 -31
  874. package/_metronic/partials/layout/modals/modal/modal.component.ts +0 -50
  875. package/_metronic/partials/layout/modals/modal.config.ts +0 -13
  876. package/_metronic/partials/layout/modals/modals.module.ts +0 -34
  877. package/_metronic/partials/layout/modals/upgrade-plan-modal/upgrade-plan-modal.component.html +0 -0
  878. package/_metronic/partials/layout/modals/upgrade-plan-modal/upgrade-plan-modal.component.ts +0 -9
  879. package/_metronic/partials/layout/splash-screen/splash-screen.component.html +0 -14
  880. package/_metronic/partials/layout/splash-screen/splash-screen.component.scss +0 -57
  881. package/_metronic/partials/layout/splash-screen/splash-screen.component.ts +0 -17
  882. package/_metronic/partials/layout/splash-screen/splash-screen.module.ts +0 -10
  883. package/_metronic/partials/layout/splash-screen/splash-screen.service.ts +0 -51
  884. package/_metronic/partials/layout/theme-mode-switcher/theme-mode-switcher.component.html +0 -56
  885. package/_metronic/partials/layout/theme-mode-switcher/theme-mode-switcher.component.ts +0 -27
  886. package/_metronic/partials/layout/theme-mode-switcher/theme-mode.module.ts +0 -16
  887. package/_metronic/partials/layout/theme-mode-switcher/theme-mode.service.ts +0 -87
  888. package/_metronic/shared/keenicon/icons.json +0 -1
  889. package/_metronic/shared/keenicon/keenicon.component.html +0 -4
  890. package/_metronic/shared/keenicon/keenicon.component.scss +0 -0
  891. package/_metronic/shared/keenicon/keenicon.component.spec.ts +0 -23
  892. package/_metronic/shared/keenicon/keenicon.component.ts +0 -30
  893. package/_metronic/shared/shared.module.ts +0 -17
  894. package/config/ng-package.json +0 -7
  895. package/config/src/e-donusum-config.module.ts +0 -98
  896. package/config/src/enums/eDonusum-route-names.ts +0 -9
  897. package/config/src/enums/route-names.ts +0 -3
  898. package/config/src/providers/branch-route.provider.ts +0 -21
  899. package/config/src/providers/business-partner-group-route.provider.ts +0 -21
  900. package/config/src/providers/business-partner-route.provider.ts +0 -21
  901. package/config/src/providers/despatch-document-reference-route.provider.ts +0 -21
  902. package/config/src/providers/despatch-line-order-line-reference-route.provider.ts +0 -20
  903. package/config/src/providers/despatch-line-route.provider.ts +0 -21
  904. package/config/src/providers/despatch-note-route.provider.ts +0 -21
  905. package/config/src/providers/despatch-route.provider.ts +0 -21
  906. package/config/src/providers/gib-partner-pk-all-route.provider.ts +0 -21
  907. package/config/src/providers/gib-partner-pk-route.provider.ts +0 -21
  908. package/config/src/providers/hit-providers/branch-route.provider.ts +0 -23
  909. package/config/src/providers/hit-providers/business-partner-group-route.provider.ts +0 -23
  910. package/config/src/providers/hit-providers/business-partner-route.provider.ts +0 -23
  911. package/config/src/providers/hit-providers/despatch-route.provider.ts +0 -22
  912. package/config/src/providers/hit-providers/gib-partner-pk-all-route.provider.ts +0 -22
  913. package/config/src/providers/hit-providers/gib-partner-pk-route.provider.ts +0 -22
  914. package/config/src/providers/hit-providers/inbound-invoice-route.provider.ts +0 -22
  915. package/config/src/providers/hit-providers/invoice-route.provider.ts +0 -22
  916. package/config/src/providers/hit-providers/note-rule-route.provider.ts +0 -23
  917. package/config/src/providers/hit-providers/route.provider.ts +0 -62
  918. package/config/src/providers/hit-providers/wizard-route.provider.ts +0 -21
  919. package/config/src/providers/hit-providers/xslt-format-route.provider.ts +0 -22
  920. package/config/src/providers/hit-providers/xslt-rule-route.provider.ts +0 -22
  921. package/config/src/providers/invoice-document-reference-route.provider.ts +0 -21
  922. package/config/src/providers/invoice-line-despatch-line-reference-route.provider.ts +0 -20
  923. package/config/src/providers/invoice-line-order-line-reference-route.provider.ts +0 -21
  924. package/config/src/providers/invoice-line-receipt-line-reference-route.provider.ts +0 -20
  925. package/config/src/providers/invoice-line-route.provider.ts +0 -21
  926. package/config/src/providers/invoice-note-route.provider.ts +0 -21
  927. package/config/src/providers/invoice-route.provider.ts +0 -21
  928. package/config/src/providers/note-rule-doc-type-route.provider.ts +0 -21
  929. package/config/src/providers/note-rule-route.provider.ts +0 -21
  930. package/config/src/providers/note-rule-scenario-route.provider.ts +0 -21
  931. package/config/src/providers/params-company-route.provider.ts +0 -21
  932. package/config/src/providers/params-general-route.provider.ts +0 -21
  933. package/config/src/providers/params-integrator-route.provider.ts +0 -21
  934. package/config/src/providers/paramse-dispatch-route.provider.ts +0 -21
  935. package/config/src/providers/paramse-invoice-route.provider.ts +0 -21
  936. package/config/src/providers/route.provider.ts +0 -26
  937. package/config/src/providers/xslt-format-route.provider.ts +0 -21
  938. package/config/src/providers/xslt-rule-doc-type-route.provider.ts +0 -21
  939. package/config/src/providers/xslt-rule-route.provider.ts +0 -21
  940. package/config/src/providers/xslt-rule-scenario-route.provider.ts +0 -21
  941. package/karma.conf.js +0 -44
  942. package/ng-package.json +0 -7
  943. package/src/lib/branches/branch/branch-routing.module.ts +0 -36
  944. package/src/lib/branches/branch/branch.module.ts +0 -34
  945. package/src/lib/branches/branch/components/branch.component.html +0 -375
  946. package/src/lib/branches/branch/components/branch.component.ts +0 -141
  947. package/src/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.ts +0 -36
  948. package/src/lib/business-partner-groups/business-partner-group/business-partner-group.module.ts +0 -34
  949. package/src/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.html +0 -273
  950. package/src/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.ts +0 -129
  951. package/src/lib/business-partners/business-partner/business-partner-routing.module.ts +0 -36
  952. package/src/lib/business-partners/business-partner/business-partner.module.ts +0 -34
  953. package/src/lib/business-partners/business-partner/components/business-partner.component.html +0 -584
  954. package/src/lib/business-partners/business-partner/components/business-partner.component.ts +0 -150
  955. package/src/lib/components/e-donusum.component.ts +0 -15
  956. package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.ts +0 -37
  957. package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.html +0 -165
  958. package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.ts +0 -131
  959. package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.ts +0 -44
  960. package/src/lib/components/hit-invoices/hit-invoice.component.html +0 -1309
  961. package/src/lib/components/hit-invoices/hit-invoice.component.ts +0 -114
  962. package/src/lib/components/hit-invoices/hit-invoice.module.ts +0 -43
  963. package/src/lib/components/hit-invoices/sanitize-html.pipe.ts +0 -15
  964. package/src/lib/components/hit-note-rules/hit-note-rule.component.html +0 -384
  965. package/src/lib/components/hit-note-rules/hit-note-rule.component.ts +0 -388
  966. package/src/lib/components/hit-note-rules/hit-note-rule.module.ts +0 -40
  967. package/src/lib/components/hit-paramas-invoices/hit-params-invoice.component.html +0 -90
  968. package/src/lib/components/hit-paramas-invoices/hit-params-invoice.component.ts +0 -147
  969. package/src/lib/components/hit-paramas-invoices/hit-params-invoice.module.ts +0 -20
  970. package/src/lib/components/hit-params-companies/hit-params-company.component.html +0 -209
  971. package/src/lib/components/hit-params-companies/hit-params-company.component.ts +0 -153
  972. package/src/lib/components/hit-params-companies/hit-params-company.module.ts +0 -18
  973. package/src/lib/components/hit-params-dispatches/hit-params-dispatch.component.html +0 -178
  974. package/src/lib/components/hit-params-dispatches/hit-params-dispatch.component.ts +0 -167
  975. package/src/lib/components/hit-params-dispatches/hit-params-dispatch.module.ts +0 -20
  976. package/src/lib/components/hit-params-generals/hit-params-general.component.html +0 -0
  977. package/src/lib/components/hit-params-generals/hit-params-general.component.ts +0 -67
  978. package/src/lib/components/hit-params-generals/hit-params-general.module.ts +0 -22
  979. package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.html +0 -91
  980. package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.ts +0 -203
  981. package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.ts +0 -21
  982. package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.html +0 -27
  983. package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.ts +0 -94
  984. package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.ts +0 -20
  985. package/src/lib/components/hit-params-integrators/hit-params-integrator.component.html +0 -116
  986. package/src/lib/components/hit-params-integrators/hit-params-integrator.component.ts +0 -216
  987. package/src/lib/components/hit-params-integrators/hit-params-integrator.module.ts +0 -20
  988. package/src/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.ts +0 -37
  989. package/src/lib/components/hit-setup-wizard/hit-setup-wizard.component.html +0 -277
  990. package/src/lib/components/hit-setup-wizard/hit-setup-wizard.component.ts +0 -147
  991. package/src/lib/components/hit-setup-wizard/hit-setup-wizard.module.ts +0 -37
  992. package/src/lib/components/hit-xslt-formats/hit-xslt-format.component.html +0 -142
  993. package/src/lib/components/hit-xslt-formats/hit-xslt-format.component.ts +0 -179
  994. package/src/lib/components/hit-xslt-formats/hit-xslt-format.module.ts +0 -38
  995. package/src/lib/components/hit-xslt-rules/hit-xslt-rule.component.html +0 -341
  996. package/src/lib/components/hit-xslt-rules/hit-xslt-rule.component.ts +0 -363
  997. package/src/lib/components/hit-xslt-rules/hit-xslt-rule.module.ts +0 -40
  998. package/src/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.html +0 -446
  999. package/src/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.ts +0 -157
  1000. package/src/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.ts +0 -36
  1001. package/src/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.ts +0 -34
  1002. package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.html +0 -786
  1003. package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.ts +0 -169
  1004. package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.ts +0 -36
  1005. package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.ts +0 -34
  1006. package/src/lib/despatch-lines/despatch-line/components/despatch-line.component.html +0 -843
  1007. package/src/lib/despatch-lines/despatch-line/components/despatch-line.component.ts +0 -190
  1008. package/src/lib/despatch-lines/despatch-line/despatch-line-routing.module.ts +0 -36
  1009. package/src/lib/despatch-lines/despatch-line/despatch-line.module.ts +0 -34
  1010. package/src/lib/despatch-notes/despatch-note/components/despatch-note.component.html +0 -181
  1011. package/src/lib/despatch-notes/despatch-note/components/despatch-note.component.ts +0 -141
  1012. package/src/lib/despatch-notes/despatch-note/despatch-note-routing.module.ts +0 -36
  1013. package/src/lib/despatch-notes/despatch-note/despatch-note.module.ts +0 -34
  1014. package/src/lib/despatches/despatch/components/despatch.component.html +0 -3798
  1015. package/src/lib/despatches/despatch/components/despatch.component.ts +0 -387
  1016. package/src/lib/despatches/despatch/despatch-routing.module.ts +0 -36
  1017. package/src/lib/despatches/despatch/despatch.module.ts +0 -34
  1018. package/src/lib/e-donusum-routing.module.ts +0 -102
  1019. package/src/lib/e-donusum.component.spec.ts +0 -25
  1020. package/src/lib/e-donusum.module.ts +0 -54
  1021. package/src/lib/e-donusum.service.spec.ts +0 -16
  1022. package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.html +0 -671
  1023. package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.ts +0 -157
  1024. package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.ts +0 -36
  1025. package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.ts +0 -34
  1026. package/src/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.html +0 -671
  1027. package/src/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.ts +0 -154
  1028. package/src/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.ts +0 -36
  1029. package/src/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.ts +0 -34
  1030. package/src/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.ts +0 -20
  1031. package/src/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.ts +0 -51
  1032. package/src/lib/hit-proxy/hit-branches/hit-branch.service.ts +0 -29
  1033. package/src/lib/hit-proxy/hit-connectors/hit-connector.service.ts +0 -43
  1034. package/src/lib/hit-proxy/hit-content-master/models.ts +0 -14
  1035. package/src/lib/hit-proxy/hit-document-types/hit-document-type.service.ts +0 -27
  1036. package/src/lib/hit-proxy/hit-entegrators/hit-entegrator.service.ts +0 -45
  1037. package/src/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.ts +0 -34
  1038. package/src/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.ts +0 -20
  1039. package/src/lib/hit-proxy/hit-invoices/hit-invoice.service.ts +0 -96
  1040. package/src/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.ts +0 -20
  1041. package/src/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.ts +0 -20
  1042. package/src/lib/hit-proxy/hit-note-rules/hit-note-rule.service.ts +0 -83
  1043. package/src/lib/hit-proxy/hit-note-rules/models.ts +0 -42
  1044. package/src/lib/hit-proxy/hit-params-companies/hit-params-company.service.ts +0 -37
  1045. package/src/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.ts +0 -20
  1046. package/src/lib/hit-proxy/hit-params-generals/hit-params-general.service.ts +0 -20
  1047. package/src/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.ts +0 -20
  1048. package/src/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.ts +0 -20
  1049. package/src/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.ts +0 -27
  1050. package/src/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.ts +0 -57
  1051. package/src/lib/hit-proxy/hit-xslt-formats/models.ts +0 -12
  1052. package/src/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.ts +0 -20
  1053. package/src/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.ts +0 -20
  1054. package/src/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.ts +0 -71
  1055. package/src/lib/hit-proxy/hit-xslt-rules/models.ts +0 -42
  1056. package/src/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.html +0 -446
  1057. package/src/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.ts +0 -157
  1058. package/src/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.ts +0 -36
  1059. package/src/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.ts +0 -34
  1060. package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.html +0 -497
  1061. package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.ts +0 -157
  1062. package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.ts +0 -36
  1063. package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.ts +0 -34
  1064. package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.html +0 -783
  1065. package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.ts +0 -169
  1066. package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.ts +0 -36
  1067. package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.ts +0 -34
  1068. package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.html +0 -494
  1069. package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.ts +0 -157
  1070. package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.ts +0 -36
  1071. package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.ts +0 -34
  1072. package/src/lib/invoice-lines/invoice-line/components/invoice-line.component.html +0 -843
  1073. package/src/lib/invoice-lines/invoice-line/components/invoice-line.component.ts +0 -190
  1074. package/src/lib/invoice-lines/invoice-line/invoice-line-routing.module.ts +0 -36
  1075. package/src/lib/invoice-lines/invoice-line/invoice-line.module.ts +0 -34
  1076. package/src/lib/invoice-notes/invoice-note/components/invoice-note.component.html +0 -181
  1077. package/src/lib/invoice-notes/invoice-note/components/invoice-note.component.ts +0 -141
  1078. package/src/lib/invoice-notes/invoice-note/invoice-note-routing.module.ts +0 -36
  1079. package/src/lib/invoice-notes/invoice-note/invoice-note.module.ts +0 -34
  1080. package/src/lib/invoices/invoice/components/invoice.component.html +0 -4182
  1081. package/src/lib/invoices/invoice/components/invoice.component.ts +0 -377
  1082. package/src/lib/invoices/invoice/invoice-routing.module.ts +0 -30
  1083. package/src/lib/invoices/invoice/invoice.module.ts +0 -34
  1084. package/src/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.html +0 -199
  1085. package/src/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.ts +0 -124
  1086. package/src/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.ts +0 -36
  1087. package/src/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.ts +0 -34
  1088. package/src/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.html +0 -199
  1089. package/src/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.ts +0 -124
  1090. package/src/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.ts +0 -36
  1091. package/src/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.ts +0 -34
  1092. package/src/lib/note-rules/note-rule/components/note-rule.component.html +0 -624
  1093. package/src/lib/note-rules/note-rule/components/note-rule.component.ts +0 -162
  1094. package/src/lib/note-rules/note-rule/note-rule-routing.module.ts +0 -31
  1095. package/src/lib/note-rules/note-rule/note-rule.module.ts +0 -34
  1096. package/src/lib/params-companies/params-company/components/params-company.component.html +0 -847
  1097. package/src/lib/params-companies/params-company/components/params-company.component.ts +0 -176
  1098. package/src/lib/params-companies/params-company/params-company-routing.module.ts +0 -34
  1099. package/src/lib/params-companies/params-company/params-company.module.ts +0 -34
  1100. package/src/lib/params-generals/params-general/components/params-general.component.html +0 -504
  1101. package/src/lib/params-generals/params-general/components/params-general.component.ts +0 -141
  1102. package/src/lib/params-generals/params-general/params-general-routing.module.ts +0 -34
  1103. package/src/lib/params-generals/params-general/params-general.module.ts +0 -34
  1104. package/src/lib/params-integrators/params-integrator/components/params-integrator.component.html +0 -499
  1105. package/src/lib/params-integrators/params-integrator/components/params-integrator.component.ts +0 -162
  1106. package/src/lib/params-integrators/params-integrator/params-integrator-routing.module.ts +0 -34
  1107. package/src/lib/params-integrators/params-integrator/params-integrator.module.ts +0 -34
  1108. package/src/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.html +0 -771
  1109. package/src/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.ts +0 -163
  1110. package/src/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.ts +0 -34
  1111. package/src/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.ts +0 -34
  1112. package/src/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.html +0 -433
  1113. package/src/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.ts +0 -151
  1114. package/src/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.ts +0 -34
  1115. package/src/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.ts +0 -34
  1116. package/src/lib/proxy/branches/branch.service.ts +0 -75
  1117. package/src/lib/proxy/branches/index.ts +0 -2
  1118. package/src/lib/proxy/branches/models.ts +0 -46
  1119. package/src/lib/proxy/business-partner-groups/business-partner-group.service.ts +0 -56
  1120. package/src/lib/proxy/business-partner-groups/index.ts +0 -2
  1121. package/src/lib/proxy/business-partner-groups/models.ts +0 -36
  1122. package/src/lib/proxy/business-partners/business-partner.service.ts +0 -74
  1123. package/src/lib/proxy/business-partners/index.ts +0 -2
  1124. package/src/lib/proxy/business-partners/models.ts +0 -70
  1125. package/src/lib/proxy/despatch-document-references/despatch-document-reference.service.ts +0 -92
  1126. package/src/lib/proxy/despatch-document-references/index.ts +0 -2
  1127. package/src/lib/proxy/despatch-document-references/models.ts +0 -57
  1128. package/src/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.ts +0 -92
  1129. package/src/lib/proxy/despatch-line-order-line-references/index.ts +0 -2
  1130. package/src/lib/proxy/despatch-line-order-line-references/models.ts +0 -86
  1131. package/src/lib/proxy/despatch-lines/despatch-line.service.ts +0 -92
  1132. package/src/lib/proxy/despatch-lines/index.ts +0 -2
  1133. package/src/lib/proxy/despatch-lines/models.ts +0 -108
  1134. package/src/lib/proxy/despatch-notes/despatch-note.service.ts +0 -92
  1135. package/src/lib/proxy/despatch-notes/index.ts +0 -2
  1136. package/src/lib/proxy/despatch-notes/models.ts +0 -36
  1137. package/src/lib/proxy/despatches/despatch.service.ts +0 -75
  1138. package/src/lib/proxy/despatches/index.ts +0 -2
  1139. package/src/lib/proxy/despatches/models.ts +0 -338
  1140. package/src/lib/proxy/generate-proxy.json +0 -31780
  1141. package/src/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.ts +0 -75
  1142. package/src/lib/proxy/gib-partner-pk-alls/index.ts +0 -2
  1143. package/src/lib/proxy/gib-partner-pk-alls/models.ts +0 -62
  1144. package/src/lib/proxy/gib-partner-pks/gib-partner-pk.service.ts +0 -75
  1145. package/src/lib/proxy/gib-partner-pks/index.ts +0 -2
  1146. package/src/lib/proxy/gib-partner-pks/models.ts +0 -62
  1147. package/src/lib/proxy/index.ts +0 -31
  1148. package/src/lib/proxy/invoice-document-references/index.ts +0 -2
  1149. package/src/lib/proxy/invoice-document-references/invoice-document-reference.service.ts +0 -92
  1150. package/src/lib/proxy/invoice-document-references/models.ts +0 -57
  1151. package/src/lib/proxy/invoice-line-despatch-line-references/index.ts +0 -2
  1152. package/src/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.ts +0 -92
  1153. package/src/lib/proxy/invoice-line-despatch-line-references/models.ts +0 -61
  1154. package/src/lib/proxy/invoice-line-order-line-references/index.ts +0 -2
  1155. package/src/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.ts +0 -92
  1156. package/src/lib/proxy/invoice-line-order-line-references/models.ts +0 -86
  1157. package/src/lib/proxy/invoice-line-receipt-line-references/index.ts +0 -2
  1158. package/src/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.ts +0 -92
  1159. package/src/lib/proxy/invoice-line-receipt-line-references/models.ts +0 -61
  1160. package/src/lib/proxy/invoice-lines/index.ts +0 -2
  1161. package/src/lib/proxy/invoice-lines/invoice-line.service.ts +0 -92
  1162. package/src/lib/proxy/invoice-lines/models.ts +0 -108
  1163. package/src/lib/proxy/invoice-notes/index.ts +0 -2
  1164. package/src/lib/proxy/invoice-notes/invoice-note.service.ts +0 -92
  1165. package/src/lib/proxy/invoice-notes/models.ts +0 -36
  1166. package/src/lib/proxy/invoices/index.ts +0 -2
  1167. package/src/lib/proxy/invoices/invoice.service.ts +0 -75
  1168. package/src/lib/proxy/invoices/models.ts +0 -359
  1169. package/src/lib/proxy/note-rule-doc-types/index.ts +0 -2
  1170. package/src/lib/proxy/note-rule-doc-types/models.ts +0 -31
  1171. package/src/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.ts +0 -74
  1172. package/src/lib/proxy/note-rule-scenarios/index.ts +0 -2
  1173. package/src/lib/proxy/note-rule-scenarios/models.ts +0 -31
  1174. package/src/lib/proxy/note-rule-scenarios/note-rule-scenario.service.ts +0 -74
  1175. package/src/lib/proxy/note-rules/index.ts +0 -2
  1176. package/src/lib/proxy/note-rules/models.ts +0 -78
  1177. package/src/lib/proxy/note-rules/note-rule.service.ts +0 -75
  1178. package/src/lib/proxy/params-companies/index.ts +0 -2
  1179. package/src/lib/proxy/params-companies/models.ts +0 -101
  1180. package/src/lib/proxy/params-companies/params-company.service.ts +0 -75
  1181. package/src/lib/proxy/params-generals/index.ts +0 -2
  1182. package/src/lib/proxy/params-generals/models.ts +0 -44
  1183. package/src/lib/proxy/params-generals/params-general.service.ts +0 -75
  1184. package/src/lib/proxy/params-integrators/index.ts +0 -2
  1185. package/src/lib/proxy/params-integrators/models.ts +0 -72
  1186. package/src/lib/proxy/params-integrators/params-integrator.service.ts +0 -92
  1187. package/src/lib/proxy/paramse-dispatches/index.ts +0 -2
  1188. package/src/lib/proxy/paramse-dispatches/models.ts +0 -73
  1189. package/src/lib/proxy/paramse-dispatches/paramse-dispatch.service.ts +0 -75
  1190. package/src/lib/proxy/paramse-invoices/index.ts +0 -2
  1191. package/src/lib/proxy/paramse-invoices/models.ts +0 -48
  1192. package/src/lib/proxy/paramse-invoices/paramse-invoice.service.ts +0 -75
  1193. package/src/lib/proxy/shared/index.ts +0 -1
  1194. package/src/lib/proxy/shared/models.ts +0 -14
  1195. package/src/lib/proxy/xslt-formats/index.ts +0 -2
  1196. package/src/lib/proxy/xslt-formats/models.ts +0 -33
  1197. package/src/lib/proxy/xslt-formats/xslt-format.service.ts +0 -56
  1198. package/src/lib/proxy/xslt-rule-doc-types/index.ts +0 -2
  1199. package/src/lib/proxy/xslt-rule-doc-types/models.ts +0 -31
  1200. package/src/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.ts +0 -74
  1201. package/src/lib/proxy/xslt-rule-scenarios/index.ts +0 -2
  1202. package/src/lib/proxy/xslt-rule-scenarios/models.ts +0 -31
  1203. package/src/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.ts +0 -74
  1204. package/src/lib/proxy/xslt-rules/index.ts +0 -2
  1205. package/src/lib/proxy/xslt-rules/models.ts +0 -61
  1206. package/src/lib/proxy/xslt-rules/xslt-rule.service.ts +0 -74
  1207. package/src/lib/services/e-donusum.service.ts +0 -18
  1208. package/src/lib/xslt-formats/xslt-format/components/xslt-format.component.html +0 -272
  1209. package/src/lib/xslt-formats/xslt-format/components/xslt-format.component.ts +0 -122
  1210. package/src/lib/xslt-formats/xslt-format/xslt-format-routing.module.ts +0 -36
  1211. package/src/lib/xslt-formats/xslt-format/xslt-format.module.ts +0 -34
  1212. package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.html +0 -199
  1213. package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.ts +0 -124
  1214. package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.ts +0 -18
  1215. package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.ts +0 -34
  1216. package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.html +0 -199
  1217. package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.ts +0 -124
  1218. package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.ts +0 -18
  1219. package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.ts +0 -34
  1220. package/src/lib/xslt-rules/xslt-rule/components/xslt-rule.component.html +0 -496
  1221. package/src/lib/xslt-rules/xslt-rule/components/xslt-rule.component.ts +0 -141
  1222. package/src/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.ts +0 -30
  1223. package/src/lib/xslt-rules/xslt-rule/xslt-rule.module.ts +0 -34
  1224. package/src/public-api.ts +0 -7
  1225. package/src/test.ts +0 -29
  1226. package/tsconfig.lib.json +0 -20
  1227. package/tsconfig.lib.prod.json +0 -10
  1228. package/tsconfig.spec.json +0 -17
  1229. /package/config/{src/enums/index.ts → enums/index.d.ts} +0 -0
  1230. /package/config/{src/providers/index.ts → providers/index.d.ts} +0 -0
  1231. /package/config/{src/public-api.ts → public-api.d.ts} +0 -0
@@ -1,4182 +0,0 @@
1
- <abp-page [title]="'eDonusum::Invoices' | abpLocalization">
2
- <abp-page-toolbar-container class="col">
3
- <div class="text-lg-end pt-2">
4
- <button
5
- class="btn btn-primary btn-sm mx-2"
6
- type="button"
7
- [disabled]="isExportToExcelBusy"
8
- (click)="exportToExcel()"
9
- >
10
- {{ 'eDonusum::ExportToExcel' | abpLocalization }}
11
- </button>
12
-
13
- <button
14
- *abpPermission="'eDonusum.Invoices.Create'"
15
- class="btn btn-primary btn-sm"
16
- type="button"
17
- (click)="create()"
18
- >
19
- <i class="fa fa-plus me-1" aria-hidden="true"></i>
20
- {{ 'eDonusum::NewInvoice' | abpLocalization }}
21
- </button>
22
- </div>
23
- </abp-page-toolbar-container>
24
-
25
- <abp-advanced-entity-filters localizationSourceName="eDonusum" [list]="list">
26
- <abp-advanced-entity-filters-form>
27
- <form #filterForm (keyup.enter)="list.get()">
28
- <div class="row">
29
- <div class="col-12 col-sm-auto">
30
- <div class="mb-3">
31
- <label class="form-label" for="ublVersionIdFilter">
32
- {{ 'eDonusum::UblVersionId' | abpLocalization }}
33
- </label>
34
-
35
- <input
36
- id="ublVersionIdFilter"
37
- class="form-control"
38
- [(ngModel)]="filters.ublVersionId"
39
- [ngModelOptions]="{ standalone: true }"
40
- />
41
- </div>
42
- </div>
43
- <div class="col-12 col-sm-auto">
44
- <div class="mb-3">
45
- <label class="form-label" for="customizationIdFilter">
46
- {{ 'eDonusum::CustomizationId' | abpLocalization }}
47
- </label>
48
-
49
- <input
50
- id="customizationIdFilter"
51
- class="form-control"
52
- [(ngModel)]="filters.customizationId"
53
- [ngModelOptions]="{ standalone: true }"
54
- />
55
- </div>
56
- </div>
57
- <div class="col-12 col-sm-auto">
58
- <div class="mb-3">
59
- <label class="form-label" for="profileIdFilter">
60
- {{ 'eDonusum::ProfileId' | abpLocalization }}
61
- </label>
62
-
63
- <input
64
- id="profileIdFilter"
65
- class="form-control"
66
- [(ngModel)]="filters.profileId"
67
- [ngModelOptions]="{ standalone: true }"
68
- />
69
- </div>
70
- </div>
71
- <div class="col-12 col-sm-auto">
72
- <div class="mb-3">
73
- <label class="form-label" for="invoiceIdFilter">
74
- {{ 'eDonusum::InvoiceId' | abpLocalization }}
75
- </label>
76
-
77
- <input
78
- id="invoiceIdFilter"
79
- class="form-control"
80
- [(ngModel)]="filters.invoiceId"
81
- [ngModelOptions]="{ standalone: true }"
82
- />
83
- </div>
84
- </div>
85
- <div class="col-12 col-sm-auto">
86
- <div class="mb-3">
87
- <label class="form-label" for="copyIndicatorFilter">
88
- {{ 'eDonusum::CopyIndicator' | abpLocalization }}
89
- </label>
90
-
91
- <select
92
- name="copyIndicator"
93
- id="copyIndicatorFilter"
94
- class="form-select form-control"
95
- [(ngModel)]="filters.copyIndicator"
96
- [ngModelOptions]="{ standalone: true }"
97
- (change)="list.get()"
98
- >
99
- <option [ngValue]=""></option>
100
- <option [ngValue]="true">{{ 'AbpUi::Yes' | abpLocalization }}</option>
101
- <option [ngValue]="false">{{ 'AbpUi::No' | abpLocalization }}</option>
102
- </select>
103
- </div>
104
- </div>
105
- <div class="col-12 col-sm-auto">
106
- <div class="mb-3">
107
- <label class="form-label" for="uuIdFilter">
108
- {{ 'eDonusum::UuId' | abpLocalization }}
109
- </label>
110
-
111
- <input
112
- id="uuIdFilter"
113
- class="form-control"
114
- [(ngModel)]="filters.uuId"
115
- [ngModelOptions]="{ standalone: true }"
116
- />
117
- </div>
118
- </div>
119
- <div class="col-12 col-sm-auto">
120
- <div class="mb-3">
121
- <label class="form-label" for="minIssueDate">
122
- {{ 'eDonusum::MinIssueDate' | abpLocalization }}
123
- </label>
124
-
125
- <div class="input-group" validationTarget>
126
- <input
127
- id="minIssueDate"
128
- class="form-control"
129
- #minIssueDateInput
130
- #minIssueDateDatepicker="ngbDatepicker"
131
- name="minIssueDate"
132
- ngbDatepicker
133
- container="body"
134
- readonly
135
- (click)="minIssueDateDatepicker.toggle()"
136
- (keyup.space)="minIssueDateDatepicker.toggle()"
137
- [(ngModel)]="filters.issueDateMin"
138
- [ngModelOptions]="{ standalone: true }"
139
- />
140
- <div *ngIf="minIssueDateInput.value" class="input-group-append">
141
- <button
142
- class="btn btn-link px-2"
143
- type="button"
144
- [title]="'AbpUi::Clear' | abpLocalization"
145
- (click)="
146
- minIssueDateDatepicker.writeValue(null);
147
- minIssueDateDatepicker.manualDateChange(null, true)
148
- "
149
- >
150
- <i class="fa fa-times" aria-hidden="true"></i>
151
- </button>
152
- </div>
153
- </div>
154
- </div>
155
- </div>
156
-
157
- <div class="col-12 col-sm-auto">
158
- <div class="mb-3">
159
- <label class="form-label" for="maxIssueDate">
160
- {{ 'eDonusum::MaxIssueDate' | abpLocalization }}
161
- </label>
162
-
163
- <div class="input-group" validationTarget>
164
- <input
165
- id="maxIssueDate"
166
- class="form-control"
167
- #maxIssueDateInput
168
- #maxIssueDateDatepicker="ngbDatepicker"
169
- name="maxIssueDate"
170
- ngbDatepicker
171
- readonly
172
- (click)="maxIssueDateDatepicker.toggle()"
173
- (keyup.space)="maxIssueDateDatepicker.toggle()"
174
- [(ngModel)]="filters.issueDateMax"
175
- [ngModelOptions]="{ standalone: true }"
176
- />
177
- <div *ngIf="maxIssueDateInput.value" class="input-group-append">
178
- <button
179
- class="btn btn-link px-2"
180
- type="button"
181
- [title]="'AbpUi::Clear' | abpLocalization"
182
- (click)="
183
- maxIssueDateDatepicker.writeValue(null);
184
- maxIssueDateDatepicker.manualDateChange(null, true)
185
- "
186
- >
187
- <i class="fa fa-times" aria-hidden="true"></i>
188
- </button>
189
- </div>
190
- </div>
191
- </div>
192
- </div>
193
- <div class="col-12 col-sm-auto">
194
- <div class="mb-3">
195
- <label class="form-label" for="minIssueTime">
196
- {{ 'eDonusum::MinIssueTime' | abpLocalization }}
197
- </label>
198
-
199
- <div class="input-group" validationTarget>
200
- <input
201
- id="minIssueTime"
202
- class="form-control"
203
- #minIssueTimeInput
204
- #minIssueTimeDatepicker="ngbDatepicker"
205
- name="minIssueTime"
206
- ngbDatepicker
207
- container="body"
208
- readonly
209
- (click)="minIssueTimeDatepicker.toggle()"
210
- (keyup.space)="minIssueTimeDatepicker.toggle()"
211
- [(ngModel)]="filters.issueTimeMin"
212
- [ngModelOptions]="{ standalone: true }"
213
- />
214
- <div *ngIf="minIssueTimeInput.value" class="input-group-append">
215
- <button
216
- class="btn btn-link px-2"
217
- type="button"
218
- [title]="'AbpUi::Clear' | abpLocalization"
219
- (click)="
220
- minIssueTimeDatepicker.writeValue(null);
221
- minIssueTimeDatepicker.manualDateChange(null, true)
222
- "
223
- >
224
- <i class="fa fa-times" aria-hidden="true"></i>
225
- </button>
226
- </div>
227
- </div>
228
- </div>
229
- </div>
230
-
231
- <div class="col-12 col-sm-auto">
232
- <div class="mb-3">
233
- <label class="form-label" for="maxIssueTime">
234
- {{ 'eDonusum::MaxIssueTime' | abpLocalization }}
235
- </label>
236
-
237
- <div class="input-group" validationTarget>
238
- <input
239
- id="maxIssueTime"
240
- class="form-control"
241
- #maxIssueTimeInput
242
- #maxIssueTimeDatepicker="ngbDatepicker"
243
- name="maxIssueTime"
244
- ngbDatepicker
245
- readonly
246
- (click)="maxIssueTimeDatepicker.toggle()"
247
- (keyup.space)="maxIssueTimeDatepicker.toggle()"
248
- [(ngModel)]="filters.issueTimeMax"
249
- [ngModelOptions]="{ standalone: true }"
250
- />
251
- <div *ngIf="maxIssueTimeInput.value" class="input-group-append">
252
- <button
253
- class="btn btn-link px-2"
254
- type="button"
255
- [title]="'AbpUi::Clear' | abpLocalization"
256
- (click)="
257
- maxIssueTimeDatepicker.writeValue(null);
258
- maxIssueTimeDatepicker.manualDateChange(null, true)
259
- "
260
- >
261
- <i class="fa fa-times" aria-hidden="true"></i>
262
- </button>
263
- </div>
264
- </div>
265
- </div>
266
- </div>
267
- <div class="col-12 col-sm-auto">
268
- <div class="mb-3">
269
- <label class="form-label" for="invoiceTypeCodeFilter">
270
- {{ 'eDonusum::InvoiceTypeCode' | abpLocalization }}
271
- </label>
272
-
273
- <input
274
- id="invoiceTypeCodeFilter"
275
- class="form-control"
276
- [(ngModel)]="filters.invoiceTypeCode"
277
- [ngModelOptions]="{ standalone: true }"
278
- />
279
- </div>
280
- </div>
281
- <div class="col-12 col-sm-auto">
282
- <div class="mb-3">
283
- <label class="form-label" for="documentCurrencyCodeFilter">
284
- {{ 'eDonusum::DocumentCurrencyCode' | abpLocalization }}
285
- </label>
286
-
287
- <input
288
- id="documentCurrencyCodeFilter"
289
- class="form-control"
290
- [(ngModel)]="filters.documentCurrencyCode"
291
- [ngModelOptions]="{ standalone: true }"
292
- />
293
- </div>
294
- </div>
295
- <div class="col-12 col-sm-auto">
296
- <div class="mb-3">
297
- <label class="form-label" for="taxCurrencyCodeFilter">
298
- {{ 'eDonusum::TaxCurrencyCode' | abpLocalization }}
299
- </label>
300
-
301
- <input
302
- id="taxCurrencyCodeFilter"
303
- class="form-control"
304
- [(ngModel)]="filters.taxCurrencyCode"
305
- [ngModelOptions]="{ standalone: true }"
306
- />
307
- </div>
308
- </div>
309
- <div class="col-12 col-sm-auto">
310
- <div class="mb-3">
311
- <label class="form-label" for="pricingCurrencyCodeFilter">
312
- {{ 'eDonusum::PricingCurrencyCode' | abpLocalization }}
313
- </label>
314
-
315
- <input
316
- id="pricingCurrencyCodeFilter"
317
- class="form-control"
318
- [(ngModel)]="filters.pricingCurrencyCode"
319
- [ngModelOptions]="{ standalone: true }"
320
- />
321
- </div>
322
- </div>
323
- <div class="col-12 col-sm-auto">
324
- <div class="mb-3">
325
- <label class="form-label" for="paymentCurrencyCodeFilter">
326
- {{ 'eDonusum::PaymentCurrencyCode' | abpLocalization }}
327
- </label>
328
-
329
- <input
330
- id="paymentCurrencyCodeFilter"
331
- class="form-control"
332
- [(ngModel)]="filters.paymentCurrencyCode"
333
- [ngModelOptions]="{ standalone: true }"
334
- />
335
- </div>
336
- </div>
337
- <div class="col-12 col-sm-auto">
338
- <div class="mb-3">
339
- <label class="form-label" for="paymentAlternativeCurrencyCodeFilter">
340
- {{ 'eDonusum::PaymentAlternativeCurrencyCode' | abpLocalization }}
341
- </label>
342
-
343
- <input
344
- id="paymentAlternativeCurrencyCodeFilter"
345
- class="form-control"
346
- [(ngModel)]="filters.paymentAlternativeCurrencyCode"
347
- [ngModelOptions]="{ standalone: true }"
348
- />
349
- </div>
350
- </div>
351
- <div class="col-12 col-sm-auto">
352
- <div class="mb-3">
353
- <label class="form-label" for="accountingCostFilter">
354
- {{ 'eDonusum::AccountingCost' | abpLocalization }}
355
- </label>
356
-
357
- <input
358
- id="accountingCostFilter"
359
- class="form-control"
360
- [(ngModel)]="filters.accountingCost"
361
- [ngModelOptions]="{ standalone: true }"
362
- />
363
- </div>
364
- </div>
365
- <div class="col-12 col-sm-auto">
366
- <div class="mb-3">
367
- <label class="form-label" for="minLineCountNumeric">
368
- {{ 'eDonusum::MinLineCountNumeric' | abpLocalization }}
369
- </label>
370
-
371
- <input
372
- id="minLineCountNumeric"
373
- type="number"
374
- class="form-control"
375
- [(ngModel)]="filters.lineCountNumericMin"
376
- [ngModelOptions]="{ standalone: true }"
377
- />
378
- </div>
379
- </div>
380
-
381
- <div class="col-12 col-sm-auto">
382
- <div class="mb-3">
383
- <label class="form-label" for="maxLineCountNumeric">
384
- {{ 'eDonusum::MaxLineCountNumeric' | abpLocalization }}
385
- </label>
386
-
387
- <input
388
- id="maxLineCountNumeric"
389
- type="number"
390
- class="form-control"
391
- [(ngModel)]="filters.lineCountNumericMax"
392
- [ngModelOptions]="{ standalone: true }"
393
- />
394
- </div>
395
- </div>
396
- <div class="col-12 col-sm-auto">
397
- <div class="mb-3">
398
- <label class="form-label" for="minInvoicePeriodStartDate">
399
- {{ 'eDonusum::MinInvoicePeriodStartDate' | abpLocalization }}
400
- </label>
401
-
402
- <div class="input-group" validationTarget>
403
- <input
404
- id="minInvoicePeriodStartDate"
405
- class="form-control"
406
- #minInvoicePeriodStartDateInput
407
- #minInvoicePeriodStartDateDatepicker="ngbDatepicker"
408
- name="minInvoicePeriodStartDate"
409
- ngbDatepicker
410
- container="body"
411
- readonly
412
- (click)="minInvoicePeriodStartDateDatepicker.toggle()"
413
- (keyup.space)="minInvoicePeriodStartDateDatepicker.toggle()"
414
- [(ngModel)]="filters.invoicePeriodStartDateMin"
415
- [ngModelOptions]="{ standalone: true }"
416
- />
417
- <div *ngIf="minInvoicePeriodStartDateInput.value" class="input-group-append">
418
- <button
419
- class="btn btn-link px-2"
420
- type="button"
421
- [title]="'AbpUi::Clear' | abpLocalization"
422
- (click)="
423
- minInvoicePeriodStartDateDatepicker.writeValue(null);
424
- minInvoicePeriodStartDateDatepicker.manualDateChange(null, true)
425
- "
426
- >
427
- <i class="fa fa-times" aria-hidden="true"></i>
428
- </button>
429
- </div>
430
- </div>
431
- </div>
432
- </div>
433
-
434
- <div class="col-12 col-sm-auto">
435
- <div class="mb-3">
436
- <label class="form-label" for="maxInvoicePeriodStartDate">
437
- {{ 'eDonusum::MaxInvoicePeriodStartDate' | abpLocalization }}
438
- </label>
439
-
440
- <div class="input-group" validationTarget>
441
- <input
442
- id="maxInvoicePeriodStartDate"
443
- class="form-control"
444
- #maxInvoicePeriodStartDateInput
445
- #maxInvoicePeriodStartDateDatepicker="ngbDatepicker"
446
- name="maxInvoicePeriodStartDate"
447
- ngbDatepicker
448
- readonly
449
- (click)="maxInvoicePeriodStartDateDatepicker.toggle()"
450
- (keyup.space)="maxInvoicePeriodStartDateDatepicker.toggle()"
451
- [(ngModel)]="filters.invoicePeriodStartDateMax"
452
- [ngModelOptions]="{ standalone: true }"
453
- />
454
- <div *ngIf="maxInvoicePeriodStartDateInput.value" class="input-group-append">
455
- <button
456
- class="btn btn-link px-2"
457
- type="button"
458
- [title]="'AbpUi::Clear' | abpLocalization"
459
- (click)="
460
- maxInvoicePeriodStartDateDatepicker.writeValue(null);
461
- maxInvoicePeriodStartDateDatepicker.manualDateChange(null, true)
462
- "
463
- >
464
- <i class="fa fa-times" aria-hidden="true"></i>
465
- </button>
466
- </div>
467
- </div>
468
- </div>
469
- </div>
470
- <div class="col-12 col-sm-auto">
471
- <div class="mb-3">
472
- <label class="form-label" for="minInvoicePeriodStartTime">
473
- {{ 'eDonusum::MinInvoicePeriodStartTime' | abpLocalization }}
474
- </label>
475
-
476
- <div class="input-group" validationTarget>
477
- <input
478
- id="minInvoicePeriodStartTime"
479
- class="form-control"
480
- #minInvoicePeriodStartTimeInput
481
- #minInvoicePeriodStartTimeDatepicker="ngbDatepicker"
482
- name="minInvoicePeriodStartTime"
483
- ngbDatepicker
484
- container="body"
485
- readonly
486
- (click)="minInvoicePeriodStartTimeDatepicker.toggle()"
487
- (keyup.space)="minInvoicePeriodStartTimeDatepicker.toggle()"
488
- [(ngModel)]="filters.invoicePeriodStartTimeMin"
489
- [ngModelOptions]="{ standalone: true }"
490
- />
491
- <div *ngIf="minInvoicePeriodStartTimeInput.value" class="input-group-append">
492
- <button
493
- class="btn btn-link px-2"
494
- type="button"
495
- [title]="'AbpUi::Clear' | abpLocalization"
496
- (click)="
497
- minInvoicePeriodStartTimeDatepicker.writeValue(null);
498
- minInvoicePeriodStartTimeDatepicker.manualDateChange(null, true)
499
- "
500
- >
501
- <i class="fa fa-times" aria-hidden="true"></i>
502
- </button>
503
- </div>
504
- </div>
505
- </div>
506
- </div>
507
-
508
- <div class="col-12 col-sm-auto">
509
- <div class="mb-3">
510
- <label class="form-label" for="maxInvoicePeriodStartTime">
511
- {{ 'eDonusum::MaxInvoicePeriodStartTime' | abpLocalization }}
512
- </label>
513
-
514
- <div class="input-group" validationTarget>
515
- <input
516
- id="maxInvoicePeriodStartTime"
517
- class="form-control"
518
- #maxInvoicePeriodStartTimeInput
519
- #maxInvoicePeriodStartTimeDatepicker="ngbDatepicker"
520
- name="maxInvoicePeriodStartTime"
521
- ngbDatepicker
522
- readonly
523
- (click)="maxInvoicePeriodStartTimeDatepicker.toggle()"
524
- (keyup.space)="maxInvoicePeriodStartTimeDatepicker.toggle()"
525
- [(ngModel)]="filters.invoicePeriodStartTimeMax"
526
- [ngModelOptions]="{ standalone: true }"
527
- />
528
- <div *ngIf="maxInvoicePeriodStartTimeInput.value" class="input-group-append">
529
- <button
530
- class="btn btn-link px-2"
531
- type="button"
532
- [title]="'AbpUi::Clear' | abpLocalization"
533
- (click)="
534
- maxInvoicePeriodStartTimeDatepicker.writeValue(null);
535
- maxInvoicePeriodStartTimeDatepicker.manualDateChange(null, true)
536
- "
537
- >
538
- <i class="fa fa-times" aria-hidden="true"></i>
539
- </button>
540
- </div>
541
- </div>
542
- </div>
543
- </div>
544
- <div class="col-12 col-sm-auto">
545
- <div class="mb-3">
546
- <label class="form-label" for="minInvoicePeriodEndDate">
547
- {{ 'eDonusum::MinInvoicePeriodEndDate' | abpLocalization }}
548
- </label>
549
-
550
- <div class="input-group" validationTarget>
551
- <input
552
- id="minInvoicePeriodEndDate"
553
- class="form-control"
554
- #minInvoicePeriodEndDateInput
555
- #minInvoicePeriodEndDateDatepicker="ngbDatepicker"
556
- name="minInvoicePeriodEndDate"
557
- ngbDatepicker
558
- container="body"
559
- readonly
560
- (click)="minInvoicePeriodEndDateDatepicker.toggle()"
561
- (keyup.space)="minInvoicePeriodEndDateDatepicker.toggle()"
562
- [(ngModel)]="filters.invoicePeriodEndDateMin"
563
- [ngModelOptions]="{ standalone: true }"
564
- />
565
- <div *ngIf="minInvoicePeriodEndDateInput.value" class="input-group-append">
566
- <button
567
- class="btn btn-link px-2"
568
- type="button"
569
- [title]="'AbpUi::Clear' | abpLocalization"
570
- (click)="
571
- minInvoicePeriodEndDateDatepicker.writeValue(null);
572
- minInvoicePeriodEndDateDatepicker.manualDateChange(null, true)
573
- "
574
- >
575
- <i class="fa fa-times" aria-hidden="true"></i>
576
- </button>
577
- </div>
578
- </div>
579
- </div>
580
- </div>
581
-
582
- <div class="col-12 col-sm-auto">
583
- <div class="mb-3">
584
- <label class="form-label" for="maxInvoicePeriodEndDate">
585
- {{ 'eDonusum::MaxInvoicePeriodEndDate' | abpLocalization }}
586
- </label>
587
-
588
- <div class="input-group" validationTarget>
589
- <input
590
- id="maxInvoicePeriodEndDate"
591
- class="form-control"
592
- #maxInvoicePeriodEndDateInput
593
- #maxInvoicePeriodEndDateDatepicker="ngbDatepicker"
594
- name="maxInvoicePeriodEndDate"
595
- ngbDatepicker
596
- readonly
597
- (click)="maxInvoicePeriodEndDateDatepicker.toggle()"
598
- (keyup.space)="maxInvoicePeriodEndDateDatepicker.toggle()"
599
- [(ngModel)]="filters.invoicePeriodEndDateMax"
600
- [ngModelOptions]="{ standalone: true }"
601
- />
602
- <div *ngIf="maxInvoicePeriodEndDateInput.value" class="input-group-append">
603
- <button
604
- class="btn btn-link px-2"
605
- type="button"
606
- [title]="'AbpUi::Clear' | abpLocalization"
607
- (click)="
608
- maxInvoicePeriodEndDateDatepicker.writeValue(null);
609
- maxInvoicePeriodEndDateDatepicker.manualDateChange(null, true)
610
- "
611
- >
612
- <i class="fa fa-times" aria-hidden="true"></i>
613
- </button>
614
- </div>
615
- </div>
616
- </div>
617
- </div>
618
- <div class="col-12 col-sm-auto">
619
- <div class="mb-3">
620
- <label class="form-label" for="minInvoicePeriodEndTime">
621
- {{ 'eDonusum::MinInvoicePeriodEndTime' | abpLocalization }}
622
- </label>
623
-
624
- <div class="input-group" validationTarget>
625
- <input
626
- id="minInvoicePeriodEndTime"
627
- class="form-control"
628
- #minInvoicePeriodEndTimeInput
629
- #minInvoicePeriodEndTimeDatepicker="ngbDatepicker"
630
- name="minInvoicePeriodEndTime"
631
- ngbDatepicker
632
- container="body"
633
- readonly
634
- (click)="minInvoicePeriodEndTimeDatepicker.toggle()"
635
- (keyup.space)="minInvoicePeriodEndTimeDatepicker.toggle()"
636
- [(ngModel)]="filters.invoicePeriodEndTimeMin"
637
- [ngModelOptions]="{ standalone: true }"
638
- />
639
- <div *ngIf="minInvoicePeriodEndTimeInput.value" class="input-group-append">
640
- <button
641
- class="btn btn-link px-2"
642
- type="button"
643
- [title]="'AbpUi::Clear' | abpLocalization"
644
- (click)="
645
- minInvoicePeriodEndTimeDatepicker.writeValue(null);
646
- minInvoicePeriodEndTimeDatepicker.manualDateChange(null, true)
647
- "
648
- >
649
- <i class="fa fa-times" aria-hidden="true"></i>
650
- </button>
651
- </div>
652
- </div>
653
- </div>
654
- </div>
655
-
656
- <div class="col-12 col-sm-auto">
657
- <div class="mb-3">
658
- <label class="form-label" for="maxInvoicePeriodEndTime">
659
- {{ 'eDonusum::MaxInvoicePeriodEndTime' | abpLocalization }}
660
- </label>
661
-
662
- <div class="input-group" validationTarget>
663
- <input
664
- id="maxInvoicePeriodEndTime"
665
- class="form-control"
666
- #maxInvoicePeriodEndTimeInput
667
- #maxInvoicePeriodEndTimeDatepicker="ngbDatepicker"
668
- name="maxInvoicePeriodEndTime"
669
- ngbDatepicker
670
- readonly
671
- (click)="maxInvoicePeriodEndTimeDatepicker.toggle()"
672
- (keyup.space)="maxInvoicePeriodEndTimeDatepicker.toggle()"
673
- [(ngModel)]="filters.invoicePeriodEndTimeMax"
674
- [ngModelOptions]="{ standalone: true }"
675
- />
676
- <div *ngIf="maxInvoicePeriodEndTimeInput.value" class="input-group-append">
677
- <button
678
- class="btn btn-link px-2"
679
- type="button"
680
- [title]="'AbpUi::Clear' | abpLocalization"
681
- (click)="
682
- maxInvoicePeriodEndTimeDatepicker.writeValue(null);
683
- maxInvoicePeriodEndTimeDatepicker.manualDateChange(null, true)
684
- "
685
- >
686
- <i class="fa fa-times" aria-hidden="true"></i>
687
- </button>
688
- </div>
689
- </div>
690
- </div>
691
- </div>
692
- <div class="col-12 col-sm-auto">
693
- <div class="mb-3">
694
- <label class="form-label" for="minInvoicePeriodDurationMeasure">
695
- {{ 'eDonusum::MinInvoicePeriodDurationMeasure' | abpLocalization }}
696
- </label>
697
-
698
- <div class="input-group" validationTarget>
699
- <input
700
- id="minInvoicePeriodDurationMeasure"
701
- class="form-control"
702
- #minInvoicePeriodDurationMeasureInput
703
- #minInvoicePeriodDurationMeasureDatepicker="ngbDatepicker"
704
- name="minInvoicePeriodDurationMeasure"
705
- ngbDatepicker
706
- container="body"
707
- readonly
708
- (click)="minInvoicePeriodDurationMeasureDatepicker.toggle()"
709
- (keyup.space)="minInvoicePeriodDurationMeasureDatepicker.toggle()"
710
- [(ngModel)]="filters.invoicePeriodDurationMeasureMin"
711
- [ngModelOptions]="{ standalone: true }"
712
- />
713
- <div *ngIf="minInvoicePeriodDurationMeasureInput.value" class="input-group-append">
714
- <button
715
- class="btn btn-link px-2"
716
- type="button"
717
- [title]="'AbpUi::Clear' | abpLocalization"
718
- (click)="
719
- minInvoicePeriodDurationMeasureDatepicker.writeValue(null);
720
- minInvoicePeriodDurationMeasureDatepicker.manualDateChange(null, true)
721
- "
722
- >
723
- <i class="fa fa-times" aria-hidden="true"></i>
724
- </button>
725
- </div>
726
- </div>
727
- </div>
728
- </div>
729
-
730
- <div class="col-12 col-sm-auto">
731
- <div class="mb-3">
732
- <label class="form-label" for="maxInvoicePeriodDurationMeasure">
733
- {{ 'eDonusum::MaxInvoicePeriodDurationMeasure' | abpLocalization }}
734
- </label>
735
-
736
- <div class="input-group" validationTarget>
737
- <input
738
- id="maxInvoicePeriodDurationMeasure"
739
- class="form-control"
740
- #maxInvoicePeriodDurationMeasureInput
741
- #maxInvoicePeriodDurationMeasureDatepicker="ngbDatepicker"
742
- name="maxInvoicePeriodDurationMeasure"
743
- ngbDatepicker
744
- readonly
745
- (click)="maxInvoicePeriodDurationMeasureDatepicker.toggle()"
746
- (keyup.space)="maxInvoicePeriodDurationMeasureDatepicker.toggle()"
747
- [(ngModel)]="filters.invoicePeriodDurationMeasureMax"
748
- [ngModelOptions]="{ standalone: true }"
749
- />
750
- <div *ngIf="maxInvoicePeriodDurationMeasureInput.value" class="input-group-append">
751
- <button
752
- class="btn btn-link px-2"
753
- type="button"
754
- [title]="'AbpUi::Clear' | abpLocalization"
755
- (click)="
756
- maxInvoicePeriodDurationMeasureDatepicker.writeValue(null);
757
- maxInvoicePeriodDurationMeasureDatepicker.manualDateChange(null, true)
758
- "
759
- >
760
- <i class="fa fa-times" aria-hidden="true"></i>
761
- </button>
762
- </div>
763
- </div>
764
- </div>
765
- </div>
766
- <div class="col-12 col-sm-auto">
767
- <div class="mb-3">
768
- <label class="form-label" for="invoicePeriodDescriptionFilter">
769
- {{ 'eDonusum::InvoicePeriodDescription' | abpLocalization }}
770
- </label>
771
-
772
- <input
773
- id="invoicePeriodDescriptionFilter"
774
- class="form-control"
775
- [(ngModel)]="filters.invoicePeriodDescription"
776
- [ngModelOptions]="{ standalone: true }"
777
- />
778
- </div>
779
- </div>
780
- <div class="col-12 col-sm-auto">
781
- <div class="mb-3">
782
- <label class="form-label" for="orderReferenceIdFilter">
783
- {{ 'eDonusum::OrderReferenceId' | abpLocalization }}
784
- </label>
785
-
786
- <input
787
- id="orderReferenceIdFilter"
788
- class="form-control"
789
- [(ngModel)]="filters.orderReferenceId"
790
- [ngModelOptions]="{ standalone: true }"
791
- />
792
- </div>
793
- </div>
794
- <div class="col-12 col-sm-auto">
795
- <div class="mb-3">
796
- <label class="form-label" for="orderReferenceSalesOrderIdFilter">
797
- {{ 'eDonusum::OrderReferenceSalesOrderId' | abpLocalization }}
798
- </label>
799
-
800
- <input
801
- id="orderReferenceSalesOrderIdFilter"
802
- class="form-control"
803
- [(ngModel)]="filters.orderReferenceSalesOrderId"
804
- [ngModelOptions]="{ standalone: true }"
805
- />
806
- </div>
807
- </div>
808
- <div class="col-12 col-sm-auto">
809
- <div class="mb-3">
810
- <label class="form-label" for="minOrderReferenceIssueDate">
811
- {{ 'eDonusum::MinOrderReferenceIssueDate' | abpLocalization }}
812
- </label>
813
-
814
- <div class="input-group" validationTarget>
815
- <input
816
- id="minOrderReferenceIssueDate"
817
- class="form-control"
818
- #minOrderReferenceIssueDateInput
819
- #minOrderReferenceIssueDateDatepicker="ngbDatepicker"
820
- name="minOrderReferenceIssueDate"
821
- ngbDatepicker
822
- container="body"
823
- readonly
824
- (click)="minOrderReferenceIssueDateDatepicker.toggle()"
825
- (keyup.space)="minOrderReferenceIssueDateDatepicker.toggle()"
826
- [(ngModel)]="filters.orderReferenceIssueDateMin"
827
- [ngModelOptions]="{ standalone: true }"
828
- />
829
- <div *ngIf="minOrderReferenceIssueDateInput.value" class="input-group-append">
830
- <button
831
- class="btn btn-link px-2"
832
- type="button"
833
- [title]="'AbpUi::Clear' | abpLocalization"
834
- (click)="
835
- minOrderReferenceIssueDateDatepicker.writeValue(null);
836
- minOrderReferenceIssueDateDatepicker.manualDateChange(null, true)
837
- "
838
- >
839
- <i class="fa fa-times" aria-hidden="true"></i>
840
- </button>
841
- </div>
842
- </div>
843
- </div>
844
- </div>
845
-
846
- <div class="col-12 col-sm-auto">
847
- <div class="mb-3">
848
- <label class="form-label" for="maxOrderReferenceIssueDate">
849
- {{ 'eDonusum::MaxOrderReferenceIssueDate' | abpLocalization }}
850
- </label>
851
-
852
- <div class="input-group" validationTarget>
853
- <input
854
- id="maxOrderReferenceIssueDate"
855
- class="form-control"
856
- #maxOrderReferenceIssueDateInput
857
- #maxOrderReferenceIssueDateDatepicker="ngbDatepicker"
858
- name="maxOrderReferenceIssueDate"
859
- ngbDatepicker
860
- readonly
861
- (click)="maxOrderReferenceIssueDateDatepicker.toggle()"
862
- (keyup.space)="maxOrderReferenceIssueDateDatepicker.toggle()"
863
- [(ngModel)]="filters.orderReferenceIssueDateMax"
864
- [ngModelOptions]="{ standalone: true }"
865
- />
866
- <div *ngIf="maxOrderReferenceIssueDateInput.value" class="input-group-append">
867
- <button
868
- class="btn btn-link px-2"
869
- type="button"
870
- [title]="'AbpUi::Clear' | abpLocalization"
871
- (click)="
872
- maxOrderReferenceIssueDateDatepicker.writeValue(null);
873
- maxOrderReferenceIssueDateDatepicker.manualDateChange(null, true)
874
- "
875
- >
876
- <i class="fa fa-times" aria-hidden="true"></i>
877
- </button>
878
- </div>
879
- </div>
880
- </div>
881
- </div>
882
- <div class="col-12 col-sm-auto">
883
- <div class="mb-3">
884
- <label class="form-label" for="orderReferenceOrderTypeCodeFilter">
885
- {{ 'eDonusum::OrderReferenceOrderTypeCode' | abpLocalization }}
886
- </label>
887
-
888
- <input
889
- id="orderReferenceOrderTypeCodeFilter"
890
- class="form-control"
891
- [(ngModel)]="filters.orderReferenceOrderTypeCode"
892
- [ngModelOptions]="{ standalone: true }"
893
- />
894
- </div>
895
- </div>
896
- <div class="col-12 col-sm-auto">
897
- <div class="mb-3">
898
- <label class="form-label" for="accountingSupplierPartyNameFilter">
899
- {{ 'eDonusum::AccountingSupplierPartyName' | abpLocalization }}
900
- </label>
901
-
902
- <input
903
- id="accountingSupplierPartyNameFilter"
904
- class="form-control"
905
- [(ngModel)]="filters.accountingSupplierPartyName"
906
- [ngModelOptions]="{ standalone: true }"
907
- />
908
- </div>
909
- </div>
910
- <div class="col-12 col-sm-auto">
911
- <div class="mb-3">
912
- <label class="form-label" for="accountingSupplierPartySchemeIdFilter">
913
- {{ 'eDonusum::AccountingSupplierPartySchemeId' | abpLocalization }}
914
- </label>
915
-
916
- <input
917
- id="accountingSupplierPartySchemeIdFilter"
918
- class="form-control"
919
- [(ngModel)]="filters.accountingSupplierPartySchemeId"
920
- [ngModelOptions]="{ standalone: true }"
921
- />
922
- </div>
923
- </div>
924
- <div class="col-12 col-sm-auto">
925
- <div class="mb-3">
926
- <label class="form-label" for="accountingSupplierPartyVknTcknFilter">
927
- {{ 'eDonusum::AccountingSupplierPartyVknTckn' | abpLocalization }}
928
- </label>
929
-
930
- <input
931
- id="accountingSupplierPartyVknTcknFilter"
932
- class="form-control"
933
- [(ngModel)]="filters.accountingSupplierPartyVknTckn"
934
- [ngModelOptions]="{ standalone: true }"
935
- />
936
- </div>
937
- </div>
938
- <div class="col-12 col-sm-auto">
939
- <div class="mb-3">
940
- <label class="form-label" for="accountingCustomerPartyNameFilter">
941
- {{ 'eDonusum::AccountingCustomerPartyName' | abpLocalization }}
942
- </label>
943
-
944
- <input
945
- id="accountingCustomerPartyNameFilter"
946
- class="form-control"
947
- [(ngModel)]="filters.accountingCustomerPartyName"
948
- [ngModelOptions]="{ standalone: true }"
949
- />
950
- </div>
951
- </div>
952
- <div class="col-12 col-sm-auto">
953
- <div class="mb-3">
954
- <label class="form-label" for="accountingCustomerPartySchemeIdFilter">
955
- {{ 'eDonusum::AccountingCustomerPartySchemeId' | abpLocalization }}
956
- </label>
957
-
958
- <input
959
- id="accountingCustomerPartySchemeIdFilter"
960
- class="form-control"
961
- [(ngModel)]="filters.accountingCustomerPartySchemeId"
962
- [ngModelOptions]="{ standalone: true }"
963
- />
964
- </div>
965
- </div>
966
- <div class="col-12 col-sm-auto">
967
- <div class="mb-3">
968
- <label class="form-label" for="accountingCustomerPartyVknTcknFilter">
969
- {{ 'eDonusum::AccountingCustomerPartyVknTckn' | abpLocalization }}
970
- </label>
971
-
972
- <input
973
- id="accountingCustomerPartyVknTcknFilter"
974
- class="form-control"
975
- [(ngModel)]="filters.accountingCustomerPartyVknTckn"
976
- [ngModelOptions]="{ standalone: true }"
977
- />
978
- </div>
979
- </div>
980
- <div class="col-12 col-sm-auto">
981
- <div class="mb-3">
982
- <label class="form-label" for="buyerCustomerPartyNameFilter">
983
- {{ 'eDonusum::BuyerCustomerPartyName' | abpLocalization }}
984
- </label>
985
-
986
- <input
987
- id="buyerCustomerPartyNameFilter"
988
- class="form-control"
989
- [(ngModel)]="filters.buyerCustomerPartyName"
990
- [ngModelOptions]="{ standalone: true }"
991
- />
992
- </div>
993
- </div>
994
- <div class="col-12 col-sm-auto">
995
- <div class="mb-3">
996
- <label class="form-label" for="buyerCustomerPartySchemeIdFilter">
997
- {{ 'eDonusum::BuyerCustomerPartySchemeId' | abpLocalization }}
998
- </label>
999
-
1000
- <input
1001
- id="buyerCustomerPartySchemeIdFilter"
1002
- class="form-control"
1003
- [(ngModel)]="filters.buyerCustomerPartySchemeId"
1004
- [ngModelOptions]="{ standalone: true }"
1005
- />
1006
- </div>
1007
- </div>
1008
- <div class="col-12 col-sm-auto">
1009
- <div class="mb-3">
1010
- <label class="form-label" for="buyerCustomerPartyVknTcknFilter">
1011
- {{ 'eDonusum::BuyerCustomerPartyVknTckn' | abpLocalization }}
1012
- </label>
1013
-
1014
- <input
1015
- id="buyerCustomerPartyVknTcknFilter"
1016
- class="form-control"
1017
- [(ngModel)]="filters.buyerCustomerPartyVknTckn"
1018
- [ngModelOptions]="{ standalone: true }"
1019
- />
1020
- </div>
1021
- </div>
1022
- <div class="col-12 col-sm-auto">
1023
- <div class="mb-3">
1024
- <label class="form-label" for="sellerSupplierPartyNameFilter">
1025
- {{ 'eDonusum::SellerSupplierPartyName' | abpLocalization }}
1026
- </label>
1027
-
1028
- <input
1029
- id="sellerSupplierPartyNameFilter"
1030
- class="form-control"
1031
- [(ngModel)]="filters.sellerSupplierPartyName"
1032
- [ngModelOptions]="{ standalone: true }"
1033
- />
1034
- </div>
1035
- </div>
1036
- <div class="col-12 col-sm-auto">
1037
- <div class="mb-3">
1038
- <label class="form-label" for="sellerSupplierPartySchemeIdFilter">
1039
- {{ 'eDonusum::SellerSupplierPartySchemeId' | abpLocalization }}
1040
- </label>
1041
-
1042
- <input
1043
- id="sellerSupplierPartySchemeIdFilter"
1044
- class="form-control"
1045
- [(ngModel)]="filters.sellerSupplierPartySchemeId"
1046
- [ngModelOptions]="{ standalone: true }"
1047
- />
1048
- </div>
1049
- </div>
1050
- <div class="col-12 col-sm-auto">
1051
- <div class="mb-3">
1052
- <label class="form-label" for="sellerSupplierPartyVknTcknFilter">
1053
- {{ 'eDonusum::SellerSupplierPartyVknTckn' | abpLocalization }}
1054
- </label>
1055
-
1056
- <input
1057
- id="sellerSupplierPartyVknTcknFilter"
1058
- class="form-control"
1059
- [(ngModel)]="filters.sellerSupplierPartyVknTckn"
1060
- [ngModelOptions]="{ standalone: true }"
1061
- />
1062
- </div>
1063
- </div>
1064
- <div class="col-12 col-sm-auto">
1065
- <div class="mb-3">
1066
- <label class="form-label" for="taxRepresentativePartyNameFilter">
1067
- {{ 'eDonusum::TaxRepresentativePartyName' | abpLocalization }}
1068
- </label>
1069
-
1070
- <input
1071
- id="taxRepresentativePartyNameFilter"
1072
- class="form-control"
1073
- [(ngModel)]="filters.taxRepresentativePartyName"
1074
- [ngModelOptions]="{ standalone: true }"
1075
- />
1076
- </div>
1077
- </div>
1078
- <div class="col-12 col-sm-auto">
1079
- <div class="mb-3">
1080
- <label class="form-label" for="taxRepresentativePartySchemeIdFilter">
1081
- {{ 'eDonusum::TaxRepresentativePartySchemeId' | abpLocalization }}
1082
- </label>
1083
-
1084
- <input
1085
- id="taxRepresentativePartySchemeIdFilter"
1086
- class="form-control"
1087
- [(ngModel)]="filters.taxRepresentativePartySchemeId"
1088
- [ngModelOptions]="{ standalone: true }"
1089
- />
1090
- </div>
1091
- </div>
1092
- <div class="col-12 col-sm-auto">
1093
- <div class="mb-3">
1094
- <label class="form-label" for="taxRepresentativePartyVknTcknFilter">
1095
- {{ 'eDonusum::TaxRepresentativePartyVknTckn' | abpLocalization }}
1096
- </label>
1097
-
1098
- <input
1099
- id="taxRepresentativePartyVknTcknFilter"
1100
- class="form-control"
1101
- [(ngModel)]="filters.taxRepresentativePartyVknTckn"
1102
- [ngModelOptions]="{ standalone: true }"
1103
- />
1104
- </div>
1105
- </div>
1106
- <div class="col-12 col-sm-auto">
1107
- <div class="mb-3">
1108
- <label class="form-label" for="taxExchangeRateSourceCurrencyCodeFilter">
1109
- {{ 'eDonusum::TaxExchangeRateSourceCurrencyCode' | abpLocalization }}
1110
- </label>
1111
-
1112
- <input
1113
- id="taxExchangeRateSourceCurrencyCodeFilter"
1114
- class="form-control"
1115
- [(ngModel)]="filters.taxExchangeRateSourceCurrencyCode"
1116
- [ngModelOptions]="{ standalone: true }"
1117
- />
1118
- </div>
1119
- </div>
1120
- <div class="col-12 col-sm-auto">
1121
- <div class="mb-3">
1122
- <label class="form-label" for="taxExchangeRateTargetCurrencyCodeFilter">
1123
- {{ 'eDonusum::TaxExchangeRateTargetCurrencyCode' | abpLocalization }}
1124
- </label>
1125
-
1126
- <input
1127
- id="taxExchangeRateTargetCurrencyCodeFilter"
1128
- class="form-control"
1129
- [(ngModel)]="filters.taxExchangeRateTargetCurrencyCode"
1130
- [ngModelOptions]="{ standalone: true }"
1131
- />
1132
- </div>
1133
- </div>
1134
- <div class="col-12 col-sm-auto">
1135
- <div class="mb-3">
1136
- <label class="form-label" for="minTaxExchangeRateCalculationRate">
1137
- {{ 'eDonusum::MinTaxExchangeRateCalculationRate' | abpLocalization }}
1138
- </label>
1139
-
1140
- <input
1141
- id="minTaxExchangeRateCalculationRate"
1142
- type="number"
1143
- class="form-control"
1144
- [(ngModel)]="filters.taxExchangeRateCalculationRateMin"
1145
- [ngModelOptions]="{ standalone: true }"
1146
- />
1147
- </div>
1148
- </div>
1149
-
1150
- <div class="col-12 col-sm-auto">
1151
- <div class="mb-3">
1152
- <label class="form-label" for="maxTaxExchangeRateCalculationRate">
1153
- {{ 'eDonusum::MaxTaxExchangeRateCalculationRate' | abpLocalization }}
1154
- </label>
1155
-
1156
- <input
1157
- id="maxTaxExchangeRateCalculationRate"
1158
- type="number"
1159
- class="form-control"
1160
- [(ngModel)]="filters.taxExchangeRateCalculationRateMax"
1161
- [ngModelOptions]="{ standalone: true }"
1162
- />
1163
- </div>
1164
- </div>
1165
- <div class="col-12 col-sm-auto">
1166
- <div class="mb-3">
1167
- <label class="form-label" for="minTaxExchangeRateDate">
1168
- {{ 'eDonusum::MinTaxExchangeRateDate' | abpLocalization }}
1169
- </label>
1170
-
1171
- <div class="input-group" validationTarget>
1172
- <input
1173
- id="minTaxExchangeRateDate"
1174
- class="form-control"
1175
- #minTaxExchangeRateDateInput
1176
- #minTaxExchangeRateDateDatepicker="ngbDatepicker"
1177
- name="minTaxExchangeRateDate"
1178
- ngbDatepicker
1179
- container="body"
1180
- readonly
1181
- (click)="minTaxExchangeRateDateDatepicker.toggle()"
1182
- (keyup.space)="minTaxExchangeRateDateDatepicker.toggle()"
1183
- [(ngModel)]="filters.taxExchangeRateDateMin"
1184
- [ngModelOptions]="{ standalone: true }"
1185
- />
1186
- <div *ngIf="minTaxExchangeRateDateInput.value" class="input-group-append">
1187
- <button
1188
- class="btn btn-link px-2"
1189
- type="button"
1190
- [title]="'AbpUi::Clear' | abpLocalization"
1191
- (click)="
1192
- minTaxExchangeRateDateDatepicker.writeValue(null);
1193
- minTaxExchangeRateDateDatepicker.manualDateChange(null, true)
1194
- "
1195
- >
1196
- <i class="fa fa-times" aria-hidden="true"></i>
1197
- </button>
1198
- </div>
1199
- </div>
1200
- </div>
1201
- </div>
1202
-
1203
- <div class="col-12 col-sm-auto">
1204
- <div class="mb-3">
1205
- <label class="form-label" for="maxTaxExchangeRateDate">
1206
- {{ 'eDonusum::MaxTaxExchangeRateDate' | abpLocalization }}
1207
- </label>
1208
-
1209
- <div class="input-group" validationTarget>
1210
- <input
1211
- id="maxTaxExchangeRateDate"
1212
- class="form-control"
1213
- #maxTaxExchangeRateDateInput
1214
- #maxTaxExchangeRateDateDatepicker="ngbDatepicker"
1215
- name="maxTaxExchangeRateDate"
1216
- ngbDatepicker
1217
- readonly
1218
- (click)="maxTaxExchangeRateDateDatepicker.toggle()"
1219
- (keyup.space)="maxTaxExchangeRateDateDatepicker.toggle()"
1220
- [(ngModel)]="filters.taxExchangeRateDateMax"
1221
- [ngModelOptions]="{ standalone: true }"
1222
- />
1223
- <div *ngIf="maxTaxExchangeRateDateInput.value" class="input-group-append">
1224
- <button
1225
- class="btn btn-link px-2"
1226
- type="button"
1227
- [title]="'AbpUi::Clear' | abpLocalization"
1228
- (click)="
1229
- maxTaxExchangeRateDateDatepicker.writeValue(null);
1230
- maxTaxExchangeRateDateDatepicker.manualDateChange(null, true)
1231
- "
1232
- >
1233
- <i class="fa fa-times" aria-hidden="true"></i>
1234
- </button>
1235
- </div>
1236
- </div>
1237
- </div>
1238
- </div>
1239
- <div class="col-12 col-sm-auto">
1240
- <div class="mb-3">
1241
- <label class="form-label" for="pricingExchangeRateSourceCurrencyCodeFilter">
1242
- {{ 'eDonusum::PricingExchangeRateSourceCurrencyCode' | abpLocalization }}
1243
- </label>
1244
-
1245
- <input
1246
- id="pricingExchangeRateSourceCurrencyCodeFilter"
1247
- class="form-control"
1248
- [(ngModel)]="filters.pricingExchangeRateSourceCurrencyCode"
1249
- [ngModelOptions]="{ standalone: true }"
1250
- />
1251
- </div>
1252
- </div>
1253
- <div class="col-12 col-sm-auto">
1254
- <div class="mb-3">
1255
- <label class="form-label" for="pricingExchangeRateTargetCurrencyCodeFilter">
1256
- {{ 'eDonusum::PricingExchangeRateTargetCurrencyCode' | abpLocalization }}
1257
- </label>
1258
-
1259
- <input
1260
- id="pricingExchangeRateTargetCurrencyCodeFilter"
1261
- class="form-control"
1262
- [(ngModel)]="filters.pricingExchangeRateTargetCurrencyCode"
1263
- [ngModelOptions]="{ standalone: true }"
1264
- />
1265
- </div>
1266
- </div>
1267
- <div class="col-12 col-sm-auto">
1268
- <div class="mb-3">
1269
- <label class="form-label" for="minPricingExchangeRateCalculationRate">
1270
- {{ 'eDonusum::MinPricingExchangeRateCalculationRate' | abpLocalization }}
1271
- </label>
1272
-
1273
- <input
1274
- id="minPricingExchangeRateCalculationRate"
1275
- type="number"
1276
- class="form-control"
1277
- [(ngModel)]="filters.pricingExchangeRateCalculationRateMin"
1278
- [ngModelOptions]="{ standalone: true }"
1279
- />
1280
- </div>
1281
- </div>
1282
-
1283
- <div class="col-12 col-sm-auto">
1284
- <div class="mb-3">
1285
- <label class="form-label" for="maxPricingExchangeRateCalculationRate">
1286
- {{ 'eDonusum::MaxPricingExchangeRateCalculationRate' | abpLocalization }}
1287
- </label>
1288
-
1289
- <input
1290
- id="maxPricingExchangeRateCalculationRate"
1291
- type="number"
1292
- class="form-control"
1293
- [(ngModel)]="filters.pricingExchangeRateCalculationRateMax"
1294
- [ngModelOptions]="{ standalone: true }"
1295
- />
1296
- </div>
1297
- </div>
1298
- <div class="col-12 col-sm-auto">
1299
- <div class="mb-3">
1300
- <label class="form-label" for="minPricingExchangeRateDate">
1301
- {{ 'eDonusum::MinPricingExchangeRateDate' | abpLocalization }}
1302
- </label>
1303
-
1304
- <div class="input-group" validationTarget>
1305
- <input
1306
- id="minPricingExchangeRateDate"
1307
- class="form-control"
1308
- #minPricingExchangeRateDateInput
1309
- #minPricingExchangeRateDateDatepicker="ngbDatepicker"
1310
- name="minPricingExchangeRateDate"
1311
- ngbDatepicker
1312
- container="body"
1313
- readonly
1314
- (click)="minPricingExchangeRateDateDatepicker.toggle()"
1315
- (keyup.space)="minPricingExchangeRateDateDatepicker.toggle()"
1316
- [(ngModel)]="filters.pricingExchangeRateDateMin"
1317
- [ngModelOptions]="{ standalone: true }"
1318
- />
1319
- <div *ngIf="minPricingExchangeRateDateInput.value" class="input-group-append">
1320
- <button
1321
- class="btn btn-link px-2"
1322
- type="button"
1323
- [title]="'AbpUi::Clear' | abpLocalization"
1324
- (click)="
1325
- minPricingExchangeRateDateDatepicker.writeValue(null);
1326
- minPricingExchangeRateDateDatepicker.manualDateChange(null, true)
1327
- "
1328
- >
1329
- <i class="fa fa-times" aria-hidden="true"></i>
1330
- </button>
1331
- </div>
1332
- </div>
1333
- </div>
1334
- </div>
1335
-
1336
- <div class="col-12 col-sm-auto">
1337
- <div class="mb-3">
1338
- <label class="form-label" for="maxPricingExchangeRateDate">
1339
- {{ 'eDonusum::MaxPricingExchangeRateDate' | abpLocalization }}
1340
- </label>
1341
-
1342
- <div class="input-group" validationTarget>
1343
- <input
1344
- id="maxPricingExchangeRateDate"
1345
- class="form-control"
1346
- #maxPricingExchangeRateDateInput
1347
- #maxPricingExchangeRateDateDatepicker="ngbDatepicker"
1348
- name="maxPricingExchangeRateDate"
1349
- ngbDatepicker
1350
- readonly
1351
- (click)="maxPricingExchangeRateDateDatepicker.toggle()"
1352
- (keyup.space)="maxPricingExchangeRateDateDatepicker.toggle()"
1353
- [(ngModel)]="filters.pricingExchangeRateDateMax"
1354
- [ngModelOptions]="{ standalone: true }"
1355
- />
1356
- <div *ngIf="maxPricingExchangeRateDateInput.value" class="input-group-append">
1357
- <button
1358
- class="btn btn-link px-2"
1359
- type="button"
1360
- [title]="'AbpUi::Clear' | abpLocalization"
1361
- (click)="
1362
- maxPricingExchangeRateDateDatepicker.writeValue(null);
1363
- maxPricingExchangeRateDateDatepicker.manualDateChange(null, true)
1364
- "
1365
- >
1366
- <i class="fa fa-times" aria-hidden="true"></i>
1367
- </button>
1368
- </div>
1369
- </div>
1370
- </div>
1371
- </div>
1372
- <div class="col-12 col-sm-auto">
1373
- <div class="mb-3">
1374
- <label class="form-label" for="paymentExchangeRateSourceCurrencyCodeFilter">
1375
- {{ 'eDonusum::PaymentExchangeRateSourceCurrencyCode' | abpLocalization }}
1376
- </label>
1377
-
1378
- <input
1379
- id="paymentExchangeRateSourceCurrencyCodeFilter"
1380
- class="form-control"
1381
- [(ngModel)]="filters.paymentExchangeRateSourceCurrencyCode"
1382
- [ngModelOptions]="{ standalone: true }"
1383
- />
1384
- </div>
1385
- </div>
1386
- <div class="col-12 col-sm-auto">
1387
- <div class="mb-3">
1388
- <label class="form-label" for="paymentExchangeRateTargetCurrencyCodeFilter">
1389
- {{ 'eDonusum::PaymentExchangeRateTargetCurrencyCode' | abpLocalization }}
1390
- </label>
1391
-
1392
- <input
1393
- id="paymentExchangeRateTargetCurrencyCodeFilter"
1394
- class="form-control"
1395
- [(ngModel)]="filters.paymentExchangeRateTargetCurrencyCode"
1396
- [ngModelOptions]="{ standalone: true }"
1397
- />
1398
- </div>
1399
- </div>
1400
- <div class="col-12 col-sm-auto">
1401
- <div class="mb-3">
1402
- <label class="form-label" for="minPaymentExchangeRateCalculationRate">
1403
- {{ 'eDonusum::MinPaymentExchangeRateCalculationRate' | abpLocalization }}
1404
- </label>
1405
-
1406
- <input
1407
- id="minPaymentExchangeRateCalculationRate"
1408
- type="number"
1409
- class="form-control"
1410
- [(ngModel)]="filters.paymentExchangeRateCalculationRateMin"
1411
- [ngModelOptions]="{ standalone: true }"
1412
- />
1413
- </div>
1414
- </div>
1415
-
1416
- <div class="col-12 col-sm-auto">
1417
- <div class="mb-3">
1418
- <label class="form-label" for="maxPaymentExchangeRateCalculationRate">
1419
- {{ 'eDonusum::MaxPaymentExchangeRateCalculationRate' | abpLocalization }}
1420
- </label>
1421
-
1422
- <input
1423
- id="maxPaymentExchangeRateCalculationRate"
1424
- type="number"
1425
- class="form-control"
1426
- [(ngModel)]="filters.paymentExchangeRateCalculationRateMax"
1427
- [ngModelOptions]="{ standalone: true }"
1428
- />
1429
- </div>
1430
- </div>
1431
- <div class="col-12 col-sm-auto">
1432
- <div class="mb-3">
1433
- <label class="form-label" for="minPaymentExchangeRateDate">
1434
- {{ 'eDonusum::MinPaymentExchangeRateDate' | abpLocalization }}
1435
- </label>
1436
-
1437
- <div class="input-group" validationTarget>
1438
- <input
1439
- id="minPaymentExchangeRateDate"
1440
- class="form-control"
1441
- #minPaymentExchangeRateDateInput
1442
- #minPaymentExchangeRateDateDatepicker="ngbDatepicker"
1443
- name="minPaymentExchangeRateDate"
1444
- ngbDatepicker
1445
- container="body"
1446
- readonly
1447
- (click)="minPaymentExchangeRateDateDatepicker.toggle()"
1448
- (keyup.space)="minPaymentExchangeRateDateDatepicker.toggle()"
1449
- [(ngModel)]="filters.paymentExchangeRateDateMin"
1450
- [ngModelOptions]="{ standalone: true }"
1451
- />
1452
- <div *ngIf="minPaymentExchangeRateDateInput.value" class="input-group-append">
1453
- <button
1454
- class="btn btn-link px-2"
1455
- type="button"
1456
- [title]="'AbpUi::Clear' | abpLocalization"
1457
- (click)="
1458
- minPaymentExchangeRateDateDatepicker.writeValue(null);
1459
- minPaymentExchangeRateDateDatepicker.manualDateChange(null, true)
1460
- "
1461
- >
1462
- <i class="fa fa-times" aria-hidden="true"></i>
1463
- </button>
1464
- </div>
1465
- </div>
1466
- </div>
1467
- </div>
1468
-
1469
- <div class="col-12 col-sm-auto">
1470
- <div class="mb-3">
1471
- <label class="form-label" for="maxPaymentExchangeRateDate">
1472
- {{ 'eDonusum::MaxPaymentExchangeRateDate' | abpLocalization }}
1473
- </label>
1474
-
1475
- <div class="input-group" validationTarget>
1476
- <input
1477
- id="maxPaymentExchangeRateDate"
1478
- class="form-control"
1479
- #maxPaymentExchangeRateDateInput
1480
- #maxPaymentExchangeRateDateDatepicker="ngbDatepicker"
1481
- name="maxPaymentExchangeRateDate"
1482
- ngbDatepicker
1483
- readonly
1484
- (click)="maxPaymentExchangeRateDateDatepicker.toggle()"
1485
- (keyup.space)="maxPaymentExchangeRateDateDatepicker.toggle()"
1486
- [(ngModel)]="filters.paymentExchangeRateDateMax"
1487
- [ngModelOptions]="{ standalone: true }"
1488
- />
1489
- <div *ngIf="maxPaymentExchangeRateDateInput.value" class="input-group-append">
1490
- <button
1491
- class="btn btn-link px-2"
1492
- type="button"
1493
- [title]="'AbpUi::Clear' | abpLocalization"
1494
- (click)="
1495
- maxPaymentExchangeRateDateDatepicker.writeValue(null);
1496
- maxPaymentExchangeRateDateDatepicker.manualDateChange(null, true)
1497
- "
1498
- >
1499
- <i class="fa fa-times" aria-hidden="true"></i>
1500
- </button>
1501
- </div>
1502
- </div>
1503
- </div>
1504
- </div>
1505
- <div class="col-12 col-sm-auto">
1506
- <div class="mb-3">
1507
- <label
1508
- class="form-label"
1509
- for="paymentAlternativeExchangeRateSourceCurrencyCodeFilter"
1510
- >
1511
- {{ 'eDonusum::PaymentAlternativeExchangeRateSourceCurrencyCode' | abpLocalization }}
1512
- </label>
1513
-
1514
- <input
1515
- id="paymentAlternativeExchangeRateSourceCurrencyCodeFilter"
1516
- class="form-control"
1517
- [(ngModel)]="filters.paymentAlternativeExchangeRateSourceCurrencyCode"
1518
- [ngModelOptions]="{ standalone: true }"
1519
- />
1520
- </div>
1521
- </div>
1522
- <div class="col-12 col-sm-auto">
1523
- <div class="mb-3">
1524
- <label
1525
- class="form-label"
1526
- for="paymentAlternativeExchangeRateTargetCurrencyCodeFilter"
1527
- >
1528
- {{ 'eDonusum::PaymentAlternativeExchangeRateTargetCurrencyCode' | abpLocalization }}
1529
- </label>
1530
-
1531
- <input
1532
- id="paymentAlternativeExchangeRateTargetCurrencyCodeFilter"
1533
- class="form-control"
1534
- [(ngModel)]="filters.paymentAlternativeExchangeRateTargetCurrencyCode"
1535
- [ngModelOptions]="{ standalone: true }"
1536
- />
1537
- </div>
1538
- </div>
1539
- <div class="col-12 col-sm-auto">
1540
- <div class="mb-3">
1541
- <label class="form-label" for="minPaymentAlternativeExchangeRateCalculationRate">
1542
- {{ 'eDonusum::MinPaymentAlternativeExchangeRateCalculationRate' | abpLocalization }}
1543
- </label>
1544
-
1545
- <input
1546
- id="minPaymentAlternativeExchangeRateCalculationRate"
1547
- type="number"
1548
- class="form-control"
1549
- [(ngModel)]="filters.paymentAlternativeExchangeRateCalculationRateMin"
1550
- [ngModelOptions]="{ standalone: true }"
1551
- />
1552
- </div>
1553
- </div>
1554
-
1555
- <div class="col-12 col-sm-auto">
1556
- <div class="mb-3">
1557
- <label class="form-label" for="maxPaymentAlternativeExchangeRateCalculationRate">
1558
- {{ 'eDonusum::MaxPaymentAlternativeExchangeRateCalculationRate' | abpLocalization }}
1559
- </label>
1560
-
1561
- <input
1562
- id="maxPaymentAlternativeExchangeRateCalculationRate"
1563
- type="number"
1564
- class="form-control"
1565
- [(ngModel)]="filters.paymentAlternativeExchangeRateCalculationRateMax"
1566
- [ngModelOptions]="{ standalone: true }"
1567
- />
1568
- </div>
1569
- </div>
1570
- <div class="col-12 col-sm-auto">
1571
- <div class="mb-3">
1572
- <label class="form-label" for="minPaymentAlternativeExchangeRateDate">
1573
- {{ 'eDonusum::MinPaymentAlternativeExchangeRateDate' | abpLocalization }}
1574
- </label>
1575
-
1576
- <div class="input-group" validationTarget>
1577
- <input
1578
- id="minPaymentAlternativeExchangeRateDate"
1579
- class="form-control"
1580
- #minPaymentAlternativeExchangeRateDateInput
1581
- #minPaymentAlternativeExchangeRateDateDatepicker="ngbDatepicker"
1582
- name="minPaymentAlternativeExchangeRateDate"
1583
- ngbDatepicker
1584
- container="body"
1585
- readonly
1586
- (click)="minPaymentAlternativeExchangeRateDateDatepicker.toggle()"
1587
- (keyup.space)="minPaymentAlternativeExchangeRateDateDatepicker.toggle()"
1588
- [(ngModel)]="filters.paymentAlternativeExchangeRateDateMin"
1589
- [ngModelOptions]="{ standalone: true }"
1590
- />
1591
- <div
1592
- *ngIf="minPaymentAlternativeExchangeRateDateInput.value"
1593
- class="input-group-append"
1594
- >
1595
- <button
1596
- class="btn btn-link px-2"
1597
- type="button"
1598
- [title]="'AbpUi::Clear' | abpLocalization"
1599
- (click)="
1600
- minPaymentAlternativeExchangeRateDateDatepicker.writeValue(null);
1601
- minPaymentAlternativeExchangeRateDateDatepicker.manualDateChange(null, true)
1602
- "
1603
- >
1604
- <i class="fa fa-times" aria-hidden="true"></i>
1605
- </button>
1606
- </div>
1607
- </div>
1608
- </div>
1609
- </div>
1610
-
1611
- <div class="col-12 col-sm-auto">
1612
- <div class="mb-3">
1613
- <label class="form-label" for="maxPaymentAlternativeExchangeRateDate">
1614
- {{ 'eDonusum::MaxPaymentAlternativeExchangeRateDate' | abpLocalization }}
1615
- </label>
1616
-
1617
- <div class="input-group" validationTarget>
1618
- <input
1619
- id="maxPaymentAlternativeExchangeRateDate"
1620
- class="form-control"
1621
- #maxPaymentAlternativeExchangeRateDateInput
1622
- #maxPaymentAlternativeExchangeRateDateDatepicker="ngbDatepicker"
1623
- name="maxPaymentAlternativeExchangeRateDate"
1624
- ngbDatepicker
1625
- readonly
1626
- (click)="maxPaymentAlternativeExchangeRateDateDatepicker.toggle()"
1627
- (keyup.space)="maxPaymentAlternativeExchangeRateDateDatepicker.toggle()"
1628
- [(ngModel)]="filters.paymentAlternativeExchangeRateDateMax"
1629
- [ngModelOptions]="{ standalone: true }"
1630
- />
1631
- <div
1632
- *ngIf="maxPaymentAlternativeExchangeRateDateInput.value"
1633
- class="input-group-append"
1634
- >
1635
- <button
1636
- class="btn btn-link px-2"
1637
- type="button"
1638
- [title]="'AbpUi::Clear' | abpLocalization"
1639
- (click)="
1640
- maxPaymentAlternativeExchangeRateDateDatepicker.writeValue(null);
1641
- maxPaymentAlternativeExchangeRateDateDatepicker.manualDateChange(null, true)
1642
- "
1643
- >
1644
- <i class="fa fa-times" aria-hidden="true"></i>
1645
- </button>
1646
- </div>
1647
- </div>
1648
- </div>
1649
- </div>
1650
- <div class="col-12 col-sm-auto">
1651
- <div class="mb-3">
1652
- <label class="form-label" for="minLegalMonetaryTotalLineExtensionAmount">
1653
- {{ 'eDonusum::MinLegalMonetaryTotalLineExtensionAmount' | abpLocalization }}
1654
- </label>
1655
-
1656
- <input
1657
- id="minLegalMonetaryTotalLineExtensionAmount"
1658
- type="number"
1659
- class="form-control"
1660
- [(ngModel)]="filters.legalMonetaryTotalLineExtensionAmountMin"
1661
- [ngModelOptions]="{ standalone: true }"
1662
- />
1663
- </div>
1664
- </div>
1665
-
1666
- <div class="col-12 col-sm-auto">
1667
- <div class="mb-3">
1668
- <label class="form-label" for="maxLegalMonetaryTotalLineExtensionAmount">
1669
- {{ 'eDonusum::MaxLegalMonetaryTotalLineExtensionAmount' | abpLocalization }}
1670
- </label>
1671
-
1672
- <input
1673
- id="maxLegalMonetaryTotalLineExtensionAmount"
1674
- type="number"
1675
- class="form-control"
1676
- [(ngModel)]="filters.legalMonetaryTotalLineExtensionAmountMax"
1677
- [ngModelOptions]="{ standalone: true }"
1678
- />
1679
- </div>
1680
- </div>
1681
- <div class="col-12 col-sm-auto">
1682
- <div class="mb-3">
1683
- <label class="form-label" for="minLegalMonetaryTotalTaxExclusiveAmount">
1684
- {{ 'eDonusum::MinLegalMonetaryTotalTaxExclusiveAmount' | abpLocalization }}
1685
- </label>
1686
-
1687
- <input
1688
- id="minLegalMonetaryTotalTaxExclusiveAmount"
1689
- type="number"
1690
- class="form-control"
1691
- [(ngModel)]="filters.legalMonetaryTotalTaxExclusiveAmountMin"
1692
- [ngModelOptions]="{ standalone: true }"
1693
- />
1694
- </div>
1695
- </div>
1696
-
1697
- <div class="col-12 col-sm-auto">
1698
- <div class="mb-3">
1699
- <label class="form-label" for="maxLegalMonetaryTotalTaxExclusiveAmount">
1700
- {{ 'eDonusum::MaxLegalMonetaryTotalTaxExclusiveAmount' | abpLocalization }}
1701
- </label>
1702
-
1703
- <input
1704
- id="maxLegalMonetaryTotalTaxExclusiveAmount"
1705
- type="number"
1706
- class="form-control"
1707
- [(ngModel)]="filters.legalMonetaryTotalTaxExclusiveAmountMax"
1708
- [ngModelOptions]="{ standalone: true }"
1709
- />
1710
- </div>
1711
- </div>
1712
- <div class="col-12 col-sm-auto">
1713
- <div class="mb-3">
1714
- <label class="form-label" for="minLegalMonetaryTotalTaxInclusiveAmount">
1715
- {{ 'eDonusum::MinLegalMonetaryTotalTaxInclusiveAmount' | abpLocalization }}
1716
- </label>
1717
-
1718
- <input
1719
- id="minLegalMonetaryTotalTaxInclusiveAmount"
1720
- type="number"
1721
- class="form-control"
1722
- [(ngModel)]="filters.legalMonetaryTotalTaxInclusiveAmountMin"
1723
- [ngModelOptions]="{ standalone: true }"
1724
- />
1725
- </div>
1726
- </div>
1727
-
1728
- <div class="col-12 col-sm-auto">
1729
- <div class="mb-3">
1730
- <label class="form-label" for="maxLegalMonetaryTotalTaxInclusiveAmount">
1731
- {{ 'eDonusum::MaxLegalMonetaryTotalTaxInclusiveAmount' | abpLocalization }}
1732
- </label>
1733
-
1734
- <input
1735
- id="maxLegalMonetaryTotalTaxInclusiveAmount"
1736
- type="number"
1737
- class="form-control"
1738
- [(ngModel)]="filters.legalMonetaryTotalTaxInclusiveAmountMax"
1739
- [ngModelOptions]="{ standalone: true }"
1740
- />
1741
- </div>
1742
- </div>
1743
- <div class="col-12 col-sm-auto">
1744
- <div class="mb-3">
1745
- <label class="form-label" for="minLegalMonetaryTotalAllowanceTotalAmount">
1746
- {{ 'eDonusum::MinLegalMonetaryTotalAllowanceTotalAmount' | abpLocalization }}
1747
- </label>
1748
-
1749
- <input
1750
- id="minLegalMonetaryTotalAllowanceTotalAmount"
1751
- type="number"
1752
- class="form-control"
1753
- [(ngModel)]="filters.legalMonetaryTotalAllowanceTotalAmountMin"
1754
- [ngModelOptions]="{ standalone: true }"
1755
- />
1756
- </div>
1757
- </div>
1758
-
1759
- <div class="col-12 col-sm-auto">
1760
- <div class="mb-3">
1761
- <label class="form-label" for="maxLegalMonetaryTotalAllowanceTotalAmount">
1762
- {{ 'eDonusum::MaxLegalMonetaryTotalAllowanceTotalAmount' | abpLocalization }}
1763
- </label>
1764
-
1765
- <input
1766
- id="maxLegalMonetaryTotalAllowanceTotalAmount"
1767
- type="number"
1768
- class="form-control"
1769
- [(ngModel)]="filters.legalMonetaryTotalAllowanceTotalAmountMax"
1770
- [ngModelOptions]="{ standalone: true }"
1771
- />
1772
- </div>
1773
- </div>
1774
- <div class="col-12 col-sm-auto">
1775
- <div class="mb-3">
1776
- <label class="form-label" for="minLegalMonetaryTotalChargeTotalAmount">
1777
- {{ 'eDonusum::MinLegalMonetaryTotalChargeTotalAmount' | abpLocalization }}
1778
- </label>
1779
-
1780
- <input
1781
- id="minLegalMonetaryTotalChargeTotalAmount"
1782
- type="number"
1783
- class="form-control"
1784
- [(ngModel)]="filters.legalMonetaryTotalChargeTotalAmountMin"
1785
- [ngModelOptions]="{ standalone: true }"
1786
- />
1787
- </div>
1788
- </div>
1789
-
1790
- <div class="col-12 col-sm-auto">
1791
- <div class="mb-3">
1792
- <label class="form-label" for="maxLegalMonetaryTotalChargeTotalAmount">
1793
- {{ 'eDonusum::MaxLegalMonetaryTotalChargeTotalAmount' | abpLocalization }}
1794
- </label>
1795
-
1796
- <input
1797
- id="maxLegalMonetaryTotalChargeTotalAmount"
1798
- type="number"
1799
- class="form-control"
1800
- [(ngModel)]="filters.legalMonetaryTotalChargeTotalAmountMax"
1801
- [ngModelOptions]="{ standalone: true }"
1802
- />
1803
- </div>
1804
- </div>
1805
- <div class="col-12 col-sm-auto">
1806
- <div class="mb-3">
1807
- <label class="form-label" for="minLegalMonetaryTotalPayableRoundingAmount">
1808
- {{ 'eDonusum::MinLegalMonetaryTotalPayableRoundingAmount' | abpLocalization }}
1809
- </label>
1810
-
1811
- <input
1812
- id="minLegalMonetaryTotalPayableRoundingAmount"
1813
- type="number"
1814
- class="form-control"
1815
- [(ngModel)]="filters.legalMonetaryTotalPayableRoundingAmountMin"
1816
- [ngModelOptions]="{ standalone: true }"
1817
- />
1818
- </div>
1819
- </div>
1820
-
1821
- <div class="col-12 col-sm-auto">
1822
- <div class="mb-3">
1823
- <label class="form-label" for="maxLegalMonetaryTotalPayableRoundingAmount">
1824
- {{ 'eDonusum::MaxLegalMonetaryTotalPayableRoundingAmount' | abpLocalization }}
1825
- </label>
1826
-
1827
- <input
1828
- id="maxLegalMonetaryTotalPayableRoundingAmount"
1829
- type="number"
1830
- class="form-control"
1831
- [(ngModel)]="filters.legalMonetaryTotalPayableRoundingAmountMax"
1832
- [ngModelOptions]="{ standalone: true }"
1833
- />
1834
- </div>
1835
- </div>
1836
- <div class="col-12 col-sm-auto">
1837
- <div class="mb-3">
1838
- <label class="form-label" for="minLegalMonetaryTotalPayableAmount">
1839
- {{ 'eDonusum::MinLegalMonetaryTotalPayableAmount' | abpLocalization }}
1840
- </label>
1841
-
1842
- <input
1843
- id="minLegalMonetaryTotalPayableAmount"
1844
- type="number"
1845
- class="form-control"
1846
- [(ngModel)]="filters.legalMonetaryTotalPayableAmountMin"
1847
- [ngModelOptions]="{ standalone: true }"
1848
- />
1849
- </div>
1850
- </div>
1851
-
1852
- <div class="col-12 col-sm-auto">
1853
- <div class="mb-3">
1854
- <label class="form-label" for="maxLegalMonetaryTotalPayableAmount">
1855
- {{ 'eDonusum::MaxLegalMonetaryTotalPayableAmount' | abpLocalization }}
1856
- </label>
1857
-
1858
- <input
1859
- id="maxLegalMonetaryTotalPayableAmount"
1860
- type="number"
1861
- class="form-control"
1862
- [(ngModel)]="filters.legalMonetaryTotalPayableAmountMax"
1863
- [ngModelOptions]="{ standalone: true }"
1864
- />
1865
- </div>
1866
- </div>
1867
- <div class="col-12 col-sm-auto">
1868
- <div class="mb-3">
1869
- <label class="form-label" for="paymentTermsNoteFilter">
1870
- {{ 'eDonusum::PaymentTermsNote' | abpLocalization }}
1871
- </label>
1872
-
1873
- <input
1874
- id="paymentTermsNoteFilter"
1875
- class="form-control"
1876
- [(ngModel)]="filters.paymentTermsNote"
1877
- [ngModelOptions]="{ standalone: true }"
1878
- />
1879
- </div>
1880
- </div>
1881
- <div class="col-12 col-sm-auto">
1882
- <div class="mb-3">
1883
- <label class="form-label" for="minPaymentTermsPaymentDueDate">
1884
- {{ 'eDonusum::MinPaymentTermsPaymentDueDate' | abpLocalization }}
1885
- </label>
1886
-
1887
- <div class="input-group" validationTarget>
1888
- <input
1889
- id="minPaymentTermsPaymentDueDate"
1890
- class="form-control"
1891
- #minPaymentTermsPaymentDueDateInput
1892
- #minPaymentTermsPaymentDueDateDatepicker="ngbDatepicker"
1893
- name="minPaymentTermsPaymentDueDate"
1894
- ngbDatepicker
1895
- container="body"
1896
- readonly
1897
- (click)="minPaymentTermsPaymentDueDateDatepicker.toggle()"
1898
- (keyup.space)="minPaymentTermsPaymentDueDateDatepicker.toggle()"
1899
- [(ngModel)]="filters.paymentTermsPaymentDueDateMin"
1900
- [ngModelOptions]="{ standalone: true }"
1901
- />
1902
- <div *ngIf="minPaymentTermsPaymentDueDateInput.value" class="input-group-append">
1903
- <button
1904
- class="btn btn-link px-2"
1905
- type="button"
1906
- [title]="'AbpUi::Clear' | abpLocalization"
1907
- (click)="
1908
- minPaymentTermsPaymentDueDateDatepicker.writeValue(null);
1909
- minPaymentTermsPaymentDueDateDatepicker.manualDateChange(null, true)
1910
- "
1911
- >
1912
- <i class="fa fa-times" aria-hidden="true"></i>
1913
- </button>
1914
- </div>
1915
- </div>
1916
- </div>
1917
- </div>
1918
-
1919
- <div class="col-12 col-sm-auto">
1920
- <div class="mb-3">
1921
- <label class="form-label" for="maxPaymentTermsPaymentDueDate">
1922
- {{ 'eDonusum::MaxPaymentTermsPaymentDueDate' | abpLocalization }}
1923
- </label>
1924
-
1925
- <div class="input-group" validationTarget>
1926
- <input
1927
- id="maxPaymentTermsPaymentDueDate"
1928
- class="form-control"
1929
- #maxPaymentTermsPaymentDueDateInput
1930
- #maxPaymentTermsPaymentDueDateDatepicker="ngbDatepicker"
1931
- name="maxPaymentTermsPaymentDueDate"
1932
- ngbDatepicker
1933
- readonly
1934
- (click)="maxPaymentTermsPaymentDueDateDatepicker.toggle()"
1935
- (keyup.space)="maxPaymentTermsPaymentDueDateDatepicker.toggle()"
1936
- [(ngModel)]="filters.paymentTermsPaymentDueDateMax"
1937
- [ngModelOptions]="{ standalone: true }"
1938
- />
1939
- <div *ngIf="maxPaymentTermsPaymentDueDateInput.value" class="input-group-append">
1940
- <button
1941
- class="btn btn-link px-2"
1942
- type="button"
1943
- [title]="'AbpUi::Clear' | abpLocalization"
1944
- (click)="
1945
- maxPaymentTermsPaymentDueDateDatepicker.writeValue(null);
1946
- maxPaymentTermsPaymentDueDateDatepicker.manualDateChange(null, true)
1947
- "
1948
- >
1949
- <i class="fa fa-times" aria-hidden="true"></i>
1950
- </button>
1951
- </div>
1952
- </div>
1953
- </div>
1954
- </div>
1955
- <div class="col-12 col-sm-auto">
1956
- <div class="mb-3">
1957
- <label class="form-label" for="custInvIdFilter">
1958
- {{ 'eDonusum::CustInvId' | abpLocalization }}
1959
- </label>
1960
-
1961
- <input
1962
- id="custInvIdFilter"
1963
- class="form-control"
1964
- [(ngModel)]="filters.custInvId"
1965
- [ngModelOptions]="{ standalone: true }"
1966
- />
1967
- </div>
1968
- </div>
1969
- <div class="col-12 col-sm-auto">
1970
- <div class="mb-3">
1971
- <label class="form-label" for="isCanceledFilter">
1972
- {{ 'eDonusum::IsCanceled' | abpLocalization }}
1973
- </label>
1974
-
1975
- <select
1976
- name="isCanceled"
1977
- id="isCanceledFilter"
1978
- class="form-select form-control"
1979
- [(ngModel)]="filters.isCanceled"
1980
- [ngModelOptions]="{ standalone: true }"
1981
- (change)="list.get()"
1982
- >
1983
- <option [ngValue]=""></option>
1984
- <option [ngValue]="true">{{ 'AbpUi::Yes' | abpLocalization }}</option>
1985
- <option [ngValue]="false">{{ 'AbpUi::No' | abpLocalization }}</option>
1986
- </select>
1987
- </div>
1988
- </div>
1989
- <div class="col-12 col-sm-auto">
1990
- <div class="mb-3">
1991
- <label class="form-label" for="cancelCodeFilter">
1992
- {{ 'eDonusum::CancelCode' | abpLocalization }}
1993
- </label>
1994
-
1995
- <input
1996
- id="cancelCodeFilter"
1997
- class="form-control"
1998
- [(ngModel)]="filters.cancelCode"
1999
- [ngModelOptions]="{ standalone: true }"
2000
- />
2001
- </div>
2002
- </div>
2003
- <div class="col-12 col-sm-auto">
2004
- <div class="mb-3">
2005
- <label class="form-label" for="cancelDescriptionFilter">
2006
- {{ 'eDonusum::CancelDescription' | abpLocalization }}
2007
- </label>
2008
-
2009
- <input
2010
- id="cancelDescriptionFilter"
2011
- class="form-control"
2012
- [(ngModel)]="filters.cancelDescription"
2013
- [ngModelOptions]="{ standalone: true }"
2014
- />
2015
- </div>
2016
- </div>
2017
- <div class="col-12 col-sm-auto">
2018
- <div class="mb-3">
2019
- <label class="form-label" for="minResourceDocType">
2020
- {{ 'eDonusum::MinResourceDocType' | abpLocalization }}
2021
- </label>
2022
-
2023
- <input
2024
- id="minResourceDocType"
2025
- type="number"
2026
- class="form-control"
2027
- [(ngModel)]="filters.resourceDocTypeMin"
2028
- [ngModelOptions]="{ standalone: true }"
2029
- />
2030
- </div>
2031
- </div>
2032
-
2033
- <div class="col-12 col-sm-auto">
2034
- <div class="mb-3">
2035
- <label class="form-label" for="maxResourceDocType">
2036
- {{ 'eDonusum::MaxResourceDocType' | abpLocalization }}
2037
- </label>
2038
-
2039
- <input
2040
- id="maxResourceDocType"
2041
- type="number"
2042
- class="form-control"
2043
- [(ngModel)]="filters.resourceDocTypeMax"
2044
- [ngModelOptions]="{ standalone: true }"
2045
- />
2046
- </div>
2047
- </div>
2048
- <div class="col-12 col-sm-auto">
2049
- <div class="mb-3">
2050
- <label class="form-label" for="resourceDocEntryFilter">
2051
- {{ 'eDonusum::ResourceDocEntry' | abpLocalization }}
2052
- </label>
2053
-
2054
- <input
2055
- id="resourceDocEntryFilter"
2056
- class="form-control"
2057
- [(ngModel)]="filters.resourceDocEntry"
2058
- [ngModelOptions]="{ standalone: true }"
2059
- />
2060
- </div>
2061
- </div>
2062
- <div class="col-12 col-sm-auto">
2063
- <div class="mb-3">
2064
- <label class="form-label" for="minStatus">
2065
- {{ 'eDonusum::MinStatus' | abpLocalization }}
2066
- </label>
2067
-
2068
- <input
2069
- id="minStatus"
2070
- type="number"
2071
- class="form-control"
2072
- [(ngModel)]="filters.statusMin"
2073
- [ngModelOptions]="{ standalone: true }"
2074
- />
2075
- </div>
2076
- </div>
2077
-
2078
- <div class="col-12 col-sm-auto">
2079
- <div class="mb-3">
2080
- <label class="form-label" for="maxStatus">
2081
- {{ 'eDonusum::MaxStatus' | abpLocalization }}
2082
- </label>
2083
-
2084
- <input
2085
- id="maxStatus"
2086
- type="number"
2087
- class="form-control"
2088
- [(ngModel)]="filters.statusMax"
2089
- [ngModelOptions]="{ standalone: true }"
2090
- />
2091
- </div>
2092
- </div>
2093
- <div class="col-12 col-sm-auto">
2094
- <div class="mb-3">
2095
- <label class="form-label" for="minReceiverResponse">
2096
- {{ 'eDonusum::MinReceiverResponse' | abpLocalization }}
2097
- </label>
2098
-
2099
- <input
2100
- id="minReceiverResponse"
2101
- type="number"
2102
- class="form-control"
2103
- [(ngModel)]="filters.receiverResponseMin"
2104
- [ngModelOptions]="{ standalone: true }"
2105
- />
2106
- </div>
2107
- </div>
2108
-
2109
- <div class="col-12 col-sm-auto">
2110
- <div class="mb-3">
2111
- <label class="form-label" for="maxReceiverResponse">
2112
- {{ 'eDonusum::MaxReceiverResponse' | abpLocalization }}
2113
- </label>
2114
-
2115
- <input
2116
- id="maxReceiverResponse"
2117
- type="number"
2118
- class="form-control"
2119
- [(ngModel)]="filters.receiverResponseMax"
2120
- [ngModelOptions]="{ standalone: true }"
2121
- />
2122
- </div>
2123
- </div>
2124
- <div class="col-12 col-sm-auto">
2125
- <div class="mb-3">
2126
- <label class="form-label" for="receiverResponseDescFilter">
2127
- {{ 'eDonusum::ReceiverResponseDesc' | abpLocalization }}
2128
- </label>
2129
-
2130
- <input
2131
- id="receiverResponseDescFilter"
2132
- class="form-control"
2133
- [(ngModel)]="filters.receiverResponseDesc"
2134
- [ngModelOptions]="{ standalone: true }"
2135
- />
2136
- </div>
2137
- </div>
2138
- <div class="col-12 col-sm-auto">
2139
- <div class="mb-3">
2140
- <label class="form-label" for="minDocType">
2141
- {{ 'eDonusum::MinDocType' | abpLocalization }}
2142
- </label>
2143
-
2144
- <input
2145
- id="minDocType"
2146
- type="number"
2147
- class="form-control"
2148
- [(ngModel)]="filters.docTypeMin"
2149
- [ngModelOptions]="{ standalone: true }"
2150
- />
2151
- </div>
2152
- </div>
2153
-
2154
- <div class="col-12 col-sm-auto">
2155
- <div class="mb-3">
2156
- <label class="form-label" for="maxDocType">
2157
- {{ 'eDonusum::MaxDocType' | abpLocalization }}
2158
- </label>
2159
-
2160
- <input
2161
- id="maxDocType"
2162
- type="number"
2163
- class="form-control"
2164
- [(ngModel)]="filters.docTypeMax"
2165
- [ngModelOptions]="{ standalone: true }"
2166
- />
2167
- </div>
2168
- </div>
2169
- <div class="col-12 col-sm-auto">
2170
- <div class="mb-3">
2171
- <label class="form-label" for="isEArchiveFilter">
2172
- {{ 'eDonusum::IsEArchive' | abpLocalization }}
2173
- </label>
2174
-
2175
- <select
2176
- name="isEArchive"
2177
- id="isEArchiveFilter"
2178
- class="form-select form-control"
2179
- [(ngModel)]="filters.isEArchive"
2180
- [ngModelOptions]="{ standalone: true }"
2181
- (change)="list.get()"
2182
- >
2183
- <option [ngValue]=""></option>
2184
- <option [ngValue]="true">{{ 'AbpUi::Yes' | abpLocalization }}</option>
2185
- <option [ngValue]="false">{{ 'AbpUi::No' | abpLocalization }}</option>
2186
- </select>
2187
- </div>
2188
- </div>
2189
-
2190
- <div class="col-12 col-sm-auto align-self-end mb-3">
2191
- <div class="row">
2192
- <div class="col-6 col-sm-auto d-grid">
2193
- <button type="button" class="btn btn-outline-primary" (click)="clearFilters()">
2194
- <span>{{ 'AbpUi::Clear' | abpLocalization }}</span>
2195
- </button>
2196
- </div>
2197
- <div class="col-6 col-sm-auto d-grid">
2198
- <button type="button" class="btn btn-primary" (click)="list.get()">
2199
- <span>{{ 'AbpUi::Refresh' | abpLocalization }}</span>
2200
- </button>
2201
- </div>
2202
- </div>
2203
- </div>
2204
- </div>
2205
- </form>
2206
- </abp-advanced-entity-filters-form>
2207
- </abp-advanced-entity-filters>
2208
-
2209
- <div class="card">
2210
- <div class="card-body">
2211
- <ngx-datatable [rows]="data.items" [count]="data.totalCount" [list]="list" default>
2212
- <ngx-datatable-column
2213
- [name]="'AbpUi::Actions' | abpLocalization"
2214
- [maxWidth]="150"
2215
- [width]="150"
2216
- [sortable]="false"
2217
- >
2218
- <ng-template let-row="row" let-i="rowIndex" ngx-datatable-cell-template>
2219
- <div ngbDropdown container="body" class="d-inline-block">
2220
- <button
2221
- class="btn btn-primary btn-sm dropdown-toggle"
2222
- data-toggle="dropdown"
2223
- aria-haspopup="true"
2224
- ngbDropdownToggle
2225
- >
2226
- <i class="fa fa-cog me-1" aria-hidden="true"></i>
2227
- {{ 'AbpUi::Actions' | abpLocalization }}
2228
- </button>
2229
-
2230
- <div ngbDropdownMenu>
2231
- <button
2232
- ngbDropdownItem
2233
- *abpPermission="'eDonusum.Invoices.Edit'"
2234
- (click)="update(row)"
2235
- >
2236
- {{ 'AbpUi::Edit' | abpLocalization }}
2237
- </button>
2238
-
2239
- <button
2240
- ngbDropdownItem
2241
- *abpPermission="'eDonusum.Invoices.Delete'"
2242
- (click)="delete(row)"
2243
- >
2244
- {{ 'AbpUi::Delete' | abpLocalization }}
2245
- </button>
2246
- </div>
2247
- </div>
2248
- </ng-template>
2249
- </ngx-datatable-column>
2250
-
2251
- <ngx-datatable-column
2252
- name="{{ 'eDonusum::UblVersionId' | abpLocalization }}"
2253
- prop="ublVersionId"
2254
- >
2255
- <ng-template let-row="row" ngx-datatable-cell-template>
2256
- {{ row.ublVersionId }}
2257
- </ng-template>
2258
- </ngx-datatable-column>
2259
-
2260
- <ngx-datatable-column
2261
- name="{{ 'eDonusum::CustomizationId' | abpLocalization }}"
2262
- prop="customizationId"
2263
- >
2264
- <ng-template let-row="row" ngx-datatable-cell-template>
2265
- {{ row.customizationId }}
2266
- </ng-template>
2267
- </ngx-datatable-column>
2268
-
2269
- <ngx-datatable-column name="{{ 'eDonusum::ProfileId' | abpLocalization }}" prop="profileId">
2270
- <ng-template let-row="row" ngx-datatable-cell-template>
2271
- {{ row.profileId }}
2272
- </ng-template>
2273
- </ngx-datatable-column>
2274
-
2275
- <ngx-datatable-column name="{{ 'eDonusum::InvoiceId' | abpLocalization }}" prop="invoiceId">
2276
- <ng-template let-row="row" ngx-datatable-cell-template>
2277
- {{ row.invoiceId }}
2278
- </ng-template>
2279
- </ngx-datatable-column>
2280
-
2281
- <ngx-datatable-column
2282
- name="{{ 'eDonusum::CopyIndicator' | abpLocalization }}"
2283
- prop="copyIndicator"
2284
- >
2285
- <ng-template let-row="row" ngx-datatable-cell-template>
2286
- <ng-template [ngIf]="row.copyIndicator" [ngIfThen]="yes" [ngIfElse]="no"></ng-template>
2287
-
2288
- <ng-template #yes>
2289
- <div class="text-success">
2290
- <span [title]="'AbpUi::Yes' | abpLocalization">
2291
- <i class="fa fa-check" aria-hidden="true"></i>
2292
- </span>
2293
- </div>
2294
- </ng-template>
2295
-
2296
- <ng-template #no>
2297
- <div class="text-danger">
2298
- <span [title]="'AbpUi::No' | abpLocalization">
2299
- <i class="fa fa-times" aria-hidden="true"></i>
2300
- </span>
2301
- </div>
2302
- </ng-template>
2303
- </ng-template>
2304
- </ngx-datatable-column>
2305
-
2306
- <ngx-datatable-column name="{{ 'eDonusum::UuId' | abpLocalization }}" prop="uuId">
2307
- <ng-template let-row="row" ngx-datatable-cell-template>
2308
- {{ row.uuId }}
2309
- </ng-template>
2310
- </ngx-datatable-column>
2311
-
2312
- <ngx-datatable-column name="{{ 'eDonusum::IssueDate' | abpLocalization }}" prop="issueDate">
2313
- <ng-template let-row="row" ngx-datatable-cell-template>
2314
- {{ row.issueDate | date }}
2315
- </ng-template>
2316
- </ngx-datatable-column>
2317
-
2318
- <ngx-datatable-column name="{{ 'eDonusum::IssueTime' | abpLocalization }}" prop="issueTime">
2319
- <ng-template let-row="row" ngx-datatable-cell-template>
2320
- {{ row.issueTime | date }}
2321
- </ng-template>
2322
- </ngx-datatable-column>
2323
-
2324
- <ngx-datatable-column
2325
- name="{{ 'eDonusum::InvoiceTypeCode' | abpLocalization }}"
2326
- prop="invoiceTypeCode"
2327
- >
2328
- <ng-template let-row="row" ngx-datatable-cell-template>
2329
- {{ row.invoiceTypeCode }}
2330
- </ng-template>
2331
- </ngx-datatable-column>
2332
-
2333
- <ngx-datatable-column
2334
- name="{{ 'eDonusum::DocumentCurrencyCode' | abpLocalization }}"
2335
- prop="documentCurrencyCode"
2336
- >
2337
- <ng-template let-row="row" ngx-datatable-cell-template>
2338
- {{ row.documentCurrencyCode }}
2339
- </ng-template>
2340
- </ngx-datatable-column>
2341
-
2342
- <ngx-datatable-column
2343
- name="{{ 'eDonusum::TaxCurrencyCode' | abpLocalization }}"
2344
- prop="taxCurrencyCode"
2345
- >
2346
- <ng-template let-row="row" ngx-datatable-cell-template>
2347
- {{ row.taxCurrencyCode }}
2348
- </ng-template>
2349
- </ngx-datatable-column>
2350
-
2351
- <ngx-datatable-column
2352
- name="{{ 'eDonusum::PricingCurrencyCode' | abpLocalization }}"
2353
- prop="pricingCurrencyCode"
2354
- >
2355
- <ng-template let-row="row" ngx-datatable-cell-template>
2356
- {{ row.pricingCurrencyCode }}
2357
- </ng-template>
2358
- </ngx-datatable-column>
2359
-
2360
- <ngx-datatable-column
2361
- name="{{ 'eDonusum::PaymentCurrencyCode' | abpLocalization }}"
2362
- prop="paymentCurrencyCode"
2363
- >
2364
- <ng-template let-row="row" ngx-datatable-cell-template>
2365
- {{ row.paymentCurrencyCode }}
2366
- </ng-template>
2367
- </ngx-datatable-column>
2368
-
2369
- <ngx-datatable-column
2370
- name="{{ 'eDonusum::PaymentAlternativeCurrencyCode' | abpLocalization }}"
2371
- prop="paymentAlternativeCurrencyCode"
2372
- >
2373
- <ng-template let-row="row" ngx-datatable-cell-template>
2374
- {{ row.paymentAlternativeCurrencyCode }}
2375
- </ng-template>
2376
- </ngx-datatable-column>
2377
-
2378
- <ngx-datatable-column
2379
- name="{{ 'eDonusum::AccountingCost' | abpLocalization }}"
2380
- prop="accountingCost"
2381
- >
2382
- <ng-template let-row="row" ngx-datatable-cell-template>
2383
- {{ row.accountingCost }}
2384
- </ng-template>
2385
- </ngx-datatable-column>
2386
-
2387
- <ngx-datatable-column
2388
- name="{{ 'eDonusum::LineCountNumeric' | abpLocalization }}"
2389
- prop="lineCountNumeric"
2390
- >
2391
- <ng-template let-row="row" ngx-datatable-cell-template>
2392
- {{ row.lineCountNumeric }}
2393
- </ng-template>
2394
- </ngx-datatable-column>
2395
-
2396
- <ngx-datatable-column
2397
- name="{{ 'eDonusum::InvoicePeriodStartDate' | abpLocalization }}"
2398
- prop="invoicePeriodStartDate"
2399
- >
2400
- <ng-template let-row="row" ngx-datatable-cell-template>
2401
- {{ row.invoicePeriodStartDate | date }}
2402
- </ng-template>
2403
- </ngx-datatable-column>
2404
-
2405
- <ngx-datatable-column
2406
- name="{{ 'eDonusum::InvoicePeriodStartTime' | abpLocalization }}"
2407
- prop="invoicePeriodStartTime"
2408
- >
2409
- <ng-template let-row="row" ngx-datatable-cell-template>
2410
- {{ row.invoicePeriodStartTime | date }}
2411
- </ng-template>
2412
- </ngx-datatable-column>
2413
-
2414
- <ngx-datatable-column
2415
- name="{{ 'eDonusum::InvoicePeriodEndDate' | abpLocalization }}"
2416
- prop="invoicePeriodEndDate"
2417
- >
2418
- <ng-template let-row="row" ngx-datatable-cell-template>
2419
- {{ row.invoicePeriodEndDate | date }}
2420
- </ng-template>
2421
- </ngx-datatable-column>
2422
-
2423
- <ngx-datatable-column
2424
- name="{{ 'eDonusum::InvoicePeriodEndTime' | abpLocalization }}"
2425
- prop="invoicePeriodEndTime"
2426
- >
2427
- <ng-template let-row="row" ngx-datatable-cell-template>
2428
- {{ row.invoicePeriodEndTime | date }}
2429
- </ng-template>
2430
- </ngx-datatable-column>
2431
-
2432
- <ngx-datatable-column
2433
- name="{{ 'eDonusum::InvoicePeriodDurationMeasure' | abpLocalization }}"
2434
- prop="invoicePeriodDurationMeasure"
2435
- >
2436
- <ng-template let-row="row" ngx-datatable-cell-template>
2437
- {{ row.invoicePeriodDurationMeasure | date }}
2438
- </ng-template>
2439
- </ngx-datatable-column>
2440
-
2441
- <ngx-datatable-column
2442
- name="{{ 'eDonusum::InvoicePeriodDescription' | abpLocalization }}"
2443
- prop="invoicePeriodDescription"
2444
- >
2445
- <ng-template let-row="row" ngx-datatable-cell-template>
2446
- {{ row.invoicePeriodDescription }}
2447
- </ng-template>
2448
- </ngx-datatable-column>
2449
-
2450
- <ngx-datatable-column
2451
- name="{{ 'eDonusum::OrderReferenceId' | abpLocalization }}"
2452
- prop="orderReferenceId"
2453
- >
2454
- <ng-template let-row="row" ngx-datatable-cell-template>
2455
- {{ row.orderReferenceId }}
2456
- </ng-template>
2457
- </ngx-datatable-column>
2458
-
2459
- <ngx-datatable-column
2460
- name="{{ 'eDonusum::OrderReferenceSalesOrderId' | abpLocalization }}"
2461
- prop="orderReferenceSalesOrderId"
2462
- >
2463
- <ng-template let-row="row" ngx-datatable-cell-template>
2464
- {{ row.orderReferenceSalesOrderId }}
2465
- </ng-template>
2466
- </ngx-datatable-column>
2467
-
2468
- <ngx-datatable-column
2469
- name="{{ 'eDonusum::OrderReferenceIssueDate' | abpLocalization }}"
2470
- prop="orderReferenceIssueDate"
2471
- >
2472
- <ng-template let-row="row" ngx-datatable-cell-template>
2473
- {{ row.orderReferenceIssueDate | date }}
2474
- </ng-template>
2475
- </ngx-datatable-column>
2476
-
2477
- <ngx-datatable-column
2478
- name="{{ 'eDonusum::OrderReferenceOrderTypeCode' | abpLocalization }}"
2479
- prop="orderReferenceOrderTypeCode"
2480
- >
2481
- <ng-template let-row="row" ngx-datatable-cell-template>
2482
- {{ row.orderReferenceOrderTypeCode }}
2483
- </ng-template>
2484
- </ngx-datatable-column>
2485
-
2486
- <ngx-datatable-column
2487
- name="{{ 'eDonusum::AccountingSupplierPartyName' | abpLocalization }}"
2488
- prop="accountingSupplierPartyName"
2489
- >
2490
- <ng-template let-row="row" ngx-datatable-cell-template>
2491
- {{ row.accountingSupplierPartyName }}
2492
- </ng-template>
2493
- </ngx-datatable-column>
2494
-
2495
- <ngx-datatable-column
2496
- name="{{ 'eDonusum::AccountingSupplierPartySchemeId' | abpLocalization }}"
2497
- prop="accountingSupplierPartySchemeId"
2498
- >
2499
- <ng-template let-row="row" ngx-datatable-cell-template>
2500
- {{ row.accountingSupplierPartySchemeId }}
2501
- </ng-template>
2502
- </ngx-datatable-column>
2503
-
2504
- <ngx-datatable-column
2505
- name="{{ 'eDonusum::AccountingSupplierPartyVknTckn' | abpLocalization }}"
2506
- prop="accountingSupplierPartyVknTckn"
2507
- >
2508
- <ng-template let-row="row" ngx-datatable-cell-template>
2509
- {{ row.accountingSupplierPartyVknTckn }}
2510
- </ng-template>
2511
- </ngx-datatable-column>
2512
-
2513
- <ngx-datatable-column
2514
- name="{{ 'eDonusum::AccountingCustomerPartyName' | abpLocalization }}"
2515
- prop="accountingCustomerPartyName"
2516
- >
2517
- <ng-template let-row="row" ngx-datatable-cell-template>
2518
- {{ row.accountingCustomerPartyName }}
2519
- </ng-template>
2520
- </ngx-datatable-column>
2521
-
2522
- <ngx-datatable-column
2523
- name="{{ 'eDonusum::AccountingCustomerPartySchemeId' | abpLocalization }}"
2524
- prop="accountingCustomerPartySchemeId"
2525
- >
2526
- <ng-template let-row="row" ngx-datatable-cell-template>
2527
- {{ row.accountingCustomerPartySchemeId }}
2528
- </ng-template>
2529
- </ngx-datatable-column>
2530
-
2531
- <ngx-datatable-column
2532
- name="{{ 'eDonusum::AccountingCustomerPartyVknTckn' | abpLocalization }}"
2533
- prop="accountingCustomerPartyVknTckn"
2534
- >
2535
- <ng-template let-row="row" ngx-datatable-cell-template>
2536
- {{ row.accountingCustomerPartyVknTckn }}
2537
- </ng-template>
2538
- </ngx-datatable-column>
2539
-
2540
- <ngx-datatable-column
2541
- name="{{ 'eDonusum::BuyerCustomerPartyName' | abpLocalization }}"
2542
- prop="buyerCustomerPartyName"
2543
- >
2544
- <ng-template let-row="row" ngx-datatable-cell-template>
2545
- {{ row.buyerCustomerPartyName }}
2546
- </ng-template>
2547
- </ngx-datatable-column>
2548
-
2549
- <ngx-datatable-column
2550
- name="{{ 'eDonusum::BuyerCustomerPartySchemeId' | abpLocalization }}"
2551
- prop="buyerCustomerPartySchemeId"
2552
- >
2553
- <ng-template let-row="row" ngx-datatable-cell-template>
2554
- {{ row.buyerCustomerPartySchemeId }}
2555
- </ng-template>
2556
- </ngx-datatable-column>
2557
-
2558
- <ngx-datatable-column
2559
- name="{{ 'eDonusum::BuyerCustomerPartyVknTckn' | abpLocalization }}"
2560
- prop="buyerCustomerPartyVknTckn"
2561
- >
2562
- <ng-template let-row="row" ngx-datatable-cell-template>
2563
- {{ row.buyerCustomerPartyVknTckn }}
2564
- </ng-template>
2565
- </ngx-datatable-column>
2566
-
2567
- <ngx-datatable-column
2568
- name="{{ 'eDonusum::SellerSupplierPartyName' | abpLocalization }}"
2569
- prop="sellerSupplierPartyName"
2570
- >
2571
- <ng-template let-row="row" ngx-datatable-cell-template>
2572
- {{ row.sellerSupplierPartyName }}
2573
- </ng-template>
2574
- </ngx-datatable-column>
2575
-
2576
- <ngx-datatable-column
2577
- name="{{ 'eDonusum::SellerSupplierPartySchemeId' | abpLocalization }}"
2578
- prop="sellerSupplierPartySchemeId"
2579
- >
2580
- <ng-template let-row="row" ngx-datatable-cell-template>
2581
- {{ row.sellerSupplierPartySchemeId }}
2582
- </ng-template>
2583
- </ngx-datatable-column>
2584
-
2585
- <ngx-datatable-column
2586
- name="{{ 'eDonusum::SellerSupplierPartyVknTckn' | abpLocalization }}"
2587
- prop="sellerSupplierPartyVknTckn"
2588
- >
2589
- <ng-template let-row="row" ngx-datatable-cell-template>
2590
- {{ row.sellerSupplierPartyVknTckn }}
2591
- </ng-template>
2592
- </ngx-datatable-column>
2593
-
2594
- <ngx-datatable-column
2595
- name="{{ 'eDonusum::TaxRepresentativePartyName' | abpLocalization }}"
2596
- prop="taxRepresentativePartyName"
2597
- >
2598
- <ng-template let-row="row" ngx-datatable-cell-template>
2599
- {{ row.taxRepresentativePartyName }}
2600
- </ng-template>
2601
- </ngx-datatable-column>
2602
-
2603
- <ngx-datatable-column
2604
- name="{{ 'eDonusum::TaxRepresentativePartySchemeId' | abpLocalization }}"
2605
- prop="taxRepresentativePartySchemeId"
2606
- >
2607
- <ng-template let-row="row" ngx-datatable-cell-template>
2608
- {{ row.taxRepresentativePartySchemeId }}
2609
- </ng-template>
2610
- </ngx-datatable-column>
2611
-
2612
- <ngx-datatable-column
2613
- name="{{ 'eDonusum::TaxRepresentativePartyVknTckn' | abpLocalization }}"
2614
- prop="taxRepresentativePartyVknTckn"
2615
- >
2616
- <ng-template let-row="row" ngx-datatable-cell-template>
2617
- {{ row.taxRepresentativePartyVknTckn }}
2618
- </ng-template>
2619
- </ngx-datatable-column>
2620
-
2621
- <ngx-datatable-column
2622
- name="{{ 'eDonusum::TaxExchangeRateSourceCurrencyCode' | abpLocalization }}"
2623
- prop="taxExchangeRateSourceCurrencyCode"
2624
- >
2625
- <ng-template let-row="row" ngx-datatable-cell-template>
2626
- {{ row.taxExchangeRateSourceCurrencyCode }}
2627
- </ng-template>
2628
- </ngx-datatable-column>
2629
-
2630
- <ngx-datatable-column
2631
- name="{{ 'eDonusum::TaxExchangeRateTargetCurrencyCode' | abpLocalization }}"
2632
- prop="taxExchangeRateTargetCurrencyCode"
2633
- >
2634
- <ng-template let-row="row" ngx-datatable-cell-template>
2635
- {{ row.taxExchangeRateTargetCurrencyCode }}
2636
- </ng-template>
2637
- </ngx-datatable-column>
2638
-
2639
- <ngx-datatable-column
2640
- name="{{ 'eDonusum::TaxExchangeRateCalculationRate' | abpLocalization }}"
2641
- prop="taxExchangeRateCalculationRate"
2642
- >
2643
- <ng-template let-row="row" ngx-datatable-cell-template>
2644
- {{ row.taxExchangeRateCalculationRate }}
2645
- </ng-template>
2646
- </ngx-datatable-column>
2647
-
2648
- <ngx-datatable-column
2649
- name="{{ 'eDonusum::TaxExchangeRateDate' | abpLocalization }}"
2650
- prop="taxExchangeRateDate"
2651
- >
2652
- <ng-template let-row="row" ngx-datatable-cell-template>
2653
- {{ row.taxExchangeRateDate | date }}
2654
- </ng-template>
2655
- </ngx-datatable-column>
2656
-
2657
- <ngx-datatable-column
2658
- name="{{ 'eDonusum::PricingExchangeRateSourceCurrencyCode' | abpLocalization }}"
2659
- prop="pricingExchangeRateSourceCurrencyCode"
2660
- >
2661
- <ng-template let-row="row" ngx-datatable-cell-template>
2662
- {{ row.pricingExchangeRateSourceCurrencyCode }}
2663
- </ng-template>
2664
- </ngx-datatable-column>
2665
-
2666
- <ngx-datatable-column
2667
- name="{{ 'eDonusum::PricingExchangeRateTargetCurrencyCode' | abpLocalization }}"
2668
- prop="pricingExchangeRateTargetCurrencyCode"
2669
- >
2670
- <ng-template let-row="row" ngx-datatable-cell-template>
2671
- {{ row.pricingExchangeRateTargetCurrencyCode }}
2672
- </ng-template>
2673
- </ngx-datatable-column>
2674
-
2675
- <ngx-datatable-column
2676
- name="{{ 'eDonusum::PricingExchangeRateCalculationRate' | abpLocalization }}"
2677
- prop="pricingExchangeRateCalculationRate"
2678
- >
2679
- <ng-template let-row="row" ngx-datatable-cell-template>
2680
- {{ row.pricingExchangeRateCalculationRate }}
2681
- </ng-template>
2682
- </ngx-datatable-column>
2683
-
2684
- <ngx-datatable-column
2685
- name="{{ 'eDonusum::PricingExchangeRateDate' | abpLocalization }}"
2686
- prop="pricingExchangeRateDate"
2687
- >
2688
- <ng-template let-row="row" ngx-datatable-cell-template>
2689
- {{ row.pricingExchangeRateDate | date }}
2690
- </ng-template>
2691
- </ngx-datatable-column>
2692
-
2693
- <ngx-datatable-column
2694
- name="{{ 'eDonusum::PaymentExchangeRateSourceCurrencyCode' | abpLocalization }}"
2695
- prop="paymentExchangeRateSourceCurrencyCode"
2696
- >
2697
- <ng-template let-row="row" ngx-datatable-cell-template>
2698
- {{ row.paymentExchangeRateSourceCurrencyCode }}
2699
- </ng-template>
2700
- </ngx-datatable-column>
2701
-
2702
- <ngx-datatable-column
2703
- name="{{ 'eDonusum::PaymentExchangeRateTargetCurrencyCode' | abpLocalization }}"
2704
- prop="paymentExchangeRateTargetCurrencyCode"
2705
- >
2706
- <ng-template let-row="row" ngx-datatable-cell-template>
2707
- {{ row.paymentExchangeRateTargetCurrencyCode }}
2708
- </ng-template>
2709
- </ngx-datatable-column>
2710
-
2711
- <ngx-datatable-column
2712
- name="{{ 'eDonusum::PaymentExchangeRateCalculationRate' | abpLocalization }}"
2713
- prop="paymentExchangeRateCalculationRate"
2714
- >
2715
- <ng-template let-row="row" ngx-datatable-cell-template>
2716
- {{ row.paymentExchangeRateCalculationRate }}
2717
- </ng-template>
2718
- </ngx-datatable-column>
2719
-
2720
- <ngx-datatable-column
2721
- name="{{ 'eDonusum::PaymentExchangeRateDate' | abpLocalization }}"
2722
- prop="paymentExchangeRateDate"
2723
- >
2724
- <ng-template let-row="row" ngx-datatable-cell-template>
2725
- {{ row.paymentExchangeRateDate | date }}
2726
- </ng-template>
2727
- </ngx-datatable-column>
2728
-
2729
- <ngx-datatable-column
2730
- name="{{
2731
- 'eDonusum::PaymentAlternativeExchangeRateSourceCurrencyCode' | abpLocalization
2732
- }}"
2733
- prop="paymentAlternativeExchangeRateSourceCurrencyCode"
2734
- >
2735
- <ng-template let-row="row" ngx-datatable-cell-template>
2736
- {{ row.paymentAlternativeExchangeRateSourceCurrencyCode }}
2737
- </ng-template>
2738
- </ngx-datatable-column>
2739
-
2740
- <ngx-datatable-column
2741
- name="{{
2742
- 'eDonusum::PaymentAlternativeExchangeRateTargetCurrencyCode' | abpLocalization
2743
- }}"
2744
- prop="paymentAlternativeExchangeRateTargetCurrencyCode"
2745
- >
2746
- <ng-template let-row="row" ngx-datatable-cell-template>
2747
- {{ row.paymentAlternativeExchangeRateTargetCurrencyCode }}
2748
- </ng-template>
2749
- </ngx-datatable-column>
2750
-
2751
- <ngx-datatable-column
2752
- name="{{ 'eDonusum::PaymentAlternativeExchangeRateCalculationRate' | abpLocalization }}"
2753
- prop="paymentAlternativeExchangeRateCalculationRate"
2754
- >
2755
- <ng-template let-row="row" ngx-datatable-cell-template>
2756
- {{ row.paymentAlternativeExchangeRateCalculationRate }}
2757
- </ng-template>
2758
- </ngx-datatable-column>
2759
-
2760
- <ngx-datatable-column
2761
- name="{{ 'eDonusum::PaymentAlternativeExchangeRateDate' | abpLocalization }}"
2762
- prop="paymentAlternativeExchangeRateDate"
2763
- >
2764
- <ng-template let-row="row" ngx-datatable-cell-template>
2765
- {{ row.paymentAlternativeExchangeRateDate | date }}
2766
- </ng-template>
2767
- </ngx-datatable-column>
2768
-
2769
- <ngx-datatable-column
2770
- name="{{ 'eDonusum::LegalMonetaryTotalLineExtensionAmount' | abpLocalization }}"
2771
- prop="legalMonetaryTotalLineExtensionAmount"
2772
- >
2773
- <ng-template let-row="row" ngx-datatable-cell-template>
2774
- {{ row.legalMonetaryTotalLineExtensionAmount }}
2775
- </ng-template>
2776
- </ngx-datatable-column>
2777
-
2778
- <ngx-datatable-column
2779
- name="{{ 'eDonusum::LegalMonetaryTotalTaxExclusiveAmount' | abpLocalization }}"
2780
- prop="legalMonetaryTotalTaxExclusiveAmount"
2781
- >
2782
- <ng-template let-row="row" ngx-datatable-cell-template>
2783
- {{ row.legalMonetaryTotalTaxExclusiveAmount }}
2784
- </ng-template>
2785
- </ngx-datatable-column>
2786
-
2787
- <ngx-datatable-column
2788
- name="{{ 'eDonusum::LegalMonetaryTotalTaxInclusiveAmount' | abpLocalization }}"
2789
- prop="legalMonetaryTotalTaxInclusiveAmount"
2790
- >
2791
- <ng-template let-row="row" ngx-datatable-cell-template>
2792
- {{ row.legalMonetaryTotalTaxInclusiveAmount }}
2793
- </ng-template>
2794
- </ngx-datatable-column>
2795
-
2796
- <ngx-datatable-column
2797
- name="{{ 'eDonusum::LegalMonetaryTotalAllowanceTotalAmount' | abpLocalization }}"
2798
- prop="legalMonetaryTotalAllowanceTotalAmount"
2799
- >
2800
- <ng-template let-row="row" ngx-datatable-cell-template>
2801
- {{ row.legalMonetaryTotalAllowanceTotalAmount }}
2802
- </ng-template>
2803
- </ngx-datatable-column>
2804
-
2805
- <ngx-datatable-column
2806
- name="{{ 'eDonusum::LegalMonetaryTotalChargeTotalAmount' | abpLocalization }}"
2807
- prop="legalMonetaryTotalChargeTotalAmount"
2808
- >
2809
- <ng-template let-row="row" ngx-datatable-cell-template>
2810
- {{ row.legalMonetaryTotalChargeTotalAmount }}
2811
- </ng-template>
2812
- </ngx-datatable-column>
2813
-
2814
- <ngx-datatable-column
2815
- name="{{ 'eDonusum::LegalMonetaryTotalPayableRoundingAmount' | abpLocalization }}"
2816
- prop="legalMonetaryTotalPayableRoundingAmount"
2817
- >
2818
- <ng-template let-row="row" ngx-datatable-cell-template>
2819
- {{ row.legalMonetaryTotalPayableRoundingAmount }}
2820
- </ng-template>
2821
- </ngx-datatable-column>
2822
-
2823
- <ngx-datatable-column
2824
- name="{{ 'eDonusum::LegalMonetaryTotalPayableAmount' | abpLocalization }}"
2825
- prop="legalMonetaryTotalPayableAmount"
2826
- >
2827
- <ng-template let-row="row" ngx-datatable-cell-template>
2828
- {{ row.legalMonetaryTotalPayableAmount }}
2829
- </ng-template>
2830
- </ngx-datatable-column>
2831
-
2832
- <ngx-datatable-column
2833
- name="{{ 'eDonusum::PaymentTermsNote' | abpLocalization }}"
2834
- prop="paymentTermsNote"
2835
- >
2836
- <ng-template let-row="row" ngx-datatable-cell-template>
2837
- {{ row.paymentTermsNote }}
2838
- </ng-template>
2839
- </ngx-datatable-column>
2840
-
2841
- <ngx-datatable-column
2842
- name="{{ 'eDonusum::PaymentTermsPaymentDueDate' | abpLocalization }}"
2843
- prop="paymentTermsPaymentDueDate"
2844
- >
2845
- <ng-template let-row="row" ngx-datatable-cell-template>
2846
- {{ row.paymentTermsPaymentDueDate | date }}
2847
- </ng-template>
2848
- </ngx-datatable-column>
2849
-
2850
- <ngx-datatable-column name="{{ 'eDonusum::CustInvId' | abpLocalization }}" prop="custInvId">
2851
- <ng-template let-row="row" ngx-datatable-cell-template>
2852
- {{ row.custInvId }}
2853
- </ng-template>
2854
- </ngx-datatable-column>
2855
-
2856
- <ngx-datatable-column
2857
- name="{{ 'eDonusum::IsCanceled' | abpLocalization }}"
2858
- prop="isCanceled"
2859
- >
2860
- <ng-template let-row="row" ngx-datatable-cell-template>
2861
- <ng-template [ngIf]="row.isCanceled" [ngIfThen]="yes" [ngIfElse]="no"></ng-template>
2862
-
2863
- <ng-template #yes>
2864
- <div class="text-success">
2865
- <span [title]="'AbpUi::Yes' | abpLocalization">
2866
- <i class="fa fa-check" aria-hidden="true"></i>
2867
- </span>
2868
- </div>
2869
- </ng-template>
2870
-
2871
- <ng-template #no>
2872
- <div class="text-danger">
2873
- <span [title]="'AbpUi::No' | abpLocalization">
2874
- <i class="fa fa-times" aria-hidden="true"></i>
2875
- </span>
2876
- </div>
2877
- </ng-template>
2878
- </ng-template>
2879
- </ngx-datatable-column>
2880
-
2881
- <ngx-datatable-column
2882
- name="{{ 'eDonusum::CancelCode' | abpLocalization }}"
2883
- prop="cancelCode"
2884
- >
2885
- <ng-template let-row="row" ngx-datatable-cell-template>
2886
- {{ row.cancelCode }}
2887
- </ng-template>
2888
- </ngx-datatable-column>
2889
-
2890
- <ngx-datatable-column
2891
- name="{{ 'eDonusum::CancelDescription' | abpLocalization }}"
2892
- prop="cancelDescription"
2893
- >
2894
- <ng-template let-row="row" ngx-datatable-cell-template>
2895
- {{ row.cancelDescription }}
2896
- </ng-template>
2897
- </ngx-datatable-column>
2898
-
2899
- <ngx-datatable-column
2900
- name="{{ 'eDonusum::ResourceDocType' | abpLocalization }}"
2901
- prop="resourceDocType"
2902
- >
2903
- <ng-template let-row="row" ngx-datatable-cell-template>
2904
- {{ row.resourceDocType }}
2905
- </ng-template>
2906
- </ngx-datatable-column>
2907
-
2908
- <ngx-datatable-column
2909
- name="{{ 'eDonusum::ResourceDocEntry' | abpLocalization }}"
2910
- prop="resourceDocEntry"
2911
- >
2912
- <ng-template let-row="row" ngx-datatable-cell-template>
2913
- {{ row.resourceDocEntry }}
2914
- </ng-template>
2915
- </ngx-datatable-column>
2916
-
2917
- <ngx-datatable-column name="{{ 'eDonusum::Status' | abpLocalization }}" prop="status">
2918
- <ng-template let-row="row" ngx-datatable-cell-template>
2919
- {{ row.status }}
2920
- </ng-template>
2921
- </ngx-datatable-column>
2922
-
2923
- <ngx-datatable-column
2924
- name="{{ 'eDonusum::ReceiverResponse' | abpLocalization }}"
2925
- prop="receiverResponse"
2926
- >
2927
- <ng-template let-row="row" ngx-datatable-cell-template>
2928
- {{ row.receiverResponse }}
2929
- </ng-template>
2930
- </ngx-datatable-column>
2931
-
2932
- <ngx-datatable-column
2933
- name="{{ 'eDonusum::ReceiverResponseDesc' | abpLocalization }}"
2934
- prop="receiverResponseDesc"
2935
- >
2936
- <ng-template let-row="row" ngx-datatable-cell-template>
2937
- {{ row.receiverResponseDesc }}
2938
- </ng-template>
2939
- </ngx-datatable-column>
2940
-
2941
- <ngx-datatable-column name="{{ 'eDonusum::DocType' | abpLocalization }}" prop="docType">
2942
- <ng-template let-row="row" ngx-datatable-cell-template>
2943
- {{ row.docType }}
2944
- </ng-template>
2945
- </ngx-datatable-column>
2946
-
2947
- <ngx-datatable-column
2948
- name="{{ 'eDonusum::IsEArchive' | abpLocalization }}"
2949
- prop="isEArchive"
2950
- >
2951
- <ng-template let-row="row" ngx-datatable-cell-template>
2952
- <ng-template [ngIf]="row.isEArchive" [ngIfThen]="yes" [ngIfElse]="no"></ng-template>
2953
-
2954
- <ng-template #yes>
2955
- <div class="text-success">
2956
- <span [title]="'AbpUi::Yes' | abpLocalization">
2957
- <i class="fa fa-check" aria-hidden="true"></i>
2958
- </span>
2959
- </div>
2960
- </ng-template>
2961
-
2962
- <ng-template #no>
2963
- <div class="text-danger">
2964
- <span [title]="'AbpUi::No' | abpLocalization">
2965
- <i class="fa fa-times" aria-hidden="true"></i>
2966
- </span>
2967
- </div>
2968
- </ng-template>
2969
- </ng-template>
2970
- </ngx-datatable-column>
2971
- </ngx-datatable>
2972
- </div>
2973
- </div>
2974
- </abp-page>
2975
-
2976
- <abp-modal [busy]="isModalBusy" [(visible)]="isModalOpen">
2977
- <ng-template #abpHeader>
2978
- <h3>
2979
- {{ (selected ? 'AbpUi::Edit' : 'eDonusum::NewInvoice') | abpLocalization }}
2980
- </h3>
2981
- </ng-template>
2982
-
2983
- <ng-template #abpBody>
2984
- <form [formGroup]="form" id="invoice" (ngSubmit)="submitForm()" validateOnSubmit>
2985
- <div class="mt-2 fade-in-top">
2986
- <div class="mb-3">
2987
- <label class="form-label" for="invoice-ubl-version-id">
2988
- {{ 'eDonusum::UblVersionId' | abpLocalization }} *
2989
- </label>
2990
-
2991
- <input
2992
- id="invoice-ubl-version-id"
2993
- formControlName="ublVersionId"
2994
- class="form-control"
2995
- maxlength="8"
2996
- autofocus
2997
- />
2998
- </div>
2999
- <div class="mb-3">
3000
- <label class="form-label" for="invoice-customization-id">
3001
- {{ 'eDonusum::CustomizationId' | abpLocalization }} *
3002
- </label>
3003
-
3004
- <input
3005
- id="invoice-customization-id"
3006
- formControlName="customizationId"
3007
- class="form-control"
3008
- maxlength="8"
3009
- />
3010
- </div>
3011
- <div class="mb-3">
3012
- <label class="form-label" for="invoice-profile-id">
3013
- {{ 'eDonusum::ProfileId' | abpLocalization }} *
3014
- </label>
3015
-
3016
- <input
3017
- id="invoice-profile-id"
3018
- formControlName="profileId"
3019
- class="form-control"
3020
- maxlength="32"
3021
- />
3022
- </div>
3023
- <div class="mb-3">
3024
- <label class="form-label" for="invoice-invoice-id">
3025
- {{ 'eDonusum::InvoiceId' | abpLocalization }} *
3026
- </label>
3027
-
3028
- <input
3029
- id="invoice-invoice-id"
3030
- formControlName="invoiceId"
3031
- class="form-control"
3032
- maxlength="32"
3033
- />
3034
- </div>
3035
- <div class="form-check mb-3">
3036
- <input
3037
- type="checkbox"
3038
- id="invoice-copy-indicator"
3039
- formControlName="copyIndicator"
3040
- class="form-check-input"
3041
- />
3042
-
3043
- <label for="invoice-copy-indicator" class="form-check-label">
3044
- {{ 'eDonusum::CopyIndicator' | abpLocalization }}
3045
- </label>
3046
- </div>
3047
- <div class="mb-3">
3048
- <label class="form-label" for="invoice-uu-id">
3049
- {{ 'eDonusum::UuId' | abpLocalization }} *
3050
- </label>
3051
-
3052
- <input id="invoice-uu-id" formControlName="uuId" class="form-control" maxlength="64" />
3053
- </div>
3054
- <div class="mb-3">
3055
- <label class="form-label" for="invoice-issue-date">
3056
- {{ 'eDonusum::IssueDate' | abpLocalization }}
3057
- </label>
3058
-
3059
- <div class="input-group" validationTarget>
3060
- <input
3061
- readonly
3062
- id="invoice-issue-date"
3063
- formControlName="issueDate"
3064
- class="form-control"
3065
- ngbDatepicker
3066
- #issueDateInput
3067
- #issueDateDatepicker="ngbDatepicker"
3068
- (click)="issueDateDatepicker.open()"
3069
- (keyup.space)="issueDateDatepicker.open()"
3070
- />
3071
- <div *ngIf="issueDateInput.value" class="input-group-append">
3072
- <button
3073
- class="btn btn-link px-2"
3074
- type="button"
3075
- [title]="'AbpUi::Clear' | abpLocalization"
3076
- (click)="
3077
- issueDateDatepicker.writeValue(null);
3078
- issueDateDatepicker.manualDateChange(null, true)
3079
- "
3080
- >
3081
- <i class="fa fa-times" aria-hidden="true"></i>
3082
- </button>
3083
- </div>
3084
- </div>
3085
- </div>
3086
- <div class="mb-3">
3087
- <label class="form-label" for="invoice-issue-time">
3088
- {{ 'eDonusum::IssueTime' | abpLocalization }}
3089
- </label>
3090
-
3091
- <div class="input-group" validationTarget>
3092
- <input
3093
- readonly
3094
- id="invoice-issue-time"
3095
- formControlName="issueTime"
3096
- class="form-control"
3097
- ngbDatepicker
3098
- #issueTimeInput
3099
- #issueTimeDatepicker="ngbDatepicker"
3100
- (click)="issueTimeDatepicker.open()"
3101
- (keyup.space)="issueTimeDatepicker.open()"
3102
- />
3103
- <div *ngIf="issueTimeInput.value" class="input-group-append">
3104
- <button
3105
- class="btn btn-link px-2"
3106
- type="button"
3107
- [title]="'AbpUi::Clear' | abpLocalization"
3108
- (click)="
3109
- issueTimeDatepicker.writeValue(null);
3110
- issueTimeDatepicker.manualDateChange(null, true)
3111
- "
3112
- >
3113
- <i class="fa fa-times" aria-hidden="true"></i>
3114
- </button>
3115
- </div>
3116
- </div>
3117
- </div>
3118
- <div class="mb-3">
3119
- <label class="form-label" for="invoice-invoice-type-code">
3120
- {{ 'eDonusum::InvoiceTypeCode' | abpLocalization }} *
3121
- </label>
3122
-
3123
- <input
3124
- id="invoice-invoice-type-code"
3125
- formControlName="invoiceTypeCode"
3126
- class="form-control"
3127
- maxlength="32"
3128
- />
3129
- </div>
3130
- <div class="mb-3">
3131
- <label class="form-label" for="invoice-document-currency-code">
3132
- {{ 'eDonusum::DocumentCurrencyCode' | abpLocalization }} *
3133
- </label>
3134
-
3135
- <input
3136
- id="invoice-document-currency-code"
3137
- formControlName="documentCurrencyCode"
3138
- class="form-control"
3139
- maxlength="3"
3140
- />
3141
- </div>
3142
- <div class="mb-3">
3143
- <label class="form-label" for="invoice-tax-currency-code">
3144
- {{ 'eDonusum::TaxCurrencyCode' | abpLocalization }}
3145
- </label>
3146
-
3147
- <input
3148
- id="invoice-tax-currency-code"
3149
- formControlName="taxCurrencyCode"
3150
- class="form-control"
3151
- maxlength="3"
3152
- />
3153
- </div>
3154
- <div class="mb-3">
3155
- <label class="form-label" for="invoice-pricing-currency-code">
3156
- {{ 'eDonusum::PricingCurrencyCode' | abpLocalization }}
3157
- </label>
3158
-
3159
- <input
3160
- id="invoice-pricing-currency-code"
3161
- formControlName="pricingCurrencyCode"
3162
- class="form-control"
3163
- maxlength="3"
3164
- />
3165
- </div>
3166
- <div class="mb-3">
3167
- <label class="form-label" for="invoice-payment-currency-code">
3168
- {{ 'eDonusum::PaymentCurrencyCode' | abpLocalization }}
3169
- </label>
3170
-
3171
- <input
3172
- id="invoice-payment-currency-code"
3173
- formControlName="paymentCurrencyCode"
3174
- class="form-control"
3175
- maxlength="3"
3176
- />
3177
- </div>
3178
- <div class="mb-3">
3179
- <label class="form-label" for="invoice-payment-alternative-currency-code">
3180
- {{ 'eDonusum::PaymentAlternativeCurrencyCode' | abpLocalization }}
3181
- </label>
3182
-
3183
- <input
3184
- id="invoice-payment-alternative-currency-code"
3185
- formControlName="paymentAlternativeCurrencyCode"
3186
- class="form-control"
3187
- maxlength="3"
3188
- />
3189
- </div>
3190
- <div class="mb-3">
3191
- <label class="form-label" for="invoice-accounting-cost">
3192
- {{ 'eDonusum::AccountingCost' | abpLocalization }}
3193
- </label>
3194
-
3195
- <input
3196
- id="invoice-accounting-cost"
3197
- formControlName="accountingCost"
3198
- class="form-control"
3199
- maxlength="32"
3200
- />
3201
- </div>
3202
- <div class="mb-3">
3203
- <label class="form-label" for="invoice-line-count-numeric">
3204
- {{ 'eDonusum::LineCountNumeric' | abpLocalization }}
3205
- </label>
3206
-
3207
- <input
3208
- type="number"
3209
- id="invoice-line-count-numeric"
3210
- formControlName="lineCountNumeric"
3211
- class="form-control"
3212
- />
3213
- </div>
3214
- <div class="mb-3">
3215
- <label class="form-label" for="invoice-invoice-period-start-date">
3216
- {{ 'eDonusum::InvoicePeriodStartDate' | abpLocalization }}
3217
- </label>
3218
-
3219
- <div class="input-group" validationTarget>
3220
- <input
3221
- readonly
3222
- id="invoice-invoice-period-start-date"
3223
- formControlName="invoicePeriodStartDate"
3224
- class="form-control"
3225
- ngbDatepicker
3226
- #invoicePeriodStartDateInput
3227
- #invoicePeriodStartDateDatepicker="ngbDatepicker"
3228
- (click)="invoicePeriodStartDateDatepicker.open()"
3229
- (keyup.space)="invoicePeriodStartDateDatepicker.open()"
3230
- />
3231
- <div *ngIf="invoicePeriodStartDateInput.value" class="input-group-append">
3232
- <button
3233
- class="btn btn-link px-2"
3234
- type="button"
3235
- [title]="'AbpUi::Clear' | abpLocalization"
3236
- (click)="
3237
- invoicePeriodStartDateDatepicker.writeValue(null);
3238
- invoicePeriodStartDateDatepicker.manualDateChange(null, true)
3239
- "
3240
- >
3241
- <i class="fa fa-times" aria-hidden="true"></i>
3242
- </button>
3243
- </div>
3244
- </div>
3245
- </div>
3246
- <div class="mb-3">
3247
- <label class="form-label" for="invoice-invoice-period-start-time">
3248
- {{ 'eDonusum::InvoicePeriodStartTime' | abpLocalization }}
3249
- </label>
3250
-
3251
- <div class="input-group" validationTarget>
3252
- <input
3253
- readonly
3254
- id="invoice-invoice-period-start-time"
3255
- formControlName="invoicePeriodStartTime"
3256
- class="form-control"
3257
- ngbDatepicker
3258
- #invoicePeriodStartTimeInput
3259
- #invoicePeriodStartTimeDatepicker="ngbDatepicker"
3260
- (click)="invoicePeriodStartTimeDatepicker.open()"
3261
- (keyup.space)="invoicePeriodStartTimeDatepicker.open()"
3262
- />
3263
- <div *ngIf="invoicePeriodStartTimeInput.value" class="input-group-append">
3264
- <button
3265
- class="btn btn-link px-2"
3266
- type="button"
3267
- [title]="'AbpUi::Clear' | abpLocalization"
3268
- (click)="
3269
- invoicePeriodStartTimeDatepicker.writeValue(null);
3270
- invoicePeriodStartTimeDatepicker.manualDateChange(null, true)
3271
- "
3272
- >
3273
- <i class="fa fa-times" aria-hidden="true"></i>
3274
- </button>
3275
- </div>
3276
- </div>
3277
- </div>
3278
- <div class="mb-3">
3279
- <label class="form-label" for="invoice-invoice-period-end-date">
3280
- {{ 'eDonusum::InvoicePeriodEndDate' | abpLocalization }}
3281
- </label>
3282
-
3283
- <div class="input-group" validationTarget>
3284
- <input
3285
- readonly
3286
- id="invoice-invoice-period-end-date"
3287
- formControlName="invoicePeriodEndDate"
3288
- class="form-control"
3289
- ngbDatepicker
3290
- #invoicePeriodEndDateInput
3291
- #invoicePeriodEndDateDatepicker="ngbDatepicker"
3292
- (click)="invoicePeriodEndDateDatepicker.open()"
3293
- (keyup.space)="invoicePeriodEndDateDatepicker.open()"
3294
- />
3295
- <div *ngIf="invoicePeriodEndDateInput.value" class="input-group-append">
3296
- <button
3297
- class="btn btn-link px-2"
3298
- type="button"
3299
- [title]="'AbpUi::Clear' | abpLocalization"
3300
- (click)="
3301
- invoicePeriodEndDateDatepicker.writeValue(null);
3302
- invoicePeriodEndDateDatepicker.manualDateChange(null, true)
3303
- "
3304
- >
3305
- <i class="fa fa-times" aria-hidden="true"></i>
3306
- </button>
3307
- </div>
3308
- </div>
3309
- </div>
3310
- <div class="mb-3">
3311
- <label class="form-label" for="invoice-invoice-period-end-time">
3312
- {{ 'eDonusum::InvoicePeriodEndTime' | abpLocalization }}
3313
- </label>
3314
-
3315
- <div class="input-group" validationTarget>
3316
- <input
3317
- readonly
3318
- id="invoice-invoice-period-end-time"
3319
- formControlName="invoicePeriodEndTime"
3320
- class="form-control"
3321
- ngbDatepicker
3322
- #invoicePeriodEndTimeInput
3323
- #invoicePeriodEndTimeDatepicker="ngbDatepicker"
3324
- (click)="invoicePeriodEndTimeDatepicker.open()"
3325
- (keyup.space)="invoicePeriodEndTimeDatepicker.open()"
3326
- />
3327
- <div *ngIf="invoicePeriodEndTimeInput.value" class="input-group-append">
3328
- <button
3329
- class="btn btn-link px-2"
3330
- type="button"
3331
- [title]="'AbpUi::Clear' | abpLocalization"
3332
- (click)="
3333
- invoicePeriodEndTimeDatepicker.writeValue(null);
3334
- invoicePeriodEndTimeDatepicker.manualDateChange(null, true)
3335
- "
3336
- >
3337
- <i class="fa fa-times" aria-hidden="true"></i>
3338
- </button>
3339
- </div>
3340
- </div>
3341
- </div>
3342
- <div class="mb-3">
3343
- <label class="form-label" for="invoice-invoice-period-duration-measure">
3344
- {{ 'eDonusum::InvoicePeriodDurationMeasure' | abpLocalization }}
3345
- </label>
3346
-
3347
- <div class="input-group" validationTarget>
3348
- <input
3349
- readonly
3350
- id="invoice-invoice-period-duration-measure"
3351
- formControlName="invoicePeriodDurationMeasure"
3352
- class="form-control"
3353
- ngbDatepicker
3354
- #invoicePeriodDurationMeasureInput
3355
- #invoicePeriodDurationMeasureDatepicker="ngbDatepicker"
3356
- (click)="invoicePeriodDurationMeasureDatepicker.open()"
3357
- (keyup.space)="invoicePeriodDurationMeasureDatepicker.open()"
3358
- />
3359
- <div *ngIf="invoicePeriodDurationMeasureInput.value" class="input-group-append">
3360
- <button
3361
- class="btn btn-link px-2"
3362
- type="button"
3363
- [title]="'AbpUi::Clear' | abpLocalization"
3364
- (click)="
3365
- invoicePeriodDurationMeasureDatepicker.writeValue(null);
3366
- invoicePeriodDurationMeasureDatepicker.manualDateChange(null, true)
3367
- "
3368
- >
3369
- <i class="fa fa-times" aria-hidden="true"></i>
3370
- </button>
3371
- </div>
3372
- </div>
3373
- </div>
3374
- <div class="mb-3">
3375
- <label class="form-label" for="invoice-invoice-period-description">
3376
- {{ 'eDonusum::InvoicePeriodDescription' | abpLocalization }}
3377
- </label>
3378
-
3379
- <input
3380
- id="invoice-invoice-period-description"
3381
- formControlName="invoicePeriodDescription"
3382
- class="form-control"
3383
- />
3384
- </div>
3385
- <div class="mb-3">
3386
- <label class="form-label" for="invoice-order-reference-id">
3387
- {{ 'eDonusum::OrderReferenceId' | abpLocalization }}
3388
- </label>
3389
-
3390
- <input
3391
- id="invoice-order-reference-id"
3392
- formControlName="orderReferenceId"
3393
- class="form-control"
3394
- maxlength="64"
3395
- />
3396
- </div>
3397
- <div class="mb-3">
3398
- <label class="form-label" for="invoice-order-reference-sales-order-id">
3399
- {{ 'eDonusum::OrderReferenceSalesOrderId' | abpLocalization }}
3400
- </label>
3401
-
3402
- <input
3403
- id="invoice-order-reference-sales-order-id"
3404
- formControlName="orderReferenceSalesOrderId"
3405
- class="form-control"
3406
- maxlength="64"
3407
- />
3408
- </div>
3409
- <div class="mb-3">
3410
- <label class="form-label" for="invoice-order-reference-issue-date">
3411
- {{ 'eDonusum::OrderReferenceIssueDate' | abpLocalization }}
3412
- </label>
3413
-
3414
- <div class="input-group" validationTarget>
3415
- <input
3416
- readonly
3417
- id="invoice-order-reference-issue-date"
3418
- formControlName="orderReferenceIssueDate"
3419
- class="form-control"
3420
- ngbDatepicker
3421
- #orderReferenceIssueDateInput
3422
- #orderReferenceIssueDateDatepicker="ngbDatepicker"
3423
- (click)="orderReferenceIssueDateDatepicker.open()"
3424
- (keyup.space)="orderReferenceIssueDateDatepicker.open()"
3425
- />
3426
- <div *ngIf="orderReferenceIssueDateInput.value" class="input-group-append">
3427
- <button
3428
- class="btn btn-link px-2"
3429
- type="button"
3430
- [title]="'AbpUi::Clear' | abpLocalization"
3431
- (click)="
3432
- orderReferenceIssueDateDatepicker.writeValue(null);
3433
- orderReferenceIssueDateDatepicker.manualDateChange(null, true)
3434
- "
3435
- >
3436
- <i class="fa fa-times" aria-hidden="true"></i>
3437
- </button>
3438
- </div>
3439
- </div>
3440
- </div>
3441
- <div class="mb-3">
3442
- <label class="form-label" for="invoice-order-reference-order-type-code">
3443
- {{ 'eDonusum::OrderReferenceOrderTypeCode' | abpLocalization }}
3444
- </label>
3445
-
3446
- <input
3447
- id="invoice-order-reference-order-type-code"
3448
- formControlName="orderReferenceOrderTypeCode"
3449
- class="form-control"
3450
- maxlength="64"
3451
- />
3452
- </div>
3453
- <div class="mb-3">
3454
- <label class="form-label" for="invoice-accounting-supplier-party-name">
3455
- {{ 'eDonusum::AccountingSupplierPartyName' | abpLocalization }}
3456
- </label>
3457
-
3458
- <input
3459
- id="invoice-accounting-supplier-party-name"
3460
- formControlName="accountingSupplierPartyName"
3461
- class="form-control"
3462
- maxlength="256"
3463
- />
3464
- </div>
3465
- <div class="mb-3">
3466
- <label class="form-label" for="invoice-accounting-supplier-party-scheme-id">
3467
- {{ 'eDonusum::AccountingSupplierPartySchemeId' | abpLocalization }}
3468
- </label>
3469
-
3470
- <input
3471
- id="invoice-accounting-supplier-party-scheme-id"
3472
- formControlName="accountingSupplierPartySchemeId"
3473
- class="form-control"
3474
- maxlength="8"
3475
- />
3476
- </div>
3477
- <div class="mb-3">
3478
- <label class="form-label" for="invoice-accounting-supplier-party-vkn-tckn">
3479
- {{ 'eDonusum::AccountingSupplierPartyVknTckn' | abpLocalization }}
3480
- </label>
3481
-
3482
- <input
3483
- id="invoice-accounting-supplier-party-vkn-tckn"
3484
- formControlName="accountingSupplierPartyVknTckn"
3485
- class="form-control"
3486
- maxlength="16"
3487
- />
3488
- </div>
3489
- <div class="mb-3">
3490
- <label class="form-label" for="invoice-accounting-customer-party-name">
3491
- {{ 'eDonusum::AccountingCustomerPartyName' | abpLocalization }}
3492
- </label>
3493
-
3494
- <input
3495
- id="invoice-accounting-customer-party-name"
3496
- formControlName="accountingCustomerPartyName"
3497
- class="form-control"
3498
- maxlength="256"
3499
- />
3500
- </div>
3501
- <div class="mb-3">
3502
- <label class="form-label" for="invoice-accounting-customer-party-scheme-id">
3503
- {{ 'eDonusum::AccountingCustomerPartySchemeId' | abpLocalization }}
3504
- </label>
3505
-
3506
- <input
3507
- id="invoice-accounting-customer-party-scheme-id"
3508
- formControlName="accountingCustomerPartySchemeId"
3509
- class="form-control"
3510
- maxlength="8"
3511
- />
3512
- </div>
3513
- <div class="mb-3">
3514
- <label class="form-label" for="invoice-accounting-customer-party-vkn-tckn">
3515
- {{ 'eDonusum::AccountingCustomerPartyVknTckn' | abpLocalization }}
3516
- </label>
3517
-
3518
- <input
3519
- id="invoice-accounting-customer-party-vkn-tckn"
3520
- formControlName="accountingCustomerPartyVknTckn"
3521
- class="form-control"
3522
- maxlength="16"
3523
- />
3524
- </div>
3525
- <div class="mb-3">
3526
- <label class="form-label" for="invoice-buyer-customer-party-name">
3527
- {{ 'eDonusum::BuyerCustomerPartyName' | abpLocalization }}
3528
- </label>
3529
-
3530
- <input
3531
- id="invoice-buyer-customer-party-name"
3532
- formControlName="buyerCustomerPartyName"
3533
- class="form-control"
3534
- maxlength="256"
3535
- />
3536
- </div>
3537
- <div class="mb-3">
3538
- <label class="form-label" for="invoice-buyer-customer-party-scheme-id">
3539
- {{ 'eDonusum::BuyerCustomerPartySchemeId' | abpLocalization }}
3540
- </label>
3541
-
3542
- <input
3543
- id="invoice-buyer-customer-party-scheme-id"
3544
- formControlName="buyerCustomerPartySchemeId"
3545
- class="form-control"
3546
- maxlength="8"
3547
- />
3548
- </div>
3549
- <div class="mb-3">
3550
- <label class="form-label" for="invoice-buyer-customer-party-vkn-tckn">
3551
- {{ 'eDonusum::BuyerCustomerPartyVknTckn' | abpLocalization }}
3552
- </label>
3553
-
3554
- <input
3555
- id="invoice-buyer-customer-party-vkn-tckn"
3556
- formControlName="buyerCustomerPartyVknTckn"
3557
- class="form-control"
3558
- maxlength="16"
3559
- />
3560
- </div>
3561
- <div class="mb-3">
3562
- <label class="form-label" for="invoice-seller-supplier-party-name">
3563
- {{ 'eDonusum::SellerSupplierPartyName' | abpLocalization }}
3564
- </label>
3565
-
3566
- <input
3567
- id="invoice-seller-supplier-party-name"
3568
- formControlName="sellerSupplierPartyName"
3569
- class="form-control"
3570
- maxlength="256"
3571
- />
3572
- </div>
3573
- <div class="mb-3">
3574
- <label class="form-label" for="invoice-seller-supplier-party-scheme-id">
3575
- {{ 'eDonusum::SellerSupplierPartySchemeId' | abpLocalization }}
3576
- </label>
3577
-
3578
- <input
3579
- id="invoice-seller-supplier-party-scheme-id"
3580
- formControlName="sellerSupplierPartySchemeId"
3581
- class="form-control"
3582
- maxlength="8"
3583
- />
3584
- </div>
3585
- <div class="mb-3">
3586
- <label class="form-label" for="invoice-seller-supplier-party-vkn-tckn">
3587
- {{ 'eDonusum::SellerSupplierPartyVknTckn' | abpLocalization }}
3588
- </label>
3589
-
3590
- <input
3591
- id="invoice-seller-supplier-party-vkn-tckn"
3592
- formControlName="sellerSupplierPartyVknTckn"
3593
- class="form-control"
3594
- maxlength="16"
3595
- />
3596
- </div>
3597
- <div class="mb-3">
3598
- <label class="form-label" for="invoice-tax-representative-party-name">
3599
- {{ 'eDonusum::TaxRepresentativePartyName' | abpLocalization }}
3600
- </label>
3601
-
3602
- <input
3603
- id="invoice-tax-representative-party-name"
3604
- formControlName="taxRepresentativePartyName"
3605
- class="form-control"
3606
- maxlength="256"
3607
- />
3608
- </div>
3609
- <div class="mb-3">
3610
- <label class="form-label" for="invoice-tax-representative-party-scheme-id">
3611
- {{ 'eDonusum::TaxRepresentativePartySchemeId' | abpLocalization }}
3612
- </label>
3613
-
3614
- <input
3615
- id="invoice-tax-representative-party-scheme-id"
3616
- formControlName="taxRepresentativePartySchemeId"
3617
- class="form-control"
3618
- maxlength="8"
3619
- />
3620
- </div>
3621
- <div class="mb-3">
3622
- <label class="form-label" for="invoice-tax-representative-party-vkn-tckn">
3623
- {{ 'eDonusum::TaxRepresentativePartyVknTckn' | abpLocalization }}
3624
- </label>
3625
-
3626
- <input
3627
- id="invoice-tax-representative-party-vkn-tckn"
3628
- formControlName="taxRepresentativePartyVknTckn"
3629
- class="form-control"
3630
- maxlength="16"
3631
- />
3632
- </div>
3633
- <div class="mb-3">
3634
- <label class="form-label" for="invoice-tax-exchange-rate-source-currency-code">
3635
- {{ 'eDonusum::TaxExchangeRateSourceCurrencyCode' | abpLocalization }}
3636
- </label>
3637
-
3638
- <input
3639
- id="invoice-tax-exchange-rate-source-currency-code"
3640
- formControlName="taxExchangeRateSourceCurrencyCode"
3641
- class="form-control"
3642
- maxlength="3"
3643
- />
3644
- </div>
3645
- <div class="mb-3">
3646
- <label class="form-label" for="invoice-tax-exchange-rate-target-currency-code">
3647
- {{ 'eDonusum::TaxExchangeRateTargetCurrencyCode' | abpLocalization }}
3648
- </label>
3649
-
3650
- <input
3651
- id="invoice-tax-exchange-rate-target-currency-code"
3652
- formControlName="taxExchangeRateTargetCurrencyCode"
3653
- class="form-control"
3654
- maxlength="3"
3655
- />
3656
- </div>
3657
- <div class="mb-3">
3658
- <label class="form-label" for="invoice-tax-exchange-rate-calculation-rate">
3659
- {{ 'eDonusum::TaxExchangeRateCalculationRate' | abpLocalization }}
3660
- </label>
3661
-
3662
- <input
3663
- type="number"
3664
- id="invoice-tax-exchange-rate-calculation-rate"
3665
- formControlName="taxExchangeRateCalculationRate"
3666
- class="form-control"
3667
- />
3668
- </div>
3669
- <div class="mb-3">
3670
- <label class="form-label" for="invoice-tax-exchange-rate-date">
3671
- {{ 'eDonusum::TaxExchangeRateDate' | abpLocalization }}
3672
- </label>
3673
-
3674
- <div class="input-group" validationTarget>
3675
- <input
3676
- readonly
3677
- id="invoice-tax-exchange-rate-date"
3678
- formControlName="taxExchangeRateDate"
3679
- class="form-control"
3680
- ngbDatepicker
3681
- #taxExchangeRateDateInput
3682
- #taxExchangeRateDateDatepicker="ngbDatepicker"
3683
- (click)="taxExchangeRateDateDatepicker.open()"
3684
- (keyup.space)="taxExchangeRateDateDatepicker.open()"
3685
- />
3686
- <div *ngIf="taxExchangeRateDateInput.value" class="input-group-append">
3687
- <button
3688
- class="btn btn-link px-2"
3689
- type="button"
3690
- [title]="'AbpUi::Clear' | abpLocalization"
3691
- (click)="
3692
- taxExchangeRateDateDatepicker.writeValue(null);
3693
- taxExchangeRateDateDatepicker.manualDateChange(null, true)
3694
- "
3695
- >
3696
- <i class="fa fa-times" aria-hidden="true"></i>
3697
- </button>
3698
- </div>
3699
- </div>
3700
- </div>
3701
- <div class="mb-3">
3702
- <label class="form-label" for="invoice-pricing-exchange-rate-source-currency-code">
3703
- {{ 'eDonusum::PricingExchangeRateSourceCurrencyCode' | abpLocalization }}
3704
- </label>
3705
-
3706
- <input
3707
- id="invoice-pricing-exchange-rate-source-currency-code"
3708
- formControlName="pricingExchangeRateSourceCurrencyCode"
3709
- class="form-control"
3710
- maxlength="3"
3711
- />
3712
- </div>
3713
- <div class="mb-3">
3714
- <label class="form-label" for="invoice-pricing-exchange-rate-target-currency-code">
3715
- {{ 'eDonusum::PricingExchangeRateTargetCurrencyCode' | abpLocalization }}
3716
- </label>
3717
-
3718
- <input
3719
- id="invoice-pricing-exchange-rate-target-currency-code"
3720
- formControlName="pricingExchangeRateTargetCurrencyCode"
3721
- class="form-control"
3722
- maxlength="3"
3723
- />
3724
- </div>
3725
- <div class="mb-3">
3726
- <label class="form-label" for="invoice-pricing-exchange-rate-calculation-rate">
3727
- {{ 'eDonusum::PricingExchangeRateCalculationRate' | abpLocalization }}
3728
- </label>
3729
-
3730
- <input
3731
- type="number"
3732
- id="invoice-pricing-exchange-rate-calculation-rate"
3733
- formControlName="pricingExchangeRateCalculationRate"
3734
- class="form-control"
3735
- />
3736
- </div>
3737
- <div class="mb-3">
3738
- <label class="form-label" for="invoice-pricing-exchange-rate-date">
3739
- {{ 'eDonusum::PricingExchangeRateDate' | abpLocalization }}
3740
- </label>
3741
-
3742
- <div class="input-group" validationTarget>
3743
- <input
3744
- readonly
3745
- id="invoice-pricing-exchange-rate-date"
3746
- formControlName="pricingExchangeRateDate"
3747
- class="form-control"
3748
- ngbDatepicker
3749
- #pricingExchangeRateDateInput
3750
- #pricingExchangeRateDateDatepicker="ngbDatepicker"
3751
- (click)="pricingExchangeRateDateDatepicker.open()"
3752
- (keyup.space)="pricingExchangeRateDateDatepicker.open()"
3753
- />
3754
- <div *ngIf="pricingExchangeRateDateInput.value" class="input-group-append">
3755
- <button
3756
- class="btn btn-link px-2"
3757
- type="button"
3758
- [title]="'AbpUi::Clear' | abpLocalization"
3759
- (click)="
3760
- pricingExchangeRateDateDatepicker.writeValue(null);
3761
- pricingExchangeRateDateDatepicker.manualDateChange(null, true)
3762
- "
3763
- >
3764
- <i class="fa fa-times" aria-hidden="true"></i>
3765
- </button>
3766
- </div>
3767
- </div>
3768
- </div>
3769
- <div class="mb-3">
3770
- <label class="form-label" for="invoice-payment-exchange-rate-source-currency-code">
3771
- {{ 'eDonusum::PaymentExchangeRateSourceCurrencyCode' | abpLocalization }}
3772
- </label>
3773
-
3774
- <input
3775
- id="invoice-payment-exchange-rate-source-currency-code"
3776
- formControlName="paymentExchangeRateSourceCurrencyCode"
3777
- class="form-control"
3778
- maxlength="3"
3779
- />
3780
- </div>
3781
- <div class="mb-3">
3782
- <label class="form-label" for="invoice-payment-exchange-rate-target-currency-code">
3783
- {{ 'eDonusum::PaymentExchangeRateTargetCurrencyCode' | abpLocalization }}
3784
- </label>
3785
-
3786
- <input
3787
- id="invoice-payment-exchange-rate-target-currency-code"
3788
- formControlName="paymentExchangeRateTargetCurrencyCode"
3789
- class="form-control"
3790
- maxlength="3"
3791
- />
3792
- </div>
3793
- <div class="mb-3">
3794
- <label class="form-label" for="invoice-payment-exchange-rate-calculation-rate">
3795
- {{ 'eDonusum::PaymentExchangeRateCalculationRate' | abpLocalization }}
3796
- </label>
3797
-
3798
- <input
3799
- type="number"
3800
- id="invoice-payment-exchange-rate-calculation-rate"
3801
- formControlName="paymentExchangeRateCalculationRate"
3802
- class="form-control"
3803
- />
3804
- </div>
3805
- <div class="mb-3">
3806
- <label class="form-label" for="invoice-payment-exchange-rate-date">
3807
- {{ 'eDonusum::PaymentExchangeRateDate' | abpLocalization }}
3808
- </label>
3809
-
3810
- <div class="input-group" validationTarget>
3811
- <input
3812
- readonly
3813
- id="invoice-payment-exchange-rate-date"
3814
- formControlName="paymentExchangeRateDate"
3815
- class="form-control"
3816
- ngbDatepicker
3817
- #paymentExchangeRateDateInput
3818
- #paymentExchangeRateDateDatepicker="ngbDatepicker"
3819
- (click)="paymentExchangeRateDateDatepicker.open()"
3820
- (keyup.space)="paymentExchangeRateDateDatepicker.open()"
3821
- />
3822
- <div *ngIf="paymentExchangeRateDateInput.value" class="input-group-append">
3823
- <button
3824
- class="btn btn-link px-2"
3825
- type="button"
3826
- [title]="'AbpUi::Clear' | abpLocalization"
3827
- (click)="
3828
- paymentExchangeRateDateDatepicker.writeValue(null);
3829
- paymentExchangeRateDateDatepicker.manualDateChange(null, true)
3830
- "
3831
- >
3832
- <i class="fa fa-times" aria-hidden="true"></i>
3833
- </button>
3834
- </div>
3835
- </div>
3836
- </div>
3837
- <div class="mb-3">
3838
- <label
3839
- class="form-label"
3840
- for="invoice-payment-alternative-exchange-rate-source-currency-code"
3841
- >
3842
- {{ 'eDonusum::PaymentAlternativeExchangeRateSourceCurrencyCode' | abpLocalization }}
3843
- </label>
3844
-
3845
- <input
3846
- id="invoice-payment-alternative-exchange-rate-source-currency-code"
3847
- formControlName="paymentAlternativeExchangeRateSourceCurrencyCode"
3848
- class="form-control"
3849
- maxlength="3"
3850
- />
3851
- </div>
3852
- <div class="mb-3">
3853
- <label
3854
- class="form-label"
3855
- for="invoice-payment-alternative-exchange-rate-target-currency-code"
3856
- >
3857
- {{ 'eDonusum::PaymentAlternativeExchangeRateTargetCurrencyCode' | abpLocalization }}
3858
- </label>
3859
-
3860
- <input
3861
- id="invoice-payment-alternative-exchange-rate-target-currency-code"
3862
- formControlName="paymentAlternativeExchangeRateTargetCurrencyCode"
3863
- class="form-control"
3864
- maxlength="3"
3865
- />
3866
- </div>
3867
- <div class="mb-3">
3868
- <label
3869
- class="form-label"
3870
- for="invoice-payment-alternative-exchange-rate-calculation-rate"
3871
- >
3872
- {{ 'eDonusum::PaymentAlternativeExchangeRateCalculationRate' | abpLocalization }}
3873
- </label>
3874
-
3875
- <input
3876
- type="number"
3877
- id="invoice-payment-alternative-exchange-rate-calculation-rate"
3878
- formControlName="paymentAlternativeExchangeRateCalculationRate"
3879
- class="form-control"
3880
- />
3881
- </div>
3882
- <div class="mb-3">
3883
- <label class="form-label" for="invoice-payment-alternative-exchange-rate-date">
3884
- {{ 'eDonusum::PaymentAlternativeExchangeRateDate' | abpLocalization }}
3885
- </label>
3886
-
3887
- <div class="input-group" validationTarget>
3888
- <input
3889
- readonly
3890
- id="invoice-payment-alternative-exchange-rate-date"
3891
- formControlName="paymentAlternativeExchangeRateDate"
3892
- class="form-control"
3893
- ngbDatepicker
3894
- #paymentAlternativeExchangeRateDateInput
3895
- #paymentAlternativeExchangeRateDateDatepicker="ngbDatepicker"
3896
- (click)="paymentAlternativeExchangeRateDateDatepicker.open()"
3897
- (keyup.space)="paymentAlternativeExchangeRateDateDatepicker.open()"
3898
- />
3899
- <div *ngIf="paymentAlternativeExchangeRateDateInput.value" class="input-group-append">
3900
- <button
3901
- class="btn btn-link px-2"
3902
- type="button"
3903
- [title]="'AbpUi::Clear' | abpLocalization"
3904
- (click)="
3905
- paymentAlternativeExchangeRateDateDatepicker.writeValue(null);
3906
- paymentAlternativeExchangeRateDateDatepicker.manualDateChange(null, true)
3907
- "
3908
- >
3909
- <i class="fa fa-times" aria-hidden="true"></i>
3910
- </button>
3911
- </div>
3912
- </div>
3913
- </div>
3914
- <div class="mb-3">
3915
- <label class="form-label" for="invoice-legal-monetary-total-line-extension-amount">
3916
- {{ 'eDonusum::LegalMonetaryTotalLineExtensionAmount' | abpLocalization }}
3917
- </label>
3918
-
3919
- <input
3920
- type="number"
3921
- id="invoice-legal-monetary-total-line-extension-amount"
3922
- formControlName="legalMonetaryTotalLineExtensionAmount"
3923
- class="form-control"
3924
- />
3925
- </div>
3926
- <div class="mb-3">
3927
- <label class="form-label" for="invoice-legal-monetary-total-tax-exclusive-amount">
3928
- {{ 'eDonusum::LegalMonetaryTotalTaxExclusiveAmount' | abpLocalization }}
3929
- </label>
3930
-
3931
- <input
3932
- type="number"
3933
- id="invoice-legal-monetary-total-tax-exclusive-amount"
3934
- formControlName="legalMonetaryTotalTaxExclusiveAmount"
3935
- class="form-control"
3936
- />
3937
- </div>
3938
- <div class="mb-3">
3939
- <label class="form-label" for="invoice-legal-monetary-total-tax-inclusive-amount">
3940
- {{ 'eDonusum::LegalMonetaryTotalTaxInclusiveAmount' | abpLocalization }}
3941
- </label>
3942
-
3943
- <input
3944
- type="number"
3945
- id="invoice-legal-monetary-total-tax-inclusive-amount"
3946
- formControlName="legalMonetaryTotalTaxInclusiveAmount"
3947
- class="form-control"
3948
- />
3949
- </div>
3950
- <div class="mb-3">
3951
- <label class="form-label" for="invoice-legal-monetary-total-allowance-total-amount">
3952
- {{ 'eDonusum::LegalMonetaryTotalAllowanceTotalAmount' | abpLocalization }}
3953
- </label>
3954
-
3955
- <input
3956
- type="number"
3957
- id="invoice-legal-monetary-total-allowance-total-amount"
3958
- formControlName="legalMonetaryTotalAllowanceTotalAmount"
3959
- class="form-control"
3960
- />
3961
- </div>
3962
- <div class="mb-3">
3963
- <label class="form-label" for="invoice-legal-monetary-total-charge-total-amount">
3964
- {{ 'eDonusum::LegalMonetaryTotalChargeTotalAmount' | abpLocalization }}
3965
- </label>
3966
-
3967
- <input
3968
- type="number"
3969
- id="invoice-legal-monetary-total-charge-total-amount"
3970
- formControlName="legalMonetaryTotalChargeTotalAmount"
3971
- class="form-control"
3972
- />
3973
- </div>
3974
- <div class="mb-3">
3975
- <label class="form-label" for="invoice-legal-monetary-total-payable-rounding-amount">
3976
- {{ 'eDonusum::LegalMonetaryTotalPayableRoundingAmount' | abpLocalization }}
3977
- </label>
3978
-
3979
- <input
3980
- type="number"
3981
- id="invoice-legal-monetary-total-payable-rounding-amount"
3982
- formControlName="legalMonetaryTotalPayableRoundingAmount"
3983
- class="form-control"
3984
- />
3985
- </div>
3986
- <div class="mb-3">
3987
- <label class="form-label" for="invoice-legal-monetary-total-payable-amount">
3988
- {{ 'eDonusum::LegalMonetaryTotalPayableAmount' | abpLocalization }}
3989
- </label>
3990
-
3991
- <input
3992
- type="number"
3993
- id="invoice-legal-monetary-total-payable-amount"
3994
- formControlName="legalMonetaryTotalPayableAmount"
3995
- class="form-control"
3996
- />
3997
- </div>
3998
- <div class="mb-3">
3999
- <label class="form-label" for="invoice-payment-terms-note">
4000
- {{ 'eDonusum::PaymentTermsNote' | abpLocalization }}
4001
- </label>
4002
-
4003
- <input
4004
- id="invoice-payment-terms-note"
4005
- formControlName="paymentTermsNote"
4006
- class="form-control"
4007
- maxlength="512"
4008
- />
4009
- </div>
4010
- <div class="mb-3">
4011
- <label class="form-label" for="invoice-payment-terms-payment-due-date">
4012
- {{ 'eDonusum::PaymentTermsPaymentDueDate' | abpLocalization }}
4013
- </label>
4014
-
4015
- <div class="input-group" validationTarget>
4016
- <input
4017
- readonly
4018
- id="invoice-payment-terms-payment-due-date"
4019
- formControlName="paymentTermsPaymentDueDate"
4020
- class="form-control"
4021
- ngbDatepicker
4022
- #paymentTermsPaymentDueDateInput
4023
- #paymentTermsPaymentDueDateDatepicker="ngbDatepicker"
4024
- (click)="paymentTermsPaymentDueDateDatepicker.open()"
4025
- (keyup.space)="paymentTermsPaymentDueDateDatepicker.open()"
4026
- />
4027
- <div *ngIf="paymentTermsPaymentDueDateInput.value" class="input-group-append">
4028
- <button
4029
- class="btn btn-link px-2"
4030
- type="button"
4031
- [title]="'AbpUi::Clear' | abpLocalization"
4032
- (click)="
4033
- paymentTermsPaymentDueDateDatepicker.writeValue(null);
4034
- paymentTermsPaymentDueDateDatepicker.manualDateChange(null, true)
4035
- "
4036
- >
4037
- <i class="fa fa-times" aria-hidden="true"></i>
4038
- </button>
4039
- </div>
4040
- </div>
4041
- </div>
4042
- <div class="mb-3">
4043
- <label class="form-label" for="invoice-cust-inv-id">
4044
- {{ 'eDonusum::CustInvId' | abpLocalization }}
4045
- </label>
4046
-
4047
- <input
4048
- id="invoice-cust-inv-id"
4049
- formControlName="custInvId"
4050
- class="form-control"
4051
- maxlength="64"
4052
- />
4053
- </div>
4054
- <div class="form-check mb-3">
4055
- <input
4056
- type="checkbox"
4057
- id="invoice-is-canceled"
4058
- formControlName="isCanceled"
4059
- class="form-check-input"
4060
- />
4061
-
4062
- <label for="invoice-is-canceled" class="form-check-label">
4063
- {{ 'eDonusum::IsCanceled' | abpLocalization }}
4064
- </label>
4065
- </div>
4066
- <div class="mb-3">
4067
- <label class="form-label" for="invoice-cancel-code">
4068
- {{ 'eDonusum::CancelCode' | abpLocalization }}
4069
- </label>
4070
-
4071
- <input
4072
- id="invoice-cancel-code"
4073
- formControlName="cancelCode"
4074
- class="form-control"
4075
- maxlength="16"
4076
- />
4077
- </div>
4078
- <div class="mb-3">
4079
- <label class="form-label" for="invoice-cancel-description">
4080
- {{ 'eDonusum::CancelDescription' | abpLocalization }}
4081
- </label>
4082
-
4083
- <input
4084
- id="invoice-cancel-description"
4085
- formControlName="cancelDescription"
4086
- class="form-control"
4087
- maxlength="256"
4088
- />
4089
- </div>
4090
- <div class="mb-3">
4091
- <label class="form-label" for="invoice-resource-doc-type">
4092
- {{ 'eDonusum::ResourceDocType' | abpLocalization }}
4093
- </label>
4094
-
4095
- <input
4096
- type="number"
4097
- id="invoice-resource-doc-type"
4098
- formControlName="resourceDocType"
4099
- class="form-control"
4100
- />
4101
- </div>
4102
- <div class="mb-3">
4103
- <label class="form-label" for="invoice-resource-doc-entry">
4104
- {{ 'eDonusum::ResourceDocEntry' | abpLocalization }}
4105
- </label>
4106
-
4107
- <input
4108
- id="invoice-resource-doc-entry"
4109
- formControlName="resourceDocEntry"
4110
- class="form-control"
4111
- maxlength="64"
4112
- />
4113
- </div>
4114
- <div class="mb-3">
4115
- <label class="form-label" for="invoice-status">
4116
- {{ 'eDonusum::Status' | abpLocalization }}
4117
- </label>
4118
-
4119
- <input type="number" id="invoice-status" formControlName="status" class="form-control" />
4120
- </div>
4121
- <div class="mb-3">
4122
- <label class="form-label" for="invoice-receiver-response">
4123
- {{ 'eDonusum::ReceiverResponse' | abpLocalization }}
4124
- </label>
4125
-
4126
- <input
4127
- type="number"
4128
- id="invoice-receiver-response"
4129
- formControlName="receiverResponse"
4130
- class="form-control"
4131
- />
4132
- </div>
4133
- <div class="mb-3">
4134
- <label class="form-label" for="invoice-receiver-response-desc">
4135
- {{ 'eDonusum::ReceiverResponseDesc' | abpLocalization }}
4136
- </label>
4137
-
4138
- <input
4139
- id="invoice-receiver-response-desc"
4140
- formControlName="receiverResponseDesc"
4141
- class="form-control"
4142
- maxlength="1024"
4143
- />
4144
- </div>
4145
- <div class="mb-3">
4146
- <label class="form-label" for="invoice-doc-type">
4147
- {{ 'eDonusum::DocType' | abpLocalization }}
4148
- </label>
4149
-
4150
- <input
4151
- type="number"
4152
- id="invoice-doc-type"
4153
- formControlName="docType"
4154
- class="form-control"
4155
- />
4156
- </div>
4157
- <div class="form-check mb-3">
4158
- <input
4159
- type="checkbox"
4160
- id="invoice-is-earchive"
4161
- formControlName="isEArchive"
4162
- class="form-check-input"
4163
- />
4164
-
4165
- <label for="invoice-is-earchive" class="form-check-label">
4166
- {{ 'eDonusum::IsEArchive' | abpLocalization }}
4167
- </label>
4168
- </div>
4169
- </div>
4170
- </form>
4171
- </ng-template>
4172
-
4173
- <ng-template #abpFooter>
4174
- <button type="button" class="btn btn-secondary" abpClose>
4175
- {{ 'AbpUi::Cancel' | abpLocalization }}
4176
- </button>
4177
-
4178
- <abp-button iconClass="fa fa-check" buttonType="submit" formName="invoice">
4179
- {{ 'AbpUi::Save' | abpLocalization }}
4180
- </abp-button>
4181
- </ng-template>
4182
- </abp-modal>