@hitsoft/e-donusum 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/e-donusum-config.module.d.ts +8 -0
- package/config/enums/eDonusum-route-names.d.ts +8 -0
- package/config/enums/route-names.d.ts +3 -0
- package/config/index.d.ts +5 -0
- package/config/providers/branch-route.provider.d.ts +9 -0
- package/config/providers/business-partner-group-route.provider.d.ts +9 -0
- package/config/providers/business-partner-route.provider.d.ts +9 -0
- package/config/providers/despatch-document-reference-route.provider.d.ts +9 -0
- package/config/providers/despatch-line-order-line-reference-route.provider.d.ts +9 -0
- package/config/providers/despatch-line-route.provider.d.ts +9 -0
- package/config/providers/despatch-note-route.provider.d.ts +9 -0
- package/config/providers/despatch-route.provider.d.ts +9 -0
- package/config/providers/gib-partner-pk-all-route.provider.d.ts +9 -0
- package/config/providers/gib-partner-pk-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/branch-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/business-partner-group-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/business-partner-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/despatch-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/gib-partner-pk-all-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/gib-partner-pk-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/inbound-invoice-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/invoice-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/note-rule-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/route.provider.d.ts +8 -0
- package/config/providers/hit-providers/wizard-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/xslt-format-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/xslt-rule-route.provider.d.ts +9 -0
- package/config/providers/invoice-document-reference-route.provider.d.ts +9 -0
- package/config/providers/invoice-line-despatch-line-reference-route.provider.d.ts +9 -0
- package/config/providers/invoice-line-order-line-reference-route.provider.d.ts +9 -0
- package/config/providers/invoice-line-receipt-line-reference-route.provider.d.ts +9 -0
- package/config/providers/invoice-line-route.provider.d.ts +9 -0
- package/config/providers/invoice-note-route.provider.d.ts +9 -0
- package/config/providers/invoice-route.provider.d.ts +9 -0
- package/config/providers/note-rule-doc-type-route.provider.d.ts +9 -0
- package/config/providers/note-rule-route.provider.d.ts +9 -0
- package/config/providers/note-rule-scenario-route.provider.d.ts +9 -0
- package/config/providers/params-company-route.provider.d.ts +9 -0
- package/config/providers/params-general-route.provider.d.ts +9 -0
- package/config/providers/params-integrator-route.provider.d.ts +9 -0
- package/config/providers/paramse-dispatch-route.provider.d.ts +9 -0
- package/config/providers/paramse-invoice-route.provider.d.ts +9 -0
- package/config/providers/route.provider.d.ts +8 -0
- package/config/providers/xslt-format-route.provider.d.ts +9 -0
- package/config/providers/xslt-rule-doc-type-route.provider.d.ts +9 -0
- package/config/providers/xslt-rule-route.provider.d.ts +9 -0
- package/config/providers/xslt-rule-scenario-route.provider.d.ts +9 -0
- package/esm2020/config/e-donusum-config.module.mjs +104 -0
- package/esm2020/config/enums/eDonusum-route-names.mjs +2 -0
- package/esm2020/config/enums/index.mjs +2 -0
- package/esm2020/config/enums/route-names.mjs +2 -0
- package/esm2020/config/hitsoft-e-donusum-config.mjs +5 -0
- package/esm2020/config/providers/branch-route.provider.mjs +19 -0
- package/esm2020/config/providers/business-partner-group-route.provider.mjs +19 -0
- package/esm2020/config/providers/business-partner-route.provider.mjs +19 -0
- package/esm2020/config/providers/despatch-document-reference-route.provider.mjs +19 -0
- package/esm2020/config/providers/despatch-line-order-line-reference-route.provider.mjs +17 -0
- package/esm2020/config/providers/despatch-line-route.provider.mjs +19 -0
- package/esm2020/config/providers/despatch-note-route.provider.mjs +19 -0
- package/esm2020/config/providers/despatch-route.provider.mjs +19 -0
- package/esm2020/config/providers/gib-partner-pk-all-route.provider.mjs +19 -0
- package/esm2020/config/providers/gib-partner-pk-route.provider.mjs +19 -0
- package/esm2020/config/providers/hit-providers/branch-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/business-partner-group-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/business-partner-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/despatch-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/gib-partner-pk-all-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/gib-partner-pk-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/inbound-invoice-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/invoice-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/note-rule-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/route.provider.mjs +59 -0
- package/esm2020/config/providers/hit-providers/wizard-route.provider.mjs +19 -0
- package/esm2020/config/providers/hit-providers/xslt-format-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/xslt-rule-route.provider.mjs +20 -0
- package/esm2020/config/providers/index.mjs +2 -0
- package/esm2020/config/providers/invoice-document-reference-route.provider.mjs +19 -0
- package/esm2020/config/providers/invoice-line-despatch-line-reference-route.provider.mjs +17 -0
- package/esm2020/config/providers/invoice-line-order-line-reference-route.provider.mjs +19 -0
- package/esm2020/config/providers/invoice-line-receipt-line-reference-route.provider.mjs +17 -0
- package/esm2020/config/providers/invoice-line-route.provider.mjs +19 -0
- package/esm2020/config/providers/invoice-note-route.provider.mjs +19 -0
- package/esm2020/config/providers/invoice-route.provider.mjs +19 -0
- package/esm2020/config/providers/note-rule-doc-type-route.provider.mjs +19 -0
- package/esm2020/config/providers/note-rule-route.provider.mjs +19 -0
- package/esm2020/config/providers/note-rule-scenario-route.provider.mjs +19 -0
- package/esm2020/config/providers/params-company-route.provider.mjs +19 -0
- package/esm2020/config/providers/params-general-route.provider.mjs +19 -0
- package/esm2020/config/providers/params-integrator-route.provider.mjs +19 -0
- package/esm2020/config/providers/paramse-dispatch-route.provider.mjs +19 -0
- package/esm2020/config/providers/paramse-invoice-route.provider.mjs +19 -0
- package/esm2020/config/providers/route.provider.mjs +24 -0
- package/esm2020/config/providers/xslt-format-route.provider.mjs +19 -0
- package/esm2020/config/providers/xslt-rule-doc-type-route.provider.mjs +19 -0
- package/esm2020/config/providers/xslt-rule-route.provider.mjs +19 -0
- package/esm2020/config/providers/xslt-rule-scenario-route.provider.mjs +19 -0
- package/esm2020/config/public-api.mjs +4 -0
- package/esm2020/hitsoft-e-donusum.mjs +5 -0
- package/esm2020/lib/branches/branch/branch-routing.module.mjs +38 -0
- package/esm2020/lib/branches/branch/branch.module.mjs +52 -0
- package/esm2020/lib/branches/branch/components/branch.component.mjs +113 -0
- package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.mjs +38 -0
- package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group.module.mjs +52 -0
- package/esm2020/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.mjs +104 -0
- package/esm2020/lib/business-partners/business-partner/business-partner-routing.module.mjs +38 -0
- package/esm2020/lib/business-partners/business-partner/business-partner.module.mjs +52 -0
- package/esm2020/lib/business-partners/business-partner/components/business-partner.component.mjs +112 -0
- package/esm2020/lib/components/e-donusum.component.mjs +18 -0
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.mjs +38 -0
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +119 -0
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.mjs +77 -0
- package/esm2020/lib/components/hit-invoices/hit-invoice.component.mjs +99 -0
- package/esm2020/lib/components/hit-invoices/hit-invoice.module.mjs +71 -0
- package/esm2020/lib/components/hit-invoices/sanitize-html.pipe.mjs +19 -0
- package/esm2020/lib/components/hit-note-rules/hit-note-rule.component.mjs +319 -0
- package/esm2020/lib/components/hit-note-rules/hit-note-rule.module.mjs +70 -0
- package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.component.mjs +108 -0
- package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.module.mjs +36 -0
- package/esm2020/lib/components/hit-params-companies/hit-params-company.component.mjs +110 -0
- package/esm2020/lib/components/hit-params-companies/hit-params-company.module.mjs +32 -0
- package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.component.mjs +120 -0
- package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.module.mjs +36 -0
- package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.mjs +153 -0
- package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.mjs +39 -0
- package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.mjs +76 -0
- package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.mjs +36 -0
- package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.component.mjs +152 -0
- package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.module.mjs +36 -0
- package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.mjs +38 -0
- package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.component.mjs +134 -0
- package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.module.mjs +66 -0
- package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.component.mjs +139 -0
- package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.module.mjs +67 -0
- package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.component.mjs +299 -0
- package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.module.mjs +73 -0
- package/esm2020/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.mjs +117 -0
- package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.mjs +38 -0
- package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.mjs +52 -0
- package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.mjs +121 -0
- package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.mjs +38 -0
- package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.mjs +52 -0
- package/esm2020/lib/despatch-lines/despatch-line/components/despatch-line.component.mjs +137 -0
- package/esm2020/lib/despatch-lines/despatch-line/despatch-line-routing.module.mjs +38 -0
- package/esm2020/lib/despatch-lines/despatch-line/despatch-line.module.mjs +52 -0
- package/esm2020/lib/despatch-notes/despatch-note/components/despatch-note.component.mjs +108 -0
- package/esm2020/lib/despatch-notes/despatch-note/despatch-note-routing.module.mjs +38 -0
- package/esm2020/lib/despatch-notes/despatch-note/despatch-note.module.mjs +52 -0
- package/esm2020/lib/despatches/despatch/components/despatch.component.mjs +285 -0
- package/esm2020/lib/despatches/despatch/despatch-routing.module.mjs +38 -0
- package/esm2020/lib/despatches/despatch/despatch.module.mjs +52 -0
- package/esm2020/lib/e-donusum-routing.module.mjs +110 -0
- package/esm2020/lib/e-donusum.module.mjs +61 -0
- package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.mjs +116 -0
- package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.mjs +38 -0
- package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.mjs +52 -0
- package/esm2020/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.mjs +116 -0
- package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.mjs +38 -0
- package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.mjs +52 -0
- package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.mjs +2 -0
- package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.mjs +54 -0
- package/esm2020/lib/hit-proxy/hit-branches/hit-branch.service.mjs +26 -0
- package/esm2020/lib/hit-proxy/hit-connectors/hit-connector.service.mjs +37 -0
- package/esm2020/lib/hit-proxy/hit-content-master/models.mjs +2 -0
- package/esm2020/lib/hit-proxy/hit-document-types/hit-document-type.service.mjs +28 -0
- package/esm2020/lib/hit-proxy/hit-entegrators/hit-entegrator.service.mjs +39 -0
- package/esm2020/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.mjs +34 -0
- package/esm2020/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-invoices/hit-invoice.service.mjs +62 -0
- package/esm2020/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.mjs +23 -0
- package/esm2020/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.mjs +23 -0
- package/esm2020/lib/hit-proxy/hit-note-rules/hit-note-rule.service.mjs +63 -0
- package/esm2020/lib/hit-proxy/hit-note-rules/models.mjs +2 -0
- package/esm2020/lib/hit-proxy/hit-params-companies/hit-params-company.service.mjs +30 -0
- package/esm2020/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-params-generals/hit-params-general.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.mjs +28 -0
- package/esm2020/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.mjs +46 -0
- package/esm2020/lib/hit-proxy/hit-xslt-formats/models.mjs +2 -0
- package/esm2020/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.mjs +23 -0
- package/esm2020/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.mjs +23 -0
- package/esm2020/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.mjs +55 -0
- package/esm2020/lib/hit-proxy/hit-xslt-rules/models.mjs +2 -0
- package/esm2020/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.mjs +117 -0
- package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.mjs +52 -0
- package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.mjs +115 -0
- package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.mjs +52 -0
- package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.mjs +121 -0
- package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.mjs +52 -0
- package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.mjs +115 -0
- package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.mjs +52 -0
- package/esm2020/lib/invoice-lines/invoice-line/components/invoice-line.component.mjs +137 -0
- package/esm2020/lib/invoice-lines/invoice-line/invoice-line-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-lines/invoice-line/invoice-line.module.mjs +52 -0
- package/esm2020/lib/invoice-notes/invoice-note/components/invoice-note.component.mjs +108 -0
- package/esm2020/lib/invoice-notes/invoice-note/invoice-note-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-notes/invoice-note/invoice-note.module.mjs +52 -0
- package/esm2020/lib/invoices/invoice/components/invoice.component.mjs +271 -0
- package/esm2020/lib/invoices/invoice/invoice-routing.module.mjs +38 -0
- package/esm2020/lib/invoices/invoice/invoice.module.mjs +52 -0
- package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.mjs +98 -0
- package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.mjs +38 -0
- package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.mjs +52 -0
- package/esm2020/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.mjs +98 -0
- package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.mjs +38 -0
- package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.mjs +52 -0
- package/esm2020/lib/note-rules/note-rule/components/note-rule.component.mjs +120 -0
- package/esm2020/lib/note-rules/note-rule/note-rule-routing.module.mjs +38 -0
- package/esm2020/lib/note-rules/note-rule/note-rule.module.mjs +52 -0
- package/esm2020/lib/params-companies/params-company/components/params-company.component.mjs +124 -0
- package/esm2020/lib/params-companies/params-company/params-company-routing.module.mjs +38 -0
- package/esm2020/lib/params-companies/params-company/params-company.module.mjs +52 -0
- package/esm2020/lib/params-generals/params-general/components/params-general.component.mjs +108 -0
- package/esm2020/lib/params-generals/params-general/params-general-routing.module.mjs +38 -0
- package/esm2020/lib/params-generals/params-general/params-general.module.mjs +52 -0
- package/esm2020/lib/params-integrators/params-integrator/components/params-integrator.component.mjs +117 -0
- package/esm2020/lib/params-integrators/params-integrator/params-integrator-routing.module.mjs +38 -0
- package/esm2020/lib/params-integrators/params-integrator/params-integrator.module.mjs +52 -0
- package/esm2020/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.mjs +119 -0
- package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.mjs +38 -0
- package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.mjs +52 -0
- package/esm2020/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.mjs +113 -0
- package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.mjs +38 -0
- package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.mjs +52 -0
- package/esm2020/lib/proxy/branches/branch.service.mjs +51 -0
- package/esm2020/lib/proxy/branches/models.mjs +2 -0
- package/esm2020/lib/proxy/business-partner-groups/business-partner-group.service.mjs +41 -0
- package/esm2020/lib/proxy/business-partner-groups/models.mjs +2 -0
- package/esm2020/lib/proxy/business-partners/business-partner.service.mjs +50 -0
- package/esm2020/lib/proxy/business-partners/models.mjs +2 -0
- package/esm2020/lib/proxy/despatch-document-references/despatch-document-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/despatch-document-references/models.mjs +2 -0
- package/esm2020/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/despatch-line-order-line-references/models.mjs +2 -0
- package/esm2020/lib/proxy/despatch-lines/despatch-line.service.mjs +60 -0
- package/esm2020/lib/proxy/despatch-lines/models.mjs +2 -0
- package/esm2020/lib/proxy/despatch-notes/despatch-note.service.mjs +60 -0
- package/esm2020/lib/proxy/despatch-notes/models.mjs +2 -0
- package/esm2020/lib/proxy/despatches/despatch.service.mjs +51 -0
- package/esm2020/lib/proxy/despatches/models.mjs +2 -0
- package/esm2020/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.mjs +51 -0
- package/esm2020/lib/proxy/gib-partner-pk-alls/models.mjs +2 -0
- package/esm2020/lib/proxy/gib-partner-pks/gib-partner-pk.service.mjs +51 -0
- package/esm2020/lib/proxy/gib-partner-pks/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-document-references/invoice-document-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-document-references/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-line-despatch-line-references/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-line-order-line-references/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-line-receipt-line-references/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-lines/invoice-line.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-lines/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-notes/invoice-note.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-notes/models.mjs +2 -0
- package/esm2020/lib/proxy/invoices/invoice.service.mjs +51 -0
- package/esm2020/lib/proxy/invoices/models.mjs +2 -0
- package/esm2020/lib/proxy/note-rule-doc-types/index.mjs +3 -0
- package/esm2020/lib/proxy/note-rule-doc-types/models.mjs +2 -0
- package/esm2020/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.mjs +50 -0
- package/esm2020/lib/proxy/note-rule-scenarios/index.mjs +3 -0
- package/esm2020/lib/proxy/note-rule-scenarios/models.mjs +2 -0
- package/esm2020/lib/proxy/note-rule-scenarios/note-rule-scenario.service.mjs +50 -0
- package/esm2020/lib/proxy/note-rules/index.mjs +3 -0
- package/esm2020/lib/proxy/note-rules/models.mjs +2 -0
- package/esm2020/lib/proxy/note-rules/note-rule.service.mjs +51 -0
- package/esm2020/lib/proxy/params-companies/index.mjs +3 -0
- package/esm2020/lib/proxy/params-companies/models.mjs +2 -0
- package/esm2020/lib/proxy/params-companies/params-company.service.mjs +51 -0
- package/esm2020/lib/proxy/params-generals/index.mjs +3 -0
- package/esm2020/lib/proxy/params-generals/models.mjs +2 -0
- package/esm2020/lib/proxy/params-generals/params-general.service.mjs +51 -0
- package/esm2020/lib/proxy/params-integrators/index.mjs +3 -0
- package/esm2020/lib/proxy/params-integrators/models.mjs +2 -0
- package/esm2020/lib/proxy/params-integrators/params-integrator.service.mjs +60 -0
- package/esm2020/lib/proxy/paramse-dispatches/index.mjs +3 -0
- package/esm2020/lib/proxy/paramse-dispatches/models.mjs +2 -0
- package/esm2020/lib/proxy/paramse-dispatches/paramse-dispatch.service.mjs +51 -0
- package/esm2020/lib/proxy/paramse-invoices/index.mjs +3 -0
- package/esm2020/lib/proxy/paramse-invoices/models.mjs +2 -0
- package/esm2020/lib/proxy/paramse-invoices/paramse-invoice.service.mjs +51 -0
- package/esm2020/lib/proxy/shared/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-formats/index.mjs +3 -0
- package/esm2020/lib/proxy/xslt-formats/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-formats/xslt-format.service.mjs +41 -0
- package/esm2020/lib/proxy/xslt-rule-doc-types/index.mjs +3 -0
- package/esm2020/lib/proxy/xslt-rule-doc-types/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.mjs +50 -0
- package/esm2020/lib/proxy/xslt-rule-scenarios/index.mjs +3 -0
- package/esm2020/lib/proxy/xslt-rule-scenarios/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.mjs +50 -0
- package/esm2020/lib/proxy/xslt-rules/index.mjs +3 -0
- package/esm2020/lib/proxy/xslt-rules/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-rules/xslt-rule.service.mjs +50 -0
- package/esm2020/lib/services/e-donusum.service.mjs +21 -0
- package/esm2020/lib/xslt-formats/xslt-format/components/xslt-format.component.mjs +101 -0
- package/esm2020/lib/xslt-formats/xslt-format/xslt-format-routing.module.mjs +38 -0
- package/esm2020/lib/xslt-formats/xslt-format/xslt-format.module.mjs +52 -0
- package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.mjs +98 -0
- package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.mjs +26 -0
- package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.mjs +52 -0
- package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.mjs +98 -0
- package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.mjs +26 -0
- package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.mjs +52 -0
- package/esm2020/lib/xslt-rules/xslt-rule/components/xslt-rule.component.mjs +106 -0
- package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.mjs +38 -0
- package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule.module.mjs +52 -0
- package/esm2020/public-api.mjs +7 -0
- package/fesm2015/hitsoft-e-donusum-config.mjs +850 -0
- package/fesm2015/hitsoft-e-donusum-config.mjs.map +1 -0
- package/fesm2015/hitsoft-e-donusum.mjs +9581 -0
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -0
- package/fesm2020/hitsoft-e-donusum-config.mjs +850 -0
- package/fesm2020/hitsoft-e-donusum-config.mjs.map +1 -0
- package/fesm2020/hitsoft-e-donusum.mjs +9734 -0
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/branches/branch/branch-routing.module.d.ts +7 -0
- package/lib/branches/branch/branch.module.d.ts +15 -0
- package/lib/branches/branch/components/branch.component.d.ts +35 -0
- package/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.d.ts +7 -0
- package/lib/business-partner-groups/business-partner-group/business-partner-group.module.d.ts +15 -0
- package/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.d.ts +33 -0
- package/lib/business-partners/business-partner/business-partner-routing.module.d.ts +7 -0
- package/lib/business-partners/business-partner/business-partner.module.d.ts +15 -0
- package/lib/business-partners/business-partner/components/business-partner.component.d.ts +33 -0
- package/lib/components/e-donusum.component.d.ts +10 -0
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.d.ts +7 -0
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +36 -0
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.d.ts +16 -0
- package/lib/components/hit-invoices/hit-invoice.component.d.ts +30 -0
- package/lib/components/hit-invoices/hit-invoice.module.d.ts +16 -0
- package/lib/components/hit-invoices/sanitize-html.pipe.d.ts +10 -0
- package/lib/components/hit-note-rules/hit-note-rule.component.d.ts +67 -0
- package/lib/components/hit-note-rules/hit-note-rule.module.d.ts +15 -0
- package/lib/components/hit-paramas-invoices/hit-params-invoice.component.d.ts +34 -0
- package/lib/components/hit-paramas-invoices/hit-params-invoice.module.d.ts +12 -0
- package/lib/components/hit-params-companies/hit-params-company.component.d.ts +30 -0
- package/lib/components/hit-params-companies/hit-params-company.module.d.ts +11 -0
- package/lib/components/hit-params-dispatches/hit-params-dispatch.component.d.ts +37 -0
- package/lib/components/hit-params-dispatches/hit-params-dispatch.module.d.ts +12 -0
- package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.d.ts +39 -0
- package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.d.ts +12 -0
- package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.d.ts +27 -0
- package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.d.ts +12 -0
- package/lib/components/hit-params-integrators/hit-params-integrator.component.d.ts +38 -0
- package/lib/components/hit-params-integrators/hit-params-integrator.module.d.ts +12 -0
- package/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.d.ts +7 -0
- package/lib/components/hit-setup-wizard/hit-setup-wizard.component.d.ts +37 -0
- package/lib/components/hit-setup-wizard/hit-setup-wizard.module.d.ts +20 -0
- package/lib/components/hit-xslt-formats/hit-xslt-format.component.d.ts +39 -0
- package/lib/components/hit-xslt-formats/hit-xslt-format.module.d.ts +15 -0
- package/lib/components/hit-xslt-rules/hit-xslt-rule.component.d.ts +73 -0
- package/lib/components/hit-xslt-rules/hit-xslt-rule.module.d.ts +15 -0
- package/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.d.ts +35 -0
- package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.d.ts +7 -0
- package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.d.ts +15 -0
- package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.d.ts +35 -0
- package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.d.ts +7 -0
- package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.d.ts +15 -0
- package/lib/despatch-lines/despatch-line/components/despatch-line.component.d.ts +35 -0
- package/lib/despatch-lines/despatch-line/despatch-line-routing.module.d.ts +7 -0
- package/lib/despatch-lines/despatch-line/despatch-line.module.d.ts +15 -0
- package/lib/despatch-notes/despatch-note/components/despatch-note.component.d.ts +35 -0
- package/lib/despatch-notes/despatch-note/despatch-note-routing.module.d.ts +7 -0
- package/lib/despatch-notes/despatch-note/despatch-note.module.d.ts +15 -0
- package/lib/despatches/despatch/components/despatch.component.d.ts +35 -0
- package/lib/despatches/despatch/despatch-routing.module.d.ts +7 -0
- package/lib/despatches/despatch/despatch.module.d.ts +15 -0
- package/lib/e-donusum-routing.module.d.ts +7 -0
- package/lib/e-donusum.module.d.ts +17 -0
- package/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.d.ts +35 -0
- package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.d.ts +7 -0
- package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.d.ts +15 -0
- package/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.d.ts +35 -0
- package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.d.ts +7 -0
- package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.d.ts +15 -0
- package/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.d.ts +17 -0
- package/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.d.ts +18 -0
- package/lib/hit-proxy/hit-branches/hit-branch.service.d.ts +11 -0
- package/lib/hit-proxy/hit-connectors/hit-connector.service.d.ts +12 -0
- package/lib/hit-proxy/hit-content-master/models.d.ts +12 -0
- package/lib/hit-proxy/hit-document-types/hit-document-type.service.d.ts +14 -0
- package/lib/hit-proxy/hit-entegrators/hit-entegrator.service.d.ts +12 -0
- package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +14 -0
- package/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.d.ts +10 -0
- package/lib/hit-proxy/hit-invoices/hit-invoice.service.d.ts +21 -0
- package/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.d.ts +11 -0
- package/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.d.ts +11 -0
- package/lib/hit-proxy/hit-note-rules/hit-note-rule.service.d.ts +23 -0
- package/lib/hit-proxy/hit-note-rules/models.d.ts +34 -0
- package/lib/hit-proxy/hit-params-companies/hit-params-company.service.d.ts +12 -0
- package/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.d.ts +10 -0
- package/lib/hit-proxy/hit-params-generals/hit-params-general.service.d.ts +10 -0
- package/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.d.ts +10 -0
- package/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.d.ts +10 -0
- package/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.d.ts +14 -0
- package/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.d.ts +19 -0
- package/lib/hit-proxy/hit-xslt-formats/models.d.ts +10 -0
- package/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.d.ts +11 -0
- package/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.d.ts +11 -0
- package/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.d.ts +22 -0
- package/lib/hit-proxy/hit-xslt-rules/models.d.ts +34 -0
- package/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.d.ts +35 -0
- package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.d.ts +7 -0
- package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.d.ts +15 -0
- package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.d.ts +35 -0
- package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.d.ts +7 -0
- package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.d.ts +15 -0
- package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.d.ts +35 -0
- package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.d.ts +7 -0
- package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.d.ts +15 -0
- package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.d.ts +35 -0
- package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.d.ts +7 -0
- package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.d.ts +15 -0
- package/lib/invoice-lines/invoice-line/components/invoice-line.component.d.ts +35 -0
- package/lib/invoice-lines/invoice-line/invoice-line-routing.module.d.ts +7 -0
- package/lib/invoice-lines/invoice-line/invoice-line.module.d.ts +15 -0
- package/lib/invoice-notes/invoice-note/components/invoice-note.component.d.ts +35 -0
- package/lib/invoice-notes/invoice-note/invoice-note-routing.module.d.ts +7 -0
- package/lib/invoice-notes/invoice-note/invoice-note.module.d.ts +15 -0
- package/lib/invoices/invoice/components/invoice.component.d.ts +35 -0
- package/lib/invoices/invoice/invoice-routing.module.d.ts +7 -0
- package/lib/invoices/invoice/invoice.module.d.ts +15 -0
- package/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.d.ts +33 -0
- package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.d.ts +7 -0
- package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.d.ts +15 -0
- package/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.d.ts +33 -0
- package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.d.ts +7 -0
- package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.d.ts +15 -0
- package/lib/note-rules/note-rule/components/note-rule.component.d.ts +35 -0
- package/lib/note-rules/note-rule/note-rule-routing.module.d.ts +7 -0
- package/lib/note-rules/note-rule/note-rule.module.d.ts +15 -0
- package/lib/params-companies/params-company/components/params-company.component.d.ts +35 -0
- package/lib/params-companies/params-company/params-company-routing.module.d.ts +7 -0
- package/lib/params-companies/params-company/params-company.module.d.ts +15 -0
- package/lib/params-generals/params-general/components/params-general.component.d.ts +35 -0
- package/lib/params-generals/params-general/params-general-routing.module.d.ts +7 -0
- package/lib/params-generals/params-general/params-general.module.d.ts +15 -0
- package/lib/params-integrators/params-integrator/components/params-integrator.component.d.ts +35 -0
- package/lib/params-integrators/params-integrator/params-integrator-routing.module.d.ts +7 -0
- package/lib/params-integrators/params-integrator/params-integrator.module.d.ts +15 -0
- package/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.d.ts +35 -0
- package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.d.ts +7 -0
- package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.d.ts +15 -0
- package/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.d.ts +35 -0
- package/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.d.ts +7 -0
- package/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.d.ts +15 -0
- package/lib/proxy/branches/branch.service.d.ts +19 -0
- package/lib/proxy/branches/models.d.ts +41 -0
- package/lib/proxy/business-partner-groups/business-partner-group.service.d.ts +16 -0
- package/lib/proxy/business-partner-groups/models.d.ts +32 -0
- package/lib/proxy/business-partners/business-partner.service.d.ts +19 -0
- package/lib/proxy/business-partners/models.d.ts +65 -0
- package/lib/proxy/despatch-document-references/despatch-document-reference.service.d.ts +21 -0
- package/lib/proxy/despatch-document-references/models.d.ts +51 -0
- package/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.d.ts +21 -0
- package/lib/proxy/despatch-line-order-line-references/models.d.ts +80 -0
- package/lib/proxy/despatch-lines/despatch-line.service.d.ts +21 -0
- package/lib/proxy/despatch-lines/models.d.ts +102 -0
- package/lib/proxy/despatch-notes/despatch-note.service.d.ts +21 -0
- package/lib/proxy/despatch-notes/models.d.ts +30 -0
- package/lib/proxy/despatches/despatch.service.d.ts +19 -0
- package/lib/proxy/despatches/models.d.ts +333 -0
- package/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.d.ts +19 -0
- package/lib/proxy/gib-partner-pk-alls/models.d.ts +57 -0
- package/lib/proxy/gib-partner-pks/gib-partner-pk.service.d.ts +19 -0
- package/lib/proxy/gib-partner-pks/models.d.ts +57 -0
- package/lib/proxy/invoice-document-references/invoice-document-reference.service.d.ts +21 -0
- package/lib/proxy/invoice-document-references/models.d.ts +51 -0
- package/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.d.ts +21 -0
- package/lib/proxy/invoice-line-despatch-line-references/models.d.ts +55 -0
- package/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.d.ts +21 -0
- package/lib/proxy/invoice-line-order-line-references/models.d.ts +80 -0
- package/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.d.ts +21 -0
- package/lib/proxy/invoice-line-receipt-line-references/models.d.ts +55 -0
- package/lib/proxy/invoice-lines/invoice-line.service.d.ts +21 -0
- package/lib/proxy/invoice-lines/models.d.ts +102 -0
- package/lib/proxy/invoice-notes/invoice-note.service.d.ts +21 -0
- package/lib/proxy/invoice-notes/models.d.ts +30 -0
- package/lib/proxy/invoices/invoice.service.d.ts +19 -0
- package/lib/proxy/invoices/models.d.ts +354 -0
- package/lib/proxy/note-rule-doc-types/index.d.ts +2 -0
- package/lib/proxy/note-rule-doc-types/models.d.ts +26 -0
- package/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.d.ts +19 -0
- package/lib/proxy/note-rule-scenarios/index.d.ts +2 -0
- package/lib/proxy/note-rule-scenarios/models.d.ts +26 -0
- package/lib/proxy/note-rule-scenarios/note-rule-scenario.service.d.ts +19 -0
- package/lib/proxy/note-rules/index.d.ts +2 -0
- package/lib/proxy/note-rules/models.d.ts +73 -0
- package/lib/proxy/note-rules/note-rule.service.d.ts +19 -0
- package/lib/proxy/params-companies/index.d.ts +2 -0
- package/lib/proxy/params-companies/models.d.ts +96 -0
- package/lib/proxy/params-companies/params-company.service.d.ts +19 -0
- package/lib/proxy/params-generals/index.d.ts +2 -0
- package/lib/proxy/params-generals/models.d.ts +39 -0
- package/lib/proxy/params-generals/params-general.service.d.ts +19 -0
- package/lib/proxy/params-integrators/index.d.ts +2 -0
- package/lib/proxy/params-integrators/models.d.ts +66 -0
- package/lib/proxy/params-integrators/params-integrator.service.d.ts +21 -0
- package/lib/proxy/paramse-dispatches/index.d.ts +2 -0
- package/lib/proxy/paramse-dispatches/models.d.ts +68 -0
- package/lib/proxy/paramse-dispatches/paramse-dispatch.service.d.ts +19 -0
- package/lib/proxy/paramse-invoices/index.d.ts +2 -0
- package/lib/proxy/paramse-invoices/models.d.ts +43 -0
- package/lib/proxy/paramse-invoices/paramse-invoice.service.d.ts +19 -0
- package/lib/proxy/shared/models.d.ts +11 -0
- package/lib/proxy/xslt-formats/index.d.ts +2 -0
- package/lib/proxy/xslt-formats/models.d.ts +29 -0
- package/lib/proxy/xslt-formats/xslt-format.service.d.ts +16 -0
- package/lib/proxy/xslt-rule-doc-types/index.d.ts +2 -0
- package/lib/proxy/xslt-rule-doc-types/models.d.ts +26 -0
- package/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.d.ts +19 -0
- package/lib/proxy/xslt-rule-scenarios/index.d.ts +2 -0
- package/lib/proxy/xslt-rule-scenarios/models.d.ts +26 -0
- package/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.d.ts +19 -0
- package/lib/proxy/xslt-rules/index.d.ts +2 -0
- package/lib/proxy/xslt-rules/models.d.ts +56 -0
- package/lib/proxy/xslt-rules/xslt-rule.service.d.ts +19 -0
- package/lib/services/e-donusum.service.d.ts +10 -0
- package/lib/xslt-formats/xslt-format/components/xslt-format.component.d.ts +33 -0
- package/lib/xslt-formats/xslt-format/xslt-format-routing.module.d.ts +7 -0
- package/lib/xslt-formats/xslt-format/xslt-format.module.d.ts +15 -0
- package/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.d.ts +33 -0
- package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.d.ts +7 -0
- package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.d.ts +15 -0
- package/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.d.ts +33 -0
- package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.d.ts +7 -0
- package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.d.ts +15 -0
- package/lib/xslt-rules/xslt-rule/components/xslt-rule.component.d.ts +33 -0
- package/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.d.ts +7 -0
- package/lib/xslt-rules/xslt-rule/xslt-rule.module.d.ts +15 -0
- package/package.json +31 -6
- package/public-api.d.ts +3 -0
- package/.eslintrc.json +0 -44
- package/_metronic/kt/_utils/DomHelpers.ts +0 -478
- package/_metronic/kt/_utils/ElementAnimateUtil.ts +0 -111
- package/_metronic/kt/_utils/EventHandlerUtil.ts +0 -144
- package/_metronic/kt/_utils/_DOMEventHandlerUtil.ts +0 -60
- package/_metronic/kt/_utils/_DataUtil.ts +0 -72
- package/_metronic/kt/_utils/_ElementStyleUtil.ts +0 -17
- package/_metronic/kt/_utils/_TypesHelpers.ts +0 -54
- package/_metronic/kt/_utils/index.ts +0 -12
- package/_metronic/kt/_utils/models/OffsetModel.ts +0 -4
- package/_metronic/kt/_utils/models/ViewPortModel.ts +0 -4
- package/_metronic/kt/components/MenuComponent.ts +0 -1093
- package/_metronic/kt/components/_CookieComponent.ts +0 -60
- package/_metronic/kt/components/_DrawerComponent.ts +0 -385
- package/_metronic/kt/components/_FeedbackComponent.ts +0 -152
- package/_metronic/kt/components/_PasswordMeterComponent.ts +0 -273
- package/_metronic/kt/components/_ScrollComponent.ts +0 -312
- package/_metronic/kt/components/_ScrollTopComponent.ts +0 -148
- package/_metronic/kt/components/_StepperComponent.ts +0 -354
- package/_metronic/kt/components/_StickyComponent.ts +0 -293
- package/_metronic/kt/components/_SwapperComponent.ts +0 -208
- package/_metronic/kt/components/_ToggleComponent.ts +0 -218
- package/_metronic/kt/components/index.ts +0 -11
- package/_metronic/kt/index.ts +0 -3
- package/_metronic/kt/kt-helpers.ts +0 -12
- package/_metronic/kt/layout/ThemeMode.ts +0 -211
- package/_metronic/kt/layout/index.ts +0 -1
- package/_metronic/layout/components/content/content.component.html +0 -12
- package/_metronic/layout/components/content/content.component.scss +0 -0
- package/_metronic/layout/components/content/content.component.ts +0 -35
- package/_metronic/layout/components/footer/footer.component.html +0 -32
- package/_metronic/layout/components/footer/footer.component.scss +0 -0
- package/_metronic/layout/components/footer/footer.component.spec.ts +0 -25
- package/_metronic/layout/components/footer/footer.component.ts +0 -13
- package/_metronic/layout/components/header/header-menu/header-menu.component.html +0 -546
- package/_metronic/layout/components/header/header-menu/header-menu.component.scss +0 -4
- package/_metronic/layout/components/header/header-menu/header-menu.component.spec.ts +0 -25
- package/_metronic/layout/components/header/header-menu/header-menu.component.ts +0 -53
- package/_metronic/layout/components/header/header.component.html +0 -87
- package/_metronic/layout/components/header/header.component.scss +0 -0
- package/_metronic/layout/components/header/header.component.spec.ts +0 -25
- package/_metronic/layout/components/header/header.component.ts +0 -139
- package/_metronic/layout/components/header/navbar/navbar.component.html +0 -92
- package/_metronic/layout/components/header/navbar/navbar.component.scss +0 -0
- package/_metronic/layout/components/header/navbar/navbar.component.spec.ts +0 -23
- package/_metronic/layout/components/header/navbar/navbar.component.ts +0 -26
- package/_metronic/layout/components/header/page-title/page-title.component.html +0 -57
- package/_metronic/layout/components/header/page-title/page-title.component.ts +0 -31
- package/_metronic/layout/components/scripts-init/scripts-init.component.html +0 -0
- package/_metronic/layout/components/scripts-init/scripts-init.component.ts +0 -82
- package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.html +0 -9
- package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.scss +0 -0
- package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.spec.ts +0 -23
- package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.ts +0 -15
- package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.html +0 -26
- package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.scss +0 -0
- package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.spec.ts +0 -23
- package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.ts +0 -36
- package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.html +0 -397
- package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.scss +0 -0
- package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.spec.ts +0 -23
- package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.ts +0 -15
- package/_metronic/layout/components/sidebar/sidebar.component.html +0 -16
- package/_metronic/layout/components/sidebar/sidebar.component.scss +0 -0
- package/_metronic/layout/components/sidebar/sidebar.component.spec.ts +0 -23
- package/_metronic/layout/components/sidebar/sidebar.component.ts +0 -203
- package/_metronic/layout/components/toolbar/accounting/accounting.component.html +0 -84
- package/_metronic/layout/components/toolbar/accounting/accounting.component.scss +0 -0
- package/_metronic/layout/components/toolbar/accounting/accounting.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/accounting/accounting.component.ts +0 -14
- package/_metronic/layout/components/toolbar/classic/classic.component.html +0 -37
- package/_metronic/layout/components/toolbar/classic/classic.component.scss +0 -0
- package/_metronic/layout/components/toolbar/classic/classic.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/classic/classic.component.ts +0 -88
- package/_metronic/layout/components/toolbar/extended/extended.component.html +0 -100
- package/_metronic/layout/components/toolbar/extended/extended.component.scss +0 -0
- package/_metronic/layout/components/toolbar/extended/extended.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/extended/extended.component.ts +0 -12
- package/_metronic/layout/components/toolbar/reports/reports.component.html +0 -62
- package/_metronic/layout/components/toolbar/reports/reports.component.scss +0 -0
- package/_metronic/layout/components/toolbar/reports/reports.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/reports/reports.component.ts +0 -14
- package/_metronic/layout/components/toolbar/saas/saas.component.html +0 -77
- package/_metronic/layout/components/toolbar/saas/saas.component.scss +0 -0
- package/_metronic/layout/components/toolbar/saas/saas.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/saas/saas.component.ts +0 -14
- package/_metronic/layout/components/toolbar/toolbar.component.html +0 -27
- package/_metronic/layout/components/toolbar/toolbar.component.scss +0 -0
- package/_metronic/layout/components/toolbar/toolbar.component.spec.ts +0 -25
- package/_metronic/layout/components/toolbar/toolbar.component.ts +0 -126
- package/_metronic/layout/components/topbar/topbar.component.html +0 -90
- package/_metronic/layout/components/topbar/topbar.component.scss +0 -0
- package/_metronic/layout/components/topbar/topbar.component.spec.ts +0 -25
- package/_metronic/layout/components/topbar/topbar.component.ts +0 -21
- package/_metronic/layout/core/configs/config.ts +0 -215
- package/_metronic/layout/core/configs/dark-header.config.ts +0 -138
- package/_metronic/layout/core/configs/dark-sidebar.config.ts +0 -138
- package/_metronic/layout/core/configs/light-header.config.ts +0 -138
- package/_metronic/layout/core/configs/light-sidebar.config.ts +0 -138
- package/_metronic/layout/core/layout-init.service.ts +0 -133
- package/_metronic/layout/core/layout.service.ts +0 -227
- package/_metronic/layout/core/page-info.service.ts +0 -151
- package/_metronic/layout/index.ts +0 -3
- package/_metronic/layout/layout.component.html +0 -70
- package/_metronic/layout/layout.component.scss +0 -15
- package/_metronic/layout/layout.component.ts +0 -400
- package/_metronic/layout/layout.module.ts +0 -93
- package/_metronic/partials/content/cards/card1/card1.component.html +0 -80
- package/_metronic/partials/content/cards/card1/card1.component.ts +0 -19
- package/_metronic/partials/content/cards/card2/card2.component.html +0 -69
- package/_metronic/partials/content/cards/card2/card2.component.ts +0 -21
- package/_metronic/partials/content/cards/card3/card3.component.html +0 -78
- package/_metronic/partials/content/cards/card3/card3.component.ts +0 -18
- package/_metronic/partials/content/cards/card4/card4.component.html +0 -9
- package/_metronic/partials/content/cards/card4/card4.component.ts +0 -14
- package/_metronic/partials/content/cards/card5/card5.component.html +0 -58
- package/_metronic/partials/content/cards/card5/card5.component.ts +0 -19
- package/_metronic/partials/content/cards/cards.module.ts +0 -39
- package/_metronic/partials/content/cards/icon-user.model.ts +0 -6
- package/_metronic/partials/content/cards/user-list/user-list.component.html +0 -15
- package/_metronic/partials/content/cards/user-list/user-list.component.scss +0 -0
- package/_metronic/partials/content/cards/user-list/user-list.component.spec.ts +0 -25
- package/_metronic/partials/content/cards/user-list/user-list.component.ts +0 -15
- package/_metronic/partials/content/chat-inner/chat-inner.component.html +0 -122
- package/_metronic/partials/content/chat-inner/chat-inner.component.ts +0 -74
- package/_metronic/partials/content/chat-inner/chat-inner.module.ts +0 -11
- package/_metronic/partials/content/chat-inner/dataExample.ts +0 -209
- package/_metronic/partials/content/dropdown-menus/dropdown-menu1/dropdown-menu1.component.html +0 -88
- package/_metronic/partials/content/dropdown-menus/dropdown-menu1/dropdown-menu1.component.ts +0 -15
- package/_metronic/partials/content/dropdown-menus/dropdown-menu2/dropdown-menu2.component.html +0 -53
- package/_metronic/partials/content/dropdown-menus/dropdown-menu2/dropdown-menu2.component.ts +0 -15
- package/_metronic/partials/content/dropdown-menus/dropdown-menu3/dropdown-menu3.component.html +0 -74
- package/_metronic/partials/content/dropdown-menus/dropdown-menu3/dropdown-menu3.component.ts +0 -15
- package/_metronic/partials/content/dropdown-menus/dropdown-menus.module.ts +0 -20
- package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.html +0 -100
- package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.ts +0 -89
- package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.html +0 -154
- package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.ts +0 -28
- package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.html +0 -40
- package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.scss +0 -3
- package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.ts +0 -16
- package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.html +0 -47
- package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.ts +0 -29
- package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.html +0 -298
- package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.ts +0 -358
- package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.html +0 -47
- package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.ts +0 -15
- package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.html +0 -46
- package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.ts +0 -20
- package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.html +0 -1
- package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.ts +0 -15
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget1/advance-tables-widget1.component.html +0 -400
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget1/advance-tables-widget1.component.ts +0 -10
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget2/advance-tables-widget2.component.html +0 -357
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget2/advance-tables-widget2.component.ts +0 -17
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget7/advance-tables-widget7.component.html +0 -1267
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget7/advance-tables-widget7.component.ts +0 -16
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget1/base-tables-widget1.component.html +0 -1108
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget1/base-tables-widget1.component.ts +0 -25
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget2/base-tables-widget2.component.html +0 -675
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget2/base-tables-widget2.component.ts +0 -21
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget6/base-tables-widget6.component.html +0 -985
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget6/base-tables-widget6.component.ts +0 -21
- package/_metronic/partials/content/widgets/charts/charts-widget1/charts-widget1.component.html +0 -51
- package/_metronic/partials/content/widgets/charts/charts-widget1/charts-widget1.component.ts +0 -128
- package/_metronic/partials/content/widgets/charts/charts-widget2/charts-widget2.component.html +0 -62
- package/_metronic/partials/content/widgets/charts/charts-widget2/charts-widget2.component.ts +0 -129
- package/_metronic/partials/content/widgets/charts/charts-widget3/charts-widget3.component.html +0 -63
- package/_metronic/partials/content/widgets/charts/charts-widget3/charts-widget3.component.ts +0 -141
- package/_metronic/partials/content/widgets/charts/charts-widget4/charts-widget4.component.html +0 -55
- package/_metronic/partials/content/widgets/charts/charts-widget4/charts-widget4.component.ts +0 -146
- package/_metronic/partials/content/widgets/charts/charts-widget5/charts-widget5.component.html +0 -36
- package/_metronic/partials/content/widgets/charts/charts-widget5/charts-widget5.component.ts +0 -132
- package/_metronic/partials/content/widgets/charts/charts-widget6/charts-widget6.component.html +0 -54
- package/_metronic/partials/content/widgets/charts/charts-widget6/charts-widget6.component.ts +0 -146
- package/_metronic/partials/content/widgets/charts/charts-widget7/charts-widget7.component.html +0 -66
- package/_metronic/partials/content/widgets/charts/charts-widget7/charts-widget7.component.ts +0 -167
- package/_metronic/partials/content/widgets/charts/charts-widget8/charts-widget8.component.html +0 -66
- package/_metronic/partials/content/widgets/charts/charts-widget8/charts-widget8.component.ts +0 -170
- package/_metronic/partials/content/widgets/feeds/feeds-widget2/feeds-widget2.component.html +0 -107
- package/_metronic/partials/content/widgets/feeds/feeds-widget2/feeds-widget2.component.ts +0 -11
- package/_metronic/partials/content/widgets/feeds/feeds-widget3/feeds-widget3.component.html +0 -186
- package/_metronic/partials/content/widgets/feeds/feeds-widget3/feeds-widget3.component.ts +0 -11
- package/_metronic/partials/content/widgets/feeds/feeds-widget4/feeds-widget4.component.html +0 -106
- package/_metronic/partials/content/widgets/feeds/feeds-widget4/feeds-widget4.component.ts +0 -11
- package/_metronic/partials/content/widgets/feeds/feeds-widget5/feeds-widget5.component.html +0 -114
- package/_metronic/partials/content/widgets/feeds/feeds-widget5/feeds-widget5.component.ts +0 -11
- package/_metronic/partials/content/widgets/feeds/feeds-widget6/feeds-widget6.component.html +0 -117
- package/_metronic/partials/content/widgets/feeds/feeds-widget6/feeds-widget6.component.ts +0 -11
- package/_metronic/partials/content/widgets/lists/lists-widget1/lists-widget1.component.html +0 -123
- package/_metronic/partials/content/widgets/lists/lists-widget1/lists-widget1.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget2/lists-widget2.component.html +0 -108
- package/_metronic/partials/content/widgets/lists/lists-widget2/lists-widget2.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget3/lists-widget3.component.html +0 -149
- package/_metronic/partials/content/widgets/lists/lists-widget3/lists-widget3.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget4/lists-widget4.component.html +0 -192
- package/_metronic/partials/content/widgets/lists/lists-widget4/lists-widget4.component.ts +0 -10
- package/_metronic/partials/content/widgets/lists/lists-widget5/lists-widget5.component.html +0 -169
- package/_metronic/partials/content/widgets/lists/lists-widget5/lists-widget5.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget6/lists-widget6.component.html +0 -103
- package/_metronic/partials/content/widgets/lists/lists-widget6/lists-widget6.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget7/lists-widget7.component.html +0 -130
- package/_metronic/partials/content/widgets/lists/lists-widget7/lists-widget7.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget8/lists-widget8.component.html +0 -182
- package/_metronic/partials/content/widgets/lists/lists-widget8/lists-widget8.component.ts +0 -10
- package/_metronic/partials/content/widgets/mixed/mixed-widget1/mixed-widget1.component.html +0 -169
- package/_metronic/partials/content/widgets/mixed/mixed-widget1/mixed-widget1.component.ts +0 -10
- package/_metronic/partials/content/widgets/mixed/mixed-widget10/mixed-widget10.component.html +0 -39
- package/_metronic/partials/content/widgets/mixed/mixed-widget10/mixed-widget10.component.ts +0 -140
- package/_metronic/partials/content/widgets/mixed/mixed-widget11/mixed-widget11.component.html +0 -40
- package/_metronic/partials/content/widgets/mixed/mixed-widget11/mixed-widget11.component.ts +0 -133
- package/_metronic/partials/content/widgets/mixed/mixed-widget2/mixed-widget2.component.html +0 -84
- package/_metronic/partials/content/widgets/mixed/mixed-widget2/mixed-widget2.component.ts +0 -157
- package/_metronic/partials/content/widgets/mixed/mixed-widget3/mixed-widget3.component.html +0 -92
- package/_metronic/partials/content/widgets/mixed/mixed-widget3/mixed-widget3.component.ts +0 -141
- package/_metronic/partials/content/widgets/mixed/mixed-widget4/mixed-widget4.component.html +0 -101
- package/_metronic/partials/content/widgets/mixed/mixed-widget4/mixed-widget4.component.ts +0 -14
- package/_metronic/partials/content/widgets/mixed/mixed-widget5/mixed-widget5.component.html +0 -57
- package/_metronic/partials/content/widgets/mixed/mixed-widget5/mixed-widget5.component.ts +0 -14
- package/_metronic/partials/content/widgets/mixed/mixed-widget6/mixed-widget6.component.html +0 -118
- package/_metronic/partials/content/widgets/mixed/mixed-widget6/mixed-widget6.component.ts +0 -140
- package/_metronic/partials/content/widgets/mixed/mixed-widget7/mixed-widget7.component.html +0 -60
- package/_metronic/partials/content/widgets/mixed/mixed-widget7/mixed-widget7.component.ts +0 -65
- package/_metronic/partials/content/widgets/mixed/mixed-widget8/mixed-widget8.component.html +0 -158
- package/_metronic/partials/content/widgets/mixed/mixed-widget8/mixed-widget8.component.ts +0 -164
- package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.html +0 -147
- package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.scss +0 -0
- package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.spec.ts +0 -25
- package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.ts +0 -140
- package/_metronic/partials/content/widgets/stats/stats-widget1/stats-widget1.component.html +0 -12
- package/_metronic/partials/content/widgets/stats/stats-widget1/stats-widget1.component.ts +0 -13
- package/_metronic/partials/content/widgets/stats/stats-widget2/stats-widget2.component.html +0 -13
- package/_metronic/partials/content/widgets/stats/stats-widget2/stats-widget2.component.ts +0 -14
- package/_metronic/partials/content/widgets/stats/stats-widget3/stats-widget3.component.html +0 -46
- package/_metronic/partials/content/widgets/stats/stats-widget3/stats-widget3.component.ts +0 -160
- package/_metronic/partials/content/widgets/stats/stats-widget4/stats-widget4.component.html +0 -44
- package/_metronic/partials/content/widgets/stats/stats-widget4/stats-widget4.component.ts +0 -159
- package/_metronic/partials/content/widgets/stats/stats-widget5/stats-widget5.component.html +0 -14
- package/_metronic/partials/content/widgets/stats/stats-widget5/stats-widget5.component.ts +0 -15
- package/_metronic/partials/content/widgets/stats/stats-widget6/stats-widget6.component.html +0 -24
- package/_metronic/partials/content/widgets/stats/stats-widget6/stats-widget6.component.ts +0 -14
- package/_metronic/partials/content/widgets/tables/tables-widget1/tables-widget1.component.html +0 -273
- package/_metronic/partials/content/widgets/tables/tables-widget1/tables-widget1.component.ts +0 -9
- package/_metronic/partials/content/widgets/tables/tables-widget10/tables-widget10.component.html +0 -489
- package/_metronic/partials/content/widgets/tables/tables-widget10/tables-widget10.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget11/tables-widget11.component.html +0 -464
- package/_metronic/partials/content/widgets/tables/tables-widget11/tables-widget11.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget12/tables-widget12.component.html +0 -550
- package/_metronic/partials/content/widgets/tables/tables-widget12/tables-widget12.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget13/tables-widget13.component.html +0 -485
- package/_metronic/partials/content/widgets/tables/tables-widget13/tables-widget13.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.html +0 -1
- package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.scss +0 -0
- package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.spec.ts +0 -25
- package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.ts +0 -15
- package/_metronic/partials/content/widgets/tables/tables-widget2/tables-widget2.component.html +0 -238
- package/_metronic/partials/content/widgets/tables/tables-widget2/tables-widget2.component.ts +0 -9
- package/_metronic/partials/content/widgets/tables/tables-widget3/tables-widget3.component.html +0 -150
- package/_metronic/partials/content/widgets/tables/tables-widget3/tables-widget3.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget4/tables-widget4.component.html +0 -707
- package/_metronic/partials/content/widgets/tables/tables-widget4/tables-widget4.component.ts +0 -24
- package/_metronic/partials/content/widgets/tables/tables-widget5/tables-widget5.component.html +0 -608
- package/_metronic/partials/content/widgets/tables/tables-widget5/tables-widget5.component.ts +0 -26
- package/_metronic/partials/content/widgets/tables/tables-widget6/tables-widget6.component.html +0 -632
- package/_metronic/partials/content/widgets/tables/tables-widget6/tables-widget6.component.ts +0 -26
- package/_metronic/partials/content/widgets/tables/tables-widget7/tables-widget7.component.html +0 -616
- package/_metronic/partials/content/widgets/tables/tables-widget7/tables-widget7.component.ts +0 -26
- package/_metronic/partials/content/widgets/tables/tables-widget8/tables-widget8.component.html +0 -575
- package/_metronic/partials/content/widgets/tables/tables-widget8/tables-widget8.component.ts +0 -26
- package/_metronic/partials/content/widgets/tables/tables-widget9/tables-widget9.component.html +0 -489
- package/_metronic/partials/content/widgets/tables/tables-widget9/tables-widget9.component.ts +0 -9
- package/_metronic/partials/content/widgets/tiles/tiles-widget1/tiles-widget1.component.html +0 -175
- package/_metronic/partials/content/widgets/tiles/tiles-widget1/tiles-widget1.component.ts +0 -202
- package/_metronic/partials/content/widgets/tiles/tiles-widget10/tiles-widget10.component.html +0 -27
- package/_metronic/partials/content/widgets/tiles/tiles-widget10/tiles-widget10.component.ts +0 -12
- package/_metronic/partials/content/widgets/tiles/tiles-widget11/tiles-widget11.component.html +0 -28
- package/_metronic/partials/content/widgets/tiles/tiles-widget11/tiles-widget11.component.ts +0 -19
- package/_metronic/partials/content/widgets/tiles/tiles-widget12/tiles-widget12.component.html +0 -21
- package/_metronic/partials/content/widgets/tiles/tiles-widget12/tiles-widget12.component.ts +0 -18
- package/_metronic/partials/content/widgets/tiles/tiles-widget13/tiles-widget13.component.html +0 -26
- package/_metronic/partials/content/widgets/tiles/tiles-widget13/tiles-widget13.component.ts +0 -12
- package/_metronic/partials/content/widgets/tiles/tiles-widget14/tiles-widget14.component.html +0 -24
- package/_metronic/partials/content/widgets/tiles/tiles-widget14/tiles-widget14.component.ts +0 -10
- package/_metronic/partials/content/widgets/tiles/tiles-widget3/tiles-widget3.component.html +0 -23
- package/_metronic/partials/content/widgets/tiles/tiles-widget3/tiles-widget3.component.ts +0 -12
- package/_metronic/partials/content/widgets/widgets.module.ts +0 -262
- package/_metronic/partials/index.ts +0 -16
- package/_metronic/partials/layout/drawers/activity-drawer/activity-drawer.component.html +0 -649
- package/_metronic/partials/layout/drawers/activity-drawer/activity-drawer.component.ts +0 -11
- package/_metronic/partials/layout/drawers/drawers.module.ts +0 -21
- package/_metronic/partials/layout/drawers/messenger-drawer/messenger-drawer.component.html +0 -59
- package/_metronic/partials/layout/drawers/messenger-drawer/messenger-drawer.component.ts +0 -11
- package/_metronic/partials/layout/engages/engages.component.html +0 -29
- package/_metronic/partials/layout/engages/engages.component.scss +0 -0
- package/_metronic/partials/layout/engages/engages.component.ts +0 -15
- package/_metronic/partials/layout/engages/engages.module.ts +0 -29
- package/_metronic/partials/layout/engages/explore-main-drawer/explore-main-drawer.component.html +0 -177
- package/_metronic/partials/layout/engages/explore-main-drawer/explore-main-drawer.component.ts +0 -19
- package/_metronic/partials/layout/engages/help-drawer/help-drawer.component.html +0 -156
- package/_metronic/partials/layout/engages/help-drawer/help-drawer.component.ts +0 -17
- package/_metronic/partials/layout/engages/purchase-toolbar/purchase-toolbar.component.html +0 -8
- package/_metronic/partials/layout/engages/purchase-toolbar/purchase-toolbar.component.ts +0 -16
- package/_metronic/partials/layout/extras/dropdown-inner/notifications-inner/notifications-inner.component.html +0 -176
- package/_metronic/partials/layout/extras/dropdown-inner/notifications-inner/notifications-inner.component.ts +0 -155
- package/_metronic/partials/layout/extras/dropdown-inner/quick-links-inner/quick-links-inner.component.html +0 -77
- package/_metronic/partials/layout/extras/dropdown-inner/quick-links-inner/quick-links-inner.component.ts +0 -13
- package/_metronic/partials/layout/extras/dropdown-inner/search-result-inner/search-result-inner.component.html +0 -120
- package/_metronic/partials/layout/extras/dropdown-inner/search-result-inner/search-result-inner.component.ts +0 -104
- package/_metronic/partials/layout/extras/dropdown-inner/user-inner/user-inner.component.html +0 -161
- package/_metronic/partials/layout/extras/dropdown-inner/user-inner/user-inner.component.ts +0 -95
- package/_metronic/partials/layout/extras/extras.module.ts +0 -41
- package/_metronic/partials/layout/extras/scroll-top/scroll-top.component.html +0 -1
- package/_metronic/partials/layout/extras/scroll-top/scroll-top.component.ts +0 -75
- package/_metronic/partials/layout/modals/invite-users-modal/invite-users-modal.component.html +0 -0
- package/_metronic/partials/layout/modals/invite-users-modal/invite-users-modal.component.ts +0 -9
- package/_metronic/partials/layout/modals/main-modal/main-modal.component.html +0 -0
- package/_metronic/partials/layout/modals/main-modal/main-modal.component.ts +0 -9
- package/_metronic/partials/layout/modals/modal/modal.component.html +0 -31
- package/_metronic/partials/layout/modals/modal/modal.component.ts +0 -50
- package/_metronic/partials/layout/modals/modal.config.ts +0 -13
- package/_metronic/partials/layout/modals/modals.module.ts +0 -34
- package/_metronic/partials/layout/modals/upgrade-plan-modal/upgrade-plan-modal.component.html +0 -0
- package/_metronic/partials/layout/modals/upgrade-plan-modal/upgrade-plan-modal.component.ts +0 -9
- package/_metronic/partials/layout/splash-screen/splash-screen.component.html +0 -14
- package/_metronic/partials/layout/splash-screen/splash-screen.component.scss +0 -57
- package/_metronic/partials/layout/splash-screen/splash-screen.component.ts +0 -17
- package/_metronic/partials/layout/splash-screen/splash-screen.module.ts +0 -10
- package/_metronic/partials/layout/splash-screen/splash-screen.service.ts +0 -51
- package/_metronic/partials/layout/theme-mode-switcher/theme-mode-switcher.component.html +0 -56
- package/_metronic/partials/layout/theme-mode-switcher/theme-mode-switcher.component.ts +0 -27
- package/_metronic/partials/layout/theme-mode-switcher/theme-mode.module.ts +0 -16
- package/_metronic/partials/layout/theme-mode-switcher/theme-mode.service.ts +0 -87
- package/_metronic/shared/keenicon/icons.json +0 -1
- package/_metronic/shared/keenicon/keenicon.component.html +0 -4
- package/_metronic/shared/keenicon/keenicon.component.scss +0 -0
- package/_metronic/shared/keenicon/keenicon.component.spec.ts +0 -23
- package/_metronic/shared/keenicon/keenicon.component.ts +0 -30
- package/_metronic/shared/shared.module.ts +0 -17
- package/config/ng-package.json +0 -7
- package/config/src/e-donusum-config.module.ts +0 -98
- package/config/src/enums/eDonusum-route-names.ts +0 -9
- package/config/src/enums/route-names.ts +0 -3
- package/config/src/providers/branch-route.provider.ts +0 -21
- package/config/src/providers/business-partner-group-route.provider.ts +0 -21
- package/config/src/providers/business-partner-route.provider.ts +0 -21
- package/config/src/providers/despatch-document-reference-route.provider.ts +0 -21
- package/config/src/providers/despatch-line-order-line-reference-route.provider.ts +0 -20
- package/config/src/providers/despatch-line-route.provider.ts +0 -21
- package/config/src/providers/despatch-note-route.provider.ts +0 -21
- package/config/src/providers/despatch-route.provider.ts +0 -21
- package/config/src/providers/gib-partner-pk-all-route.provider.ts +0 -21
- package/config/src/providers/gib-partner-pk-route.provider.ts +0 -21
- package/config/src/providers/hit-providers/branch-route.provider.ts +0 -23
- package/config/src/providers/hit-providers/business-partner-group-route.provider.ts +0 -23
- package/config/src/providers/hit-providers/business-partner-route.provider.ts +0 -23
- package/config/src/providers/hit-providers/despatch-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/gib-partner-pk-all-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/gib-partner-pk-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/inbound-invoice-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/invoice-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/note-rule-route.provider.ts +0 -23
- package/config/src/providers/hit-providers/route.provider.ts +0 -62
- package/config/src/providers/hit-providers/wizard-route.provider.ts +0 -21
- package/config/src/providers/hit-providers/xslt-format-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/xslt-rule-route.provider.ts +0 -22
- package/config/src/providers/invoice-document-reference-route.provider.ts +0 -21
- package/config/src/providers/invoice-line-despatch-line-reference-route.provider.ts +0 -20
- package/config/src/providers/invoice-line-order-line-reference-route.provider.ts +0 -21
- package/config/src/providers/invoice-line-receipt-line-reference-route.provider.ts +0 -20
- package/config/src/providers/invoice-line-route.provider.ts +0 -21
- package/config/src/providers/invoice-note-route.provider.ts +0 -21
- package/config/src/providers/invoice-route.provider.ts +0 -21
- package/config/src/providers/note-rule-doc-type-route.provider.ts +0 -21
- package/config/src/providers/note-rule-route.provider.ts +0 -21
- package/config/src/providers/note-rule-scenario-route.provider.ts +0 -21
- package/config/src/providers/params-company-route.provider.ts +0 -21
- package/config/src/providers/params-general-route.provider.ts +0 -21
- package/config/src/providers/params-integrator-route.provider.ts +0 -21
- package/config/src/providers/paramse-dispatch-route.provider.ts +0 -21
- package/config/src/providers/paramse-invoice-route.provider.ts +0 -21
- package/config/src/providers/route.provider.ts +0 -26
- package/config/src/providers/xslt-format-route.provider.ts +0 -21
- package/config/src/providers/xslt-rule-doc-type-route.provider.ts +0 -21
- package/config/src/providers/xslt-rule-route.provider.ts +0 -21
- package/config/src/providers/xslt-rule-scenario-route.provider.ts +0 -21
- package/karma.conf.js +0 -44
- package/ng-package.json +0 -7
- package/src/lib/branches/branch/branch-routing.module.ts +0 -36
- package/src/lib/branches/branch/branch.module.ts +0 -34
- package/src/lib/branches/branch/components/branch.component.html +0 -375
- package/src/lib/branches/branch/components/branch.component.ts +0 -141
- package/src/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.ts +0 -36
- package/src/lib/business-partner-groups/business-partner-group/business-partner-group.module.ts +0 -34
- package/src/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.html +0 -273
- package/src/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.ts +0 -129
- package/src/lib/business-partners/business-partner/business-partner-routing.module.ts +0 -36
- package/src/lib/business-partners/business-partner/business-partner.module.ts +0 -34
- package/src/lib/business-partners/business-partner/components/business-partner.component.html +0 -584
- package/src/lib/business-partners/business-partner/components/business-partner.component.ts +0 -150
- package/src/lib/components/e-donusum.component.ts +0 -15
- package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.ts +0 -37
- package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.html +0 -165
- package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.ts +0 -131
- package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.ts +0 -44
- package/src/lib/components/hit-invoices/hit-invoice.component.html +0 -1309
- package/src/lib/components/hit-invoices/hit-invoice.component.ts +0 -114
- package/src/lib/components/hit-invoices/hit-invoice.module.ts +0 -43
- package/src/lib/components/hit-invoices/sanitize-html.pipe.ts +0 -15
- package/src/lib/components/hit-note-rules/hit-note-rule.component.html +0 -384
- package/src/lib/components/hit-note-rules/hit-note-rule.component.ts +0 -388
- package/src/lib/components/hit-note-rules/hit-note-rule.module.ts +0 -40
- package/src/lib/components/hit-paramas-invoices/hit-params-invoice.component.html +0 -90
- package/src/lib/components/hit-paramas-invoices/hit-params-invoice.component.ts +0 -147
- package/src/lib/components/hit-paramas-invoices/hit-params-invoice.module.ts +0 -20
- package/src/lib/components/hit-params-companies/hit-params-company.component.html +0 -209
- package/src/lib/components/hit-params-companies/hit-params-company.component.ts +0 -153
- package/src/lib/components/hit-params-companies/hit-params-company.module.ts +0 -18
- package/src/lib/components/hit-params-dispatches/hit-params-dispatch.component.html +0 -178
- package/src/lib/components/hit-params-dispatches/hit-params-dispatch.component.ts +0 -167
- package/src/lib/components/hit-params-dispatches/hit-params-dispatch.module.ts +0 -20
- package/src/lib/components/hit-params-generals/hit-params-general.component.html +0 -0
- package/src/lib/components/hit-params-generals/hit-params-general.component.ts +0 -67
- package/src/lib/components/hit-params-generals/hit-params-general.module.ts +0 -22
- package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.html +0 -91
- package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.ts +0 -203
- package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.ts +0 -21
- package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.html +0 -27
- package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.ts +0 -94
- package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.ts +0 -20
- package/src/lib/components/hit-params-integrators/hit-params-integrator.component.html +0 -116
- package/src/lib/components/hit-params-integrators/hit-params-integrator.component.ts +0 -216
- package/src/lib/components/hit-params-integrators/hit-params-integrator.module.ts +0 -20
- package/src/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.ts +0 -37
- package/src/lib/components/hit-setup-wizard/hit-setup-wizard.component.html +0 -277
- package/src/lib/components/hit-setup-wizard/hit-setup-wizard.component.ts +0 -147
- package/src/lib/components/hit-setup-wizard/hit-setup-wizard.module.ts +0 -37
- package/src/lib/components/hit-xslt-formats/hit-xslt-format.component.html +0 -142
- package/src/lib/components/hit-xslt-formats/hit-xslt-format.component.ts +0 -179
- package/src/lib/components/hit-xslt-formats/hit-xslt-format.module.ts +0 -38
- package/src/lib/components/hit-xslt-rules/hit-xslt-rule.component.html +0 -341
- package/src/lib/components/hit-xslt-rules/hit-xslt-rule.component.ts +0 -363
- package/src/lib/components/hit-xslt-rules/hit-xslt-rule.module.ts +0 -40
- package/src/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.html +0 -446
- package/src/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.ts +0 -157
- package/src/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.ts +0 -36
- package/src/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.ts +0 -34
- package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.html +0 -786
- package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.ts +0 -169
- package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.ts +0 -36
- package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.ts +0 -34
- package/src/lib/despatch-lines/despatch-line/components/despatch-line.component.html +0 -843
- package/src/lib/despatch-lines/despatch-line/components/despatch-line.component.ts +0 -190
- package/src/lib/despatch-lines/despatch-line/despatch-line-routing.module.ts +0 -36
- package/src/lib/despatch-lines/despatch-line/despatch-line.module.ts +0 -34
- package/src/lib/despatch-notes/despatch-note/components/despatch-note.component.html +0 -181
- package/src/lib/despatch-notes/despatch-note/components/despatch-note.component.ts +0 -141
- package/src/lib/despatch-notes/despatch-note/despatch-note-routing.module.ts +0 -36
- package/src/lib/despatch-notes/despatch-note/despatch-note.module.ts +0 -34
- package/src/lib/despatches/despatch/components/despatch.component.html +0 -3798
- package/src/lib/despatches/despatch/components/despatch.component.ts +0 -387
- package/src/lib/despatches/despatch/despatch-routing.module.ts +0 -36
- package/src/lib/despatches/despatch/despatch.module.ts +0 -34
- package/src/lib/e-donusum-routing.module.ts +0 -102
- package/src/lib/e-donusum.component.spec.ts +0 -25
- package/src/lib/e-donusum.module.ts +0 -54
- package/src/lib/e-donusum.service.spec.ts +0 -16
- package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.html +0 -671
- package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.ts +0 -157
- package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.ts +0 -36
- package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.ts +0 -34
- package/src/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.html +0 -671
- package/src/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.ts +0 -154
- package/src/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.ts +0 -36
- package/src/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.ts +0 -34
- package/src/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.ts +0 -20
- package/src/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.ts +0 -51
- package/src/lib/hit-proxy/hit-branches/hit-branch.service.ts +0 -29
- package/src/lib/hit-proxy/hit-connectors/hit-connector.service.ts +0 -43
- package/src/lib/hit-proxy/hit-content-master/models.ts +0 -14
- package/src/lib/hit-proxy/hit-document-types/hit-document-type.service.ts +0 -27
- package/src/lib/hit-proxy/hit-entegrators/hit-entegrator.service.ts +0 -45
- package/src/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.ts +0 -34
- package/src/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.ts +0 -20
- package/src/lib/hit-proxy/hit-invoices/hit-invoice.service.ts +0 -96
- package/src/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.ts +0 -20
- package/src/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.ts +0 -20
- package/src/lib/hit-proxy/hit-note-rules/hit-note-rule.service.ts +0 -83
- package/src/lib/hit-proxy/hit-note-rules/models.ts +0 -42
- package/src/lib/hit-proxy/hit-params-companies/hit-params-company.service.ts +0 -37
- package/src/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.ts +0 -20
- package/src/lib/hit-proxy/hit-params-generals/hit-params-general.service.ts +0 -20
- package/src/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.ts +0 -20
- package/src/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.ts +0 -20
- package/src/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.ts +0 -27
- package/src/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.ts +0 -57
- package/src/lib/hit-proxy/hit-xslt-formats/models.ts +0 -12
- package/src/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.ts +0 -20
- package/src/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.ts +0 -20
- package/src/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.ts +0 -71
- package/src/lib/hit-proxy/hit-xslt-rules/models.ts +0 -42
- package/src/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.html +0 -446
- package/src/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.ts +0 -157
- package/src/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.ts +0 -36
- package/src/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.ts +0 -34
- package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.html +0 -497
- package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.ts +0 -157
- package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.ts +0 -36
- package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.ts +0 -34
- package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.html +0 -783
- package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.ts +0 -169
- package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.ts +0 -36
- package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.ts +0 -34
- package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.html +0 -494
- package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.ts +0 -157
- package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.ts +0 -36
- package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.ts +0 -34
- package/src/lib/invoice-lines/invoice-line/components/invoice-line.component.html +0 -843
- package/src/lib/invoice-lines/invoice-line/components/invoice-line.component.ts +0 -190
- package/src/lib/invoice-lines/invoice-line/invoice-line-routing.module.ts +0 -36
- package/src/lib/invoice-lines/invoice-line/invoice-line.module.ts +0 -34
- package/src/lib/invoice-notes/invoice-note/components/invoice-note.component.html +0 -181
- package/src/lib/invoice-notes/invoice-note/components/invoice-note.component.ts +0 -141
- package/src/lib/invoice-notes/invoice-note/invoice-note-routing.module.ts +0 -36
- package/src/lib/invoice-notes/invoice-note/invoice-note.module.ts +0 -34
- package/src/lib/invoices/invoice/components/invoice.component.html +0 -4182
- package/src/lib/invoices/invoice/components/invoice.component.ts +0 -377
- package/src/lib/invoices/invoice/invoice-routing.module.ts +0 -30
- package/src/lib/invoices/invoice/invoice.module.ts +0 -34
- package/src/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.html +0 -199
- package/src/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.ts +0 -124
- package/src/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.ts +0 -36
- package/src/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.ts +0 -34
- package/src/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.html +0 -199
- package/src/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.ts +0 -124
- package/src/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.ts +0 -36
- package/src/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.ts +0 -34
- package/src/lib/note-rules/note-rule/components/note-rule.component.html +0 -624
- package/src/lib/note-rules/note-rule/components/note-rule.component.ts +0 -162
- package/src/lib/note-rules/note-rule/note-rule-routing.module.ts +0 -31
- package/src/lib/note-rules/note-rule/note-rule.module.ts +0 -34
- package/src/lib/params-companies/params-company/components/params-company.component.html +0 -847
- package/src/lib/params-companies/params-company/components/params-company.component.ts +0 -176
- package/src/lib/params-companies/params-company/params-company-routing.module.ts +0 -34
- package/src/lib/params-companies/params-company/params-company.module.ts +0 -34
- package/src/lib/params-generals/params-general/components/params-general.component.html +0 -504
- package/src/lib/params-generals/params-general/components/params-general.component.ts +0 -141
- package/src/lib/params-generals/params-general/params-general-routing.module.ts +0 -34
- package/src/lib/params-generals/params-general/params-general.module.ts +0 -34
- package/src/lib/params-integrators/params-integrator/components/params-integrator.component.html +0 -499
- package/src/lib/params-integrators/params-integrator/components/params-integrator.component.ts +0 -162
- package/src/lib/params-integrators/params-integrator/params-integrator-routing.module.ts +0 -34
- package/src/lib/params-integrators/params-integrator/params-integrator.module.ts +0 -34
- package/src/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.html +0 -771
- package/src/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.ts +0 -163
- package/src/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.ts +0 -34
- package/src/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.ts +0 -34
- package/src/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.html +0 -433
- package/src/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.ts +0 -151
- package/src/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.ts +0 -34
- package/src/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.ts +0 -34
- package/src/lib/proxy/branches/branch.service.ts +0 -75
- package/src/lib/proxy/branches/index.ts +0 -2
- package/src/lib/proxy/branches/models.ts +0 -46
- package/src/lib/proxy/business-partner-groups/business-partner-group.service.ts +0 -56
- package/src/lib/proxy/business-partner-groups/index.ts +0 -2
- package/src/lib/proxy/business-partner-groups/models.ts +0 -36
- package/src/lib/proxy/business-partners/business-partner.service.ts +0 -74
- package/src/lib/proxy/business-partners/index.ts +0 -2
- package/src/lib/proxy/business-partners/models.ts +0 -70
- package/src/lib/proxy/despatch-document-references/despatch-document-reference.service.ts +0 -92
- package/src/lib/proxy/despatch-document-references/index.ts +0 -2
- package/src/lib/proxy/despatch-document-references/models.ts +0 -57
- package/src/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.ts +0 -92
- package/src/lib/proxy/despatch-line-order-line-references/index.ts +0 -2
- package/src/lib/proxy/despatch-line-order-line-references/models.ts +0 -86
- package/src/lib/proxy/despatch-lines/despatch-line.service.ts +0 -92
- package/src/lib/proxy/despatch-lines/index.ts +0 -2
- package/src/lib/proxy/despatch-lines/models.ts +0 -108
- package/src/lib/proxy/despatch-notes/despatch-note.service.ts +0 -92
- package/src/lib/proxy/despatch-notes/index.ts +0 -2
- package/src/lib/proxy/despatch-notes/models.ts +0 -36
- package/src/lib/proxy/despatches/despatch.service.ts +0 -75
- package/src/lib/proxy/despatches/index.ts +0 -2
- package/src/lib/proxy/despatches/models.ts +0 -338
- package/src/lib/proxy/generate-proxy.json +0 -31780
- package/src/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.ts +0 -75
- package/src/lib/proxy/gib-partner-pk-alls/index.ts +0 -2
- package/src/lib/proxy/gib-partner-pk-alls/models.ts +0 -62
- package/src/lib/proxy/gib-partner-pks/gib-partner-pk.service.ts +0 -75
- package/src/lib/proxy/gib-partner-pks/index.ts +0 -2
- package/src/lib/proxy/gib-partner-pks/models.ts +0 -62
- package/src/lib/proxy/index.ts +0 -31
- package/src/lib/proxy/invoice-document-references/index.ts +0 -2
- package/src/lib/proxy/invoice-document-references/invoice-document-reference.service.ts +0 -92
- package/src/lib/proxy/invoice-document-references/models.ts +0 -57
- package/src/lib/proxy/invoice-line-despatch-line-references/index.ts +0 -2
- package/src/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.ts +0 -92
- package/src/lib/proxy/invoice-line-despatch-line-references/models.ts +0 -61
- package/src/lib/proxy/invoice-line-order-line-references/index.ts +0 -2
- package/src/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.ts +0 -92
- package/src/lib/proxy/invoice-line-order-line-references/models.ts +0 -86
- package/src/lib/proxy/invoice-line-receipt-line-references/index.ts +0 -2
- package/src/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.ts +0 -92
- package/src/lib/proxy/invoice-line-receipt-line-references/models.ts +0 -61
- package/src/lib/proxy/invoice-lines/index.ts +0 -2
- package/src/lib/proxy/invoice-lines/invoice-line.service.ts +0 -92
- package/src/lib/proxy/invoice-lines/models.ts +0 -108
- package/src/lib/proxy/invoice-notes/index.ts +0 -2
- package/src/lib/proxy/invoice-notes/invoice-note.service.ts +0 -92
- package/src/lib/proxy/invoice-notes/models.ts +0 -36
- package/src/lib/proxy/invoices/index.ts +0 -2
- package/src/lib/proxy/invoices/invoice.service.ts +0 -75
- package/src/lib/proxy/invoices/models.ts +0 -359
- package/src/lib/proxy/note-rule-doc-types/index.ts +0 -2
- package/src/lib/proxy/note-rule-doc-types/models.ts +0 -31
- package/src/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.ts +0 -74
- package/src/lib/proxy/note-rule-scenarios/index.ts +0 -2
- package/src/lib/proxy/note-rule-scenarios/models.ts +0 -31
- package/src/lib/proxy/note-rule-scenarios/note-rule-scenario.service.ts +0 -74
- package/src/lib/proxy/note-rules/index.ts +0 -2
- package/src/lib/proxy/note-rules/models.ts +0 -78
- package/src/lib/proxy/note-rules/note-rule.service.ts +0 -75
- package/src/lib/proxy/params-companies/index.ts +0 -2
- package/src/lib/proxy/params-companies/models.ts +0 -101
- package/src/lib/proxy/params-companies/params-company.service.ts +0 -75
- package/src/lib/proxy/params-generals/index.ts +0 -2
- package/src/lib/proxy/params-generals/models.ts +0 -44
- package/src/lib/proxy/params-generals/params-general.service.ts +0 -75
- package/src/lib/proxy/params-integrators/index.ts +0 -2
- package/src/lib/proxy/params-integrators/models.ts +0 -72
- package/src/lib/proxy/params-integrators/params-integrator.service.ts +0 -92
- package/src/lib/proxy/paramse-dispatches/index.ts +0 -2
- package/src/lib/proxy/paramse-dispatches/models.ts +0 -73
- package/src/lib/proxy/paramse-dispatches/paramse-dispatch.service.ts +0 -75
- package/src/lib/proxy/paramse-invoices/index.ts +0 -2
- package/src/lib/proxy/paramse-invoices/models.ts +0 -48
- package/src/lib/proxy/paramse-invoices/paramse-invoice.service.ts +0 -75
- package/src/lib/proxy/shared/index.ts +0 -1
- package/src/lib/proxy/shared/models.ts +0 -14
- package/src/lib/proxy/xslt-formats/index.ts +0 -2
- package/src/lib/proxy/xslt-formats/models.ts +0 -33
- package/src/lib/proxy/xslt-formats/xslt-format.service.ts +0 -56
- package/src/lib/proxy/xslt-rule-doc-types/index.ts +0 -2
- package/src/lib/proxy/xslt-rule-doc-types/models.ts +0 -31
- package/src/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.ts +0 -74
- package/src/lib/proxy/xslt-rule-scenarios/index.ts +0 -2
- package/src/lib/proxy/xslt-rule-scenarios/models.ts +0 -31
- package/src/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.ts +0 -74
- package/src/lib/proxy/xslt-rules/index.ts +0 -2
- package/src/lib/proxy/xslt-rules/models.ts +0 -61
- package/src/lib/proxy/xslt-rules/xslt-rule.service.ts +0 -74
- package/src/lib/services/e-donusum.service.ts +0 -18
- package/src/lib/xslt-formats/xslt-format/components/xslt-format.component.html +0 -272
- package/src/lib/xslt-formats/xslt-format/components/xslt-format.component.ts +0 -122
- package/src/lib/xslt-formats/xslt-format/xslt-format-routing.module.ts +0 -36
- package/src/lib/xslt-formats/xslt-format/xslt-format.module.ts +0 -34
- package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.html +0 -199
- package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.ts +0 -124
- package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.ts +0 -18
- package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.ts +0 -34
- package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.html +0 -199
- package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.ts +0 -124
- package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.ts +0 -18
- package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.ts +0 -34
- package/src/lib/xslt-rules/xslt-rule/components/xslt-rule.component.html +0 -496
- package/src/lib/xslt-rules/xslt-rule/components/xslt-rule.component.ts +0 -141
- package/src/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.ts +0 -30
- package/src/lib/xslt-rules/xslt-rule/xslt-rule.module.ts +0 -34
- package/src/public-api.ts +0 -7
- package/src/test.ts +0 -29
- package/tsconfig.lib.json +0 -20
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -17
- /package/config/{src/enums/index.ts → enums/index.d.ts} +0 -0
- /package/config/{src/providers/index.ts → providers/index.d.ts} +0 -0
- /package/config/{src/public-api.ts → public-api.d.ts} +0 -0
|
@@ -1,1309 +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 *abpPermission="'eDonusum.Invoices.Create'" class="btn btn-primary btn-sm" type="button"
|
|
14
|
-
style="margin-right: 5px;" (click)="sendInvoiceMultiple()">
|
|
15
|
-
<i class="fa fa-envelope me-1" aria-hidden="true"></i>
|
|
16
|
-
{{ 'eDonusum::AddToQueue' | abpLocalization }}
|
|
17
|
-
</button>
|
|
18
|
-
<button *abpPermission="'eDonusum.Invoices.Create'" class="btn btn-xs btn-success" type="button"
|
|
19
|
-
style="margin-right: 5px;" (click)="getInvoiceResponses()">
|
|
20
|
-
<i class="fa fa-question me-1" aria-hidden="true"></i>
|
|
21
|
-
{{ 'eDonusum::CheckResponses' | abpLocalization }}
|
|
22
|
-
</button>
|
|
23
|
-
<button *abpPermission="'eDonusum.Invoices.Create'" class="btn btn-xs btn-success" type="button"
|
|
24
|
-
style="margin-right: 5px;" (click)="sendInvoiceToEntegrator()">
|
|
25
|
-
<i class="fa fa-envelope me-1" aria-hidden="true"></i>
|
|
26
|
-
{{ 'eDonusum::SendToEntegratorManual' | abpLocalization }}
|
|
27
|
-
</button>
|
|
28
|
-
<button *abpPermission="'eDonusum.Invoices.Create'" class="btn btn-xs btn-warning" type="button"
|
|
29
|
-
(click)="getInvoicesFromConnector()">
|
|
30
|
-
<i class="fa fa-plus me-1" aria-hidden="true"></i>
|
|
31
|
-
{{ 'eDonusum::GetFromConnectorManual' | abpLocalization }}
|
|
32
|
-
</button>
|
|
33
|
-
|
|
34
|
-
</div>
|
|
35
|
-
</abp-page-toolbar-container>
|
|
36
|
-
|
|
37
|
-
<div class="card">
|
|
38
|
-
<div class="card-body">
|
|
39
|
-
<dx-data-grid #dxInvoiceInstance [dataSource]="invoicesDataSource" [showRowLines]="true" [showBorders]="true"
|
|
40
|
-
[remoteOperations]="true" [hoverStateEnabled]="true" [repaintChangesOnly]="true" [allowColumnResizing]="true"
|
|
41
|
-
columnResizingMode="widget" [allowColumnReordering]="true" [columnAutoWidth]="true" [columnHidingEnabled]="true"
|
|
42
|
-
[rowAlternationEnabled]="true" style="height: 75vh;">
|
|
43
|
-
<dxo-pager [visible]="true" [showInfo]="true" [allowedPageSizes]="[50,100,200]" [showNavigationButtons]="true"
|
|
44
|
-
[showPageSizeSelector]="true">
|
|
45
|
-
</dxo-pager>
|
|
46
|
-
<dxo-paging [pageSize]="50"></dxo-paging>
|
|
47
|
-
<dxo-selection mode="multiple" selectAllMode="page" showCheckBoxesMode="always">
|
|
48
|
-
</dxo-selection>
|
|
49
|
-
<dxo-column-chooser [allowSearch]="true" [enabled]="true" mode="select"></dxo-column-chooser>
|
|
50
|
-
<dxo-column-fixing [enabled]="true"></dxo-column-fixing>
|
|
51
|
-
<dxo-group-panel [visible]="true" [allowColumnDragging]="true"></dxo-group-panel>
|
|
52
|
-
<dxo-grouping #expand [autoExpandAll]="false" [allowCollapsing]="true"
|
|
53
|
-
[contextMenuEnabled]="true"></dxo-grouping>
|
|
54
|
-
<dxo-header-filter [allowSearch]="true" [visible]="true"></dxo-header-filter>
|
|
55
|
-
<dxo-filter-row [visible]="true"></dxo-filter-row>
|
|
56
|
-
<dxo-export [enabled]="true" [allowExportSelectedData]="false"></dxo-export>
|
|
57
|
-
<dxo-column-fixing [enabled]="true"></dxo-column-fixing>
|
|
58
|
-
<dxo-filter-builder [allowHierarchicalFields]="true"></dxo-filter-builder>
|
|
59
|
-
<dxo-filter-panel [visible]="true"></dxo-filter-panel>
|
|
60
|
-
<dxo-sorting mode="single"></dxo-sorting>
|
|
61
|
-
<dxo-scrolling mode="horizontal" showScrollbar="always"></dxo-scrolling>
|
|
62
|
-
<dxi-column [fixed]="true" dataField="id" width="120" [allowGrouping]="false" [allowFiltering]="false"
|
|
63
|
-
[allowHeaderFiltering]="false" [allowHiding]="false" [allowReordering]="false"
|
|
64
|
-
cellTemplate="operationTemplate" caption="{{ 'AbpUi::Actions' | abpLocalization }}">
|
|
65
|
-
<div *dxTemplate="let row of 'operationTemplate'">
|
|
66
|
-
<div ngbDropdown container="body" class="d-inline-block">
|
|
67
|
-
<button class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
|
|
68
|
-
ngbDropdownToggle [disabled]="disabledIdColumn">
|
|
69
|
-
<i class="fa fa-cog mr-1" aria-hidden="true"></i>
|
|
70
|
-
{{ 'AbpUi::Actions' | abpLocalization }}
|
|
71
|
-
</button>
|
|
72
|
-
<div ngbDropdownMenu>
|
|
73
|
-
<!-- <button ngbDropdownItem (click)="update(row.data)">
|
|
74
|
-
<i class="fa fa-edit" aria-hidden="true"></i> {{ 'AbpUi::Edit' | abpLocalization }}
|
|
75
|
-
</button>
|
|
76
|
-
<button ngbDropdownItem (click)="delete(row.data)">
|
|
77
|
-
<i class="fa fa-trash" aria-hidden="true"></i> {{ 'AbpUi::Delete' | abpLocalization }}
|
|
78
|
-
</button> -->
|
|
79
|
-
<button ngbDropdownItem (click)="sendInvoiceSingle(row.data)" *ngIf="row.data.status == 100">
|
|
80
|
-
<i class="fa fa-envelope" aria-hidden="true"></i> {{ 'eDonusum::AddToQueue' | abpLocalization }}
|
|
81
|
-
</button>
|
|
82
|
-
<button ngbDropdownItem (click)="getInvoiceView(row.data)" *ngIf="row.data.status == 300">
|
|
83
|
-
<i class="fa fa-eye" aria-hidden="true"></i> {{ 'eDonusum::GetView' | abpLocalization }}
|
|
84
|
-
</button>
|
|
85
|
-
<button ngbDropdownItem (click)="getInvoicePreview(row.data)" *ngIf="row.data.status == 100">
|
|
86
|
-
<i class="fa fa-search" aria-hidden="true"></i> {{ 'eDonusum::Preview' | abpLocalization }}
|
|
87
|
-
</button>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
</dxi-column>
|
|
92
|
-
<dxi-column dataField="resourceDocEntry"
|
|
93
|
-
caption="{{'eDonusum::ResourceDocEntry'|abpLocalization}}"></dxi-column>
|
|
94
|
-
<dxi-column dataField="resourceDocType" caption="{{'eDonusum::ResourceDocType'|abpLocalization}}">
|
|
95
|
-
<dxo-lookup [dataSource]="invoiceObjectsEnumLookup" valueExpr="id" displayExpr="displayName">
|
|
96
|
-
</dxo-lookup>
|
|
97
|
-
</dxi-column>
|
|
98
|
-
<dxi-column dataField="status" caption="{{'eDonusum::Status'|abpLocalization}}">
|
|
99
|
-
<dxo-lookup [dataSource]="invoiceStatusLookup" valueExpr="id" displayExpr="displayName">
|
|
100
|
-
</dxo-lookup>
|
|
101
|
-
</dxi-column>
|
|
102
|
-
<dxi-column dataField="profileId" caption="{{'eDonusum::ProfileId'|abpLocalization}}"></dxi-column>
|
|
103
|
-
<dxi-column dataField="invoiceTypeCode" caption="{{'eDonusum::InvoiceTypeCode'|abpLocalization}}"></dxi-column>
|
|
104
|
-
<dxi-column dataField="receiverResponse" caption="{{'eDonusum::ReceiverResponse'|abpLocalization}}"
|
|
105
|
-
cellTemplate="iconTemplate">
|
|
106
|
-
<dxo-lookup [dataSource]="invoiceReceiverResponseLookup" valueExpr="id" displayExpr="displayName">
|
|
107
|
-
</dxo-lookup>
|
|
108
|
-
</dxi-column>
|
|
109
|
-
<div *dxTemplate="let data of 'iconTemplate'">
|
|
110
|
-
<i [ngClass]="getIconClass(data.data.receiverResponse)"
|
|
111
|
-
[ngStyle]="{'color':data.data.receiverResponse == '1' ? 'green' : data.data.receiverResponse == '2' ? 'red' : 'gray'}"></i>
|
|
112
|
-
{{getReceiverResponseName(data.data.receiverResponse)}}
|
|
113
|
-
</div>
|
|
114
|
-
<dxi-column dataField="receiverResponseDesc"
|
|
115
|
-
caption="{{'eDonusum::ReceiverResponseDesc'|abpLocalization}}"></dxi-column>
|
|
116
|
-
<dxi-column dataField="documentCurrencyCode" caption="{{'eDonusum::DocCurrency'|abpLocalization}}"></dxi-column>
|
|
117
|
-
<dxi-column dataField="issueDate" dataType="date"
|
|
118
|
-
caption="{{'eDonusum::IssueDate'|abpLocalization}}"></dxi-column>
|
|
119
|
-
<dxi-column dataField="uuId" caption="{{'eDonusum::UuId'|abpLocalization}}"></dxi-column>
|
|
120
|
-
</dx-data-grid>
|
|
121
|
-
</div>
|
|
122
|
-
</div>
|
|
123
|
-
</abp-page>
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
<!-- <abp-modal [busy]="isModalBusy" [(visible)]="isModalOpen">
|
|
128
|
-
<ng-template #abpHeader>
|
|
129
|
-
<h3>
|
|
130
|
-
{{ (selected ? 'AbpUi::Edit' : 'eDonusum::NewInvoice') | abpLocalization }}
|
|
131
|
-
</h3>
|
|
132
|
-
</ng-template>
|
|
133
|
-
|
|
134
|
-
<ng-template #abpBody>
|
|
135
|
-
<form [formGroup]="form" id="invoice" (ngSubmit)="submitForm()" validateOnSubmit>
|
|
136
|
-
<div class="mt-2 fade-in-top">
|
|
137
|
-
<div class="mb-3">
|
|
138
|
-
<label class="form-label" for="invoice-ubl-version-id">
|
|
139
|
-
{{ 'eDonusum::UblVersionId' | abpLocalization }} *
|
|
140
|
-
</label>
|
|
141
|
-
|
|
142
|
-
<input
|
|
143
|
-
id="invoice-ubl-version-id"
|
|
144
|
-
formControlName="ublVersionId"
|
|
145
|
-
class="form-control"
|
|
146
|
-
maxlength="8"
|
|
147
|
-
autofocus
|
|
148
|
-
/>
|
|
149
|
-
</div>
|
|
150
|
-
<div class="mb-3">
|
|
151
|
-
<label class="form-label" for="invoice-customization-id">
|
|
152
|
-
{{ 'eDonusum::CustomizationId' | abpLocalization }} *
|
|
153
|
-
</label>
|
|
154
|
-
|
|
155
|
-
<input
|
|
156
|
-
id="invoice-customization-id"
|
|
157
|
-
formControlName="customizationId"
|
|
158
|
-
class="form-control"
|
|
159
|
-
maxlength="8"
|
|
160
|
-
/>
|
|
161
|
-
</div>
|
|
162
|
-
<div class="mb-3">
|
|
163
|
-
<label class="form-label" for="invoice-profile-id">
|
|
164
|
-
{{ 'eDonusum::ProfileId' | abpLocalization }} *
|
|
165
|
-
</label>
|
|
166
|
-
|
|
167
|
-
<input
|
|
168
|
-
id="invoice-profile-id"
|
|
169
|
-
formControlName="profileId"
|
|
170
|
-
class="form-control"
|
|
171
|
-
maxlength="32"
|
|
172
|
-
/>
|
|
173
|
-
</div>
|
|
174
|
-
<div class="mb-3">
|
|
175
|
-
<label class="form-label" for="invoice-invoice-id">
|
|
176
|
-
{{ 'eDonusum::InvoiceId' | abpLocalization }} *
|
|
177
|
-
</label>
|
|
178
|
-
|
|
179
|
-
<input
|
|
180
|
-
id="invoice-invoice-id"
|
|
181
|
-
formControlName="invoiceId"
|
|
182
|
-
class="form-control"
|
|
183
|
-
maxlength="32"
|
|
184
|
-
/>
|
|
185
|
-
</div>
|
|
186
|
-
<div class="form-check mb-3">
|
|
187
|
-
<input
|
|
188
|
-
type="checkbox"
|
|
189
|
-
id="invoice-copy-indicator"
|
|
190
|
-
formControlName="copyIndicator"
|
|
191
|
-
class="form-check-input"
|
|
192
|
-
/>
|
|
193
|
-
|
|
194
|
-
<label for="invoice-copy-indicator" class="form-check-label">
|
|
195
|
-
{{ 'eDonusum::CopyIndicator' | abpLocalization }}
|
|
196
|
-
</label>
|
|
197
|
-
</div>
|
|
198
|
-
<div class="mb-3">
|
|
199
|
-
<label class="form-label" for="invoice-uu-id">
|
|
200
|
-
{{ 'eDonusum::UuId' | abpLocalization }} *
|
|
201
|
-
</label>
|
|
202
|
-
|
|
203
|
-
<input id="invoice-uu-id" formControlName="uuId" class="form-control" maxlength="64" />
|
|
204
|
-
</div>
|
|
205
|
-
<div class="mb-3">
|
|
206
|
-
<label class="form-label" for="invoice-issue-date">
|
|
207
|
-
{{ 'eDonusum::IssueDate' | abpLocalization }}
|
|
208
|
-
</label>
|
|
209
|
-
|
|
210
|
-
<div class="input-group" validationTarget>
|
|
211
|
-
<input
|
|
212
|
-
readonly
|
|
213
|
-
id="invoice-issue-date"
|
|
214
|
-
formControlName="issueDate"
|
|
215
|
-
class="form-control"
|
|
216
|
-
ngbDatepicker
|
|
217
|
-
#issueDateInput
|
|
218
|
-
#issueDateDatepicker="ngbDatepicker"
|
|
219
|
-
(click)="issueDateDatepicker.open()"
|
|
220
|
-
(keyup.space)="issueDateDatepicker.open()"
|
|
221
|
-
/>
|
|
222
|
-
<div *ngIf="issueDateInput.value" class="input-group-append">
|
|
223
|
-
<button
|
|
224
|
-
class="btn btn-link px-2"
|
|
225
|
-
type="button"
|
|
226
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
227
|
-
(click)="
|
|
228
|
-
issueDateDatepicker.writeValue(null);
|
|
229
|
-
issueDateDatepicker.manualDateChange(null, true)
|
|
230
|
-
"
|
|
231
|
-
>
|
|
232
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
233
|
-
</button>
|
|
234
|
-
</div>
|
|
235
|
-
</div>
|
|
236
|
-
</div>
|
|
237
|
-
<div class="mb-3">
|
|
238
|
-
<label class="form-label" for="invoice-issue-time">
|
|
239
|
-
{{ 'eDonusum::IssueTime' | abpLocalization }}
|
|
240
|
-
</label>
|
|
241
|
-
|
|
242
|
-
<div class="input-group" validationTarget>
|
|
243
|
-
<input
|
|
244
|
-
readonly
|
|
245
|
-
id="invoice-issue-time"
|
|
246
|
-
formControlName="issueTime"
|
|
247
|
-
class="form-control"
|
|
248
|
-
ngbDatepicker
|
|
249
|
-
#issueTimeInput
|
|
250
|
-
#issueTimeDatepicker="ngbDatepicker"
|
|
251
|
-
(click)="issueTimeDatepicker.open()"
|
|
252
|
-
(keyup.space)="issueTimeDatepicker.open()"
|
|
253
|
-
/>
|
|
254
|
-
<div *ngIf="issueTimeInput.value" class="input-group-append">
|
|
255
|
-
<button
|
|
256
|
-
class="btn btn-link px-2"
|
|
257
|
-
type="button"
|
|
258
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
259
|
-
(click)="
|
|
260
|
-
issueTimeDatepicker.writeValue(null);
|
|
261
|
-
issueTimeDatepicker.manualDateChange(null, true)
|
|
262
|
-
"
|
|
263
|
-
>
|
|
264
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
265
|
-
</button>
|
|
266
|
-
</div>
|
|
267
|
-
</div>
|
|
268
|
-
</div>
|
|
269
|
-
<div class="mb-3">
|
|
270
|
-
<label class="form-label" for="invoice-invoice-type-code">
|
|
271
|
-
{{ 'eDonusum::InvoiceTypeCode' | abpLocalization }} *
|
|
272
|
-
</label>
|
|
273
|
-
|
|
274
|
-
<input
|
|
275
|
-
id="invoice-invoice-type-code"
|
|
276
|
-
formControlName="invoiceTypeCode"
|
|
277
|
-
class="form-control"
|
|
278
|
-
maxlength="32"
|
|
279
|
-
/>
|
|
280
|
-
</div>
|
|
281
|
-
<div class="mb-3">
|
|
282
|
-
<label class="form-label" for="invoice-document-currency-code">
|
|
283
|
-
{{ 'eDonusum::DocumentCurrencyCode' | abpLocalization }} *
|
|
284
|
-
</label>
|
|
285
|
-
|
|
286
|
-
<input
|
|
287
|
-
id="invoice-document-currency-code"
|
|
288
|
-
formControlName="documentCurrencyCode"
|
|
289
|
-
class="form-control"
|
|
290
|
-
maxlength="3"
|
|
291
|
-
/>
|
|
292
|
-
</div>
|
|
293
|
-
<div class="mb-3">
|
|
294
|
-
<label class="form-label" for="invoice-tax-currency-code">
|
|
295
|
-
{{ 'eDonusum::TaxCurrencyCode' | abpLocalization }}
|
|
296
|
-
</label>
|
|
297
|
-
|
|
298
|
-
<input
|
|
299
|
-
id="invoice-tax-currency-code"
|
|
300
|
-
formControlName="taxCurrencyCode"
|
|
301
|
-
class="form-control"
|
|
302
|
-
maxlength="3"
|
|
303
|
-
/>
|
|
304
|
-
</div>
|
|
305
|
-
<div class="mb-3">
|
|
306
|
-
<label class="form-label" for="invoice-pricing-currency-code">
|
|
307
|
-
{{ 'eDonusum::PricingCurrencyCode' | abpLocalization }}
|
|
308
|
-
</label>
|
|
309
|
-
|
|
310
|
-
<input
|
|
311
|
-
id="invoice-pricing-currency-code"
|
|
312
|
-
formControlName="pricingCurrencyCode"
|
|
313
|
-
class="form-control"
|
|
314
|
-
maxlength="3"
|
|
315
|
-
/>
|
|
316
|
-
</div>
|
|
317
|
-
<div class="mb-3">
|
|
318
|
-
<label class="form-label" for="invoice-payment-currency-code">
|
|
319
|
-
{{ 'eDonusum::PaymentCurrencyCode' | abpLocalization }}
|
|
320
|
-
</label>
|
|
321
|
-
|
|
322
|
-
<input
|
|
323
|
-
id="invoice-payment-currency-code"
|
|
324
|
-
formControlName="paymentCurrencyCode"
|
|
325
|
-
class="form-control"
|
|
326
|
-
maxlength="3"
|
|
327
|
-
/>
|
|
328
|
-
</div>
|
|
329
|
-
<div class="mb-3">
|
|
330
|
-
<label class="form-label" for="invoice-payment-alternative-currency-code">
|
|
331
|
-
{{ 'eDonusum::PaymentAlternativeCurrencyCode' | abpLocalization }}
|
|
332
|
-
</label>
|
|
333
|
-
|
|
334
|
-
<input
|
|
335
|
-
id="invoice-payment-alternative-currency-code"
|
|
336
|
-
formControlName="paymentAlternativeCurrencyCode"
|
|
337
|
-
class="form-control"
|
|
338
|
-
maxlength="3"
|
|
339
|
-
/>
|
|
340
|
-
</div>
|
|
341
|
-
<div class="mb-3">
|
|
342
|
-
<label class="form-label" for="invoice-accounting-cost">
|
|
343
|
-
{{ 'eDonusum::AccountingCost' | abpLocalization }}
|
|
344
|
-
</label>
|
|
345
|
-
|
|
346
|
-
<input
|
|
347
|
-
id="invoice-accounting-cost"
|
|
348
|
-
formControlName="accountingCost"
|
|
349
|
-
class="form-control"
|
|
350
|
-
maxlength="32"
|
|
351
|
-
/>
|
|
352
|
-
</div>
|
|
353
|
-
<div class="mb-3">
|
|
354
|
-
<label class="form-label" for="invoice-line-count-numeric">
|
|
355
|
-
{{ 'eDonusum::LineCountNumeric' | abpLocalization }}
|
|
356
|
-
</label>
|
|
357
|
-
|
|
358
|
-
<input
|
|
359
|
-
type="number"
|
|
360
|
-
id="invoice-line-count-numeric"
|
|
361
|
-
formControlName="lineCountNumeric"
|
|
362
|
-
class="form-control"
|
|
363
|
-
/>
|
|
364
|
-
</div>
|
|
365
|
-
<div class="mb-3">
|
|
366
|
-
<label class="form-label" for="invoice-invoice-period-start-date">
|
|
367
|
-
{{ 'eDonusum::InvoicePeriodStartDate' | abpLocalization }}
|
|
368
|
-
</label>
|
|
369
|
-
|
|
370
|
-
<div class="input-group" validationTarget>
|
|
371
|
-
<input
|
|
372
|
-
readonly
|
|
373
|
-
id="invoice-invoice-period-start-date"
|
|
374
|
-
formControlName="invoicePeriodStartDate"
|
|
375
|
-
class="form-control"
|
|
376
|
-
ngbDatepicker
|
|
377
|
-
#invoicePeriodStartDateInput
|
|
378
|
-
#invoicePeriodStartDateDatepicker="ngbDatepicker"
|
|
379
|
-
(click)="invoicePeriodStartDateDatepicker.open()"
|
|
380
|
-
(keyup.space)="invoicePeriodStartDateDatepicker.open()"
|
|
381
|
-
/>
|
|
382
|
-
<div *ngIf="invoicePeriodStartDateInput.value" class="input-group-append">
|
|
383
|
-
<button
|
|
384
|
-
class="btn btn-link px-2"
|
|
385
|
-
type="button"
|
|
386
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
387
|
-
(click)="
|
|
388
|
-
invoicePeriodStartDateDatepicker.writeValue(null);
|
|
389
|
-
invoicePeriodStartDateDatepicker.manualDateChange(null, true)
|
|
390
|
-
"
|
|
391
|
-
>
|
|
392
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
393
|
-
</button>
|
|
394
|
-
</div>
|
|
395
|
-
</div>
|
|
396
|
-
</div>
|
|
397
|
-
<div class="mb-3">
|
|
398
|
-
<label class="form-label" for="invoice-invoice-period-start-time">
|
|
399
|
-
{{ 'eDonusum::InvoicePeriodStartTime' | abpLocalization }}
|
|
400
|
-
</label>
|
|
401
|
-
|
|
402
|
-
<div class="input-group" validationTarget>
|
|
403
|
-
<input
|
|
404
|
-
readonly
|
|
405
|
-
id="invoice-invoice-period-start-time"
|
|
406
|
-
formControlName="invoicePeriodStartTime"
|
|
407
|
-
class="form-control"
|
|
408
|
-
ngbDatepicker
|
|
409
|
-
#invoicePeriodStartTimeInput
|
|
410
|
-
#invoicePeriodStartTimeDatepicker="ngbDatepicker"
|
|
411
|
-
(click)="invoicePeriodStartTimeDatepicker.open()"
|
|
412
|
-
(keyup.space)="invoicePeriodStartTimeDatepicker.open()"
|
|
413
|
-
/>
|
|
414
|
-
<div *ngIf="invoicePeriodStartTimeInput.value" class="input-group-append">
|
|
415
|
-
<button
|
|
416
|
-
class="btn btn-link px-2"
|
|
417
|
-
type="button"
|
|
418
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
419
|
-
(click)="
|
|
420
|
-
invoicePeriodStartTimeDatepicker.writeValue(null);
|
|
421
|
-
invoicePeriodStartTimeDatepicker.manualDateChange(null, true)
|
|
422
|
-
"
|
|
423
|
-
>
|
|
424
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
425
|
-
</button>
|
|
426
|
-
</div>
|
|
427
|
-
</div>
|
|
428
|
-
</div>
|
|
429
|
-
<div class="mb-3">
|
|
430
|
-
<label class="form-label" for="invoice-invoice-period-end-date">
|
|
431
|
-
{{ 'eDonusum::InvoicePeriodEndDate' | abpLocalization }}
|
|
432
|
-
</label>
|
|
433
|
-
|
|
434
|
-
<div class="input-group" validationTarget>
|
|
435
|
-
<input
|
|
436
|
-
readonly
|
|
437
|
-
id="invoice-invoice-period-end-date"
|
|
438
|
-
formControlName="invoicePeriodEndDate"
|
|
439
|
-
class="form-control"
|
|
440
|
-
ngbDatepicker
|
|
441
|
-
#invoicePeriodEndDateInput
|
|
442
|
-
#invoicePeriodEndDateDatepicker="ngbDatepicker"
|
|
443
|
-
(click)="invoicePeriodEndDateDatepicker.open()"
|
|
444
|
-
(keyup.space)="invoicePeriodEndDateDatepicker.open()"
|
|
445
|
-
/>
|
|
446
|
-
<div *ngIf="invoicePeriodEndDateInput.value" class="input-group-append">
|
|
447
|
-
<button
|
|
448
|
-
class="btn btn-link px-2"
|
|
449
|
-
type="button"
|
|
450
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
451
|
-
(click)="
|
|
452
|
-
invoicePeriodEndDateDatepicker.writeValue(null);
|
|
453
|
-
invoicePeriodEndDateDatepicker.manualDateChange(null, true)
|
|
454
|
-
"
|
|
455
|
-
>
|
|
456
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
457
|
-
</button>
|
|
458
|
-
</div>
|
|
459
|
-
</div>
|
|
460
|
-
</div>
|
|
461
|
-
<div class="mb-3">
|
|
462
|
-
<label class="form-label" for="invoice-invoice-period-end-time">
|
|
463
|
-
{{ 'eDonusum::InvoicePeriodEndTime' | abpLocalization }}
|
|
464
|
-
</label>
|
|
465
|
-
|
|
466
|
-
<div class="input-group" validationTarget>
|
|
467
|
-
<input
|
|
468
|
-
readonly
|
|
469
|
-
id="invoice-invoice-period-end-time"
|
|
470
|
-
formControlName="invoicePeriodEndTime"
|
|
471
|
-
class="form-control"
|
|
472
|
-
ngbDatepicker
|
|
473
|
-
#invoicePeriodEndTimeInput
|
|
474
|
-
#invoicePeriodEndTimeDatepicker="ngbDatepicker"
|
|
475
|
-
(click)="invoicePeriodEndTimeDatepicker.open()"
|
|
476
|
-
(keyup.space)="invoicePeriodEndTimeDatepicker.open()"
|
|
477
|
-
/>
|
|
478
|
-
<div *ngIf="invoicePeriodEndTimeInput.value" class="input-group-append">
|
|
479
|
-
<button
|
|
480
|
-
class="btn btn-link px-2"
|
|
481
|
-
type="button"
|
|
482
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
483
|
-
(click)="
|
|
484
|
-
invoicePeriodEndTimeDatepicker.writeValue(null);
|
|
485
|
-
invoicePeriodEndTimeDatepicker.manualDateChange(null, true)
|
|
486
|
-
"
|
|
487
|
-
>
|
|
488
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
489
|
-
</button>
|
|
490
|
-
</div>
|
|
491
|
-
</div>
|
|
492
|
-
</div>
|
|
493
|
-
<div class="mb-3">
|
|
494
|
-
<label class="form-label" for="invoice-invoice-period-duration-measure">
|
|
495
|
-
{{ 'eDonusum::InvoicePeriodDurationMeasure' | abpLocalization }}
|
|
496
|
-
</label>
|
|
497
|
-
|
|
498
|
-
<div class="input-group" validationTarget>
|
|
499
|
-
<input
|
|
500
|
-
readonly
|
|
501
|
-
id="invoice-invoice-period-duration-measure"
|
|
502
|
-
formControlName="invoicePeriodDurationMeasure"
|
|
503
|
-
class="form-control"
|
|
504
|
-
ngbDatepicker
|
|
505
|
-
#invoicePeriodDurationMeasureInput
|
|
506
|
-
#invoicePeriodDurationMeasureDatepicker="ngbDatepicker"
|
|
507
|
-
(click)="invoicePeriodDurationMeasureDatepicker.open()"
|
|
508
|
-
(keyup.space)="invoicePeriodDurationMeasureDatepicker.open()"
|
|
509
|
-
/>
|
|
510
|
-
<div *ngIf="invoicePeriodDurationMeasureInput.value" class="input-group-append">
|
|
511
|
-
<button
|
|
512
|
-
class="btn btn-link px-2"
|
|
513
|
-
type="button"
|
|
514
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
515
|
-
(click)="
|
|
516
|
-
invoicePeriodDurationMeasureDatepicker.writeValue(null);
|
|
517
|
-
invoicePeriodDurationMeasureDatepicker.manualDateChange(null, true)
|
|
518
|
-
"
|
|
519
|
-
>
|
|
520
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
521
|
-
</button>
|
|
522
|
-
</div>
|
|
523
|
-
</div>
|
|
524
|
-
</div>
|
|
525
|
-
<div class="mb-3">
|
|
526
|
-
<label class="form-label" for="invoice-invoice-period-description">
|
|
527
|
-
{{ 'eDonusum::InvoicePeriodDescription' | abpLocalization }}
|
|
528
|
-
</label>
|
|
529
|
-
|
|
530
|
-
<input
|
|
531
|
-
id="invoice-invoice-period-description"
|
|
532
|
-
formControlName="invoicePeriodDescription"
|
|
533
|
-
class="form-control"
|
|
534
|
-
/>
|
|
535
|
-
</div>
|
|
536
|
-
<div class="mb-3">
|
|
537
|
-
<label class="form-label" for="invoice-order-reference-id">
|
|
538
|
-
{{ 'eDonusum::OrderReferenceId' | abpLocalization }}
|
|
539
|
-
</label>
|
|
540
|
-
|
|
541
|
-
<input
|
|
542
|
-
id="invoice-order-reference-id"
|
|
543
|
-
formControlName="orderReferenceId"
|
|
544
|
-
class="form-control"
|
|
545
|
-
maxlength="64"
|
|
546
|
-
/>
|
|
547
|
-
</div>
|
|
548
|
-
<div class="mb-3">
|
|
549
|
-
<label class="form-label" for="invoice-order-reference-sales-order-id">
|
|
550
|
-
{{ 'eDonusum::OrderReferenceSalesOrderId' | abpLocalization }}
|
|
551
|
-
</label>
|
|
552
|
-
|
|
553
|
-
<input
|
|
554
|
-
id="invoice-order-reference-sales-order-id"
|
|
555
|
-
formControlName="orderReferenceSalesOrderId"
|
|
556
|
-
class="form-control"
|
|
557
|
-
maxlength="64"
|
|
558
|
-
/>
|
|
559
|
-
</div>
|
|
560
|
-
<div class="mb-3">
|
|
561
|
-
<label class="form-label" for="invoice-order-reference-issue-date">
|
|
562
|
-
{{ 'eDonusum::OrderReferenceIssueDate' | abpLocalization }}
|
|
563
|
-
</label>
|
|
564
|
-
|
|
565
|
-
<div class="input-group" validationTarget>
|
|
566
|
-
<input
|
|
567
|
-
readonly
|
|
568
|
-
id="invoice-order-reference-issue-date"
|
|
569
|
-
formControlName="orderReferenceIssueDate"
|
|
570
|
-
class="form-control"
|
|
571
|
-
ngbDatepicker
|
|
572
|
-
#orderReferenceIssueDateInput
|
|
573
|
-
#orderReferenceIssueDateDatepicker="ngbDatepicker"
|
|
574
|
-
(click)="orderReferenceIssueDateDatepicker.open()"
|
|
575
|
-
(keyup.space)="orderReferenceIssueDateDatepicker.open()"
|
|
576
|
-
/>
|
|
577
|
-
<div *ngIf="orderReferenceIssueDateInput.value" class="input-group-append">
|
|
578
|
-
<button
|
|
579
|
-
class="btn btn-link px-2"
|
|
580
|
-
type="button"
|
|
581
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
582
|
-
(click)="
|
|
583
|
-
orderReferenceIssueDateDatepicker.writeValue(null);
|
|
584
|
-
orderReferenceIssueDateDatepicker.manualDateChange(null, true)
|
|
585
|
-
"
|
|
586
|
-
>
|
|
587
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
588
|
-
</button>
|
|
589
|
-
</div>
|
|
590
|
-
</div>
|
|
591
|
-
</div>
|
|
592
|
-
<div class="mb-3">
|
|
593
|
-
<label class="form-label" for="invoice-order-reference-order-type-code">
|
|
594
|
-
{{ 'eDonusum::OrderReferenceOrderTypeCode' | abpLocalization }}
|
|
595
|
-
</label>
|
|
596
|
-
|
|
597
|
-
<input
|
|
598
|
-
id="invoice-order-reference-order-type-code"
|
|
599
|
-
formControlName="orderReferenceOrderTypeCode"
|
|
600
|
-
class="form-control"
|
|
601
|
-
maxlength="64"
|
|
602
|
-
/>
|
|
603
|
-
</div>
|
|
604
|
-
<div class="mb-3">
|
|
605
|
-
<label class="form-label" for="invoice-accounting-supplier-party-name">
|
|
606
|
-
{{ 'eDonusum::AccountingSupplierPartyName' | abpLocalization }}
|
|
607
|
-
</label>
|
|
608
|
-
|
|
609
|
-
<input
|
|
610
|
-
id="invoice-accounting-supplier-party-name"
|
|
611
|
-
formControlName="accountingSupplierPartyName"
|
|
612
|
-
class="form-control"
|
|
613
|
-
maxlength="256"
|
|
614
|
-
/>
|
|
615
|
-
</div>
|
|
616
|
-
<div class="mb-3">
|
|
617
|
-
<label class="form-label" for="invoice-accounting-supplier-party-scheme-id">
|
|
618
|
-
{{ 'eDonusum::AccountingSupplierPartySchemeId' | abpLocalization }}
|
|
619
|
-
</label>
|
|
620
|
-
|
|
621
|
-
<input
|
|
622
|
-
id="invoice-accounting-supplier-party-scheme-id"
|
|
623
|
-
formControlName="accountingSupplierPartySchemeId"
|
|
624
|
-
class="form-control"
|
|
625
|
-
maxlength="8"
|
|
626
|
-
/>
|
|
627
|
-
</div>
|
|
628
|
-
<div class="mb-3">
|
|
629
|
-
<label class="form-label" for="invoice-accounting-supplier-party-vkn-tckn">
|
|
630
|
-
{{ 'eDonusum::AccountingSupplierPartyVknTckn' | abpLocalization }}
|
|
631
|
-
</label>
|
|
632
|
-
|
|
633
|
-
<input
|
|
634
|
-
id="invoice-accounting-supplier-party-vkn-tckn"
|
|
635
|
-
formControlName="accountingSupplierPartyVknTckn"
|
|
636
|
-
class="form-control"
|
|
637
|
-
maxlength="16"
|
|
638
|
-
/>
|
|
639
|
-
</div>
|
|
640
|
-
<div class="mb-3">
|
|
641
|
-
<label class="form-label" for="invoice-accounting-customer-party-name">
|
|
642
|
-
{{ 'eDonusum::AccountingCustomerPartyName' | abpLocalization }}
|
|
643
|
-
</label>
|
|
644
|
-
|
|
645
|
-
<input
|
|
646
|
-
id="invoice-accounting-customer-party-name"
|
|
647
|
-
formControlName="accountingCustomerPartyName"
|
|
648
|
-
class="form-control"
|
|
649
|
-
maxlength="256"
|
|
650
|
-
/>
|
|
651
|
-
</div>
|
|
652
|
-
<div class="mb-3">
|
|
653
|
-
<label class="form-label" for="invoice-accounting-customer-party-scheme-id">
|
|
654
|
-
{{ 'eDonusum::AccountingCustomerPartySchemeId' | abpLocalization }}
|
|
655
|
-
</label>
|
|
656
|
-
|
|
657
|
-
<input
|
|
658
|
-
id="invoice-accounting-customer-party-scheme-id"
|
|
659
|
-
formControlName="accountingCustomerPartySchemeId"
|
|
660
|
-
class="form-control"
|
|
661
|
-
maxlength="8"
|
|
662
|
-
/>
|
|
663
|
-
</div>
|
|
664
|
-
<div class="mb-3">
|
|
665
|
-
<label class="form-label" for="invoice-accounting-customer-party-vkn-tckn">
|
|
666
|
-
{{ 'eDonusum::AccountingCustomerPartyVknTckn' | abpLocalization }}
|
|
667
|
-
</label>
|
|
668
|
-
|
|
669
|
-
<input
|
|
670
|
-
id="invoice-accounting-customer-party-vkn-tckn"
|
|
671
|
-
formControlName="accountingCustomerPartyVknTckn"
|
|
672
|
-
class="form-control"
|
|
673
|
-
maxlength="16"
|
|
674
|
-
/>
|
|
675
|
-
</div>
|
|
676
|
-
<div class="mb-3">
|
|
677
|
-
<label class="form-label" for="invoice-buyer-customer-party-name">
|
|
678
|
-
{{ 'eDonusum::BuyerCustomerPartyName' | abpLocalization }}
|
|
679
|
-
</label>
|
|
680
|
-
|
|
681
|
-
<input
|
|
682
|
-
id="invoice-buyer-customer-party-name"
|
|
683
|
-
formControlName="buyerCustomerPartyName"
|
|
684
|
-
class="form-control"
|
|
685
|
-
maxlength="256"
|
|
686
|
-
/>
|
|
687
|
-
</div>
|
|
688
|
-
<div class="mb-3">
|
|
689
|
-
<label class="form-label" for="invoice-buyer-customer-party-scheme-id">
|
|
690
|
-
{{ 'eDonusum::BuyerCustomerPartySchemeId' | abpLocalization }}
|
|
691
|
-
</label>
|
|
692
|
-
|
|
693
|
-
<input
|
|
694
|
-
id="invoice-buyer-customer-party-scheme-id"
|
|
695
|
-
formControlName="buyerCustomerPartySchemeId"
|
|
696
|
-
class="form-control"
|
|
697
|
-
maxlength="8"
|
|
698
|
-
/>
|
|
699
|
-
</div>
|
|
700
|
-
<div class="mb-3">
|
|
701
|
-
<label class="form-label" for="invoice-buyer-customer-party-vkn-tckn">
|
|
702
|
-
{{ 'eDonusum::BuyerCustomerPartyVknTckn' | abpLocalization }}
|
|
703
|
-
</label>
|
|
704
|
-
|
|
705
|
-
<input
|
|
706
|
-
id="invoice-buyer-customer-party-vkn-tckn"
|
|
707
|
-
formControlName="buyerCustomerPartyVknTckn"
|
|
708
|
-
class="form-control"
|
|
709
|
-
maxlength="16"
|
|
710
|
-
/>
|
|
711
|
-
</div>
|
|
712
|
-
<div class="mb-3">
|
|
713
|
-
<label class="form-label" for="invoice-seller-supplier-party-name">
|
|
714
|
-
{{ 'eDonusum::SellerSupplierPartyName' | abpLocalization }}
|
|
715
|
-
</label>
|
|
716
|
-
|
|
717
|
-
<input
|
|
718
|
-
id="invoice-seller-supplier-party-name"
|
|
719
|
-
formControlName="sellerSupplierPartyName"
|
|
720
|
-
class="form-control"
|
|
721
|
-
maxlength="256"
|
|
722
|
-
/>
|
|
723
|
-
</div>
|
|
724
|
-
<div class="mb-3">
|
|
725
|
-
<label class="form-label" for="invoice-seller-supplier-party-scheme-id">
|
|
726
|
-
{{ 'eDonusum::SellerSupplierPartySchemeId' | abpLocalization }}
|
|
727
|
-
</label>
|
|
728
|
-
|
|
729
|
-
<input
|
|
730
|
-
id="invoice-seller-supplier-party-scheme-id"
|
|
731
|
-
formControlName="sellerSupplierPartySchemeId"
|
|
732
|
-
class="form-control"
|
|
733
|
-
maxlength="8"
|
|
734
|
-
/>
|
|
735
|
-
</div>
|
|
736
|
-
<div class="mb-3">
|
|
737
|
-
<label class="form-label" for="invoice-seller-supplier-party-vkn-tckn">
|
|
738
|
-
{{ 'eDonusum::SellerSupplierPartyVknTckn' | abpLocalization }}
|
|
739
|
-
</label>
|
|
740
|
-
|
|
741
|
-
<input
|
|
742
|
-
id="invoice-seller-supplier-party-vkn-tckn"
|
|
743
|
-
formControlName="sellerSupplierPartyVknTckn"
|
|
744
|
-
class="form-control"
|
|
745
|
-
maxlength="16"
|
|
746
|
-
/>
|
|
747
|
-
</div>
|
|
748
|
-
<div class="mb-3">
|
|
749
|
-
<label class="form-label" for="invoice-tax-representative-party-name">
|
|
750
|
-
{{ 'eDonusum::TaxRepresentativePartyName' | abpLocalization }}
|
|
751
|
-
</label>
|
|
752
|
-
|
|
753
|
-
<input
|
|
754
|
-
id="invoice-tax-representative-party-name"
|
|
755
|
-
formControlName="taxRepresentativePartyName"
|
|
756
|
-
class="form-control"
|
|
757
|
-
maxlength="256"
|
|
758
|
-
/>
|
|
759
|
-
</div>
|
|
760
|
-
<div class="mb-3">
|
|
761
|
-
<label class="form-label" for="invoice-tax-representative-party-scheme-id">
|
|
762
|
-
{{ 'eDonusum::TaxRepresentativePartySchemeId' | abpLocalization }}
|
|
763
|
-
</label>
|
|
764
|
-
|
|
765
|
-
<input
|
|
766
|
-
id="invoice-tax-representative-party-scheme-id"
|
|
767
|
-
formControlName="taxRepresentativePartySchemeId"
|
|
768
|
-
class="form-control"
|
|
769
|
-
maxlength="8"
|
|
770
|
-
/>
|
|
771
|
-
</div>
|
|
772
|
-
<div class="mb-3">
|
|
773
|
-
<label class="form-label" for="invoice-tax-representative-party-vkn-tckn">
|
|
774
|
-
{{ 'eDonusum::TaxRepresentativePartyVknTckn' | abpLocalization }}
|
|
775
|
-
</label>
|
|
776
|
-
|
|
777
|
-
<input
|
|
778
|
-
id="invoice-tax-representative-party-vkn-tckn"
|
|
779
|
-
formControlName="taxRepresentativePartyVknTckn"
|
|
780
|
-
class="form-control"
|
|
781
|
-
maxlength="16"
|
|
782
|
-
/>
|
|
783
|
-
</div>
|
|
784
|
-
<div class="mb-3">
|
|
785
|
-
<label class="form-label" for="invoice-tax-exchange-rate-source-currency-code">
|
|
786
|
-
{{ 'eDonusum::TaxExchangeRateSourceCurrencyCode' | abpLocalization }}
|
|
787
|
-
</label>
|
|
788
|
-
|
|
789
|
-
<input
|
|
790
|
-
id="invoice-tax-exchange-rate-source-currency-code"
|
|
791
|
-
formControlName="taxExchangeRateSourceCurrencyCode"
|
|
792
|
-
class="form-control"
|
|
793
|
-
maxlength="3"
|
|
794
|
-
/>
|
|
795
|
-
</div>
|
|
796
|
-
<div class="mb-3">
|
|
797
|
-
<label class="form-label" for="invoice-tax-exchange-rate-target-currency-code">
|
|
798
|
-
{{ 'eDonusum::TaxExchangeRateTargetCurrencyCode' | abpLocalization }}
|
|
799
|
-
</label>
|
|
800
|
-
|
|
801
|
-
<input
|
|
802
|
-
id="invoice-tax-exchange-rate-target-currency-code"
|
|
803
|
-
formControlName="taxExchangeRateTargetCurrencyCode"
|
|
804
|
-
class="form-control"
|
|
805
|
-
maxlength="3"
|
|
806
|
-
/>
|
|
807
|
-
</div>
|
|
808
|
-
<div class="mb-3">
|
|
809
|
-
<label class="form-label" for="invoice-tax-exchange-rate-calculation-rate">
|
|
810
|
-
{{ 'eDonusum::TaxExchangeRateCalculationRate' | abpLocalization }}
|
|
811
|
-
</label>
|
|
812
|
-
|
|
813
|
-
<input
|
|
814
|
-
type="number"
|
|
815
|
-
id="invoice-tax-exchange-rate-calculation-rate"
|
|
816
|
-
formControlName="taxExchangeRateCalculationRate"
|
|
817
|
-
class="form-control"
|
|
818
|
-
/>
|
|
819
|
-
</div>
|
|
820
|
-
<div class="mb-3">
|
|
821
|
-
<label class="form-label" for="invoice-tax-exchange-rate-date">
|
|
822
|
-
{{ 'eDonusum::TaxExchangeRateDate' | abpLocalization }}
|
|
823
|
-
</label>
|
|
824
|
-
|
|
825
|
-
<div class="input-group" validationTarget>
|
|
826
|
-
<input
|
|
827
|
-
readonly
|
|
828
|
-
id="invoice-tax-exchange-rate-date"
|
|
829
|
-
formControlName="taxExchangeRateDate"
|
|
830
|
-
class="form-control"
|
|
831
|
-
ngbDatepicker
|
|
832
|
-
#taxExchangeRateDateInput
|
|
833
|
-
#taxExchangeRateDateDatepicker="ngbDatepicker"
|
|
834
|
-
(click)="taxExchangeRateDateDatepicker.open()"
|
|
835
|
-
(keyup.space)="taxExchangeRateDateDatepicker.open()"
|
|
836
|
-
/>
|
|
837
|
-
<div *ngIf="taxExchangeRateDateInput.value" class="input-group-append">
|
|
838
|
-
<button
|
|
839
|
-
class="btn btn-link px-2"
|
|
840
|
-
type="button"
|
|
841
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
842
|
-
(click)="
|
|
843
|
-
taxExchangeRateDateDatepicker.writeValue(null);
|
|
844
|
-
taxExchangeRateDateDatepicker.manualDateChange(null, true)
|
|
845
|
-
"
|
|
846
|
-
>
|
|
847
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
848
|
-
</button>
|
|
849
|
-
</div>
|
|
850
|
-
</div>
|
|
851
|
-
</div>
|
|
852
|
-
<div class="mb-3">
|
|
853
|
-
<label class="form-label" for="invoice-pricing-exchange-rate-source-currency-code">
|
|
854
|
-
{{ 'eDonusum::PricingExchangeRateSourceCurrencyCode' | abpLocalization }}
|
|
855
|
-
</label>
|
|
856
|
-
|
|
857
|
-
<input
|
|
858
|
-
id="invoice-pricing-exchange-rate-source-currency-code"
|
|
859
|
-
formControlName="pricingExchangeRateSourceCurrencyCode"
|
|
860
|
-
class="form-control"
|
|
861
|
-
maxlength="3"
|
|
862
|
-
/>
|
|
863
|
-
</div>
|
|
864
|
-
<div class="mb-3">
|
|
865
|
-
<label class="form-label" for="invoice-pricing-exchange-rate-target-currency-code">
|
|
866
|
-
{{ 'eDonusum::PricingExchangeRateTargetCurrencyCode' | abpLocalization }}
|
|
867
|
-
</label>
|
|
868
|
-
|
|
869
|
-
<input
|
|
870
|
-
id="invoice-pricing-exchange-rate-target-currency-code"
|
|
871
|
-
formControlName="pricingExchangeRateTargetCurrencyCode"
|
|
872
|
-
class="form-control"
|
|
873
|
-
maxlength="3"
|
|
874
|
-
/>
|
|
875
|
-
</div>
|
|
876
|
-
<div class="mb-3">
|
|
877
|
-
<label class="form-label" for="invoice-pricing-exchange-rate-calculation-rate">
|
|
878
|
-
{{ 'eDonusum::PricingExchangeRateCalculationRate' | abpLocalization }}
|
|
879
|
-
</label>
|
|
880
|
-
|
|
881
|
-
<input
|
|
882
|
-
type="number"
|
|
883
|
-
id="invoice-pricing-exchange-rate-calculation-rate"
|
|
884
|
-
formControlName="pricingExchangeRateCalculationRate"
|
|
885
|
-
class="form-control"
|
|
886
|
-
/>
|
|
887
|
-
</div>
|
|
888
|
-
<div class="mb-3">
|
|
889
|
-
<label class="form-label" for="invoice-pricing-exchange-rate-date">
|
|
890
|
-
{{ 'eDonusum::PricingExchangeRateDate' | abpLocalization }}
|
|
891
|
-
</label>
|
|
892
|
-
|
|
893
|
-
<div class="input-group" validationTarget>
|
|
894
|
-
<input
|
|
895
|
-
readonly
|
|
896
|
-
id="invoice-pricing-exchange-rate-date"
|
|
897
|
-
formControlName="pricingExchangeRateDate"
|
|
898
|
-
class="form-control"
|
|
899
|
-
ngbDatepicker
|
|
900
|
-
#pricingExchangeRateDateInput
|
|
901
|
-
#pricingExchangeRateDateDatepicker="ngbDatepicker"
|
|
902
|
-
(click)="pricingExchangeRateDateDatepicker.open()"
|
|
903
|
-
(keyup.space)="pricingExchangeRateDateDatepicker.open()"
|
|
904
|
-
/>
|
|
905
|
-
<div *ngIf="pricingExchangeRateDateInput.value" class="input-group-append">
|
|
906
|
-
<button
|
|
907
|
-
class="btn btn-link px-2"
|
|
908
|
-
type="button"
|
|
909
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
910
|
-
(click)="
|
|
911
|
-
pricingExchangeRateDateDatepicker.writeValue(null);
|
|
912
|
-
pricingExchangeRateDateDatepicker.manualDateChange(null, true)
|
|
913
|
-
"
|
|
914
|
-
>
|
|
915
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
916
|
-
</button>
|
|
917
|
-
</div>
|
|
918
|
-
</div>
|
|
919
|
-
</div>
|
|
920
|
-
<div class="mb-3">
|
|
921
|
-
<label class="form-label" for="invoice-payment-exchange-rate-source-currency-code">
|
|
922
|
-
{{ 'eDonusum::PaymentExchangeRateSourceCurrencyCode' | abpLocalization }}
|
|
923
|
-
</label>
|
|
924
|
-
|
|
925
|
-
<input
|
|
926
|
-
id="invoice-payment-exchange-rate-source-currency-code"
|
|
927
|
-
formControlName="paymentExchangeRateSourceCurrencyCode"
|
|
928
|
-
class="form-control"
|
|
929
|
-
maxlength="3"
|
|
930
|
-
/>
|
|
931
|
-
</div>
|
|
932
|
-
<div class="mb-3">
|
|
933
|
-
<label class="form-label" for="invoice-payment-exchange-rate-target-currency-code">
|
|
934
|
-
{{ 'eDonusum::PaymentExchangeRateTargetCurrencyCode' | abpLocalization }}
|
|
935
|
-
</label>
|
|
936
|
-
|
|
937
|
-
<input
|
|
938
|
-
id="invoice-payment-exchange-rate-target-currency-code"
|
|
939
|
-
formControlName="paymentExchangeRateTargetCurrencyCode"
|
|
940
|
-
class="form-control"
|
|
941
|
-
maxlength="3"
|
|
942
|
-
/>
|
|
943
|
-
</div>
|
|
944
|
-
<div class="mb-3">
|
|
945
|
-
<label class="form-label" for="invoice-payment-exchange-rate-calculation-rate">
|
|
946
|
-
{{ 'eDonusum::PaymentExchangeRateCalculationRate' | abpLocalization }}
|
|
947
|
-
</label>
|
|
948
|
-
|
|
949
|
-
<input
|
|
950
|
-
type="number"
|
|
951
|
-
id="invoice-payment-exchange-rate-calculation-rate"
|
|
952
|
-
formControlName="paymentExchangeRateCalculationRate"
|
|
953
|
-
class="form-control"
|
|
954
|
-
/>
|
|
955
|
-
</div>
|
|
956
|
-
<div class="mb-3">
|
|
957
|
-
<label class="form-label" for="invoice-payment-exchange-rate-date">
|
|
958
|
-
{{ 'eDonusum::PaymentExchangeRateDate' | abpLocalization }}
|
|
959
|
-
</label>
|
|
960
|
-
|
|
961
|
-
<div class="input-group" validationTarget>
|
|
962
|
-
<input
|
|
963
|
-
readonly
|
|
964
|
-
id="invoice-payment-exchange-rate-date"
|
|
965
|
-
formControlName="paymentExchangeRateDate"
|
|
966
|
-
class="form-control"
|
|
967
|
-
ngbDatepicker
|
|
968
|
-
#paymentExchangeRateDateInput
|
|
969
|
-
#paymentExchangeRateDateDatepicker="ngbDatepicker"
|
|
970
|
-
(click)="paymentExchangeRateDateDatepicker.open()"
|
|
971
|
-
(keyup.space)="paymentExchangeRateDateDatepicker.open()"
|
|
972
|
-
/>
|
|
973
|
-
<div *ngIf="paymentExchangeRateDateInput.value" class="input-group-append">
|
|
974
|
-
<button
|
|
975
|
-
class="btn btn-link px-2"
|
|
976
|
-
type="button"
|
|
977
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
978
|
-
(click)="
|
|
979
|
-
paymentExchangeRateDateDatepicker.writeValue(null);
|
|
980
|
-
paymentExchangeRateDateDatepicker.manualDateChange(null, true)
|
|
981
|
-
"
|
|
982
|
-
>
|
|
983
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
984
|
-
</button>
|
|
985
|
-
</div>
|
|
986
|
-
</div>
|
|
987
|
-
</div>
|
|
988
|
-
<div class="mb-3">
|
|
989
|
-
<label
|
|
990
|
-
class="form-label"
|
|
991
|
-
for="invoice-payment-alternative-exchange-rate-source-currency-code"
|
|
992
|
-
>
|
|
993
|
-
{{ 'eDonusum::PaymentAlternativeExchangeRateSourceCurrencyCode' | abpLocalization }}
|
|
994
|
-
</label>
|
|
995
|
-
|
|
996
|
-
<input
|
|
997
|
-
id="invoice-payment-alternative-exchange-rate-source-currency-code"
|
|
998
|
-
formControlName="paymentAlternativeExchangeRateSourceCurrencyCode"
|
|
999
|
-
class="form-control"
|
|
1000
|
-
maxlength="3"
|
|
1001
|
-
/>
|
|
1002
|
-
</div>
|
|
1003
|
-
<div class="mb-3">
|
|
1004
|
-
<label
|
|
1005
|
-
class="form-label"
|
|
1006
|
-
for="invoice-payment-alternative-exchange-rate-target-currency-code"
|
|
1007
|
-
>
|
|
1008
|
-
{{ 'eDonusum::PaymentAlternativeExchangeRateTargetCurrencyCode' | abpLocalization }}
|
|
1009
|
-
</label>
|
|
1010
|
-
|
|
1011
|
-
<input
|
|
1012
|
-
id="invoice-payment-alternative-exchange-rate-target-currency-code"
|
|
1013
|
-
formControlName="paymentAlternativeExchangeRateTargetCurrencyCode"
|
|
1014
|
-
class="form-control"
|
|
1015
|
-
maxlength="3"
|
|
1016
|
-
/>
|
|
1017
|
-
</div>
|
|
1018
|
-
<div class="mb-3">
|
|
1019
|
-
<label
|
|
1020
|
-
class="form-label"
|
|
1021
|
-
for="invoice-payment-alternative-exchange-rate-calculation-rate"
|
|
1022
|
-
>
|
|
1023
|
-
{{ 'eDonusum::PaymentAlternativeExchangeRateCalculationRate' | abpLocalization }}
|
|
1024
|
-
</label>
|
|
1025
|
-
|
|
1026
|
-
<input
|
|
1027
|
-
type="number"
|
|
1028
|
-
id="invoice-payment-alternative-exchange-rate-calculation-rate"
|
|
1029
|
-
formControlName="paymentAlternativeExchangeRateCalculationRate"
|
|
1030
|
-
class="form-control"
|
|
1031
|
-
/>
|
|
1032
|
-
</div>
|
|
1033
|
-
<div class="mb-3">
|
|
1034
|
-
<label class="form-label" for="invoice-payment-alternative-exchange-rate-date">
|
|
1035
|
-
{{ 'eDonusum::PaymentAlternativeExchangeRateDate' | abpLocalization }}
|
|
1036
|
-
</label>
|
|
1037
|
-
|
|
1038
|
-
<div class="input-group" validationTarget>
|
|
1039
|
-
<input
|
|
1040
|
-
readonly
|
|
1041
|
-
id="invoice-payment-alternative-exchange-rate-date"
|
|
1042
|
-
formControlName="paymentAlternativeExchangeRateDate"
|
|
1043
|
-
class="form-control"
|
|
1044
|
-
ngbDatepicker
|
|
1045
|
-
#paymentAlternativeExchangeRateDateInput
|
|
1046
|
-
#paymentAlternativeExchangeRateDateDatepicker="ngbDatepicker"
|
|
1047
|
-
(click)="paymentAlternativeExchangeRateDateDatepicker.open()"
|
|
1048
|
-
(keyup.space)="paymentAlternativeExchangeRateDateDatepicker.open()"
|
|
1049
|
-
/>
|
|
1050
|
-
<div *ngIf="paymentAlternativeExchangeRateDateInput.value" class="input-group-append">
|
|
1051
|
-
<button
|
|
1052
|
-
class="btn btn-link px-2"
|
|
1053
|
-
type="button"
|
|
1054
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
1055
|
-
(click)="
|
|
1056
|
-
paymentAlternativeExchangeRateDateDatepicker.writeValue(null);
|
|
1057
|
-
paymentAlternativeExchangeRateDateDatepicker.manualDateChange(null, true)
|
|
1058
|
-
"
|
|
1059
|
-
>
|
|
1060
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
1061
|
-
</button>
|
|
1062
|
-
</div>
|
|
1063
|
-
</div>
|
|
1064
|
-
</div>
|
|
1065
|
-
<div class="mb-3">
|
|
1066
|
-
<label class="form-label" for="invoice-legal-monetary-total-line-extension-amount">
|
|
1067
|
-
{{ 'eDonusum::LegalMonetaryTotalLineExtensionAmount' | abpLocalization }}
|
|
1068
|
-
</label>
|
|
1069
|
-
|
|
1070
|
-
<input
|
|
1071
|
-
type="number"
|
|
1072
|
-
id="invoice-legal-monetary-total-line-extension-amount"
|
|
1073
|
-
formControlName="legalMonetaryTotalLineExtensionAmount"
|
|
1074
|
-
class="form-control"
|
|
1075
|
-
/>
|
|
1076
|
-
</div>
|
|
1077
|
-
<div class="mb-3">
|
|
1078
|
-
<label class="form-label" for="invoice-legal-monetary-total-tax-exclusive-amount">
|
|
1079
|
-
{{ 'eDonusum::LegalMonetaryTotalTaxExclusiveAmount' | abpLocalization }}
|
|
1080
|
-
</label>
|
|
1081
|
-
|
|
1082
|
-
<input
|
|
1083
|
-
type="number"
|
|
1084
|
-
id="invoice-legal-monetary-total-tax-exclusive-amount"
|
|
1085
|
-
formControlName="legalMonetaryTotalTaxExclusiveAmount"
|
|
1086
|
-
class="form-control"
|
|
1087
|
-
/>
|
|
1088
|
-
</div>
|
|
1089
|
-
<div class="mb-3">
|
|
1090
|
-
<label class="form-label" for="invoice-legal-monetary-total-tax-inclusive-amount">
|
|
1091
|
-
{{ 'eDonusum::LegalMonetaryTotalTaxInclusiveAmount' | abpLocalization }}
|
|
1092
|
-
</label>
|
|
1093
|
-
|
|
1094
|
-
<input
|
|
1095
|
-
type="number"
|
|
1096
|
-
id="invoice-legal-monetary-total-tax-inclusive-amount"
|
|
1097
|
-
formControlName="legalMonetaryTotalTaxInclusiveAmount"
|
|
1098
|
-
class="form-control"
|
|
1099
|
-
/>
|
|
1100
|
-
</div>
|
|
1101
|
-
<div class="mb-3">
|
|
1102
|
-
<label class="form-label" for="invoice-legal-monetary-total-allowance-total-amount">
|
|
1103
|
-
{{ 'eDonusum::LegalMonetaryTotalAllowanceTotalAmount' | abpLocalization }}
|
|
1104
|
-
</label>
|
|
1105
|
-
|
|
1106
|
-
<input
|
|
1107
|
-
type="number"
|
|
1108
|
-
id="invoice-legal-monetary-total-allowance-total-amount"
|
|
1109
|
-
formControlName="legalMonetaryTotalAllowanceTotalAmount"
|
|
1110
|
-
class="form-control"
|
|
1111
|
-
/>
|
|
1112
|
-
</div>
|
|
1113
|
-
<div class="mb-3">
|
|
1114
|
-
<label class="form-label" for="invoice-legal-monetary-total-charge-total-amount">
|
|
1115
|
-
{{ 'eDonusum::LegalMonetaryTotalChargeTotalAmount' | abpLocalization }}
|
|
1116
|
-
</label>
|
|
1117
|
-
|
|
1118
|
-
<input
|
|
1119
|
-
type="number"
|
|
1120
|
-
id="invoice-legal-monetary-total-charge-total-amount"
|
|
1121
|
-
formControlName="legalMonetaryTotalChargeTotalAmount"
|
|
1122
|
-
class="form-control"
|
|
1123
|
-
/>
|
|
1124
|
-
</div>
|
|
1125
|
-
<div class="mb-3">
|
|
1126
|
-
<label class="form-label" for="invoice-legal-monetary-total-payable-rounding-amount">
|
|
1127
|
-
{{ 'eDonusum::LegalMonetaryTotalPayableRoundingAmount' | abpLocalization }}
|
|
1128
|
-
</label>
|
|
1129
|
-
|
|
1130
|
-
<input
|
|
1131
|
-
type="number"
|
|
1132
|
-
id="invoice-legal-monetary-total-payable-rounding-amount"
|
|
1133
|
-
formControlName="legalMonetaryTotalPayableRoundingAmount"
|
|
1134
|
-
class="form-control"
|
|
1135
|
-
/>
|
|
1136
|
-
</div>
|
|
1137
|
-
<div class="mb-3">
|
|
1138
|
-
<label class="form-label" for="invoice-legal-monetary-total-payable-amount">
|
|
1139
|
-
{{ 'eDonusum::LegalMonetaryTotalPayableAmount' | abpLocalization }}
|
|
1140
|
-
</label>
|
|
1141
|
-
|
|
1142
|
-
<input
|
|
1143
|
-
type="number"
|
|
1144
|
-
id="invoice-legal-monetary-total-payable-amount"
|
|
1145
|
-
formControlName="legalMonetaryTotalPayableAmount"
|
|
1146
|
-
class="form-control"
|
|
1147
|
-
/>
|
|
1148
|
-
</div>
|
|
1149
|
-
<div class="mb-3">
|
|
1150
|
-
<label class="form-label" for="invoice-payment-terms-note">
|
|
1151
|
-
{{ 'eDonusum::PaymentTermsNote' | abpLocalization }}
|
|
1152
|
-
</label>
|
|
1153
|
-
|
|
1154
|
-
<input
|
|
1155
|
-
id="invoice-payment-terms-note"
|
|
1156
|
-
formControlName="paymentTermsNote"
|
|
1157
|
-
class="form-control"
|
|
1158
|
-
maxlength="512"
|
|
1159
|
-
/>
|
|
1160
|
-
</div>
|
|
1161
|
-
<div class="mb-3">
|
|
1162
|
-
<label class="form-label" for="invoice-payment-terms-payment-due-date">
|
|
1163
|
-
{{ 'eDonusum::PaymentTermsPaymentDueDate' | abpLocalization }}
|
|
1164
|
-
</label>
|
|
1165
|
-
|
|
1166
|
-
<div class="input-group" validationTarget>
|
|
1167
|
-
<input
|
|
1168
|
-
readonly
|
|
1169
|
-
id="invoice-payment-terms-payment-due-date"
|
|
1170
|
-
formControlName="paymentTermsPaymentDueDate"
|
|
1171
|
-
class="form-control"
|
|
1172
|
-
ngbDatepicker
|
|
1173
|
-
#paymentTermsPaymentDueDateInput
|
|
1174
|
-
#paymentTermsPaymentDueDateDatepicker="ngbDatepicker"
|
|
1175
|
-
(click)="paymentTermsPaymentDueDateDatepicker.open()"
|
|
1176
|
-
(keyup.space)="paymentTermsPaymentDueDateDatepicker.open()"
|
|
1177
|
-
/>
|
|
1178
|
-
<div *ngIf="paymentTermsPaymentDueDateInput.value" class="input-group-append">
|
|
1179
|
-
<button
|
|
1180
|
-
class="btn btn-link px-2"
|
|
1181
|
-
type="button"
|
|
1182
|
-
[title]="'AbpUi::Clear' | abpLocalization"
|
|
1183
|
-
(click)="
|
|
1184
|
-
paymentTermsPaymentDueDateDatepicker.writeValue(null);
|
|
1185
|
-
paymentTermsPaymentDueDateDatepicker.manualDateChange(null, true)
|
|
1186
|
-
"
|
|
1187
|
-
>
|
|
1188
|
-
<i class="fa fa-times" aria-hidden="true"></i>
|
|
1189
|
-
</button>
|
|
1190
|
-
</div>
|
|
1191
|
-
</div>
|
|
1192
|
-
</div>
|
|
1193
|
-
<div class="mb-3">
|
|
1194
|
-
<label class="form-label" for="invoice-cust-inv-id">
|
|
1195
|
-
{{ 'eDonusum::CustInvId' | abpLocalization }}
|
|
1196
|
-
</label>
|
|
1197
|
-
|
|
1198
|
-
<input
|
|
1199
|
-
id="invoice-cust-inv-id"
|
|
1200
|
-
formControlName="custInvId"
|
|
1201
|
-
class="form-control"
|
|
1202
|
-
maxlength="64"
|
|
1203
|
-
/>
|
|
1204
|
-
</div>
|
|
1205
|
-
<div class="form-check mb-3">
|
|
1206
|
-
<input
|
|
1207
|
-
type="checkbox"
|
|
1208
|
-
id="invoice-is-canceled"
|
|
1209
|
-
formControlName="isCanceled"
|
|
1210
|
-
class="form-check-input"
|
|
1211
|
-
/>
|
|
1212
|
-
|
|
1213
|
-
<label for="invoice-is-canceled" class="form-check-label">
|
|
1214
|
-
{{ 'eDonusum::IsCanceled' | abpLocalization }}
|
|
1215
|
-
</label>
|
|
1216
|
-
</div>
|
|
1217
|
-
<div class="mb-3">
|
|
1218
|
-
<label class="form-label" for="invoice-cancel-code">
|
|
1219
|
-
{{ 'eDonusum::CancelCode' | abpLocalization }}
|
|
1220
|
-
</label>
|
|
1221
|
-
|
|
1222
|
-
<input
|
|
1223
|
-
id="invoice-cancel-code"
|
|
1224
|
-
formControlName="cancelCode"
|
|
1225
|
-
class="form-control"
|
|
1226
|
-
maxlength="16"
|
|
1227
|
-
/>
|
|
1228
|
-
</div>
|
|
1229
|
-
<div class="mb-3">
|
|
1230
|
-
<label class="form-label" for="invoice-cancel-description">
|
|
1231
|
-
{{ 'eDonusum::CancelDescription' | abpLocalization }}
|
|
1232
|
-
</label>
|
|
1233
|
-
|
|
1234
|
-
<input
|
|
1235
|
-
id="invoice-cancel-description"
|
|
1236
|
-
formControlName="cancelDescription"
|
|
1237
|
-
class="form-control"
|
|
1238
|
-
maxlength="256"
|
|
1239
|
-
/>
|
|
1240
|
-
</div>
|
|
1241
|
-
<div class="mb-3">
|
|
1242
|
-
<label class="form-label" for="invoice-resource-doc-type">
|
|
1243
|
-
{{ 'eDonusum::ResourceDocType' | abpLocalization }}
|
|
1244
|
-
</label>
|
|
1245
|
-
|
|
1246
|
-
<input
|
|
1247
|
-
id="invoice-resource-doc-type"
|
|
1248
|
-
formControlName="resourceDocType"
|
|
1249
|
-
class="form-control"
|
|
1250
|
-
maxlength="32"
|
|
1251
|
-
/>
|
|
1252
|
-
</div>
|
|
1253
|
-
<div class="mb-3">
|
|
1254
|
-
<label class="form-label" for="invoice-resource-doc-entry">
|
|
1255
|
-
{{ 'eDonusum::ResourceDocEntry' | abpLocalization }}
|
|
1256
|
-
</label>
|
|
1257
|
-
|
|
1258
|
-
<input
|
|
1259
|
-
id="invoice-resource-doc-entry"
|
|
1260
|
-
formControlName="resourceDocEntry"
|
|
1261
|
-
class="form-control"
|
|
1262
|
-
maxlength="64"
|
|
1263
|
-
/>
|
|
1264
|
-
</div>
|
|
1265
|
-
<div class="mb-3">
|
|
1266
|
-
<label class="form-label" for="invoice-status">
|
|
1267
|
-
{{ 'eDonusum::Status' | abpLocalization }}
|
|
1268
|
-
</label>
|
|
1269
|
-
|
|
1270
|
-
<input type="number" id="invoice-status" formControlName="status" class="form-control" />
|
|
1271
|
-
</div>
|
|
1272
|
-
<div class="mb-3">
|
|
1273
|
-
<label class="form-label" for="invoice-receiver-response">
|
|
1274
|
-
{{ 'eDonusum::ReceiverResponse' | abpLocalization }}
|
|
1275
|
-
</label>
|
|
1276
|
-
|
|
1277
|
-
<input
|
|
1278
|
-
type="number"
|
|
1279
|
-
id="invoice-receiver-response"
|
|
1280
|
-
formControlName="receiverResponse"
|
|
1281
|
-
class="form-control"
|
|
1282
|
-
/>
|
|
1283
|
-
</div>
|
|
1284
|
-
<div class="mb-3">
|
|
1285
|
-
<label class="form-label" for="invoice-receiver-response-desc">
|
|
1286
|
-
{{ 'eDonusum::ReceiverResponseDesc' | abpLocalization }}
|
|
1287
|
-
</label>
|
|
1288
|
-
|
|
1289
|
-
<input
|
|
1290
|
-
id="invoice-receiver-response-desc"
|
|
1291
|
-
formControlName="receiverResponseDesc"
|
|
1292
|
-
class="form-control"
|
|
1293
|
-
maxlength="1024"
|
|
1294
|
-
/>
|
|
1295
|
-
</div>
|
|
1296
|
-
</div>
|
|
1297
|
-
</form>
|
|
1298
|
-
</ng-template>
|
|
1299
|
-
|
|
1300
|
-
<ng-template #abpFooter>
|
|
1301
|
-
<button type="button" class="btn btn-secondary" abpClose>
|
|
1302
|
-
{{ 'AbpUi::Cancel' | abpLocalization }}
|
|
1303
|
-
</button>
|
|
1304
|
-
|
|
1305
|
-
<abp-button iconClass="fa fa-check" buttonType="submit" formName="invoice">
|
|
1306
|
-
{{ 'AbpUi::Save' | abpLocalization }}
|
|
1307
|
-
</abp-button>
|
|
1308
|
-
</ng-template>
|
|
1309
|
-
</abp-modal> -->
|