@hitsoft/kadooglu-keops 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/enums/route-names.d.ts +15 -1
- package/esm2020/config/enums/route-names.mjs +1 -1
- package/esm2020/config/providers/route.provider.mjs +132 -4
- package/esm2020/lib/features/bl-tracking/components/bl-tracking-form.component.mjs +82 -0
- package/esm2020/lib/features/bl-tracking/components/bl-tracking.component.mjs +65 -0
- package/esm2020/lib/features/bl-tracking/hit-bl-tracking-routing.module.mjs +29 -0
- package/esm2020/lib/features/bl-tracking/hit-bl-tracking.module.mjs +58 -0
- package/esm2020/lib/features/carriers/components/carrier-form.component.mjs +78 -0
- package/esm2020/lib/features/carriers/components/carriers.component.mjs +66 -0
- package/esm2020/lib/features/carriers/hit-carriers-routing.module.mjs +29 -0
- package/esm2020/lib/features/carriers/hit-carriers.module.mjs +58 -0
- package/esm2020/lib/features/container-definitions/components/container-definition-form.component.mjs +2 -2
- package/esm2020/lib/features/container-definitions/components/container-definitions.component.mjs +2 -2
- package/esm2020/lib/features/container-loading-counts/components/container-loading-counts.component.mjs +4 -4
- package/esm2020/lib/features/container-loading-scenarios/components/container-loading-scenarios.component.mjs +2 -2
- package/esm2020/lib/features/container-loading-scenarios/container-loading-scenario-l10n-helper.mjs +2 -2
- package/esm2020/lib/features/container-mix-types/components/container-mix-type-form.component.mjs +2 -2
- package/esm2020/lib/features/container-mix-types/components/container-mix-types.component.mjs +2 -2
- package/esm2020/lib/features/container-pallet-capacities/components/container-pallet-capacities.component.mjs +7 -6
- package/esm2020/lib/features/container-pallet-capacities/components/container-pallet-capacity-form.component.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/components/cost-calculation-inputs.component.mjs +20 -11
- package/esm2020/lib/features/cost-calculation/components/cost-calculation-result-sum.component.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/components/cost-calculation.component.mjs +16 -22
- package/esm2020/lib/features/cost-calculation/cost-calculation.models.mjs +1 -1
- package/esm2020/lib/features/cost-calculation/engine/currency.utils.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/engine/item-resolver.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/engine/models.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/engine/stage-builder.mjs +4 -4
- package/esm2020/lib/features/cost-calculation/hit-cost-calculation.module.mjs +7 -3
- package/esm2020/lib/features/cost-groups/components/cost-group-form.component.mjs +3 -3
- package/esm2020/lib/features/cost-groups/components/cost-groups.component.mjs +3 -3
- package/esm2020/lib/features/cost-groups/cost-group-role-l10n-helper.mjs +2 -2
- package/esm2020/lib/features/cost-items/components/cost-item-form.component.mjs +8 -7
- package/esm2020/lib/features/cost-items/components/cost-items.component.mjs +2 -2
- package/esm2020/lib/features/cost-items/cost-item-l10n-helper.mjs +2 -2
- package/esm2020/lib/features/cost-parameter-categories/components/cost-parameter-categories.component.mjs +2 -2
- package/esm2020/lib/features/cost-parameter-categories/components/cost-parameter-category-form.component.mjs +4 -4
- package/esm2020/lib/features/cost-parameter-categories/cost-parameter-category-l10n-helper.mjs +2 -5
- package/esm2020/lib/features/cost-parameters/components/cost-parameter-form.component.mjs +20 -38
- package/esm2020/lib/features/cost-parameters/components/cost-parameters.component.mjs +18 -11
- package/esm2020/lib/features/cost-parameters/cost-parameter-l10n-helper.mjs +2 -2
- package/esm2020/lib/features/destination-ports/components/destination-port-form.component.mjs +86 -0
- package/esm2020/lib/features/destination-ports/components/destination-ports.component.mjs +74 -0
- package/esm2020/lib/features/destination-ports/hit-destination-ports-routing.module.mjs +29 -0
- package/esm2020/lib/features/destination-ports/hit-destination-ports.module.mjs +58 -0
- package/esm2020/lib/features/exchange-rates/components/central-bank-rates.component.mjs +1 -1
- package/esm2020/lib/features/exchange-rates/components/exchange-rates.component.mjs +2 -2
- package/esm2020/lib/features/exchange-rates/components/fixed-rates-form.component.mjs +3 -3
- package/esm2020/lib/features/fob-inland-definitions/components/fob-inland-definition-form.component.mjs +80 -0
- package/esm2020/lib/features/fob-inland-definitions/components/fob-inland-definitions.component.mjs +65 -0
- package/esm2020/lib/features/fob-inland-definitions/hit-fob-inland-definitions-routing.module.mjs +29 -0
- package/esm2020/lib/features/fob-inland-definitions/hit-fob-inland-definitions.module.mjs +58 -0
- package/esm2020/lib/features/freight-offers/components/freight-offer-copy.component.mjs +67 -0
- package/esm2020/lib/features/freight-offers/components/freight-offer-form.component.mjs +181 -0
- package/esm2020/lib/features/freight-offers/components/freight-offers.component.mjs +159 -0
- package/esm2020/lib/features/freight-offers/hit-freight-offers-routing.module.mjs +29 -0
- package/esm2020/lib/features/freight-offers/hit-freight-offers.module.mjs +62 -0
- package/esm2020/lib/features/incoterms/components/incoterm-form.component.mjs +81 -0
- package/esm2020/lib/features/incoterms/components/incoterms.component.mjs +65 -0
- package/esm2020/lib/features/incoterms/hit-incoterms-routing.module.mjs +29 -0
- package/esm2020/lib/features/incoterms/hit-incoterms.module.mjs +58 -0
- package/esm2020/lib/features/index.mjs +29 -1
- package/esm2020/lib/features/item-package-groups/components/item-package-group-form.component.mjs +78 -0
- package/esm2020/lib/features/item-package-groups/components/item-package-groups.component.mjs +69 -0
- package/esm2020/lib/features/item-package-groups/hit-item-package-groups-routing.module.mjs +29 -0
- package/esm2020/lib/features/item-package-groups/hit-item-package-groups.module.mjs +58 -0
- package/esm2020/lib/features/item-package-types/components/item-package-type-form.component.mjs +78 -0
- package/esm2020/lib/features/item-package-types/components/item-package-types.component.mjs +69 -0
- package/esm2020/lib/features/item-package-types/hit-item-package-types-routing.module.mjs +29 -0
- package/esm2020/lib/features/item-package-types/hit-item-package-types.module.mjs +58 -0
- package/esm2020/lib/features/item-product-types/components/item-product-type-form.component.mjs +78 -0
- package/esm2020/lib/features/item-product-types/components/item-product-types.component.mjs +69 -0
- package/esm2020/lib/features/item-product-types/hit-item-product-types-routing.module.mjs +29 -0
- package/esm2020/lib/features/item-product-types/hit-item-product-types.module.mjs +58 -0
- package/esm2020/lib/features/lines/components/line-form.component.mjs +78 -0
- package/esm2020/lib/features/lines/components/lines.component.mjs +66 -0
- package/esm2020/lib/features/lines/hit-lines-routing.module.mjs +29 -0
- package/esm2020/lib/features/lines/hit-lines.module.mjs +58 -0
- package/esm2020/lib/features/packaging-materials/components/packaging-material-form.component.mjs +2 -2
- package/esm2020/lib/features/packaging-materials/components/packaging-materials.component.mjs +2 -2
- package/esm2020/lib/features/packaging-prices/components/packaging-price-form.component.mjs +6 -11
- package/esm2020/lib/features/packaging-prices/components/packaging-prices.component.mjs +2 -2
- package/esm2020/lib/features/packaging-prices/packaging-price-calculator.mjs +2 -2
- package/esm2020/lib/features/packaging-prices/packaging-price-excel.service.mjs +2 -2
- package/esm2020/lib/features/packaging-prices/packaging-price-form.factory.mjs +1 -1
- package/esm2020/lib/features/packaging-prices/packaging-price-lines.builder.mjs +2 -2
- package/esm2020/lib/features/packaging-types/components/packaging-type-form.component.mjs +2 -2
- package/esm2020/lib/features/packaging-types/components/packaging-types.component.mjs +2 -2
- package/esm2020/lib/features/pallet-definitions/components/pallet-definition-form.component.mjs +2 -2
- package/esm2020/lib/features/pallet-definitions/components/pallet-definitions.component.mjs +2 -2
- package/esm2020/lib/features/pos/components/pos-form.component.mjs +77 -0
- package/esm2020/lib/features/pos/components/pos.component.mjs +65 -0
- package/esm2020/lib/features/pos/hit-pos-routing.module.mjs +29 -0
- package/esm2020/lib/features/pos/hit-pos.module.mjs +58 -0
- package/esm2020/lib/features/price-parameter-types/components/price-parameter-type-form.component.mjs +2 -2
- package/esm2020/lib/features/price-parameter-types/components/price-parameter-types.component.mjs +4 -4
- package/esm2020/lib/features/price-parameters/components/price-parameter-form-cost-items.component.mjs +32 -0
- package/esm2020/lib/features/price-parameters/components/price-parameter-form-discount-rates-modal.component.mjs +52 -0
- package/esm2020/lib/features/price-parameters/components/price-parameter-form-discount-rates.component.mjs +84 -0
- package/esm2020/lib/features/price-parameters/components/price-parameter-form-items.component.mjs +43 -0
- package/esm2020/lib/features/price-parameters/components/price-parameter-form-price-lists.component.mjs +42 -0
- package/esm2020/lib/features/price-parameters/components/price-parameter-form.component.mjs +252 -0
- package/esm2020/lib/features/price-parameters/components/price-parameters.component.mjs +78 -0
- package/esm2020/lib/features/price-parameters/hit-price-parameters-routing.module.mjs +46 -0
- package/esm2020/lib/features/price-parameters/hit-price-parameters.module.mjs +93 -0
- package/esm2020/lib/features/price-parameters/price-parameter-cost-match.service.mjs +21 -0
- package/esm2020/lib/features/price-parameters/price-parameter-form-data.service.mjs +50 -0
- package/esm2020/lib/features/price-parameters/price-parameter-l10n-helper.mjs +7 -0
- package/esm2020/lib/features/price-parameters/price-parameter-lookups.service.mjs +32 -0
- package/esm2020/lib/features/sap-sales-persons/components/sap-sales-person-form.component.mjs +3 -3
- package/esm2020/lib/features/sap-sales-persons/components/sap-sales-persons.component.mjs +5 -3
- package/esm2020/lib/features/settings/components/cost-settings.component.mjs +2 -2
- package/esm2020/lib/kadooglu-keops-routing.module.mjs +25 -1
- package/esm2020/lib/shared/amount-currency-input/amount-currency-input.component.mjs +66 -0
- package/esm2020/lib/shared/cost-item-classification.utils.mjs +12 -0
- package/esm2020/lib/shared/cost-item-rows.builder.mjs +40 -0
- package/esm2020/lib/shared/pipes/resolve-code-name.pipe.mjs +16 -0
- package/esm2020/lib/shared/shared-ui.module.mjs +20 -0
- package/esm2020/lib/utils/currency.utils.mjs +4 -2
- package/esm2020/lib/utils/exchange-rate.utils.mjs +12 -0
- package/esm2020/proxy/bl-tracking/dtos/index.mjs +2 -0
- package/esm2020/proxy/bl-tracking/dtos/models.mjs +2 -0
- package/esm2020/{lib/proxy/cost-items → proxy/business-partners}/dtos/index.mjs +1 -1
- package/esm2020/proxy/business-partners/dtos/models.mjs +2 -0
- package/esm2020/proxy/carriers/dtos/index.mjs +2 -0
- package/esm2020/proxy/carriers/dtos/models.mjs +2 -0
- package/esm2020/{lib/proxy/exchange-rates → proxy/container-definitions}/dtos/index.mjs +1 -1
- package/esm2020/proxy/container-definitions/dtos/models.mjs +2 -0
- package/esm2020/proxy/container-loading-counts/dtos/index.mjs +2 -0
- package/esm2020/proxy/container-loading-counts/dtos/models.mjs +2 -0
- package/esm2020/proxy/container-loading-counts/loading-target-kind.enum.mjs +8 -0
- package/esm2020/proxy/container-loading-scenarios/dtos/index.mjs +2 -0
- package/esm2020/proxy/container-loading-scenarios/dtos/models.mjs +2 -0
- package/esm2020/proxy/container-loading-scenarios/pallet-status.enum.mjs +8 -0
- package/esm2020/proxy/container-mix-types/dtos/index.mjs +2 -0
- package/esm2020/proxy/container-mix-types/dtos/models.mjs +2 -0
- package/esm2020/proxy/container-pallet-capacities/dtos/index.mjs +2 -0
- package/esm2020/proxy/container-pallet-capacities/dtos/models.mjs +2 -0
- package/esm2020/proxy/controllers/bl-tracking.service.mjs +36 -0
- package/esm2020/proxy/controllers/business-partner.service.mjs +22 -0
- package/esm2020/proxy/controllers/carrier.service.mjs +36 -0
- package/esm2020/proxy/controllers/container-definition.service.mjs +40 -0
- package/esm2020/proxy/controllers/container-loading-count.service.mjs +31 -0
- package/esm2020/proxy/controllers/container-loading-scenario.service.mjs +27 -0
- package/esm2020/proxy/controllers/container-mix-type.service.mjs +40 -0
- package/esm2020/proxy/controllers/container-pallet-capacity.service.mjs +40 -0
- package/esm2020/proxy/controllers/cost-group.service.mjs +40 -0
- package/esm2020/proxy/controllers/cost-item.service.mjs +40 -0
- package/esm2020/proxy/controllers/cost-parameter-category.service.mjs +40 -0
- package/esm2020/proxy/controllers/cost-parameter.service.mjs +36 -0
- package/esm2020/proxy/controllers/cost-settings.service.mjs +27 -0
- package/esm2020/proxy/controllers/destination-port.service.mjs +44 -0
- package/esm2020/proxy/controllers/exchange-rate.service.mjs +27 -0
- package/esm2020/proxy/controllers/fob-inland-definition.service.mjs +36 -0
- package/esm2020/proxy/controllers/freight-offer.service.mjs +57 -0
- package/esm2020/proxy/controllers/incoterm.service.mjs +36 -0
- package/esm2020/proxy/controllers/index.mjs +33 -0
- package/esm2020/proxy/controllers/item-package-group.service.mjs +40 -0
- package/esm2020/proxy/controllers/item-package-type.service.mjs +40 -0
- package/esm2020/proxy/controllers/item-product-type.service.mjs +40 -0
- package/esm2020/proxy/controllers/item.service.mjs +23 -0
- package/esm2020/proxy/controllers/line.service.mjs +36 -0
- package/esm2020/proxy/controllers/packaging-material.service.mjs +40 -0
- package/esm2020/proxy/controllers/packaging-price.service.mjs +55 -0
- package/esm2020/proxy/controllers/packaging-type.service.mjs +40 -0
- package/esm2020/proxy/controllers/pallet-definition.service.mjs +40 -0
- package/esm2020/proxy/controllers/pos.service.mjs +36 -0
- package/esm2020/proxy/controllers/price-list.service.mjs +28 -0
- package/esm2020/proxy/controllers/price-parameter-type.service.mjs +40 -0
- package/esm2020/proxy/controllers/price-parameter.service.mjs +40 -0
- package/esm2020/proxy/controllers/sap-sales-person.service.mjs +27 -0
- package/esm2020/proxy/cost-groups/cost-group-role.enum.mjs +10 -0
- package/esm2020/proxy/cost-groups/dtos/index.mjs +2 -0
- package/esm2020/proxy/cost-groups/dtos/models.mjs +2 -0
- package/esm2020/proxy/cost-items/cost-item-calculation-type.enum.mjs +9 -0
- package/esm2020/{lib/proxy → proxy}/cost-items/cost-item-system-code.enum.mjs +1 -1
- package/esm2020/proxy/cost-items/dtos/index.mjs +2 -0
- package/esm2020/proxy/cost-items/dtos/models.mjs +2 -0
- package/esm2020/proxy/cost-parameter-categories/cost-parameter-category-parent-code.enum.mjs +8 -0
- package/esm2020/{lib/proxy/pallet-definitions → proxy/cost-parameter-categories}/dtos/index.mjs +1 -1
- package/esm2020/proxy/cost-parameter-categories/dtos/models.mjs +2 -0
- package/esm2020/proxy/cost-parameters/cost-parameter-status.enum.mjs +9 -0
- package/esm2020/proxy/cost-parameters/dtos/index.mjs +2 -0
- package/esm2020/proxy/cost-parameters/dtos/models.mjs +2 -0
- package/esm2020/proxy/currencies/currency.enum.mjs +9 -0
- package/esm2020/proxy/currencies/index.mjs +2 -0
- package/esm2020/proxy/destination-ports/dtos/index.mjs +2 -0
- package/esm2020/proxy/destination-ports/dtos/models.mjs +2 -0
- package/esm2020/proxy/exchange-rates/dtos/index.mjs +2 -0
- package/esm2020/proxy/exchange-rates/dtos/models.mjs +2 -0
- package/esm2020/proxy/exchange-rates/exchange-rate-source.enum.mjs +8 -0
- package/esm2020/{lib/proxy/cost-parameters → proxy/fob-inland-definitions}/dtos/index.mjs +1 -1
- package/esm2020/proxy/fob-inland-definitions/dtos/models.mjs +2 -0
- package/esm2020/proxy/freight-offers/dtos/index.mjs +2 -0
- package/esm2020/proxy/freight-offers/dtos/models.mjs +2 -0
- package/esm2020/proxy/hitsoft-kadooglu-keops-proxy.mjs +5 -0
- package/esm2020/proxy/incoterms/dtos/index.mjs +2 -0
- package/esm2020/proxy/incoterms/dtos/models.mjs +2 -0
- package/esm2020/proxy/item-package-groups/dtos/index.mjs +2 -0
- package/esm2020/proxy/item-package-groups/dtos/models.mjs +2 -0
- package/esm2020/{lib/proxy/cost-groups → proxy/item-package-types}/dtos/index.mjs +1 -1
- package/esm2020/proxy/item-package-types/dtos/models.mjs +2 -0
- package/esm2020/proxy/item-product-types/dtos/index.mjs +2 -0
- package/esm2020/proxy/item-product-types/dtos/models.mjs +2 -0
- package/esm2020/proxy/items/dtos/index.mjs +2 -0
- package/esm2020/proxy/items/dtos/models.mjs +2 -0
- package/esm2020/proxy/lines/dtos/index.mjs +2 -0
- package/esm2020/proxy/lines/dtos/models.mjs +2 -0
- package/esm2020/proxy/packaging-materials/dtos/index.mjs +2 -0
- package/esm2020/proxy/packaging-materials/dtos/models.mjs +2 -0
- package/esm2020/proxy/packaging-prices/dtos/index.mjs +2 -0
- package/esm2020/proxy/packaging-prices/dtos/models.mjs +2 -0
- package/esm2020/proxy/packaging-types/dtos/index.mjs +2 -0
- package/esm2020/proxy/packaging-types/dtos/models.mjs +2 -0
- package/esm2020/proxy/pallet-definitions/dtos/index.mjs +2 -0
- package/esm2020/proxy/pallet-definitions/dtos/models.mjs +2 -0
- package/esm2020/proxy/pos/dtos/index.mjs +2 -0
- package/esm2020/proxy/pos/dtos/models.mjs +2 -0
- package/esm2020/proxy/price-lists/dtos/index.mjs +2 -0
- package/esm2020/proxy/price-lists/dtos/models.mjs +2 -0
- package/esm2020/proxy/price-parameter-types/dtos/index.mjs +2 -0
- package/esm2020/proxy/price-parameter-types/dtos/models.mjs +2 -0
- package/esm2020/proxy/price-parameters/dtos/index.mjs +2 -0
- package/esm2020/proxy/price-parameters/dtos/models.mjs +2 -0
- package/esm2020/proxy/price-parameters/price-parameter-status.enum.mjs +9 -0
- package/esm2020/proxy/public-api.mjs +45 -0
- package/esm2020/proxy/sales-persons/dtos/index.mjs +2 -0
- package/esm2020/proxy/sales-persons/dtos/models.mjs +2 -0
- package/esm2020/proxy/settings/index.mjs +2 -0
- package/esm2020/proxy/settings/models.mjs +2 -0
- package/esm2020/public-api.mjs +1 -2
- package/fesm2015/hitsoft-kadooglu-keops-config.mjs +131 -3
- package/fesm2015/hitsoft-kadooglu-keops-config.mjs.map +1 -1
- package/fesm2015/hitsoft-kadooglu-keops-proxy.mjs +1185 -0
- package/fesm2015/hitsoft-kadooglu-keops-proxy.mjs.map +1 -0
- package/fesm2015/hitsoft-kadooglu-keops.mjs +4082 -1728
- package/fesm2015/hitsoft-kadooglu-keops.mjs.map +1 -1
- package/fesm2020/hitsoft-kadooglu-keops-config.mjs +131 -3
- package/fesm2020/hitsoft-kadooglu-keops-config.mjs.map +1 -1
- package/fesm2020/hitsoft-kadooglu-keops-proxy.mjs +1185 -0
- package/fesm2020/hitsoft-kadooglu-keops-proxy.mjs.map +1 -0
- package/fesm2020/hitsoft-kadooglu-keops.mjs +4070 -1729
- package/fesm2020/hitsoft-kadooglu-keops.mjs.map +1 -1
- package/lib/features/bl-tracking/components/bl-tracking-form.component.d.ts +24 -0
- package/lib/features/bl-tracking/components/bl-tracking.component.d.ts +22 -0
- package/lib/features/bl-tracking/hit-bl-tracking-routing.module.d.ts +7 -0
- package/lib/features/bl-tracking/hit-bl-tracking.module.d.ts +18 -0
- package/lib/features/carriers/components/carrier-form.component.d.ts +24 -0
- package/lib/features/carriers/components/carriers.component.d.ts +22 -0
- package/lib/features/carriers/hit-carriers-routing.module.d.ts +7 -0
- package/lib/features/carriers/hit-carriers.module.d.ts +18 -0
- package/lib/features/container-definitions/components/container-definition-form.component.d.ts +1 -2
- package/lib/features/container-definitions/components/container-definitions.component.d.ts +1 -2
- package/lib/features/container-loading-counts/components/container-loading-counts.component.d.ts +2 -5
- package/lib/features/container-loading-scenarios/components/container-loading-scenarios.component.d.ts +1 -5
- package/lib/features/container-loading-scenarios/container-loading-scenario-l10n-helper.d.ts +1 -1
- package/lib/features/container-mix-types/components/container-mix-type-form.component.d.ts +1 -2
- package/lib/features/container-mix-types/components/container-mix-types.component.d.ts +1 -2
- package/lib/features/container-pallet-capacities/components/container-pallet-capacities.component.d.ts +2 -5
- package/lib/features/container-pallet-capacities/components/container-pallet-capacity-form.component.d.ts +1 -4
- package/lib/features/cost-calculation/components/cost-calculation-inputs.component.d.ts +3 -5
- package/lib/features/cost-calculation/components/cost-calculation-results.component.d.ts +1 -1
- package/lib/features/cost-calculation/components/cost-calculation.component.d.ts +3 -6
- package/lib/features/cost-calculation/cost-calculation.models.d.ts +1 -3
- package/lib/features/cost-calculation/engine/currency.utils.d.ts +1 -1
- package/lib/features/cost-calculation/engine/models.d.ts +1 -3
- package/lib/features/cost-calculation/hit-cost-calculation.module.d.ts +2 -1
- package/lib/features/cost-groups/components/cost-group-form.component.d.ts +2 -4
- package/lib/features/cost-groups/components/cost-groups.component.d.ts +1 -5
- package/lib/features/cost-groups/cost-group-role-l10n-helper.d.ts +1 -1
- package/lib/features/cost-items/components/cost-item-form.component.d.ts +1 -3
- package/lib/features/cost-items/components/cost-items.component.d.ts +1 -2
- package/lib/features/cost-items/cost-item-l10n-helper.d.ts +1 -1
- package/lib/features/cost-parameter-categories/components/cost-parameter-categories.component.d.ts +1 -2
- package/lib/features/cost-parameter-categories/components/cost-parameter-category-form.component.d.ts +1 -3
- package/lib/features/cost-parameter-categories/cost-parameter-category-l10n-helper.d.ts +1 -1
- package/lib/features/cost-parameters/components/cost-parameter-form.component.d.ts +9 -9
- package/lib/features/cost-parameters/components/cost-parameters.component.d.ts +6 -6
- package/lib/features/cost-parameters/cost-parameter-l10n-helper.d.ts +1 -1
- package/lib/features/destination-ports/components/destination-port-form.component.d.ts +25 -0
- package/lib/features/destination-ports/components/destination-ports.component.d.ts +24 -0
- package/lib/features/destination-ports/hit-destination-ports-routing.module.d.ts +7 -0
- package/lib/features/destination-ports/hit-destination-ports.module.d.ts +18 -0
- package/lib/features/exchange-rates/components/central-bank-rates.component.d.ts +1 -1
- package/lib/features/exchange-rates/components/exchange-rates.component.d.ts +1 -2
- package/lib/features/exchange-rates/components/fixed-rates-form.component.d.ts +1 -3
- package/lib/features/fob-inland-definitions/components/fob-inland-definition-form.component.d.ts +24 -0
- package/lib/features/fob-inland-definitions/components/fob-inland-definitions.component.d.ts +22 -0
- package/lib/features/fob-inland-definitions/hit-fob-inland-definitions-routing.module.d.ts +7 -0
- package/lib/features/fob-inland-definitions/hit-fob-inland-definitions.module.d.ts +18 -0
- package/lib/features/freight-offers/components/freight-offer-copy.component.d.ts +22 -0
- package/lib/features/freight-offers/components/freight-offer-form.component.d.ts +49 -0
- package/lib/features/freight-offers/components/freight-offers.component.d.ts +47 -0
- package/lib/features/freight-offers/hit-freight-offers-routing.module.d.ts +7 -0
- package/lib/features/freight-offers/hit-freight-offers.module.d.ts +19 -0
- package/lib/features/incoterms/components/incoterm-form.component.d.ts +24 -0
- package/lib/features/incoterms/components/incoterms.component.d.ts +22 -0
- package/lib/features/incoterms/hit-incoterms-routing.module.d.ts +7 -0
- package/lib/features/incoterms/hit-incoterms.module.d.ts +18 -0
- package/lib/features/index.d.ts +21 -0
- package/lib/features/item-package-groups/components/item-package-group-form.component.d.ts +24 -0
- package/lib/features/item-package-groups/components/item-package-groups.component.d.ts +22 -0
- package/lib/features/item-package-groups/hit-item-package-groups-routing.module.d.ts +7 -0
- package/lib/features/item-package-groups/hit-item-package-groups.module.d.ts +18 -0
- package/lib/features/item-package-types/components/item-package-type-form.component.d.ts +24 -0
- package/lib/features/item-package-types/components/item-package-types.component.d.ts +22 -0
- package/lib/features/item-package-types/hit-item-package-types-routing.module.d.ts +7 -0
- package/lib/features/item-package-types/hit-item-package-types.module.d.ts +18 -0
- package/lib/features/item-product-types/components/item-product-type-form.component.d.ts +24 -0
- package/lib/features/item-product-types/components/item-product-types.component.d.ts +22 -0
- package/lib/features/item-product-types/hit-item-product-types-routing.module.d.ts +7 -0
- package/lib/features/item-product-types/hit-item-product-types.module.d.ts +18 -0
- package/lib/features/lines/components/line-form.component.d.ts +24 -0
- package/lib/features/lines/components/lines.component.d.ts +22 -0
- package/lib/features/lines/hit-lines-routing.module.d.ts +7 -0
- package/lib/features/lines/hit-lines.module.d.ts +18 -0
- package/lib/features/packaging-materials/components/packaging-material-form.component.d.ts +1 -3
- package/lib/features/packaging-materials/components/packaging-materials.component.d.ts +1 -2
- package/lib/features/packaging-prices/components/packaging-price-form.component.d.ts +1 -3
- package/lib/features/packaging-prices/components/packaging-prices.component.d.ts +1 -3
- package/lib/features/packaging-prices/packaging-price-calculator.d.ts +1 -1
- package/lib/features/packaging-prices/packaging-price-excel.service.d.ts +1 -2
- package/lib/features/packaging-prices/packaging-price-form.factory.d.ts +1 -1
- package/lib/features/packaging-prices/packaging-price-lines.builder.d.ts +1 -1
- package/lib/features/packaging-types/components/packaging-type-form.component.d.ts +1 -2
- package/lib/features/packaging-types/components/packaging-types.component.d.ts +1 -2
- package/lib/features/pallet-definitions/components/pallet-definition-form.component.d.ts +1 -2
- package/lib/features/pallet-definitions/components/pallet-definitions.component.d.ts +1 -2
- package/lib/features/pos/components/pos-form.component.d.ts +24 -0
- package/lib/features/pos/components/pos.component.d.ts +22 -0
- package/lib/features/pos/hit-pos-routing.module.d.ts +7 -0
- package/lib/features/pos/hit-pos.module.d.ts +18 -0
- package/lib/features/price-parameter-types/components/price-parameter-type-form.component.d.ts +1 -2
- package/lib/features/price-parameter-types/components/price-parameter-types.component.d.ts +1 -2
- package/lib/features/price-parameters/components/price-parameter-form-cost-items.component.d.ts +15 -0
- package/lib/features/price-parameters/components/price-parameter-form-discount-rates-modal.component.d.ts +24 -0
- package/lib/features/price-parameters/components/price-parameter-form-discount-rates.component.d.ts +22 -0
- package/lib/features/price-parameters/components/price-parameter-form-items.component.d.ts +15 -0
- package/lib/features/price-parameters/components/price-parameter-form-price-lists.component.d.ts +15 -0
- package/lib/features/price-parameters/components/price-parameter-form.component.d.ts +70 -0
- package/lib/features/price-parameters/components/price-parameters.component.d.ts +27 -0
- package/lib/features/price-parameters/hit-price-parameters-routing.module.d.ts +7 -0
- package/lib/features/price-parameters/hit-price-parameters.module.d.ts +24 -0
- package/lib/features/price-parameters/price-parameter-cost-match.service.d.ts +10 -0
- package/lib/features/price-parameters/price-parameter-form-data.service.d.ts +26 -0
- package/lib/features/price-parameters/price-parameter-l10n-helper.d.ts +2 -0
- package/lib/features/price-parameters/price-parameter-lookups.service.d.ts +16 -0
- package/lib/features/sap-sales-persons/components/sap-sales-person-form.component.d.ts +1 -2
- package/lib/features/sap-sales-persons/components/sap-sales-persons.component.d.ts +1 -2
- package/lib/features/settings/components/cost-settings.component.d.ts +1 -1
- package/lib/shared/amount-currency-input/amount-currency-input.component.d.ts +23 -0
- package/lib/shared/cost-item-classification.utils.d.ts +7 -0
- package/lib/shared/cost-item-rows.builder.d.ts +11 -0
- package/lib/shared/pipes/resolve-code-name.pipe.d.ts +11 -0
- package/lib/shared/shared-ui.module.d.ts +10 -0
- package/lib/utils/currency.utils.d.ts +2 -1
- package/lib/utils/exchange-rate.utils.d.ts +2 -0
- package/package.json +9 -1
- package/proxy/bl-tracking/dtos/models.d.ts +25 -0
- package/proxy/business-partners/dtos/models.d.ts +4 -0
- package/proxy/carriers/dtos/models.d.ts +10 -0
- package/{lib/proxy → proxy}/container-loading-counts/dtos/models.d.ts +1 -1
- package/proxy/controllers/bl-tracking.service.d.ts +14 -0
- package/proxy/controllers/business-partner.service.d.ts +11 -0
- package/proxy/controllers/carrier.service.d.ts +14 -0
- package/{lib/proxy → proxy}/controllers/container-loading-count.service.d.ts +2 -2
- package/{lib/proxy → proxy}/controllers/cost-parameter.service.d.ts +1 -2
- package/proxy/controllers/destination-port.service.d.ts +17 -0
- package/proxy/controllers/fob-inland-definition.service.d.ts +14 -0
- package/proxy/controllers/freight-offer.service.d.ts +19 -0
- package/proxy/controllers/incoterm.service.d.ts +14 -0
- package/{lib/proxy → proxy}/controllers/index.d.ts +14 -0
- package/proxy/controllers/item-package-group.service.d.ts +15 -0
- package/proxy/controllers/item-package-type.service.d.ts +15 -0
- package/proxy/controllers/item-product-type.service.d.ts +15 -0
- package/proxy/controllers/line.service.d.ts +14 -0
- package/proxy/controllers/pos.service.d.ts +14 -0
- package/proxy/controllers/price-list.service.d.ts +12 -0
- package/proxy/controllers/price-parameter.service.d.ts +15 -0
- package/{lib/proxy → proxy}/cost-parameter-categories/cost-parameter-category-parent-code.enum.d.ts +1 -4
- package/{lib/proxy → proxy}/cost-parameters/dtos/models.d.ts +0 -8
- package/proxy/destination-ports/dtos/models.d.ts +19 -0
- package/proxy/fob-inland-definitions/dtos/models.d.ts +19 -0
- package/proxy/freight-offers/dtos/models.d.ts +66 -0
- package/proxy/incoterms/dtos/models.d.ts +22 -0
- package/proxy/index.d.ts +5 -0
- package/proxy/item-package-groups/dtos/models.d.ts +13 -0
- package/proxy/item-package-types/dtos/index.d.ts +1 -0
- package/proxy/item-package-types/dtos/models.d.ts +13 -0
- package/proxy/item-product-types/dtos/index.d.ts +1 -0
- package/proxy/item-product-types/dtos/models.d.ts +13 -0
- package/proxy/items/dtos/index.d.ts +1 -0
- package/proxy/lines/dtos/index.d.ts +1 -0
- package/proxy/lines/dtos/models.d.ts +10 -0
- package/proxy/packaging-materials/dtos/index.d.ts +1 -0
- package/proxy/packaging-prices/dtos/index.d.ts +1 -0
- package/proxy/packaging-types/dtos/index.d.ts +1 -0
- package/proxy/pallet-definitions/dtos/index.d.ts +1 -0
- package/proxy/pos/dtos/index.d.ts +1 -0
- package/proxy/pos/dtos/models.d.ts +10 -0
- package/proxy/price-lists/dtos/index.d.ts +1 -0
- package/proxy/price-lists/dtos/models.d.ts +10 -0
- package/proxy/price-parameter-types/dtos/index.d.ts +1 -0
- package/proxy/price-parameters/dtos/index.d.ts +1 -0
- package/proxy/price-parameters/dtos/models.d.ts +78 -0
- package/proxy/price-parameters/price-parameter-status.enum.d.ts +6 -0
- package/proxy/public-api.d.ts +43 -0
- package/proxy/sales-persons/dtos/index.d.ts +1 -0
- package/proxy/settings/index.d.ts +1 -0
- package/public-api.d.ts +0 -1
- package/esm2020/lib/proxy/container-definitions/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-definitions/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-definitions/index.mjs +0 -3
- package/esm2020/lib/proxy/container-loading-counts/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-loading-counts/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-loading-counts/index.mjs +0 -4
- package/esm2020/lib/proxy/container-loading-counts/loading-target-kind.enum.mjs +0 -8
- package/esm2020/lib/proxy/container-loading-scenarios/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-loading-scenarios/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-loading-scenarios/index.mjs +0 -4
- package/esm2020/lib/proxy/container-loading-scenarios/pallet-status.enum.mjs +0 -8
- package/esm2020/lib/proxy/container-mix-types/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-mix-types/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-mix-types/index.mjs +0 -3
- package/esm2020/lib/proxy/container-pallet-capacities/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-pallet-capacities/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-pallet-capacities/index.mjs +0 -3
- package/esm2020/lib/proxy/controllers/container-definition.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/container-loading-count.service.mjs +0 -31
- package/esm2020/lib/proxy/controllers/container-loading-scenario.service.mjs +0 -27
- package/esm2020/lib/proxy/controllers/container-mix-type.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/container-pallet-capacity.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-group.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-item.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-parameter-category.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-parameter.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-settings.service.mjs +0 -27
- package/esm2020/lib/proxy/controllers/exchange-rate.service.mjs +0 -27
- package/esm2020/lib/proxy/controllers/index.mjs +0 -19
- package/esm2020/lib/proxy/controllers/item.service.mjs +0 -23
- package/esm2020/lib/proxy/controllers/packaging-material.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/packaging-price.service.mjs +0 -55
- package/esm2020/lib/proxy/controllers/packaging-type.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/pallet-definition.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/price-parameter-type.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/sap-sales-person.service.mjs +0 -27
- package/esm2020/lib/proxy/cost-groups/cost-group-role.enum.mjs +0 -10
- package/esm2020/lib/proxy/cost-groups/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/cost-groups/index.mjs +0 -4
- package/esm2020/lib/proxy/cost-items/cost-item-calculation-type.enum.mjs +0 -9
- package/esm2020/lib/proxy/cost-items/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/cost-items/index.mjs +0 -5
- package/esm2020/lib/proxy/cost-parameter-categories/cost-parameter-category-parent-code.enum.mjs +0 -11
- package/esm2020/lib/proxy/cost-parameter-categories/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/cost-parameter-categories/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/cost-parameter-categories/index.mjs +0 -4
- package/esm2020/lib/proxy/cost-parameters/cost-parameter-status.enum.mjs +0 -9
- package/esm2020/lib/proxy/cost-parameters/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/cost-parameters/index.mjs +0 -4
- package/esm2020/lib/proxy/currencies/currency.enum.mjs +0 -9
- package/esm2020/lib/proxy/currencies/index.mjs +0 -2
- package/esm2020/lib/proxy/exchange-rates/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/exchange-rates/exchange-rate-source.enum.mjs +0 -8
- package/esm2020/lib/proxy/exchange-rates/index.mjs +0 -4
- package/esm2020/lib/proxy/index.mjs +0 -22
- package/esm2020/lib/proxy/items/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/items/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/items/index.mjs +0 -3
- package/esm2020/lib/proxy/packaging-materials/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/packaging-materials/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/packaging-materials/index.mjs +0 -3
- package/esm2020/lib/proxy/packaging-prices/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/packaging-prices/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/packaging-prices/index.mjs +0 -3
- package/esm2020/lib/proxy/packaging-types/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/packaging-types/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/packaging-types/index.mjs +0 -3
- package/esm2020/lib/proxy/pallet-definitions/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/pallet-definitions/index.mjs +0 -3
- package/esm2020/lib/proxy/price-parameter-types/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/price-parameter-types/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/price-parameter-types/index.mjs +0 -3
- package/esm2020/lib/proxy/sales-persons/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/sales-persons/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/sales-persons/index.mjs +0 -3
- package/esm2020/lib/proxy/settings/index.mjs +0 -2
- package/esm2020/lib/proxy/settings/models.mjs +0 -2
- package/lib/proxy/container-definitions/index.d.ts +0 -2
- package/lib/proxy/container-loading-counts/index.d.ts +0 -3
- package/lib/proxy/container-loading-scenarios/index.d.ts +0 -3
- package/lib/proxy/container-mix-types/index.d.ts +0 -2
- package/lib/proxy/container-pallet-capacities/index.d.ts +0 -2
- package/lib/proxy/cost-groups/index.d.ts +0 -3
- package/lib/proxy/cost-items/index.d.ts +0 -4
- package/lib/proxy/cost-parameter-categories/index.d.ts +0 -3
- package/lib/proxy/cost-parameters/index.d.ts +0 -3
- package/lib/proxy/exchange-rates/index.d.ts +0 -3
- package/lib/proxy/index.d.ts +0 -21
- package/lib/proxy/items/index.d.ts +0 -2
- package/lib/proxy/packaging-materials/index.d.ts +0 -2
- package/lib/proxy/packaging-prices/index.d.ts +0 -2
- package/lib/proxy/packaging-types/index.d.ts +0 -2
- package/lib/proxy/pallet-definitions/index.d.ts +0 -2
- package/lib/proxy/price-parameter-types/index.d.ts +0 -2
- package/lib/proxy/sales-persons/index.d.ts +0 -2
- /package/{lib/proxy/container-definitions → proxy/bl-tracking}/dtos/index.d.ts +0 -0
- /package/{lib/proxy/container-loading-counts → proxy/business-partners}/dtos/index.d.ts +0 -0
- /package/{lib/proxy/container-loading-scenarios → proxy/carriers}/dtos/index.d.ts +0 -0
- /package/{lib/proxy/container-mix-types → proxy/container-definitions}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-definitions/dtos/models.d.ts +0 -0
- /package/{lib/proxy/container-pallet-capacities → proxy/container-loading-counts}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-counts/loading-target-kind.enum.d.ts +0 -0
- /package/{lib/proxy/cost-groups → proxy/container-loading-scenarios}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-scenarios/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-scenarios/pallet-status.enum.d.ts +0 -0
- /package/{lib/proxy/cost-items → proxy/container-mix-types}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-mix-types/dtos/models.d.ts +0 -0
- /package/{lib/proxy/cost-parameter-categories → proxy/container-pallet-capacities}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-pallet-capacities/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/container-definition.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/container-loading-scenario.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/container-mix-type.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/container-pallet-capacity.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/cost-group.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/cost-item.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/cost-parameter-category.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/cost-settings.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/exchange-rate.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/item.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/packaging-material.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/packaging-price.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/packaging-type.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/pallet-definition.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/price-parameter-type.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/sap-sales-person.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-groups/cost-group-role.enum.d.ts +0 -0
- /package/{lib/proxy/cost-parameters → proxy/cost-groups}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-groups/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-items/cost-item-calculation-type.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-items/cost-item-system-code.enum.d.ts +0 -0
- /package/{lib/proxy/exchange-rates → proxy/cost-items}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-items/dtos/models.d.ts +0 -0
- /package/{lib/proxy/items → proxy/cost-parameter-categories}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameter-categories/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameters/cost-parameter-status.enum.d.ts +0 -0
- /package/{lib/proxy/packaging-materials → proxy/cost-parameters}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/currencies/currency.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/currencies/index.d.ts +0 -0
- /package/{lib/proxy/packaging-prices → proxy/destination-ports}/dtos/index.d.ts +0 -0
- /package/{lib/proxy/packaging-types → proxy/exchange-rates}/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/exchange-rates/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/exchange-rates/exchange-rate-source.enum.d.ts +0 -0
- /package/{lib/proxy/pallet-definitions → proxy/fob-inland-definitions}/dtos/index.d.ts +0 -0
- /package/{lib/proxy/price-parameter-types → proxy/freight-offers}/dtos/index.d.ts +0 -0
- /package/{lib/proxy/sales-persons → proxy/incoterms}/dtos/index.d.ts +0 -0
- /package/{lib/proxy/settings → proxy/item-package-groups/dtos}/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/items/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-materials/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-prices/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-types/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/pallet-definitions/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/price-parameter-types/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/sales-persons/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/settings/models.d.ts +0 -0
- /package/{src/lib/proxy → proxy/src}/README.md +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { LineService, LineDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LineFormComponent implements OnInit, OnChanges {
|
|
6
|
+
private readonly fb;
|
|
7
|
+
private readonly service;
|
|
8
|
+
visible: boolean;
|
|
9
|
+
mode: 'create' | 'edit';
|
|
10
|
+
current: LineDto | null;
|
|
11
|
+
visibleChange: EventEmitter<boolean>;
|
|
12
|
+
saved: EventEmitter<void>;
|
|
13
|
+
form: FormGroup;
|
|
14
|
+
saving: boolean;
|
|
15
|
+
constructor(fb: FormBuilder, service: LineService);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
18
|
+
private buildForm;
|
|
19
|
+
get title(): string;
|
|
20
|
+
onVisibleChange(value: boolean): void;
|
|
21
|
+
save(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LineFormComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LineFormComponent, "lib-line-form", never, { "visible": "visible"; "mode": "mode"; "current": "current"; }, { "visibleChange": "visibleChange"; "saved": "saved"; }, never, never, false>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
+
import { LineService, LineDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LinesComponent implements OnInit {
|
|
6
|
+
private readonly service;
|
|
7
|
+
private readonly toaster;
|
|
8
|
+
private readonly confirmation;
|
|
9
|
+
items: LineDto[];
|
|
10
|
+
selected: LineDto | null;
|
|
11
|
+
formVisible: boolean;
|
|
12
|
+
formMode: 'create' | 'edit';
|
|
13
|
+
constructor(service: LineService, toaster: ToasterService, confirmation: ConfirmationService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
loadList(): void;
|
|
16
|
+
openCreate(): void;
|
|
17
|
+
openEdit(row: LineDto): void;
|
|
18
|
+
onSaved(): void;
|
|
19
|
+
remove(row: LineDto): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinesComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinesComponent, "lib-lines", never, {}, {}, never, never, false>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/router";
|
|
3
|
+
export declare class HitLinesRoutingModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HitLinesRoutingModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HitLinesRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HitLinesRoutingModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/lines.component";
|
|
3
|
+
import * as i2 from "./components/line-form.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@abp/ng.core";
|
|
7
|
+
import * as i6 from "@abp/ng.theme.shared";
|
|
8
|
+
import * as i7 from "@abp/ng.components/page";
|
|
9
|
+
import * as i8 from "@volo/abp.commercial.ng.ui";
|
|
10
|
+
import * as i9 from "@ng-bootstrap/ng-bootstrap";
|
|
11
|
+
import * as i10 from "./hit-lines-routing.module";
|
|
12
|
+
import * as i11 from "devextreme-angular";
|
|
13
|
+
export declare class HitLinesModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HitLinesModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HitLinesModule, [typeof i1.LinesComponent, typeof i2.LineFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.NgbDropdownModule, typeof i10.HitLinesRoutingModule, typeof i11.DxDataGridModule], never>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HitLinesModule>;
|
|
17
|
+
}
|
|
18
|
+
export declare function loadHitLinesModuleAsChild(): Promise<typeof HitLinesModule>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { PackagingMaterialService, PackagingTypeService } from '@proxy
|
|
4
|
-
import { PackagingMaterialDto } from '@proxy/packaging-materials/dtos';
|
|
5
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { PackagingMaterialService, PackagingTypeService, PackagingMaterialDto, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class PackagingMaterialFormComponent implements OnInit, OnChanges {
|
|
8
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PackagingMaterialService } from '@proxy
|
|
4
|
-
import { PackagingMaterialDto } from '@proxy/packaging-materials/dtos';
|
|
3
|
+
import { PackagingMaterialService, PackagingMaterialDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PackagingMaterialsComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { ExchangeRateService, PackagingPriceService } from '@proxy
|
|
4
|
-
import { PackagingPriceDto } from '@proxy/packaging-prices/dtos';
|
|
5
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { ExchangeRateService, PackagingPriceService, PackagingPriceDto, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
6
4
|
import { PackagingPriceExcelService } from '../packaging-price-excel.service';
|
|
7
5
|
import { LineRow, PackagingPriceLinesBuilder } from '../packaging-price-lines.builder';
|
|
8
6
|
import { LocalizationService } from '@abp/ng.core';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PackagingPriceService, PackagingTypeService } from '@proxy
|
|
4
|
-
import { PackagingPriceDto } from '@proxy/packaging-prices/dtos';
|
|
5
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { PackagingPriceService, PackagingTypeService, PackagingPriceDto, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class PackagingPricesComponent implements OnInit {
|
|
8
6
|
private readonly service;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { Rest, RestService } from '@abp/ng.core';
|
|
3
|
-
import { PackagingPriceService } from '@proxy
|
|
4
|
-
import { PackagingPriceLineInputDto } from '@proxy/packaging-prices/dtos';
|
|
3
|
+
import { PackagingPriceService, PackagingPriceLineInputDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PackagingPriceExcelService {
|
|
7
6
|
private readonly service;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
2
|
-
import { PackagingPriceCreateDto, PackagingPriceDto } from '@
|
|
2
|
+
import { PackagingPriceCreateDto, PackagingPriceDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
3
3
|
import { LineRow } from './packaging-price-lines.builder';
|
|
4
4
|
export declare function createPackagingPriceForm(fb: FormBuilder, current: PackagingPriceDto | null, mode: 'create' | 'edit'): FormGroup;
|
|
5
5
|
export declare function toPackagingPriceInput(form: FormGroup, lineRows: LineRow[]): PackagingPriceCreateDto;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
2
|
-
import { PackagingPriceLineDto } from '@
|
|
2
|
+
import { PackagingPriceLineDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface LineRow {
|
|
5
5
|
group: FormGroup;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { PackagingTypeService } from '@proxy
|
|
4
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { PackagingTypeService, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PackagingTypeFormComponent implements OnInit, OnChanges {
|
|
7
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PackagingTypeService } from '@proxy
|
|
4
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { PackagingTypeService, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PackagingTypesComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { PalletDefinitionService } from '@proxy
|
|
4
|
-
import { PalletDefinitionDto } from '@proxy/pallet-definitions/dtos';
|
|
3
|
+
import { PalletDefinitionService, PalletDefinitionDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PalletDefinitionFormComponent implements OnInit, OnChanges {
|
|
7
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PalletDefinitionService } from '@proxy
|
|
4
|
-
import { PalletDefinitionDto } from '@proxy/pallet-definitions/dtos';
|
|
3
|
+
import { PalletDefinitionService, PalletDefinitionDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PalletDefinitionsComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { PosService, PosDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PosFormComponent implements OnInit, OnChanges {
|
|
6
|
+
private readonly fb;
|
|
7
|
+
private readonly service;
|
|
8
|
+
visible: boolean;
|
|
9
|
+
mode: 'create' | 'edit';
|
|
10
|
+
current: PosDto | null;
|
|
11
|
+
visibleChange: EventEmitter<boolean>;
|
|
12
|
+
saved: EventEmitter<void>;
|
|
13
|
+
form: FormGroup;
|
|
14
|
+
saving: boolean;
|
|
15
|
+
constructor(fb: FormBuilder, service: PosService);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
18
|
+
private buildForm;
|
|
19
|
+
get title(): string;
|
|
20
|
+
onVisibleChange(value: boolean): void;
|
|
21
|
+
save(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PosFormComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PosFormComponent, "lib-pos-form", never, { "visible": "visible"; "mode": "mode"; "current": "current"; }, { "visibleChange": "visibleChange"; "saved": "saved"; }, never, never, false>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
+
import { PosService, PosDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PosComponent implements OnInit {
|
|
6
|
+
private readonly service;
|
|
7
|
+
private readonly toaster;
|
|
8
|
+
private readonly confirmation;
|
|
9
|
+
items: PosDto[];
|
|
10
|
+
selected: PosDto | null;
|
|
11
|
+
formVisible: boolean;
|
|
12
|
+
formMode: 'create' | 'edit';
|
|
13
|
+
constructor(service: PosService, toaster: ToasterService, confirmation: ConfirmationService);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
loadList(): void;
|
|
16
|
+
openCreate(): void;
|
|
17
|
+
openEdit(row: PosDto): void;
|
|
18
|
+
onSaved(): void;
|
|
19
|
+
remove(row: PosDto): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PosComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PosComponent, "lib-pos", never, {}, {}, never, never, false>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/router";
|
|
3
|
+
export declare class HitPosRoutingModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HitPosRoutingModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HitPosRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HitPosRoutingModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/pos.component";
|
|
3
|
+
import * as i2 from "./components/pos-form.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@abp/ng.core";
|
|
7
|
+
import * as i6 from "@abp/ng.theme.shared";
|
|
8
|
+
import * as i7 from "@abp/ng.components/page";
|
|
9
|
+
import * as i8 from "@volo/abp.commercial.ng.ui";
|
|
10
|
+
import * as i9 from "@ng-bootstrap/ng-bootstrap";
|
|
11
|
+
import * as i10 from "./hit-pos-routing.module";
|
|
12
|
+
import * as i11 from "devextreme-angular";
|
|
13
|
+
export declare class HitPosModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HitPosModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HitPosModule, [typeof i1.PosComponent, typeof i2.PosFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.NgbDropdownModule, typeof i10.HitPosRoutingModule, typeof i11.DxDataGridModule], never>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HitPosModule>;
|
|
17
|
+
}
|
|
18
|
+
export declare function loadHitPosModuleAsChild(): Promise<typeof HitPosModule>;
|
package/lib/features/price-parameter-types/components/price-parameter-type-form.component.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { PriceParameterTypeService } from '@proxy
|
|
4
|
-
import { PriceParameterTypeDto } from '@proxy/price-parameter-types/dtos';
|
|
3
|
+
import { PriceParameterTypeService, PriceParameterTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PriceParameterTypeFormComponent implements OnInit, OnChanges {
|
|
7
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PriceParameterTypeService } from '@proxy
|
|
4
|
-
import { PriceParameterTypeDto } from '@proxy/price-parameter-types/dtos';
|
|
3
|
+
import { PriceParameterTypeService, PriceParameterTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PriceParameterTypesComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
package/lib/features/price-parameters/components/price-parameter-form-cost-items.component.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FormArray, FormGroup } from '@angular/forms';
|
|
2
|
+
import { CostItemDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
3
|
+
import { isRateCostItem, isCustomCostItem } from '../../../shared/cost-item-classification.utils';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PriceParameterCostItemsTabComponent {
|
|
6
|
+
costItems: CostItemDto[];
|
|
7
|
+
itemsArray: FormArray;
|
|
8
|
+
readonly currencyOptions: import("../../../utils/currency.utils").CurrencyOption[];
|
|
9
|
+
readonly isRate: typeof isRateCostItem;
|
|
10
|
+
readonly isCustom: typeof isCustomCostItem;
|
|
11
|
+
readonly customLabel: string;
|
|
12
|
+
rowGroup(index: number): FormGroup;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParameterCostItemsTabComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PriceParameterCostItemsTabComponent, "lib-price-parameter-cost-items-tab", never, { "costItems": "costItems"; "itemsArray": "itemsArray"; }, {}, never, never, false>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
|
|
3
|
+
import { SapSalesPersonDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export interface DiscountModalResult {
|
|
6
|
+
salesEmployeeCode: number | null;
|
|
7
|
+
salesEmployeeName: string | null;
|
|
8
|
+
rate: number | null;
|
|
9
|
+
}
|
|
10
|
+
export declare class PriceParameterDiscountRatesModalComponent implements OnInit {
|
|
11
|
+
readonly activeModal: NgbActiveModal;
|
|
12
|
+
isEdit: boolean;
|
|
13
|
+
salesPersons: SapSalesPersonDto[];
|
|
14
|
+
usedCodes: Set<number>;
|
|
15
|
+
salesEmployeeCode: number | null;
|
|
16
|
+
rate: number | null;
|
|
17
|
+
availableSalesPersons: SapSalesPersonDto[];
|
|
18
|
+
constructor(activeModal: NgbActiveModal);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
save(): void;
|
|
21
|
+
private clampRate;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParameterDiscountRatesModalComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PriceParameterDiscountRatesModalComponent, "lib-price-parameter-discount-rates-modal", never, { "isEdit": "isEdit"; "salesPersons": "salesPersons"; "usedCodes": "usedCodes"; "salesEmployeeCode": "salesEmployeeCode"; "rate": "rate"; }, {}, never, never, false>;
|
|
24
|
+
}
|
package/lib/features/price-parameters/components/price-parameter-form-discount-rates.component.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
4
|
+
import { SapSalesPersonDto, SapSalesPersonService } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PriceParameterDiscountRatesTabComponent implements OnInit {
|
|
7
|
+
private readonly fb;
|
|
8
|
+
private readonly salesPersonService;
|
|
9
|
+
private readonly modalService;
|
|
10
|
+
discountsArray: FormArray;
|
|
11
|
+
salesPersons: SapSalesPersonDto[];
|
|
12
|
+
constructor(fb: FormBuilder, salesPersonService: SapSalesPersonService, modalService: NgbModal);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
get rows(): FormGroup[];
|
|
15
|
+
add(): void;
|
|
16
|
+
edit(index: number): void;
|
|
17
|
+
remove(index: number): void;
|
|
18
|
+
private usedCodes;
|
|
19
|
+
private openModal;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParameterDiscountRatesTabComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PriceParameterDiscountRatesTabComponent, "lib-price-parameter-discount-rates-tab", never, { "discountsArray": "discountsArray"; }, {}, never, never, false>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { PriceListItemDto, PriceListService } from '@hitsoft/kadooglu-keops/proxy';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PriceParameterItemsTabComponent implements OnChanges {
|
|
5
|
+
private readonly priceListService;
|
|
6
|
+
cpRegionCode: string | null;
|
|
7
|
+
cpGroupCode: string | null;
|
|
8
|
+
items: PriceListItemDto[];
|
|
9
|
+
loading: boolean;
|
|
10
|
+
constructor(priceListService: PriceListService);
|
|
11
|
+
ngOnChanges(): void;
|
|
12
|
+
private load;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParameterItemsTabComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PriceParameterItemsTabComponent, "lib-price-parameter-items-tab", never, { "cpRegionCode": "cpRegionCode"; "cpGroupCode": "cpGroupCode"; }, {}, never, never, false>;
|
|
15
|
+
}
|
package/lib/features/price-parameters/components/price-parameter-form-price-lists.component.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { PriceListDto, PriceListService } from '@hitsoft/kadooglu-keops/proxy';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PriceParameterPriceListsTabComponent implements OnChanges {
|
|
5
|
+
private readonly priceListService;
|
|
6
|
+
cpRegionCode: string | null;
|
|
7
|
+
ppTypeCode: string | null;
|
|
8
|
+
priceLists: PriceListDto[];
|
|
9
|
+
loading: boolean;
|
|
10
|
+
constructor(priceListService: PriceListService);
|
|
11
|
+
ngOnChanges(): void;
|
|
12
|
+
private load;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParameterPriceListsTabComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PriceParameterPriceListsTabComponent, "lib-price-parameter-price-lists-tab", never, { "cpRegionCode": "cpRegionCode"; "ppTypeCode": "ppTypeCode"; }, {}, never, never, false>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
|
|
4
|
+
import { ToasterService } from '@abp/ng.theme.shared';
|
|
5
|
+
import DataSource from 'devextreme/data/data_source';
|
|
6
|
+
import { PriceParameterService, BusinessPartnerDto, CostItemDto, Currency, CostParameterCategoryDto, PriceParameterTypeLookupDto, PriceParameterDto, PriceParameterStatus } from '@hitsoft/kadooglu-keops/proxy';
|
|
7
|
+
import { PriceParameterFormDataService } from '../price-parameter-form-data.service';
|
|
8
|
+
import { PriceParameterCostMatchService } from '../price-parameter-cost-match.service';
|
|
9
|
+
import { isRateCostItem, isCustomCostItem } from '../../../shared/cost-item-classification.utils';
|
|
10
|
+
import { CostItemRowsBuilder } from '../../../shared/cost-item-rows.builder';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class PriceParameterFormComponent implements OnInit {
|
|
13
|
+
private readonly fb;
|
|
14
|
+
private readonly route;
|
|
15
|
+
private readonly router;
|
|
16
|
+
private readonly toaster;
|
|
17
|
+
private readonly service;
|
|
18
|
+
private readonly formDataService;
|
|
19
|
+
private readonly costMatchService;
|
|
20
|
+
private readonly rowsBuilder;
|
|
21
|
+
form: FormGroup;
|
|
22
|
+
saving: boolean;
|
|
23
|
+
editMode: boolean;
|
|
24
|
+
docEntry: number | null;
|
|
25
|
+
current: PriceParameterDto | null;
|
|
26
|
+
costItems: CostItemDto[];
|
|
27
|
+
private allCostItems;
|
|
28
|
+
typeOptions: PriceParameterTypeLookupDto[];
|
|
29
|
+
groupOptions: CostParameterCategoryDto[];
|
|
30
|
+
regionOptions: CostParameterCategoryDto[];
|
|
31
|
+
private autoApplyEnabled;
|
|
32
|
+
systemRateUsd: number;
|
|
33
|
+
systemRateEur: number;
|
|
34
|
+
rateCurrency: Currency;
|
|
35
|
+
businessPartnersDataSource: DataSource | null;
|
|
36
|
+
selectedCustomerCode: string | null;
|
|
37
|
+
gekapCurrency: Currency;
|
|
38
|
+
rawOilCurrency: Currency;
|
|
39
|
+
salesPriceExcludingPackagingCurrency: Currency;
|
|
40
|
+
readonly statusOptions: {
|
|
41
|
+
value: PriceParameterStatus;
|
|
42
|
+
label: string;
|
|
43
|
+
}[];
|
|
44
|
+
readonly currencyOptions: import("../../../utils/currency.utils").CurrencyOption[];
|
|
45
|
+
readonly rateCurrencyOptions: import("../../../utils/currency.utils").CurrencyOption[];
|
|
46
|
+
readonly customerDisplayExpr: (c: BusinessPartnerDto | null) => string;
|
|
47
|
+
constructor(fb: FormBuilder, route: ActivatedRoute, router: Router, toaster: ToasterService, service: PriceParameterService, formDataService: PriceParameterFormDataService, costMatchService: PriceParameterCostMatchService, rowsBuilder: CostItemRowsBuilder);
|
|
48
|
+
ngOnInit(): void;
|
|
49
|
+
get itemsArray(): FormArray;
|
|
50
|
+
get discountsArray(): FormArray;
|
|
51
|
+
get title(): string;
|
|
52
|
+
get selectedRegionCode(): string | null;
|
|
53
|
+
get selectedTypeCode(): string | null;
|
|
54
|
+
get selectedGroupCode(): string | null;
|
|
55
|
+
readonly isRate: typeof isRateCostItem;
|
|
56
|
+
readonly isCustom: typeof isCustomCostItem;
|
|
57
|
+
onRateCurrencyChange(): void;
|
|
58
|
+
goBack(): void;
|
|
59
|
+
save(): void;
|
|
60
|
+
private load;
|
|
61
|
+
private patchFromCurrent;
|
|
62
|
+
private applyDiscounts;
|
|
63
|
+
private createDiscountRow;
|
|
64
|
+
private applyItems;
|
|
65
|
+
private clearItems;
|
|
66
|
+
private onCombinationChange;
|
|
67
|
+
private toDateInput;
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParameterFormComponent, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PriceParameterFormComponent, "lib-price-parameter-form", never, {}, {}, never, never, false>;
|
|
70
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
4
|
+
import { PriceParameterService, PriceParameterDto, PriceParameterStatus, CostParameterCategoryDto, PriceParameterTypeLookupDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
|
+
import { PriceParameterLookupsService } from '../price-parameter-lookups.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class PriceParametersComponent implements OnInit {
|
|
8
|
+
private readonly service;
|
|
9
|
+
private readonly lookupsService;
|
|
10
|
+
private readonly router;
|
|
11
|
+
private readonly toaster;
|
|
12
|
+
private readonly confirmation;
|
|
13
|
+
items: PriceParameterDto[];
|
|
14
|
+
typeOptions: PriceParameterTypeLookupDto[];
|
|
15
|
+
groupOptions: CostParameterCategoryDto[];
|
|
16
|
+
regionOptions: CostParameterCategoryDto[];
|
|
17
|
+
constructor(service: PriceParameterService, lookupsService: PriceParameterLookupsService, router: Router, toaster: ToasterService, confirmation: ConfirmationService);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
getStatusLabel(value: PriceParameterStatus): string;
|
|
20
|
+
load(): void;
|
|
21
|
+
loadList(): void;
|
|
22
|
+
openCreate(): void;
|
|
23
|
+
openEdit(row: PriceParameterDto): void;
|
|
24
|
+
remove(row: PriceParameterDto): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParametersComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PriceParametersComponent, "lib-price-parameters", never, {}, {}, never, never, false>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/router";
|
|
3
|
+
export declare class HitPriceParametersRoutingModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HitPriceParametersRoutingModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HitPriceParametersRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HitPriceParametersRoutingModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/price-parameters.component";
|
|
3
|
+
import * as i2 from "./components/price-parameter-form.component";
|
|
4
|
+
import * as i3 from "./components/price-parameter-form-cost-items.component";
|
|
5
|
+
import * as i4 from "./components/price-parameter-form-price-lists.component";
|
|
6
|
+
import * as i5 from "./components/price-parameter-form-items.component";
|
|
7
|
+
import * as i6 from "./components/price-parameter-form-discount-rates.component";
|
|
8
|
+
import * as i7 from "./components/price-parameter-form-discount-rates-modal.component";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "@angular/forms";
|
|
11
|
+
import * as i10 from "@abp/ng.core";
|
|
12
|
+
import * as i11 from "@abp/ng.theme.shared";
|
|
13
|
+
import * as i12 from "@abp/ng.components/page";
|
|
14
|
+
import * as i13 from "@volo/abp.commercial.ng.ui";
|
|
15
|
+
import * as i14 from "@ng-bootstrap/ng-bootstrap";
|
|
16
|
+
import * as i15 from "./hit-price-parameters-routing.module";
|
|
17
|
+
import * as i16 from "devextreme-angular";
|
|
18
|
+
import * as i17 from "../../shared/shared-ui.module";
|
|
19
|
+
export declare class HitPriceParametersModule {
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HitPriceParametersModule, never>;
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HitPriceParametersModule, [typeof i1.PriceParametersComponent, typeof i2.PriceParameterFormComponent, typeof i3.PriceParameterCostItemsTabComponent, typeof i4.PriceParameterPriceListsTabComponent, typeof i5.PriceParameterItemsTabComponent, typeof i6.PriceParameterDiscountRatesTabComponent, typeof i7.PriceParameterDiscountRatesModalComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.CoreModule, typeof i11.ThemeSharedModule, typeof i12.PageModule, typeof i13.CommercialUiModule, typeof i14.NgbDropdownModule, typeof i14.NgbNavModule, typeof i14.NgbModalModule, typeof i15.HitPriceParametersRoutingModule, typeof i16.DxDataGridModule, typeof i16.DxDateBoxModule, typeof i16.DxSelectBoxModule, typeof i17.SharedUiModule], never>;
|
|
22
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HitPriceParametersModule>;
|
|
23
|
+
}
|
|
24
|
+
export declare function loadHitPriceParametersModuleAsChild(): Promise<typeof HitPriceParametersModule>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { CostParameterDto, CostParameterService } from '@hitsoft/kadooglu-keops/proxy';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PriceParameterCostMatchService {
|
|
5
|
+
private readonly costParameterService;
|
|
6
|
+
constructor(costParameterService: CostParameterService);
|
|
7
|
+
findMatch(regionCode: string, groupCode: string): Observable<CostParameterDto | undefined>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParameterCostMatchService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PriceParameterCostMatchService>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import DataSource from 'devextreme/data/data_source';
|
|
3
|
+
import { BusinessPartnerService, CostItemDto, CostItemService, CostParameterCategoryDto, ExchangeRateService, PriceParameterDto, PriceParameterService, PriceParameterTypeLookupDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
4
|
+
import { PriceParameterLookupsService } from './price-parameter-lookups.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export interface PriceParameterFormData {
|
|
7
|
+
typeOptions: PriceParameterTypeLookupDto[];
|
|
8
|
+
groupOptions: CostParameterCategoryDto[];
|
|
9
|
+
regionOptions: CostParameterCategoryDto[];
|
|
10
|
+
businessPartnersDataSource: DataSource;
|
|
11
|
+
costItems: CostItemDto[];
|
|
12
|
+
systemRateUsd: number;
|
|
13
|
+
systemRateEur: number;
|
|
14
|
+
current: PriceParameterDto | null;
|
|
15
|
+
}
|
|
16
|
+
export declare class PriceParameterFormDataService {
|
|
17
|
+
private readonly lookupsService;
|
|
18
|
+
private readonly businessPartnerService;
|
|
19
|
+
private readonly costItemService;
|
|
20
|
+
private readonly exchangeRateService;
|
|
21
|
+
private readonly priceParameterService;
|
|
22
|
+
constructor(lookupsService: PriceParameterLookupsService, businessPartnerService: BusinessPartnerService, costItemService: CostItemService, exchangeRateService: ExchangeRateService, priceParameterService: PriceParameterService);
|
|
23
|
+
load(docEntry: number | null): Observable<PriceParameterFormData>;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParameterFormDataService, never>;
|
|
25
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PriceParameterFormDataService>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { CostParameterCategoryDto, CostParameterCategoryService, PriceParameterTypeLookupDto, PriceParameterTypeService } from '@hitsoft/kadooglu-keops/proxy';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export interface PriceParameterTypeAndCategoryLookups {
|
|
5
|
+
typeOptions: PriceParameterTypeLookupDto[];
|
|
6
|
+
groupOptions: CostParameterCategoryDto[];
|
|
7
|
+
regionOptions: CostParameterCategoryDto[];
|
|
8
|
+
}
|
|
9
|
+
export declare class PriceParameterLookupsService {
|
|
10
|
+
private readonly priceParameterTypeService;
|
|
11
|
+
private readonly costParameterCategoryService;
|
|
12
|
+
constructor(priceParameterTypeService: PriceParameterTypeService, costParameterCategoryService: CostParameterCategoryService);
|
|
13
|
+
loadTypeAndCategoryLookups(): Observable<PriceParameterTypeAndCategoryLookups>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PriceParameterLookupsService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PriceParameterLookupsService>;
|
|
16
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { SapSalesPersonService } from '@proxy
|
|
4
|
-
import { SapSalesPersonDto } from '@proxy/sales-persons/dtos';
|
|
3
|
+
import { SapSalesPersonService, SapSalesPersonDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import { IdentityUserDto } from '@volo/abp.ng.identity/proxy';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class SapSalesPersonFormComponent implements OnInit, OnChanges {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { SapSalesPersonService } from '@proxy
|
|
4
|
-
import { SapSalesPersonDto } from '@proxy/sales-persons/dtos';
|
|
3
|
+
import { SapSalesPersonService, SapSalesPersonDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import { IdentityUserService } from '@volo/abp.ng.identity/proxy';
|
|
6
5
|
import { IdentityUserDto } from '@volo/abp.ng.identity/proxy';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { ToasterService } from '@abp/ng.theme.shared';
|
|
4
|
-
import { CostSettingsService } from '@proxy
|
|
4
|
+
import { CostSettingsService } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CostSettingsComponent implements OnInit {
|
|
7
7
|
private readonly fb;
|