@hitsoft/kadooglu-keops 0.0.1 → 0.0.2
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/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 +3 -3
- 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 +2 -2
- 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 +14 -7
- 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 +4 -6
- 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 +2 -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 -2
- package/esm2020/lib/features/cost-parameters/components/cost-parameter-form.component.mjs +3 -5
- package/esm2020/lib/features/cost-parameters/components/cost-parameters.component.mjs +2 -2
- package/esm2020/lib/features/cost-parameters/cost-parameter-l10n-helper.mjs +2 -2
- 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/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 +4 -4
- 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/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 +2 -2
- 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/utils/currency.utils.mjs +2 -2
- 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/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 +40 -0
- package/esm2020/proxy/controllers/cost-settings.service.mjs +27 -0
- package/esm2020/proxy/controllers/exchange-rate.service.mjs +27 -0
- package/esm2020/proxy/controllers/index.mjs +19 -0
- package/esm2020/proxy/controllers/item.service.mjs +23 -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/price-parameter-type.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 +11 -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/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/proxy/hitsoft-kadooglu-keops-proxy.mjs +5 -0
- package/esm2020/proxy/items/dtos/index.mjs +2 -0
- package/esm2020/proxy/items/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/{lib/proxy/cost-groups → proxy/pallet-definitions}/dtos/index.mjs +1 -1
- package/esm2020/proxy/pallet-definitions/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/public-api.mjs +30 -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-proxy.mjs +699 -0
- package/fesm2015/hitsoft-kadooglu-keops-proxy.mjs.map +1 -0
- package/fesm2015/hitsoft-kadooglu-keops.mjs +257 -1142
- package/fesm2015/hitsoft-kadooglu-keops.mjs.map +1 -1
- package/fesm2020/hitsoft-kadooglu-keops-proxy.mjs +699 -0
- package/fesm2020/hitsoft-kadooglu-keops-proxy.mjs.map +1 -0
- package/fesm2020/hitsoft-kadooglu-keops.mjs +257 -1142
- package/fesm2020/hitsoft-kadooglu-keops.mjs.map +1 -1
- 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 +1 -4
- 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 +1 -4
- 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 +1 -4
- 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 +1 -4
- 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-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 +1 -4
- package/lib/features/cost-parameters/components/cost-parameters.component.d.ts +1 -2
- package/lib/features/cost-parameters/cost-parameter-l10n-helper.d.ts +1 -1
- 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/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/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/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/utils/currency.utils.d.ts +1 -1
- package/package.json +9 -1
- package/proxy/index.d.ts +5 -0
- package/proxy/public-api.d.ts +28 -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/index.mjs +0 -2
- 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/index.mjs +0 -2
- 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 → proxy}/container-definitions/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-definitions/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-counts/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-counts/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-counts/loading-target-kind.enum.d.ts +0 -0
- /package/{lib/proxy → 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 → 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 → 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-count.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-parameter.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/index.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 → 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 → proxy}/cost-items/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-items/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameter-categories/cost-parameter-category-parent-code.enum.d.ts +0 -0
- /package/{lib/proxy → 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 → proxy}/cost-parameters/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameters/dtos/models.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 → 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 → proxy}/items/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/items/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-materials/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-materials/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-prices/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-prices/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-types/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-types/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/pallet-definitions/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/pallet-definitions/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/price-parameter-types/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/price-parameter-types/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/sales-persons/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/sales-persons/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/settings/index.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,699 @@
|
|
|
1
|
+
import * as i1 from '@abp/ng.core';
|
|
2
|
+
import { mapEnumToOptions } from '@abp/ng.core';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { Injectable } from '@angular/core';
|
|
5
|
+
|
|
6
|
+
var LoadingTargetKind;
|
|
7
|
+
(function (LoadingTargetKind) {
|
|
8
|
+
LoadingTargetKind[LoadingTargetKind["Container"] = 1] = "Container";
|
|
9
|
+
LoadingTargetKind[LoadingTargetKind["Pallet"] = 2] = "Pallet";
|
|
10
|
+
})(LoadingTargetKind || (LoadingTargetKind = {}));
|
|
11
|
+
const loadingTargetKindOptions = mapEnumToOptions(LoadingTargetKind);
|
|
12
|
+
|
|
13
|
+
var PalletStatus;
|
|
14
|
+
(function (PalletStatus) {
|
|
15
|
+
PalletStatus[PalletStatus["Unpalletized"] = 1] = "Unpalletized";
|
|
16
|
+
PalletStatus[PalletStatus["Palletized"] = 2] = "Palletized";
|
|
17
|
+
})(PalletStatus || (PalletStatus = {}));
|
|
18
|
+
const palletStatusOptions = mapEnumToOptions(PalletStatus);
|
|
19
|
+
|
|
20
|
+
class ContainerDefinitionService {
|
|
21
|
+
constructor(restService) {
|
|
22
|
+
this.restService = restService;
|
|
23
|
+
this.apiName = 'KadoogluKeops';
|
|
24
|
+
this.create = (input) => this.restService.request({
|
|
25
|
+
method: 'POST',
|
|
26
|
+
url: '/api/kadoogluKeops/container-definitions',
|
|
27
|
+
body: input,
|
|
28
|
+
}, { apiName: this.apiName });
|
|
29
|
+
this.delete = (code) => this.restService.request({
|
|
30
|
+
method: 'DELETE',
|
|
31
|
+
url: `/api/kadoogluKeops/container-definitions/${code}`,
|
|
32
|
+
}, { apiName: this.apiName });
|
|
33
|
+
this.get = (code) => this.restService.request({
|
|
34
|
+
method: 'GET',
|
|
35
|
+
url: `/api/kadoogluKeops/container-definitions/${code}`,
|
|
36
|
+
}, { apiName: this.apiName });
|
|
37
|
+
this.getList = () => this.restService.request({
|
|
38
|
+
method: 'GET',
|
|
39
|
+
url: '/api/kadoogluKeops/container-definitions',
|
|
40
|
+
}, { apiName: this.apiName });
|
|
41
|
+
this.update = (code, input) => this.restService.request({
|
|
42
|
+
method: 'PUT',
|
|
43
|
+
url: `/api/kadoogluKeops/container-definitions/${code}`,
|
|
44
|
+
body: input,
|
|
45
|
+
}, { apiName: this.apiName });
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
ContainerDefinitionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerDefinitionService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
49
|
+
ContainerDefinitionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerDefinitionService, providedIn: 'root' });
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerDefinitionService, decorators: [{
|
|
51
|
+
type: Injectable,
|
|
52
|
+
args: [{
|
|
53
|
+
providedIn: 'root',
|
|
54
|
+
}]
|
|
55
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
56
|
+
|
|
57
|
+
class ContainerLoadingCountService {
|
|
58
|
+
constructor(restService) {
|
|
59
|
+
this.restService = restService;
|
|
60
|
+
this.apiName = 'KadoogluKeops';
|
|
61
|
+
this.getList = () => this.restService.request({
|
|
62
|
+
method: 'GET',
|
|
63
|
+
url: '/api/kadoogluKeops/container-loading-counts',
|
|
64
|
+
}, { apiName: this.apiName });
|
|
65
|
+
this.getProductTypes = () => this.restService.request({
|
|
66
|
+
method: 'GET',
|
|
67
|
+
url: '/api/kadoogluKeops/container-loading-counts/product-types',
|
|
68
|
+
}, { apiName: this.apiName });
|
|
69
|
+
this.save = (input) => this.restService.request({
|
|
70
|
+
method: 'POST',
|
|
71
|
+
url: '/api/kadoogluKeops/container-loading-counts/save',
|
|
72
|
+
body: input,
|
|
73
|
+
}, { apiName: this.apiName });
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
ContainerLoadingCountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerLoadingCountService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
77
|
+
ContainerLoadingCountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerLoadingCountService, providedIn: 'root' });
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerLoadingCountService, decorators: [{
|
|
79
|
+
type: Injectable,
|
|
80
|
+
args: [{
|
|
81
|
+
providedIn: 'root',
|
|
82
|
+
}]
|
|
83
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
84
|
+
|
|
85
|
+
class ContainerLoadingScenarioService {
|
|
86
|
+
constructor(restService) {
|
|
87
|
+
this.restService = restService;
|
|
88
|
+
this.apiName = 'KadoogluKeops';
|
|
89
|
+
this.getList = () => this.restService.request({
|
|
90
|
+
method: 'GET',
|
|
91
|
+
url: '/api/kadoogluKeops/container-loading-scenarios',
|
|
92
|
+
}, { apiName: this.apiName });
|
|
93
|
+
this.save = (input) => this.restService.request({
|
|
94
|
+
method: 'POST',
|
|
95
|
+
url: '/api/kadoogluKeops/container-loading-scenarios/save',
|
|
96
|
+
body: input,
|
|
97
|
+
}, { apiName: this.apiName });
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
ContainerLoadingScenarioService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerLoadingScenarioService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
101
|
+
ContainerLoadingScenarioService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerLoadingScenarioService, providedIn: 'root' });
|
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerLoadingScenarioService, decorators: [{
|
|
103
|
+
type: Injectable,
|
|
104
|
+
args: [{
|
|
105
|
+
providedIn: 'root',
|
|
106
|
+
}]
|
|
107
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
108
|
+
|
|
109
|
+
class ContainerMixTypeService {
|
|
110
|
+
constructor(restService) {
|
|
111
|
+
this.restService = restService;
|
|
112
|
+
this.apiName = 'KadoogluKeops';
|
|
113
|
+
this.create = (input) => this.restService.request({
|
|
114
|
+
method: 'POST',
|
|
115
|
+
url: '/api/kadoogluKeops/container-mix-types',
|
|
116
|
+
body: input,
|
|
117
|
+
}, { apiName: this.apiName });
|
|
118
|
+
this.delete = (code) => this.restService.request({
|
|
119
|
+
method: 'DELETE',
|
|
120
|
+
url: `/api/kadoogluKeops/container-mix-types/${code}`,
|
|
121
|
+
}, { apiName: this.apiName });
|
|
122
|
+
this.get = (code) => this.restService.request({
|
|
123
|
+
method: 'GET',
|
|
124
|
+
url: `/api/kadoogluKeops/container-mix-types/${code}`,
|
|
125
|
+
}, { apiName: this.apiName });
|
|
126
|
+
this.getList = () => this.restService.request({
|
|
127
|
+
method: 'GET',
|
|
128
|
+
url: '/api/kadoogluKeops/container-mix-types',
|
|
129
|
+
}, { apiName: this.apiName });
|
|
130
|
+
this.update = (code, input) => this.restService.request({
|
|
131
|
+
method: 'PUT',
|
|
132
|
+
url: `/api/kadoogluKeops/container-mix-types/${code}`,
|
|
133
|
+
body: input,
|
|
134
|
+
}, { apiName: this.apiName });
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
ContainerMixTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerMixTypeService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
138
|
+
ContainerMixTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerMixTypeService, providedIn: 'root' });
|
|
139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerMixTypeService, decorators: [{
|
|
140
|
+
type: Injectable,
|
|
141
|
+
args: [{
|
|
142
|
+
providedIn: 'root',
|
|
143
|
+
}]
|
|
144
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
145
|
+
|
|
146
|
+
class ContainerPalletCapacityService {
|
|
147
|
+
constructor(restService) {
|
|
148
|
+
this.restService = restService;
|
|
149
|
+
this.apiName = 'KadoogluKeops';
|
|
150
|
+
this.create = (input) => this.restService.request({
|
|
151
|
+
method: 'POST',
|
|
152
|
+
url: '/api/kadoogluKeops/container-pallet-capacities',
|
|
153
|
+
body: input,
|
|
154
|
+
}, { apiName: this.apiName });
|
|
155
|
+
this.delete = (code) => this.restService.request({
|
|
156
|
+
method: 'DELETE',
|
|
157
|
+
url: `/api/kadoogluKeops/container-pallet-capacities/${code}`,
|
|
158
|
+
}, { apiName: this.apiName });
|
|
159
|
+
this.get = (code) => this.restService.request({
|
|
160
|
+
method: 'GET',
|
|
161
|
+
url: `/api/kadoogluKeops/container-pallet-capacities/${code}`,
|
|
162
|
+
}, { apiName: this.apiName });
|
|
163
|
+
this.getList = () => this.restService.request({
|
|
164
|
+
method: 'GET',
|
|
165
|
+
url: '/api/kadoogluKeops/container-pallet-capacities',
|
|
166
|
+
}, { apiName: this.apiName });
|
|
167
|
+
this.update = (code, input) => this.restService.request({
|
|
168
|
+
method: 'PUT',
|
|
169
|
+
url: `/api/kadoogluKeops/container-pallet-capacities/${code}`,
|
|
170
|
+
body: input,
|
|
171
|
+
}, { apiName: this.apiName });
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
ContainerPalletCapacityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerPalletCapacityService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
175
|
+
ContainerPalletCapacityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerPalletCapacityService, providedIn: 'root' });
|
|
176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContainerPalletCapacityService, decorators: [{
|
|
177
|
+
type: Injectable,
|
|
178
|
+
args: [{
|
|
179
|
+
providedIn: 'root',
|
|
180
|
+
}]
|
|
181
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
182
|
+
|
|
183
|
+
class CostGroupService {
|
|
184
|
+
constructor(restService) {
|
|
185
|
+
this.restService = restService;
|
|
186
|
+
this.apiName = 'KadoogluKeops';
|
|
187
|
+
this.create = (input) => this.restService.request({
|
|
188
|
+
method: 'POST',
|
|
189
|
+
url: '/api/kadoogluKeops/cost-groups',
|
|
190
|
+
body: input,
|
|
191
|
+
}, { apiName: this.apiName });
|
|
192
|
+
this.delete = (code) => this.restService.request({
|
|
193
|
+
method: 'DELETE',
|
|
194
|
+
url: `/api/kadoogluKeops/cost-groups/${code}`,
|
|
195
|
+
}, { apiName: this.apiName });
|
|
196
|
+
this.get = (code) => this.restService.request({
|
|
197
|
+
method: 'GET',
|
|
198
|
+
url: `/api/kadoogluKeops/cost-groups/${code}`,
|
|
199
|
+
}, { apiName: this.apiName });
|
|
200
|
+
this.getList = () => this.restService.request({
|
|
201
|
+
method: 'GET',
|
|
202
|
+
url: '/api/kadoogluKeops/cost-groups',
|
|
203
|
+
}, { apiName: this.apiName });
|
|
204
|
+
this.update = (code, input) => this.restService.request({
|
|
205
|
+
method: 'PUT',
|
|
206
|
+
url: `/api/kadoogluKeops/cost-groups/${code}`,
|
|
207
|
+
body: input,
|
|
208
|
+
}, { apiName: this.apiName });
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
CostGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostGroupService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
212
|
+
CostGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostGroupService, providedIn: 'root' });
|
|
213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostGroupService, decorators: [{
|
|
214
|
+
type: Injectable,
|
|
215
|
+
args: [{
|
|
216
|
+
providedIn: 'root',
|
|
217
|
+
}]
|
|
218
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
219
|
+
|
|
220
|
+
class CostItemService {
|
|
221
|
+
constructor(restService) {
|
|
222
|
+
this.restService = restService;
|
|
223
|
+
this.apiName = 'KadoogluKeops';
|
|
224
|
+
this.create = (input) => this.restService.request({
|
|
225
|
+
method: 'POST',
|
|
226
|
+
url: '/api/kadoogluKeops/cost-items',
|
|
227
|
+
body: input,
|
|
228
|
+
}, { apiName: this.apiName });
|
|
229
|
+
this.delete = (code) => this.restService.request({
|
|
230
|
+
method: 'DELETE',
|
|
231
|
+
url: `/api/kadoogluKeops/cost-items/${code}`,
|
|
232
|
+
}, { apiName: this.apiName });
|
|
233
|
+
this.get = (code) => this.restService.request({
|
|
234
|
+
method: 'GET',
|
|
235
|
+
url: `/api/kadoogluKeops/cost-items/${code}`,
|
|
236
|
+
}, { apiName: this.apiName });
|
|
237
|
+
this.getList = () => this.restService.request({
|
|
238
|
+
method: 'GET',
|
|
239
|
+
url: '/api/kadoogluKeops/cost-items',
|
|
240
|
+
}, { apiName: this.apiName });
|
|
241
|
+
this.update = (code, input) => this.restService.request({
|
|
242
|
+
method: 'PUT',
|
|
243
|
+
url: `/api/kadoogluKeops/cost-items/${code}`,
|
|
244
|
+
body: input,
|
|
245
|
+
}, { apiName: this.apiName });
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
CostItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostItemService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
249
|
+
CostItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostItemService, providedIn: 'root' });
|
|
250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostItemService, decorators: [{
|
|
251
|
+
type: Injectable,
|
|
252
|
+
args: [{
|
|
253
|
+
providedIn: 'root',
|
|
254
|
+
}]
|
|
255
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
256
|
+
|
|
257
|
+
class CostParameterCategoryService {
|
|
258
|
+
constructor(restService) {
|
|
259
|
+
this.restService = restService;
|
|
260
|
+
this.apiName = 'KadoogluKeops';
|
|
261
|
+
this.create = (input) => this.restService.request({
|
|
262
|
+
method: 'POST',
|
|
263
|
+
url: '/api/kadoogluKeops/cost-parameter-categories',
|
|
264
|
+
body: input,
|
|
265
|
+
}, { apiName: this.apiName });
|
|
266
|
+
this.delete = (code) => this.restService.request({
|
|
267
|
+
method: 'DELETE',
|
|
268
|
+
url: `/api/kadoogluKeops/cost-parameter-categories/${code}`,
|
|
269
|
+
}, { apiName: this.apiName });
|
|
270
|
+
this.get = (code) => this.restService.request({
|
|
271
|
+
method: 'GET',
|
|
272
|
+
url: `/api/kadoogluKeops/cost-parameter-categories/${code}`,
|
|
273
|
+
}, { apiName: this.apiName });
|
|
274
|
+
this.getList = () => this.restService.request({
|
|
275
|
+
method: 'GET',
|
|
276
|
+
url: '/api/kadoogluKeops/cost-parameter-categories',
|
|
277
|
+
}, { apiName: this.apiName });
|
|
278
|
+
this.update = (code, input) => this.restService.request({
|
|
279
|
+
method: 'PUT',
|
|
280
|
+
url: `/api/kadoogluKeops/cost-parameter-categories/${code}`,
|
|
281
|
+
body: input,
|
|
282
|
+
}, { apiName: this.apiName });
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
CostParameterCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostParameterCategoryService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
286
|
+
CostParameterCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostParameterCategoryService, providedIn: 'root' });
|
|
287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostParameterCategoryService, decorators: [{
|
|
288
|
+
type: Injectable,
|
|
289
|
+
args: [{
|
|
290
|
+
providedIn: 'root',
|
|
291
|
+
}]
|
|
292
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
293
|
+
|
|
294
|
+
class CostParameterService {
|
|
295
|
+
constructor(restService) {
|
|
296
|
+
this.restService = restService;
|
|
297
|
+
this.apiName = 'KadoogluKeops';
|
|
298
|
+
this.create = (input) => this.restService.request({
|
|
299
|
+
method: 'POST',
|
|
300
|
+
url: '/api/kadoogluKeops/cost-parameters',
|
|
301
|
+
body: input,
|
|
302
|
+
}, { apiName: this.apiName });
|
|
303
|
+
this.delete = (code) => this.restService.request({
|
|
304
|
+
method: 'DELETE',
|
|
305
|
+
url: `/api/kadoogluKeops/cost-parameters/${code}`,
|
|
306
|
+
}, { apiName: this.apiName });
|
|
307
|
+
this.getCodeLookups = () => this.restService.request({
|
|
308
|
+
method: 'GET',
|
|
309
|
+
url: '/api/kadoogluKeops/cost-parameters/code-lookups',
|
|
310
|
+
}, { apiName: this.apiName });
|
|
311
|
+
this.getList = () => this.restService.request({
|
|
312
|
+
method: 'GET',
|
|
313
|
+
url: '/api/kadoogluKeops/cost-parameters',
|
|
314
|
+
}, { apiName: this.apiName });
|
|
315
|
+
this.update = (code, input) => this.restService.request({
|
|
316
|
+
method: 'PUT',
|
|
317
|
+
url: `/api/kadoogluKeops/cost-parameters/${code}`,
|
|
318
|
+
body: input,
|
|
319
|
+
}, { apiName: this.apiName });
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
CostParameterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostParameterService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
323
|
+
CostParameterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostParameterService, providedIn: 'root' });
|
|
324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostParameterService, decorators: [{
|
|
325
|
+
type: Injectable,
|
|
326
|
+
args: [{
|
|
327
|
+
providedIn: 'root',
|
|
328
|
+
}]
|
|
329
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
330
|
+
|
|
331
|
+
class CostSettingsService {
|
|
332
|
+
constructor(restService) {
|
|
333
|
+
this.restService = restService;
|
|
334
|
+
this.apiName = 'KadoogluKeops';
|
|
335
|
+
this.get = () => this.restService.request({
|
|
336
|
+
method: 'GET',
|
|
337
|
+
url: '/api/kadoogluKeops/cost-settings',
|
|
338
|
+
}, { apiName: this.apiName });
|
|
339
|
+
this.update = (input) => this.restService.request({
|
|
340
|
+
method: 'PUT',
|
|
341
|
+
url: '/api/kadoogluKeops/cost-settings',
|
|
342
|
+
body: input,
|
|
343
|
+
}, { apiName: this.apiName });
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
CostSettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostSettingsService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
347
|
+
CostSettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostSettingsService, providedIn: 'root' });
|
|
348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CostSettingsService, decorators: [{
|
|
349
|
+
type: Injectable,
|
|
350
|
+
args: [{
|
|
351
|
+
providedIn: 'root',
|
|
352
|
+
}]
|
|
353
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
354
|
+
|
|
355
|
+
class ExchangeRateService {
|
|
356
|
+
constructor(restService) {
|
|
357
|
+
this.restService = restService;
|
|
358
|
+
this.apiName = 'KadoogluKeops';
|
|
359
|
+
this.get = () => this.restService.request({
|
|
360
|
+
method: 'GET',
|
|
361
|
+
url: '/api/kadoogluKeops/exchange-rates',
|
|
362
|
+
}, { apiName: this.apiName });
|
|
363
|
+
this.update = (input) => this.restService.request({
|
|
364
|
+
method: 'PUT',
|
|
365
|
+
url: '/api/kadoogluKeops/exchange-rates',
|
|
366
|
+
body: input,
|
|
367
|
+
}, { apiName: this.apiName });
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
ExchangeRateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExchangeRateService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
371
|
+
ExchangeRateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExchangeRateService, providedIn: 'root' });
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExchangeRateService, decorators: [{
|
|
373
|
+
type: Injectable,
|
|
374
|
+
args: [{
|
|
375
|
+
providedIn: 'root',
|
|
376
|
+
}]
|
|
377
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
378
|
+
|
|
379
|
+
class ItemService {
|
|
380
|
+
constructor(restService) {
|
|
381
|
+
this.restService = restService;
|
|
382
|
+
this.apiName = 'KadoogluKeops';
|
|
383
|
+
this.getList = (codePrefix) => this.restService.request({
|
|
384
|
+
method: 'GET',
|
|
385
|
+
url: '/api/kadoogluKeops/items',
|
|
386
|
+
params: { codePrefix },
|
|
387
|
+
}, { apiName: this.apiName });
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
ItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ItemService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
391
|
+
ItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ItemService, providedIn: 'root' });
|
|
392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ItemService, decorators: [{
|
|
393
|
+
type: Injectable,
|
|
394
|
+
args: [{
|
|
395
|
+
providedIn: 'root',
|
|
396
|
+
}]
|
|
397
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
398
|
+
|
|
399
|
+
class PackagingMaterialService {
|
|
400
|
+
constructor(restService) {
|
|
401
|
+
this.restService = restService;
|
|
402
|
+
this.apiName = 'KadoogluKeops';
|
|
403
|
+
this.create = (input) => this.restService.request({
|
|
404
|
+
method: 'POST',
|
|
405
|
+
url: '/api/kadoogluKeops/packaging-materials',
|
|
406
|
+
body: input,
|
|
407
|
+
}, { apiName: this.apiName });
|
|
408
|
+
this.delete = (code) => this.restService.request({
|
|
409
|
+
method: 'DELETE',
|
|
410
|
+
url: `/api/kadoogluKeops/packaging-materials/${code}`,
|
|
411
|
+
}, { apiName: this.apiName });
|
|
412
|
+
this.get = (code) => this.restService.request({
|
|
413
|
+
method: 'GET',
|
|
414
|
+
url: `/api/kadoogluKeops/packaging-materials/${code}`,
|
|
415
|
+
}, { apiName: this.apiName });
|
|
416
|
+
this.getList = () => this.restService.request({
|
|
417
|
+
method: 'GET',
|
|
418
|
+
url: '/api/kadoogluKeops/packaging-materials',
|
|
419
|
+
}, { apiName: this.apiName });
|
|
420
|
+
this.update = (code, input) => this.restService.request({
|
|
421
|
+
method: 'PUT',
|
|
422
|
+
url: `/api/kadoogluKeops/packaging-materials/${code}`,
|
|
423
|
+
body: input,
|
|
424
|
+
}, { apiName: this.apiName });
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
PackagingMaterialService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackagingMaterialService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
428
|
+
PackagingMaterialService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackagingMaterialService, providedIn: 'root' });
|
|
429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackagingMaterialService, decorators: [{
|
|
430
|
+
type: Injectable,
|
|
431
|
+
args: [{
|
|
432
|
+
providedIn: 'root',
|
|
433
|
+
}]
|
|
434
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
435
|
+
|
|
436
|
+
class PackagingPriceService {
|
|
437
|
+
constructor(restService) {
|
|
438
|
+
this.restService = restService;
|
|
439
|
+
this.apiName = 'KadoogluKeops';
|
|
440
|
+
this.create = (input) => this.restService.request({
|
|
441
|
+
method: 'POST',
|
|
442
|
+
url: '/api/kadoogluKeops/packaging-prices',
|
|
443
|
+
body: input,
|
|
444
|
+
}, { apiName: this.apiName });
|
|
445
|
+
this.delete = (docEntry) => this.restService.request({
|
|
446
|
+
method: 'DELETE',
|
|
447
|
+
url: `/api/kadoogluKeops/packaging-prices/${docEntry}`,
|
|
448
|
+
}, { apiName: this.apiName });
|
|
449
|
+
this.get = (docEntry) => this.restService.request({
|
|
450
|
+
method: 'GET',
|
|
451
|
+
url: `/api/kadoogluKeops/packaging-prices/${docEntry}`,
|
|
452
|
+
}, { apiName: this.apiName });
|
|
453
|
+
this.getLinesAsExcelFile = (input) => this.restService.request({
|
|
454
|
+
method: 'GET',
|
|
455
|
+
responseType: 'blob',
|
|
456
|
+
url: '/api/kadoogluKeops/packaging-prices/lines-as-excel-file',
|
|
457
|
+
params: { docEntry: input.docEntry, materialTypeCode: input.materialTypeCode },
|
|
458
|
+
}, { apiName: this.apiName });
|
|
459
|
+
this.getList = () => this.restService.request({
|
|
460
|
+
method: 'GET',
|
|
461
|
+
url: '/api/kadoogluKeops/packaging-prices',
|
|
462
|
+
}, { apiName: this.apiName });
|
|
463
|
+
this.getMergedLines = (docEntry, materialTypeCode) => this.restService.request({
|
|
464
|
+
method: 'GET',
|
|
465
|
+
url: '/api/kadoogluKeops/packaging-prices/merged-lines',
|
|
466
|
+
params: { docEntry, materialTypeCode },
|
|
467
|
+
}, { apiName: this.apiName });
|
|
468
|
+
this.update = (docEntry, input) => this.restService.request({
|
|
469
|
+
method: 'PUT',
|
|
470
|
+
url: `/api/kadoogluKeops/packaging-prices/${docEntry}`,
|
|
471
|
+
body: input,
|
|
472
|
+
}, { apiName: this.apiName });
|
|
473
|
+
this.updateSapItemPrices = (docEntry) => this.restService.request({
|
|
474
|
+
method: 'POST',
|
|
475
|
+
url: `/api/kadoogluKeops/packaging-prices/${docEntry}/update-sap-item-prices`,
|
|
476
|
+
}, { apiName: this.apiName });
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
PackagingPriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackagingPriceService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
480
|
+
PackagingPriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackagingPriceService, providedIn: 'root' });
|
|
481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackagingPriceService, decorators: [{
|
|
482
|
+
type: Injectable,
|
|
483
|
+
args: [{
|
|
484
|
+
providedIn: 'root',
|
|
485
|
+
}]
|
|
486
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
487
|
+
|
|
488
|
+
class PackagingTypeService {
|
|
489
|
+
constructor(restService) {
|
|
490
|
+
this.restService = restService;
|
|
491
|
+
this.apiName = 'KadoogluKeops';
|
|
492
|
+
this.create = (input) => this.restService.request({
|
|
493
|
+
method: 'POST',
|
|
494
|
+
url: '/api/kadoogluKeops/packaging-types',
|
|
495
|
+
body: input,
|
|
496
|
+
}, { apiName: this.apiName });
|
|
497
|
+
this.delete = (code) => this.restService.request({
|
|
498
|
+
method: 'DELETE',
|
|
499
|
+
url: `/api/kadoogluKeops/packaging-types/${code}`,
|
|
500
|
+
}, { apiName: this.apiName });
|
|
501
|
+
this.get = (code) => this.restService.request({
|
|
502
|
+
method: 'GET',
|
|
503
|
+
url: `/api/kadoogluKeops/packaging-types/${code}`,
|
|
504
|
+
}, { apiName: this.apiName });
|
|
505
|
+
this.getList = () => this.restService.request({
|
|
506
|
+
method: 'GET',
|
|
507
|
+
url: '/api/kadoogluKeops/packaging-types',
|
|
508
|
+
}, { apiName: this.apiName });
|
|
509
|
+
this.update = (code, input) => this.restService.request({
|
|
510
|
+
method: 'PUT',
|
|
511
|
+
url: `/api/kadoogluKeops/packaging-types/${code}`,
|
|
512
|
+
body: input,
|
|
513
|
+
}, { apiName: this.apiName });
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
PackagingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackagingTypeService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
517
|
+
PackagingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackagingTypeService, providedIn: 'root' });
|
|
518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackagingTypeService, decorators: [{
|
|
519
|
+
type: Injectable,
|
|
520
|
+
args: [{
|
|
521
|
+
providedIn: 'root',
|
|
522
|
+
}]
|
|
523
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
524
|
+
|
|
525
|
+
class PalletDefinitionService {
|
|
526
|
+
constructor(restService) {
|
|
527
|
+
this.restService = restService;
|
|
528
|
+
this.apiName = 'KadoogluKeops';
|
|
529
|
+
this.create = (input) => this.restService.request({
|
|
530
|
+
method: 'POST',
|
|
531
|
+
url: '/api/kadoogluKeops/pallet-definitions',
|
|
532
|
+
body: input,
|
|
533
|
+
}, { apiName: this.apiName });
|
|
534
|
+
this.delete = (code) => this.restService.request({
|
|
535
|
+
method: 'DELETE',
|
|
536
|
+
url: `/api/kadoogluKeops/pallet-definitions/${code}`,
|
|
537
|
+
}, { apiName: this.apiName });
|
|
538
|
+
this.get = (code) => this.restService.request({
|
|
539
|
+
method: 'GET',
|
|
540
|
+
url: `/api/kadoogluKeops/pallet-definitions/${code}`,
|
|
541
|
+
}, { apiName: this.apiName });
|
|
542
|
+
this.getList = () => this.restService.request({
|
|
543
|
+
method: 'GET',
|
|
544
|
+
url: '/api/kadoogluKeops/pallet-definitions',
|
|
545
|
+
}, { apiName: this.apiName });
|
|
546
|
+
this.update = (code, input) => this.restService.request({
|
|
547
|
+
method: 'PUT',
|
|
548
|
+
url: `/api/kadoogluKeops/pallet-definitions/${code}`,
|
|
549
|
+
body: input,
|
|
550
|
+
}, { apiName: this.apiName });
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
PalletDefinitionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PalletDefinitionService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
554
|
+
PalletDefinitionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PalletDefinitionService, providedIn: 'root' });
|
|
555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PalletDefinitionService, decorators: [{
|
|
556
|
+
type: Injectable,
|
|
557
|
+
args: [{
|
|
558
|
+
providedIn: 'root',
|
|
559
|
+
}]
|
|
560
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
561
|
+
|
|
562
|
+
class PriceParameterTypeService {
|
|
563
|
+
constructor(restService) {
|
|
564
|
+
this.restService = restService;
|
|
565
|
+
this.apiName = 'KadoogluKeops';
|
|
566
|
+
this.create = (input) => this.restService.request({
|
|
567
|
+
method: 'POST',
|
|
568
|
+
url: '/api/kadoogluKeops/price-parameter-types',
|
|
569
|
+
body: input,
|
|
570
|
+
}, { apiName: this.apiName });
|
|
571
|
+
this.delete = (code) => this.restService.request({
|
|
572
|
+
method: 'DELETE',
|
|
573
|
+
url: `/api/kadoogluKeops/price-parameter-types/${code}`,
|
|
574
|
+
}, { apiName: this.apiName });
|
|
575
|
+
this.getList = () => this.restService.request({
|
|
576
|
+
method: 'GET',
|
|
577
|
+
url: '/api/kadoogluKeops/price-parameter-types',
|
|
578
|
+
}, { apiName: this.apiName });
|
|
579
|
+
this.getLookup = () => this.restService.request({
|
|
580
|
+
method: 'GET',
|
|
581
|
+
url: '/api/kadoogluKeops/price-parameter-types/lookup',
|
|
582
|
+
}, { apiName: this.apiName });
|
|
583
|
+
this.update = (code, input) => this.restService.request({
|
|
584
|
+
method: 'PUT',
|
|
585
|
+
url: `/api/kadoogluKeops/price-parameter-types/${code}`,
|
|
586
|
+
body: input,
|
|
587
|
+
}, { apiName: this.apiName });
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
PriceParameterTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PriceParameterTypeService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
591
|
+
PriceParameterTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PriceParameterTypeService, providedIn: 'root' });
|
|
592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PriceParameterTypeService, decorators: [{
|
|
593
|
+
type: Injectable,
|
|
594
|
+
args: [{
|
|
595
|
+
providedIn: 'root',
|
|
596
|
+
}]
|
|
597
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
598
|
+
|
|
599
|
+
class SapSalesPersonService {
|
|
600
|
+
constructor(restService) {
|
|
601
|
+
this.restService = restService;
|
|
602
|
+
this.apiName = 'KadoogluKeops';
|
|
603
|
+
this.getList = () => this.restService.request({
|
|
604
|
+
method: 'GET',
|
|
605
|
+
url: '/api/kadoogluKeops/sap-sales-persons',
|
|
606
|
+
}, { apiName: this.apiName });
|
|
607
|
+
this.update = (salesEmployeeCode, input) => this.restService.request({
|
|
608
|
+
method: 'PATCH',
|
|
609
|
+
url: `/api/kadoogluKeops/sap-sales-persons/${salesEmployeeCode}`,
|
|
610
|
+
body: input,
|
|
611
|
+
}, { apiName: this.apiName });
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
SapSalesPersonService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SapSalesPersonService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
615
|
+
SapSalesPersonService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SapSalesPersonService, providedIn: 'root' });
|
|
616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SapSalesPersonService, decorators: [{
|
|
617
|
+
type: Injectable,
|
|
618
|
+
args: [{
|
|
619
|
+
providedIn: 'root',
|
|
620
|
+
}]
|
|
621
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
622
|
+
|
|
623
|
+
var CostGroupRole;
|
|
624
|
+
(function (CostGroupRole) {
|
|
625
|
+
CostGroupRole[CostGroupRole["None"] = 0] = "None";
|
|
626
|
+
CostGroupRole[CostGroupRole["Production"] = 1] = "Production";
|
|
627
|
+
CostGroupRole[CostGroupRole["Operating"] = 2] = "Operating";
|
|
628
|
+
CostGroupRole[CostGroupRole["Profit"] = 3] = "Profit";
|
|
629
|
+
})(CostGroupRole || (CostGroupRole = {}));
|
|
630
|
+
const costGroupRoleOptions = mapEnumToOptions(CostGroupRole);
|
|
631
|
+
|
|
632
|
+
var CostItemCalculationType;
|
|
633
|
+
(function (CostItemCalculationType) {
|
|
634
|
+
CostItemCalculationType[CostItemCalculationType["Amount"] = 1] = "Amount";
|
|
635
|
+
CostItemCalculationType[CostItemCalculationType["Rate"] = 2] = "Rate";
|
|
636
|
+
CostItemCalculationType[CostItemCalculationType["Custom"] = 3] = "Custom";
|
|
637
|
+
})(CostItemCalculationType || (CostItemCalculationType = {}));
|
|
638
|
+
const costItemCalculationTypeOptions = mapEnumToOptions(CostItemCalculationType);
|
|
639
|
+
|
|
640
|
+
var CostItemSystemCode;
|
|
641
|
+
(function (CostItemSystemCode) {
|
|
642
|
+
CostItemSystemCode[CostItemSystemCode["Port"] = 1] = "Port";
|
|
643
|
+
CostItemSystemCode[CostItemSystemCode["InspectionCustoms"] = 2] = "InspectionCustoms";
|
|
644
|
+
CostItemSystemCode[CostItemSystemCode["Freight"] = 3] = "Freight";
|
|
645
|
+
CostItemSystemCode[CostItemSystemCode["Loss"] = 4] = "Loss";
|
|
646
|
+
CostItemSystemCode[CostItemSystemCode["RefineryOverhead"] = 5] = "RefineryOverhead";
|
|
647
|
+
CostItemSystemCode[CostItemSystemCode["RefineryAuxMaterials"] = 6] = "RefineryAuxMaterials";
|
|
648
|
+
CostItemSystemCode[CostItemSystemCode["FillingPackagingOverhead"] = 7] = "FillingPackagingOverhead";
|
|
649
|
+
CostItemSystemCode[CostItemSystemCode["Packaging"] = 8] = "Packaging";
|
|
650
|
+
CostItemSystemCode[CostItemSystemCode["SalesMarketing"] = 9] = "SalesMarketing";
|
|
651
|
+
CostItemSystemCode[CostItemSystemCode["GeneralAdmin"] = 10] = "GeneralAdmin";
|
|
652
|
+
CostItemSystemCode[CostItemSystemCode["Finance"] = 11] = "Finance";
|
|
653
|
+
CostItemSystemCode[CostItemSystemCode["Contingency"] = 12] = "Contingency";
|
|
654
|
+
CostItemSystemCode[CostItemSystemCode["VariableDepreciation"] = 13] = "VariableDepreciation";
|
|
655
|
+
CostItemSystemCode[CostItemSystemCode["ProfitRate"] = 14] = "ProfitRate";
|
|
656
|
+
})(CostItemSystemCode || (CostItemSystemCode = {}));
|
|
657
|
+
const costItemSystemCodeOptions = mapEnumToOptions(CostItemSystemCode);
|
|
658
|
+
|
|
659
|
+
var CostParameterCategoryParentCode;
|
|
660
|
+
(function (CostParameterCategoryParentCode) {
|
|
661
|
+
CostParameterCategoryParentCode[CostParameterCategoryParentCode["Code1"] = 1] = "Code1";
|
|
662
|
+
CostParameterCategoryParentCode[CostParameterCategoryParentCode["Code2"] = 2] = "Code2";
|
|
663
|
+
CostParameterCategoryParentCode[CostParameterCategoryParentCode["Code3"] = 3] = "Code3";
|
|
664
|
+
CostParameterCategoryParentCode[CostParameterCategoryParentCode["Code4"] = 4] = "Code4";
|
|
665
|
+
CostParameterCategoryParentCode[CostParameterCategoryParentCode["Code5"] = 5] = "Code5";
|
|
666
|
+
})(CostParameterCategoryParentCode || (CostParameterCategoryParentCode = {}));
|
|
667
|
+
const costParameterCategoryParentCodeOptions = mapEnumToOptions(CostParameterCategoryParentCode);
|
|
668
|
+
|
|
669
|
+
var CostParameterStatus;
|
|
670
|
+
(function (CostParameterStatus) {
|
|
671
|
+
CostParameterStatus[CostParameterStatus["Active"] = 1] = "Active";
|
|
672
|
+
CostParameterStatus[CostParameterStatus["Passive"] = 2] = "Passive";
|
|
673
|
+
CostParameterStatus[CostParameterStatus["InProgress"] = 3] = "InProgress";
|
|
674
|
+
})(CostParameterStatus || (CostParameterStatus = {}));
|
|
675
|
+
const costParameterStatusOptions = mapEnumToOptions(CostParameterStatus);
|
|
676
|
+
|
|
677
|
+
var Currency;
|
|
678
|
+
(function (Currency) {
|
|
679
|
+
Currency[Currency["TRY"] = 1] = "TRY";
|
|
680
|
+
Currency[Currency["USD"] = 2] = "USD";
|
|
681
|
+
Currency[Currency["EUR"] = 3] = "EUR";
|
|
682
|
+
})(Currency || (Currency = {}));
|
|
683
|
+
const currencyOptions = mapEnumToOptions(Currency);
|
|
684
|
+
|
|
685
|
+
var ExchangeRateSource;
|
|
686
|
+
(function (ExchangeRateSource) {
|
|
687
|
+
ExchangeRateSource[ExchangeRateSource["Fixed"] = 1] = "Fixed";
|
|
688
|
+
ExchangeRateSource[ExchangeRateSource["CentralBank"] = 2] = "CentralBank";
|
|
689
|
+
})(ExchangeRateSource || (ExchangeRateSource = {}));
|
|
690
|
+
const exchangeRateSourceOptions = mapEnumToOptions(ExchangeRateSource);
|
|
691
|
+
|
|
692
|
+
// Auto-generated by proxy-sync.js — do not edit manually.
|
|
693
|
+
|
|
694
|
+
/**
|
|
695
|
+
* Generated bundle index. Do not edit.
|
|
696
|
+
*/
|
|
697
|
+
|
|
698
|
+
export { ContainerDefinitionService, ContainerLoadingCountService, ContainerLoadingScenarioService, ContainerMixTypeService, ContainerPalletCapacityService, CostGroupRole, CostGroupService, CostItemCalculationType, CostItemService, CostItemSystemCode, CostParameterCategoryParentCode, CostParameterCategoryService, CostParameterService, CostParameterStatus, CostSettingsService, Currency, ExchangeRateService, ExchangeRateSource, ItemService, LoadingTargetKind, PackagingMaterialService, PackagingPriceService, PackagingTypeService, PalletDefinitionService, PalletStatus, PriceParameterTypeService, SapSalesPersonService, costGroupRoleOptions, costItemCalculationTypeOptions, costItemSystemCodeOptions, costParameterCategoryParentCodeOptions, costParameterStatusOptions, currencyOptions, exchangeRateSourceOptions, loadingTargetKindOptions, palletStatusOptions };
|
|
699
|
+
//# sourceMappingURL=hitsoft-kadooglu-keops-proxy.mjs.map
|