@colijnit/transaction 12.1.46 → 12.1.48
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/bundles/colijnit-transaction.umd.js +936 -562
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +248 -243
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +249 -244
- package/esm2015/lib/assets/dictionary/text.properties.js +6 -1
- package/esm2015/lib/component/core/base/transaction-lines-line-base.component.js +3 -3
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.js +7 -2
- package/esm2015/lib/component/transaction/transaction.component.js +10 -7
- package/esm2015/lib/component/transaction/transaction.module.js +4 -2
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +2 -2
- package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.js +2 -2
- package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.js +3 -15
- package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.js +4 -2
- package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.js +9 -6
- package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.component.js +7 -5
- package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.module.js +4 -2
- package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +3 -3
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.js +62 -0
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.js +110 -0
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.module.js +33 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.js +7 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +40 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.js +21 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.js +2 -2
- package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.js +3 -2
- package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.js +6 -6
- package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.module.js +23 -0
- package/esm2015/lib/component/transaction-lines/transaction-lines.component.js +47 -22
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +3 -3
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +23 -13
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.js +4 -3
- package/esm2015/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.js +15 -12
- package/esm2015/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.module.js +3 -2
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +1 -3
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.component.js +2 -2
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.module.js +5 -3
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +2 -2
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.js +5 -3
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.js +79 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.module.js +23 -0
- package/esm2015/lib/component/transaction-search/transaction-search.module.js +4 -2
- package/esm2015/lib/enum/icon.enum.js +8 -2
- package/esm2015/lib/model/icon-svg.js +8 -2
- package/esm2015/lib/model/receive-good-view-model.js +4 -0
- package/esm2015/lib/service/dialog.service.js +6 -3
- package/esm2015/lib/service/transaction-connector-adapter.service.js +2 -2
- package/esm2015/lib/service/transaction-event.service.js +2 -2
- package/esm2015/lib/service/transaction-mapping.service.js +3 -3
- package/esm2015/public_api.js +5 -3
- package/fesm2015/colijnit-transaction.js +719 -329
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/core/base/transaction-lines-line-base.component.d.ts +2 -1
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.d.ts +1 -0
- package/lib/component/transaction/transaction.component.d.ts +4 -2
- package/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.d.ts +0 -2
- package/lib/component/transaction-line/transaction-base-line/style/_layout.scss +12 -1
- package/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.d.ts +5 -2
- package/lib/component/transaction-line/transaction-line/transaction-line.component.d.ts +4 -2
- package/lib/component/transaction-line/transaction-order-delivery-line/style/_layout.scss +0 -12
- package/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.d.ts +1 -1
- package/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.d.ts +15 -0
- package/lib/component/transaction-line/transaction-receive-goods-line/style/_layout.scss +37 -0
- package/lib/component/transaction-line/transaction-receive-goods-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-receive-goods-line/style/_theme.scss +4 -0
- package/lib/component/transaction-line/transaction-receive-goods-line/style/material.scss +4 -0
- package/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.d.ts +27 -0
- package/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.module.d.ts +2 -0
- package/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.d.ts +1 -0
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +14 -0
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.d.ts +2 -0
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.d.ts +1 -1
- package/lib/component/transaction-line-statusbar/{transaction-line-checkbox-list.module.d.ts → transaction-line-statusbar.module.d.ts} +0 -0
- package/lib/component/transaction-lines/style/material.scss +1 -0
- package/lib/component/transaction-lines/transaction-lines.component.d.ts +10 -4
- package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/style/_layout.scss +2 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_layout.scss +59 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +9 -7
- package/lib/component/transaction-receiving-goods-details/style/_layout.scss +44 -3
- package/lib/component/transaction-receiving-goods-details/style/_material-definition.scss +1 -1
- package/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.d.ts +6 -2
- package/lib/component/transaction-search/style/material.scss +1 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_layout.scss +6 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/style/_layout.scss +10 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/style/_material-definition.scss +1 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/style/material.scss +3 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.d.ts +22 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.module.d.ts +2 -0
- package/lib/enum/icon.enum.d.ts +7 -1
- package/lib/model/receive-good-view-model.d.ts +8 -0
- package/lib/service/dialog.service.d.ts +1 -1
- package/lib/service/transaction-event.service.d.ts +1 -2
- package/package.json +1 -1
- package/public_api.d.ts +4 -2
- package/esm2015/lib/component/transaction-line-statusbar/transaction-line-checkbox-list.module.js +0 -23
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@colijnit/transactionapi/build/enum/pending-reason-type.enum'), require('@colijnit/transactionapi/build/enum/sequence-name.enum'), require('@colijnit/transactionapi/build/enum/transaction-kind.enum'), require('@colijnit/transactionapi/build/enum/transaction-line-type.enum'), require('rxjs'), require('@colijnit/transactionapi/build/model/transaction-info-response.bo'), require('@colijnit/transactionapi/build/model/marketing.bo'), require('@colijnit/transactionapi/build/model/customer-full-object.bo'), require('@colijnit/transactionapi/build/model/country.bo'), require('@colijnit/transactionapi/build/model/privacy-setting.bo'), require('@colijnit/transactionapi/build/model/delivery-method.bo'), require('@colijnit/transactionapi/build/model/delivery-option.bo'), require('@colijnit/transactionapi/build/model/co-domain-value.bo'), require('@colijnit/transactionapi/build/model/article-full-object'), require('@colijnit/transactionapi/build/model/customer-group.bo'), require('@colijnit/transactionapi/build/model/cash-register'), require('@colijnit/transactionapi/build/model/price-list'), require('@colijnit/transactionapi/build/model/vat'), require('@colijnit/transactionapi/build/model/branch-lov.bo'), require('@colijnit/transactionapi/build/model/sales-person.bo'), require('@colijnit/transactionapi/build/model/tag'), require('@colijnit/transactionapi/build/model/on-hold-code.bo'), require('@colijnit/transactionapi/build/model/warehouse.bo'), require('@colijnit/transactionapi/build/model/payment-method.bo'), require('@colijnit/transactionapi/build/utils/object-utils'), require('@colijnit/transactionapi/build/model/relation-privacy-setting.bo'), require('@colijnit/transactionapi/build/model/get-postal-code-retrieval-output-params'), require('@colijnit/transactionapi/build/model/relation-list-object.bo'), require('@colijnit/transactionapi/build/transaction'), require('@colijnit/transactionapi/build/utils/function/not-nill.function'), require('@colijnit/transactionapi/build/enum/yes-no-db-type.enum'), require('@colijnit/transactionapi/build/enum/true-false-db-type.enum'), require('@colijnit/transactionapi/build/enum/one-zero-bool-db-type.enum'), require('@colijnit/transactionapi/build/enum/db-boolean-value-type.enum'), require('@colijnit/transactionapi/build/utils/date-utils'), require('@colijnit/transactionapi/build/utils/number-utils'), require('@colijnit/transactionapi/build/utils/function/is-nill.function'), require('@colijnit/transactionapi/build/factory/decorators/map-property.decorator'), require('@colijnit/transactionapi/build/factory/decorators/boolean.decorator'), require('@colijnit/transactionapi/build/factory/decorators/json.decorator'), require('@colijnit/transactionapi/build/factory/decorators/complex-array.decorator'), require('@colijnit/transactionapi/build/utils/image-utils'), require('@colijnit/transactionapi/build/model/transaction-line-info.bo'), require('@colijnit/transactionapi/build/model/transaction-search-view.bo'), require('@colijnit/transactionapi/build/model/code-description'), require('@colijnit/transactionapi/build/model/goods-receipt-status-with-history.bo'), require('@colijnit/transactionapi/build/model/purchase-portal-line.bo'), require('@colijnit/transactionapi/build/model/create-payment-link-result.bo'), require('@colijnit/transactionapi/build/model/payment-link-status.bo'), require('@angular/platform-browser'), require('@colijnit/transactionapi/build/model/transaction-info.bo'), require('@colijnit/transactionapi/build/model/supplier-full-object.bo'), require('@colijnit/transactionapi/build/enum/relation-status.enum'), require('@colijnit/transactionapi/build/model/resolve-pending-reason-request.bo'), require('@colijnit/articleapi/build/articles'), require('@colijnit/articleapi/build/model/stock-location.bo'), require('@colijnit/articleapi/build/model/article-light.bo'), require('@colijnit/articleapi/build/model/turnover-group-image.bo'), require('@colijnit/articleapi/build/model/main-article.bo'), require('@colijnit/transactionapi/build/model/resolve-header-pending-reason-request.bo'), require('@colijnit/transactionapi/build/model/doc-delivery-batch.bo'), require('@colijnit/transactionapi/build/model/nul-relation-object'), require('@colijnit/transactionapi/build/enum/relation-kind.enum'), require('@colijnit/corecomponents_v12'), require('@angular/flex-layout'), require('@colijnit/transactionapi/build/enum/address-type.enum'), require('@angular/animations'), require('@angular/common'), require('@angular/forms'), require('@colijnit/transactionapi/build/model/address.bo'), require('@angular/cdk/drag-drop'), require('@colijnit/transactionapi/build/model/transaction-add-text-line-request.bo'), require('@colijnit/transactionapi/build/model/transaction-search-view-request'), require('@colijnit/transactionapi/build/model/paging-parameters'), require('@colijnit/articleapi/build/enum/relation-kind.enum'), require('@colijnit/transactionapi/build/
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@colijnit/transaction', ['exports', '@angular/core', '@colijnit/transactionapi/build/enum/pending-reason-type.enum', '@colijnit/transactionapi/build/enum/sequence-name.enum', '@colijnit/transactionapi/build/enum/transaction-kind.enum', '@colijnit/transactionapi/build/enum/transaction-line-type.enum', 'rxjs', '@colijnit/transactionapi/build/model/transaction-info-response.bo', '@colijnit/transactionapi/build/model/marketing.bo', '@colijnit/transactionapi/build/model/customer-full-object.bo', '@colijnit/transactionapi/build/model/country.bo', '@colijnit/transactionapi/build/model/privacy-setting.bo', '@colijnit/transactionapi/build/model/delivery-method.bo', '@colijnit/transactionapi/build/model/delivery-option.bo', '@colijnit/transactionapi/build/model/co-domain-value.bo', '@colijnit/transactionapi/build/model/article-full-object', '@colijnit/transactionapi/build/model/customer-group.bo', '@colijnit/transactionapi/build/model/cash-register', '@colijnit/transactionapi/build/model/price-list', '@colijnit/transactionapi/build/model/vat', '@colijnit/transactionapi/build/model/branch-lov.bo', '@colijnit/transactionapi/build/model/sales-person.bo', '@colijnit/transactionapi/build/model/tag', '@colijnit/transactionapi/build/model/on-hold-code.bo', '@colijnit/transactionapi/build/model/warehouse.bo', '@colijnit/transactionapi/build/model/payment-method.bo', '@colijnit/transactionapi/build/utils/object-utils', '@colijnit/transactionapi/build/model/relation-privacy-setting.bo', '@colijnit/transactionapi/build/model/get-postal-code-retrieval-output-params', '@colijnit/transactionapi/build/model/relation-list-object.bo', '@colijnit/transactionapi/build/transaction', '@colijnit/transactionapi/build/utils/function/not-nill.function', '@colijnit/transactionapi/build/enum/yes-no-db-type.enum', '@colijnit/transactionapi/build/enum/true-false-db-type.enum', '@colijnit/transactionapi/build/enum/one-zero-bool-db-type.enum', '@colijnit/transactionapi/build/enum/db-boolean-value-type.enum', '@colijnit/transactionapi/build/utils/date-utils', '@colijnit/transactionapi/build/utils/number-utils', '@colijnit/transactionapi/build/utils/function/is-nill.function', '@colijnit/transactionapi/build/factory/decorators/map-property.decorator', '@colijnit/transactionapi/build/factory/decorators/boolean.decorator', '@colijnit/transactionapi/build/factory/decorators/json.decorator', '@colijnit/transactionapi/build/factory/decorators/complex-array.decorator', '@colijnit/transactionapi/build/utils/image-utils', '@colijnit/transactionapi/build/model/transaction-line-info.bo', '@colijnit/transactionapi/build/model/transaction-search-view.bo', '@colijnit/transactionapi/build/model/code-description', '@colijnit/transactionapi/build/model/goods-receipt-status-with-history.bo', '@colijnit/transactionapi/build/model/purchase-portal-line.bo', '@colijnit/transactionapi/build/model/create-payment-link-result.bo', '@colijnit/transactionapi/build/model/payment-link-status.bo', '@angular/platform-browser', '@colijnit/transactionapi/build/model/transaction-info.bo', '@colijnit/transactionapi/build/model/supplier-full-object.bo', '@colijnit/transactionapi/build/enum/relation-status.enum', '@colijnit/transactionapi/build/model/resolve-pending-reason-request.bo', '@colijnit/articleapi/build/articles', '@colijnit/articleapi/build/model/stock-location.bo', '@colijnit/articleapi/build/model/article-light.bo', '@colijnit/articleapi/build/model/turnover-group-image.bo', '@colijnit/articleapi/build/model/main-article.bo', '@colijnit/transactionapi/build/model/resolve-header-pending-reason-request.bo', '@colijnit/transactionapi/build/model/doc-delivery-batch.bo', '@colijnit/transactionapi/build/model/nul-relation-object', '@colijnit/transactionapi/build/enum/relation-kind.enum', '@colijnit/corecomponents_v12', '@angular/flex-layout', '@colijnit/transactionapi/build/enum/address-type.enum', '@angular/animations', '@angular/common', '@angular/forms', '@colijnit/transactionapi/build/model/address.bo', '@angular/cdk/drag-drop', '@colijnit/transactionapi/build/model/transaction-add-text-line-request.bo', '@colijnit/transactionapi/build/model/transaction-search-view-request', '@colijnit/transactionapi/build/model/paging-parameters', '@colijnit/articleapi/build/enum/relation-kind.enum', '@colijnit/transactionapi/build/
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.colijnit = global.colijnit || {}, global.colijnit.transaction = {}), global.ng.core, global.pendingReasonType_enum, global.sequenceName_enum, global.transactionKind_enum, global.transactionLineType_enum, global.rxjs, global.transactionInfoResponse_bo, global.marketing_bo, global.customerFullObject_bo, global.country_bo, global.privacySetting_bo, global.deliveryMethod_bo, global.deliveryOption_bo, global.coDomainValue_bo, global.articleFullObject, global.customerGroup_bo, global.cashRegister, global.priceList, global.vat, global.branchLov_bo, global.salesPerson_bo, global.tag, global.onHoldCode_bo, global.warehouse_bo, global.paymentMethod_bo, global.objectUtils, global.relationPrivacySetting_bo, global.getPostalCodeRetrievalOutputParams, global.relationListObject_bo, global.transaction, global.notNill_function, global.yesNoDbType_enum, global.trueFalseDbType_enum, global.oneZeroBoolDbType_enum, global.dbBooleanValueType_enum, global.dateUtils, global.numberUtils, global.isNill_function, global.mapProperty_decorator, global.boolean_decorator, global.json_decorator, global.complexArray_decorator, global.imageUtils, global.transactionLineInfo_bo, global.transactionSearchView_bo, global.codeDescription, global.goodsReceiptStatusWithHistory_bo, global.purchasePortalLine_bo, global.createPaymentLinkResult_bo, global.paymentLinkStatus_bo, global.ng.platformBrowser, global.transactionInfo_bo, global.supplierFullObject_bo, global.relationStatus_enum, global.resolvePendingReasonRequest_bo, global.articles, global.stockLocation_bo, global.articleLight_bo, global.turnoverGroupImage_bo, global.mainArticle_bo, global.resolveHeaderPendingReasonRequest_bo, global.docDeliveryBatch_bo, global.nulRelationObject, global.relationKind_enum, global.corecomponents_v12, global.ng.flexLayout, global.addressType_enum, global.ng.animations, global.ng.common, global.ng.forms, global.address_bo, global.ng.cdk.dragDrop, global.transactionAddTextLineRequest_bo, global.transactionSearchViewRequest, global.pagingParameters, global.relationKind_enum$1, global.
|
|
5
|
-
})(this, (function (exports, i0, pendingReasonType_enum, sequenceName_enum, transactionKind_enum, transactionLineType_enum, rxjs, transactionInfoResponse_bo, marketing_bo, customerFullObject_bo, country_bo, privacySetting_bo, deliveryMethod_bo, deliveryOption_bo, coDomainValue_bo, articleFullObject, customerGroup_bo, cashRegister, priceList, vat, branchLov_bo, salesPerson_bo, tag, onHoldCode_bo, warehouse_bo, paymentMethod_bo, objectUtils, relationPrivacySetting_bo, getPostalCodeRetrievalOutputParams, relationListObject_bo, transaction, notNill_function, yesNoDbType_enum, trueFalseDbType_enum, oneZeroBoolDbType_enum, dbBooleanValueType_enum, dateUtils, numberUtils, isNill_function, mapProperty_decorator, boolean_decorator, json_decorator, complexArray_decorator, imageUtils, transactionLineInfo_bo, transactionSearchView_bo, codeDescription, goodsReceiptStatusWithHistory_bo, purchasePortalLine_bo, createPaymentLinkResult_bo, paymentLinkStatus_bo, i1, transactionInfo_bo, supplierFullObject_bo, relationStatus_enum, resolvePendingReasonRequest_bo, articles, stockLocation_bo, articleLight_bo, turnoverGroupImage_bo, mainArticle_bo, resolveHeaderPendingReasonRequest_bo, docDeliveryBatch_bo, nulRelationObject, relationKind_enum, corecomponents_v12, flexLayout, addressType_enum, animations, common, forms, address_bo, dragDrop, transactionAddTextLineRequest_bo, transactionSearchViewRequest, pagingParameters, relationKind_enum$1,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@colijnit/transactionapi/build/enum/pending-reason-type.enum'), require('@colijnit/transactionapi/build/enum/sequence-name.enum'), require('@colijnit/transactionapi/build/enum/transaction-kind.enum'), require('@colijnit/transactionapi/build/enum/transaction-line-type.enum'), require('rxjs'), require('@colijnit/transactionapi/build/model/transaction-info-response.bo'), require('@colijnit/transactionapi/build/model/marketing.bo'), require('@colijnit/transactionapi/build/model/customer-full-object.bo'), require('@colijnit/transactionapi/build/model/country.bo'), require('@colijnit/transactionapi/build/model/privacy-setting.bo'), require('@colijnit/transactionapi/build/model/delivery-method.bo'), require('@colijnit/transactionapi/build/model/delivery-option.bo'), require('@colijnit/transactionapi/build/model/co-domain-value.bo'), require('@colijnit/transactionapi/build/model/article-full-object'), require('@colijnit/transactionapi/build/model/customer-group.bo'), require('@colijnit/transactionapi/build/model/cash-register'), require('@colijnit/transactionapi/build/model/price-list'), require('@colijnit/transactionapi/build/model/vat'), require('@colijnit/transactionapi/build/model/branch-lov.bo'), require('@colijnit/transactionapi/build/model/sales-person.bo'), require('@colijnit/transactionapi/build/model/tag'), require('@colijnit/transactionapi/build/model/on-hold-code.bo'), require('@colijnit/transactionapi/build/model/warehouse.bo'), require('@colijnit/transactionapi/build/model/payment-method.bo'), require('@colijnit/transactionapi/build/utils/object-utils'), require('@colijnit/transactionapi/build/model/relation-privacy-setting.bo'), require('@colijnit/transactionapi/build/model/get-postal-code-retrieval-output-params'), require('@colijnit/transactionapi/build/model/relation-list-object.bo'), require('@colijnit/transactionapi/build/transaction'), require('@colijnit/transactionapi/build/utils/function/not-nill.function'), require('@colijnit/transactionapi/build/enum/yes-no-db-type.enum'), require('@colijnit/transactionapi/build/enum/true-false-db-type.enum'), require('@colijnit/transactionapi/build/enum/one-zero-bool-db-type.enum'), require('@colijnit/transactionapi/build/enum/db-boolean-value-type.enum'), require('@colijnit/transactionapi/build/utils/date-utils'), require('@colijnit/transactionapi/build/utils/number-utils'), require('@colijnit/transactionapi/build/utils/function/is-nill.function'), require('@colijnit/transactionapi/build/factory/decorators/map-property.decorator'), require('@colijnit/transactionapi/build/factory/decorators/boolean.decorator'), require('@colijnit/transactionapi/build/factory/decorators/json.decorator'), require('@colijnit/transactionapi/build/factory/decorators/complex-array.decorator'), require('@colijnit/transactionapi/build/utils/image-utils'), require('@colijnit/transactionapi/build/model/transaction-line-info.bo'), require('@colijnit/transactionapi/build/model/transaction-search-view.bo'), require('@colijnit/transactionapi/build/model/code-description'), require('@colijnit/transactionapi/build/model/goods-receipt-status-with-history.bo'), require('@colijnit/transactionapi/build/model/purchase-portal-line.bo'), require('@colijnit/transactionapi/build/model/create-payment-link-result.bo'), require('@colijnit/transactionapi/build/model/payment-link-status.bo'), require('@angular/platform-browser'), require('@colijnit/transactionapi/build/model/transaction-info.bo'), require('@colijnit/transactionapi/build/model/supplier-full-object.bo'), require('@colijnit/transactionapi/build/enum/relation-status.enum'), require('@colijnit/transactionapi/build/model/resolve-pending-reason-request.bo'), require('@colijnit/articleapi/build/articles'), require('@colijnit/articleapi/build/model/stock-location.bo'), require('@colijnit/articleapi/build/model/article-light.bo'), require('@colijnit/articleapi/build/model/turnover-group-image.bo'), require('@colijnit/articleapi/build/model/main-article.bo'), require('@colijnit/transactionapi/build/model/resolve-header-pending-reason-request.bo'), require('@colijnit/transactionapi/build/model/doc-delivery-batch.bo'), require('@colijnit/transactionapi/build/model/nul-relation-object'), require('@colijnit/transactionapi/build/enum/relation-kind.enum'), require('@colijnit/corecomponents_v12'), require('@angular/flex-layout'), require('@colijnit/transactionapi/build/enum/address-type.enum'), require('@angular/animations'), require('@angular/common'), require('@angular/forms'), require('@colijnit/transactionapi/build/model/address.bo'), require('@angular/cdk/drag-drop'), require('@colijnit/transactionapi/build/model/transaction-add-text-line-request.bo'), require('@colijnit/transactionapi/build/model/transaction-search-view-request'), require('@colijnit/transactionapi/build/model/paging-parameters'), require('@colijnit/articleapi/build/enum/relation-kind.enum'), require('@colijnit/transactionapi/build/enum/refcode/stock-status.enum'), require('@colijnit/transactionapi/build/model/receive-goods-for-purchase-order-request.bo'), require('@colijnit/transactionapi/build/model/purchase-order-line-receipt-details.bo'), require('@colijnit/transactionapi/build/model/relation-request'), require('@colijnit/sharedapi/build/sharedapi'), require('@colijnit/sharedapi/build/model/co-document.bo'), require('@colijnit/sharedcomponents'), require('@colijnit/transactionapi/build/enum/relation-name-kind.enum'), require('@colijnit/transactionapi/build/enum/gender-type.enum'), require('@colijnit/transactionapi/build/utils/function-utils'), require('@colijnit/transactionapi/build/enum/communication-type.enum'), require('@colijnit/transactionapi/build/model/contact-option.bo'), require('@colijnit/transactionapi/build/utils/business-object-utils'), require('@angular/cdk/scrolling'), require('@colijnit/transactionapi/build/model/relation-small-object.bo'), require('@colijnit/transactionapi/build/enum/discount-type.enum'), require('@colijnit/transactionapi/build/model/receive-goods-for-purchase-order-correction-request.bo'), require('@colijnit/transactionapi/build/model/purchase-order-line-receipt-correction-details.bo'), require('@colijnit/transactionapi/build/model/get-purchase-portal-line'), require('@colijnit/transactionapi/build/model/purchase-portal-filters.bo'), require('@colijnit/transactionapi/build/model/goods-receipt-status.bo'), require('@colijnit/articleapi/build/model/article-extended-request'), require('@colijnit/transactionapi/build/enum/quantity-in-historic-state.enum')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@colijnit/transaction', ['exports', '@angular/core', '@colijnit/transactionapi/build/enum/pending-reason-type.enum', '@colijnit/transactionapi/build/enum/sequence-name.enum', '@colijnit/transactionapi/build/enum/transaction-kind.enum', '@colijnit/transactionapi/build/enum/transaction-line-type.enum', 'rxjs', '@colijnit/transactionapi/build/model/transaction-info-response.bo', '@colijnit/transactionapi/build/model/marketing.bo', '@colijnit/transactionapi/build/model/customer-full-object.bo', '@colijnit/transactionapi/build/model/country.bo', '@colijnit/transactionapi/build/model/privacy-setting.bo', '@colijnit/transactionapi/build/model/delivery-method.bo', '@colijnit/transactionapi/build/model/delivery-option.bo', '@colijnit/transactionapi/build/model/co-domain-value.bo', '@colijnit/transactionapi/build/model/article-full-object', '@colijnit/transactionapi/build/model/customer-group.bo', '@colijnit/transactionapi/build/model/cash-register', '@colijnit/transactionapi/build/model/price-list', '@colijnit/transactionapi/build/model/vat', '@colijnit/transactionapi/build/model/branch-lov.bo', '@colijnit/transactionapi/build/model/sales-person.bo', '@colijnit/transactionapi/build/model/tag', '@colijnit/transactionapi/build/model/on-hold-code.bo', '@colijnit/transactionapi/build/model/warehouse.bo', '@colijnit/transactionapi/build/model/payment-method.bo', '@colijnit/transactionapi/build/utils/object-utils', '@colijnit/transactionapi/build/model/relation-privacy-setting.bo', '@colijnit/transactionapi/build/model/get-postal-code-retrieval-output-params', '@colijnit/transactionapi/build/model/relation-list-object.bo', '@colijnit/transactionapi/build/transaction', '@colijnit/transactionapi/build/utils/function/not-nill.function', '@colijnit/transactionapi/build/enum/yes-no-db-type.enum', '@colijnit/transactionapi/build/enum/true-false-db-type.enum', '@colijnit/transactionapi/build/enum/one-zero-bool-db-type.enum', '@colijnit/transactionapi/build/enum/db-boolean-value-type.enum', '@colijnit/transactionapi/build/utils/date-utils', '@colijnit/transactionapi/build/utils/number-utils', '@colijnit/transactionapi/build/utils/function/is-nill.function', '@colijnit/transactionapi/build/factory/decorators/map-property.decorator', '@colijnit/transactionapi/build/factory/decorators/boolean.decorator', '@colijnit/transactionapi/build/factory/decorators/json.decorator', '@colijnit/transactionapi/build/factory/decorators/complex-array.decorator', '@colijnit/transactionapi/build/utils/image-utils', '@colijnit/transactionapi/build/model/transaction-line-info.bo', '@colijnit/transactionapi/build/model/transaction-search-view.bo', '@colijnit/transactionapi/build/model/code-description', '@colijnit/transactionapi/build/model/goods-receipt-status-with-history.bo', '@colijnit/transactionapi/build/model/purchase-portal-line.bo', '@colijnit/transactionapi/build/model/create-payment-link-result.bo', '@colijnit/transactionapi/build/model/payment-link-status.bo', '@angular/platform-browser', '@colijnit/transactionapi/build/model/transaction-info.bo', '@colijnit/transactionapi/build/model/supplier-full-object.bo', '@colijnit/transactionapi/build/enum/relation-status.enum', '@colijnit/transactionapi/build/model/resolve-pending-reason-request.bo', '@colijnit/articleapi/build/articles', '@colijnit/articleapi/build/model/stock-location.bo', '@colijnit/articleapi/build/model/article-light.bo', '@colijnit/articleapi/build/model/turnover-group-image.bo', '@colijnit/articleapi/build/model/main-article.bo', '@colijnit/transactionapi/build/model/resolve-header-pending-reason-request.bo', '@colijnit/transactionapi/build/model/doc-delivery-batch.bo', '@colijnit/transactionapi/build/model/nul-relation-object', '@colijnit/transactionapi/build/enum/relation-kind.enum', '@colijnit/corecomponents_v12', '@angular/flex-layout', '@colijnit/transactionapi/build/enum/address-type.enum', '@angular/animations', '@angular/common', '@angular/forms', '@colijnit/transactionapi/build/model/address.bo', '@angular/cdk/drag-drop', '@colijnit/transactionapi/build/model/transaction-add-text-line-request.bo', '@colijnit/transactionapi/build/model/transaction-search-view-request', '@colijnit/transactionapi/build/model/paging-parameters', '@colijnit/articleapi/build/enum/relation-kind.enum', '@colijnit/transactionapi/build/enum/refcode/stock-status.enum', '@colijnit/transactionapi/build/model/receive-goods-for-purchase-order-request.bo', '@colijnit/transactionapi/build/model/purchase-order-line-receipt-details.bo', '@colijnit/transactionapi/build/model/relation-request', '@colijnit/sharedapi/build/sharedapi', '@colijnit/sharedapi/build/model/co-document.bo', '@colijnit/sharedcomponents', '@colijnit/transactionapi/build/enum/relation-name-kind.enum', '@colijnit/transactionapi/build/enum/gender-type.enum', '@colijnit/transactionapi/build/utils/function-utils', '@colijnit/transactionapi/build/enum/communication-type.enum', '@colijnit/transactionapi/build/model/contact-option.bo', '@colijnit/transactionapi/build/utils/business-object-utils', '@angular/cdk/scrolling', '@colijnit/transactionapi/build/model/relation-small-object.bo', '@colijnit/transactionapi/build/enum/discount-type.enum', '@colijnit/transactionapi/build/model/receive-goods-for-purchase-order-correction-request.bo', '@colijnit/transactionapi/build/model/purchase-order-line-receipt-correction-details.bo', '@colijnit/transactionapi/build/model/get-purchase-portal-line', '@colijnit/transactionapi/build/model/purchase-portal-filters.bo', '@colijnit/transactionapi/build/model/goods-receipt-status.bo', '@colijnit/articleapi/build/model/article-extended-request', '@colijnit/transactionapi/build/enum/quantity-in-historic-state.enum'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.colijnit = global.colijnit || {}, global.colijnit.transaction = {}), global.ng.core, global.pendingReasonType_enum, global.sequenceName_enum, global.transactionKind_enum, global.transactionLineType_enum, global.rxjs, global.transactionInfoResponse_bo, global.marketing_bo, global.customerFullObject_bo, global.country_bo, global.privacySetting_bo, global.deliveryMethod_bo, global.deliveryOption_bo, global.coDomainValue_bo, global.articleFullObject, global.customerGroup_bo, global.cashRegister, global.priceList, global.vat, global.branchLov_bo, global.salesPerson_bo, global.tag, global.onHoldCode_bo, global.warehouse_bo, global.paymentMethod_bo, global.objectUtils, global.relationPrivacySetting_bo, global.getPostalCodeRetrievalOutputParams, global.relationListObject_bo, global.transaction, global.notNill_function, global.yesNoDbType_enum, global.trueFalseDbType_enum, global.oneZeroBoolDbType_enum, global.dbBooleanValueType_enum, global.dateUtils, global.numberUtils, global.isNill_function, global.mapProperty_decorator, global.boolean_decorator, global.json_decorator, global.complexArray_decorator, global.imageUtils, global.transactionLineInfo_bo, global.transactionSearchView_bo, global.codeDescription, global.goodsReceiptStatusWithHistory_bo, global.purchasePortalLine_bo, global.createPaymentLinkResult_bo, global.paymentLinkStatus_bo, global.ng.platformBrowser, global.transactionInfo_bo, global.supplierFullObject_bo, global.relationStatus_enum, global.resolvePendingReasonRequest_bo, global.articles, global.stockLocation_bo, global.articleLight_bo, global.turnoverGroupImage_bo, global.mainArticle_bo, global.resolveHeaderPendingReasonRequest_bo, global.docDeliveryBatch_bo, global.nulRelationObject, global.relationKind_enum, global.corecomponents_v12, global.ng.flexLayout, global.addressType_enum, global.ng.animations, global.ng.common, global.ng.forms, global.address_bo, global.ng.cdk.dragDrop, global.transactionAddTextLineRequest_bo, global.transactionSearchViewRequest, global.pagingParameters, global.relationKind_enum$1, global.stockStatus_enum, global.receiveGoodsForPurchaseOrderRequest_bo, global.purchaseOrderLineReceiptDetails_bo, global.relationRequest, global.sharedapi, global.coDocument_bo, global.sharedcomponents, global.relationNameKind_enum, global.genderType_enum, global.functionUtils, global.communicationType_enum, global.contactOption_bo, global.businessObjectUtils, global.ng.cdk.scrolling, global.relationSmallObject_bo, global.discountType_enum, global.receiveGoodsForPurchaseOrderCorrectionRequest_bo, global.purchaseOrderLineReceiptCorrectionDetails_bo, global.getPurchasePortalLine, global.purchasePortalFilters_bo, global.goodsReceiptStatus_bo, global.articleExtendedRequest, global.quantityInHistoricState_enum));
|
|
5
|
+
})(this, (function (exports, i0, pendingReasonType_enum, sequenceName_enum, transactionKind_enum, transactionLineType_enum, rxjs, transactionInfoResponse_bo, marketing_bo, customerFullObject_bo, country_bo, privacySetting_bo, deliveryMethod_bo, deliveryOption_bo, coDomainValue_bo, articleFullObject, customerGroup_bo, cashRegister, priceList, vat, branchLov_bo, salesPerson_bo, tag, onHoldCode_bo, warehouse_bo, paymentMethod_bo, objectUtils, relationPrivacySetting_bo, getPostalCodeRetrievalOutputParams, relationListObject_bo, transaction, notNill_function, yesNoDbType_enum, trueFalseDbType_enum, oneZeroBoolDbType_enum, dbBooleanValueType_enum, dateUtils, numberUtils, isNill_function, mapProperty_decorator, boolean_decorator, json_decorator, complexArray_decorator, imageUtils, transactionLineInfo_bo, transactionSearchView_bo, codeDescription, goodsReceiptStatusWithHistory_bo, purchasePortalLine_bo, createPaymentLinkResult_bo, paymentLinkStatus_bo, i1, transactionInfo_bo, supplierFullObject_bo, relationStatus_enum, resolvePendingReasonRequest_bo, articles, stockLocation_bo, articleLight_bo, turnoverGroupImage_bo, mainArticle_bo, resolveHeaderPendingReasonRequest_bo, docDeliveryBatch_bo, nulRelationObject, relationKind_enum, corecomponents_v12, flexLayout, addressType_enum, animations, common, forms, address_bo, dragDrop, transactionAddTextLineRequest_bo, transactionSearchViewRequest, pagingParameters, relationKind_enum$1, stockStatus_enum, receiveGoodsForPurchaseOrderRequest_bo, purchaseOrderLineReceiptDetails_bo, relationRequest, sharedapi, coDocument_bo, sharedcomponents, relationNameKind_enum, genderType_enum, functionUtils, communicationType_enum, contactOption_bo, businessObjectUtils, scrolling, relationSmallObject_bo, discountType_enum, receiveGoodsForPurchaseOrderCorrectionRequest_bo, purchaseOrderLineReceiptCorrectionDetails_bo, getPurchasePortalLine, purchasePortalFilters_bo, goodsReceiptStatus_bo, articleExtendedRequest, quantityInHistoricState_enum) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -562,6 +562,7 @@
|
|
|
562
562
|
"HOUSE_NO": "Huisnummer",
|
|
563
563
|
"HOUSE_NO_ADDITION": "Huisnummer toevoeging",
|
|
564
564
|
"IN": "In",
|
|
565
|
+
"INSIDE": "Binnen",
|
|
565
566
|
"INACTIVE_TRANSACTIONS": "Inactieve transacties",
|
|
566
567
|
"INCLUDING_RETURNS": "Inclusief retouren",
|
|
567
568
|
"IN_SEARCHORDERS": "In verkooporders",
|
|
@@ -574,6 +575,7 @@
|
|
|
574
575
|
"INVOICE_ADDRESS_ADD": "Factuuradres toevoegen",
|
|
575
576
|
"INVOICE_ADDRESS_CHANGE": "Factuuradres wijzigen",
|
|
576
577
|
"INVOICE_CHECK": "Factuurcontrole",
|
|
578
|
+
"ITEM_ACCEPTED": "Binnengemeld",
|
|
577
579
|
"LAST_EDITED_DATE": "Datum laatste wijziging",
|
|
578
580
|
"LAST_EDITED_USER": "Gebruiker laatste wijziging",
|
|
579
581
|
"LAST_NAME": "Achternaam",
|
|
@@ -613,6 +615,7 @@
|
|
|
613
615
|
"NUMBER": "Aantal",
|
|
614
616
|
"ON_DATE": "Op datum",
|
|
615
617
|
"ON_HOLD": "Gepauzeerd",
|
|
618
|
+
"OPEN": "Open",
|
|
616
619
|
"OPEN_SHOPPING_CART": "Open winkelwagen",
|
|
617
620
|
"ORDER_CONFIRMATIONS": "Bevestigingen",
|
|
618
621
|
"ORDER_DATE": "Orderdatum",
|
|
@@ -683,6 +686,7 @@
|
|
|
683
686
|
"QUANTITY_CANNOT_BE_MORE_THAN_RECEIVED": "Het aantal moet gelijk zijn aan het aantal ontvangen",
|
|
684
687
|
"QUANTUM_DISCOUNT": "Kwantumkorting",
|
|
685
688
|
"RECEIPT_DETAILS": "Ontvangst details",
|
|
689
|
+
"RECEIVE": "Ontvangen",
|
|
686
690
|
"RECEIVED": "Ontvangst",
|
|
687
691
|
"RECEIVED_DELIVERED": "Binnengemeld / geleverd",
|
|
688
692
|
"RECEIVED_DATE": "Ontvangst datum",
|
|
@@ -914,6 +918,7 @@
|
|
|
914
918
|
"INVOICE_ADDRESS_ADD": "Add invoice address",
|
|
915
919
|
"INVOICE_ADDRESS_CHANGE": "Change invoice address",
|
|
916
920
|
"INVOICE_CHECK": "Invoice check",
|
|
921
|
+
"ITEM_ACCEPTED": "Item accepted",
|
|
917
922
|
"LAST_EDITED_DATE": "Date last mutation",
|
|
918
923
|
"LAST_EDITED_USER": "User last mutation",
|
|
919
924
|
"LAST_NAME": "Last name",
|
|
@@ -2391,7 +2396,7 @@
|
|
|
2391
2396
|
Icon["ArrowPointLeft"] = "arrow_point_left";
|
|
2392
2397
|
Icon["ArrowPointRight"] = "arrow_point_right";
|
|
2393
2398
|
Icon["Article"] = "article";
|
|
2394
|
-
Icon["
|
|
2399
|
+
Icon["AtSolid"] = "at_solid";
|
|
2395
2400
|
Icon["BarcodeSolid"] = "barcode_solid";
|
|
2396
2401
|
Icon["BarsFilter"] = "bars_filter";
|
|
2397
2402
|
Icon["CalendarDay"] = "calendar_day";
|
|
@@ -2404,8 +2409,11 @@
|
|
|
2404
2409
|
Icon["CreditCardSolid"] = "credit_card_solid";
|
|
2405
2410
|
Icon["DeliveryTruck"] = "delivery_truck";
|
|
2406
2411
|
Icon["EditPencil"] = "edit_pencil";
|
|
2412
|
+
Icon["FileCircleInfoSolid"] = "file_circle_info_solid";
|
|
2413
|
+
Icon["FilePdfSolid"] = "file_pdf_solid";
|
|
2407
2414
|
Icon["GripDotsVerticalSolid"] = "grip_dots_vertical_solid";
|
|
2408
2415
|
Icon["IdealLogo"] = "ideal_logo";
|
|
2416
|
+
Icon["InboxInSolid"] = "inbox_in_solid";
|
|
2409
2417
|
Icon["ListRegular"] = "list_regular";
|
|
2410
2418
|
Icon["ListView"] = "list_view";
|
|
2411
2419
|
Icon["LocationDotSolid"] = "location_dot_solid";
|
|
@@ -2418,8 +2426,11 @@
|
|
|
2418
2426
|
Icon["Menu"] = "menu";
|
|
2419
2427
|
Icon["PalletBoxesSolid"] = "pallet_boxes_solid";
|
|
2420
2428
|
Icon["PlusRound"] = "plus_round";
|
|
2429
|
+
Icon["PrintSolid"] = "print_solid";
|
|
2421
2430
|
Icon["Purchase"] = "purchase";
|
|
2422
2431
|
Icon["Resize"] = "resize";
|
|
2432
|
+
Icon["ShareSolid"] = "share_solid";
|
|
2433
|
+
Icon["ShelvesLight"] = "shelves_light";
|
|
2423
2434
|
Icon["ShelvesSolid"] = "shelves_solid";
|
|
2424
2435
|
Icon["SidePanel"] = "side_panel";
|
|
2425
2436
|
Icon["SlideIn"] = "slide_in";
|
|
@@ -2449,7 +2460,7 @@
|
|
|
2449
2460
|
"arrow_point_left": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 51 51\" enable-background=\"new 0 0 51 51\" ><path fill=\"#484F5F\" d=\"M31.9,36.7l-14.7-9.6C17.1,27,17,26.9,17,26.7v-2.4c0-0.2,0.1-0.3,0.2-0.4l14.7-9.6c0.2-0.2,0.5-0.1,0.7,0.1l1.4,2.1c0.2,0.2,0.1,0.5-0.1,0.7l-12,7.8c-0.3,0.2-0.3,0.6,0,0.8l12,7.8c0.2,0.2,0.3,0.5,0.1,0.7l-1.4,2.1C32.4,36.8,32.1,36.8,31.9,36.7z\"/></svg>",
|
|
2450
2461
|
"arrow_point_right": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 51 51\" enable-background=\"new 0 0 51 51\" ><path fill=\"#484F5F\" d=\"M19.1,14.3l14.7,9.6c0.1,0.1,0.2,0.2,0.2,0.4v2.4c0,0.2-0.1,0.3-0.2,0.4l-14.7,9.6c-0.2,0.2-0.5,0.1-0.7-0.1l-1.4-2.1c-0.2-0.2-0.1-0.5,0.1-0.7l12-7.8c0.3-0.2,0.3-0.6,0-0.8l-12-7.8c-0.2-0.2-0.3-0.5-0.1-0.7l1.4-2.1C18.6,14.2,18.9,14.2,19.1,14.3z\"/></svg>",
|
|
2451
2462
|
"article": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M37.43,15.14H12.57A2.57,2.57,0,0,0,10,17.71V32.29a2.57,2.57,0,0,0,2.57,2.57H37.43A2.57,2.57,0,0,0,40,32.29V17.71A2.57,2.57,0,0,0,37.43,15.14ZM14.29,32.71H12.15V17.29h2.14Zm2,0H15V17.29h1.29Zm2.57,0H17.54V17.29h1.29Zm3.52,0H20.2V17.29h2.15Zm2,0H23.11V17.29H24.4Zm2.06,0H25.17V17.29h1.29Zm2.66,0H27.83V17.29h1.29Zm3.51,0H31.34V17.29h1.29Zm3.34,0H33.4V17.29H36Zm2.32,0H37V17.29h1.29Z\" fill=\"#484f60\"/></svg>",
|
|
2452
|
-
"
|
|
2463
|
+
"at_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M207.8 20.73c-93.45 18.32-168.7 93.66-187 187.1c-27.64 140.9 68.65 266.2 199.1 285.1c19.01 2.888 36.17-12.26 36.17-31.49l.0001-.6631c0-15.74-11.44-28.88-26.84-31.24c-84.35-12.98-149.2-86.13-149.2-174.2c0-102.9 88.61-185.5 193.4-175.4c91.54 8.869 158.6 91.25 158.6 183.2l0 16.16c0 22.09-17.94 40.05-40 40.05s-40.01-17.96-40.01-40.05v-120.1c0-8.847-7.161-16.02-16.01-16.02l-31.98 .0036c-7.299 0-13.2 4.992-15.12 11.68c-24.85-12.15-54.24-16.38-86.06-5.106c-38.75 13.73-68.12 48.91-73.72 89.64c-9.483 69.01 43.81 128 110.9 128c26.44 0 50.43-9.544 69.59-24.88c24 31.3 65.23 48.69 109.4 37.49C465.2 369.3 496 324.1 495.1 277.2V256.3C495.1 107.1 361.2-9.332 207.8 20.73zM239.1 304.3c-26.47 0-48-21.56-48-48.05s21.53-48.05 48-48.05s48 21.56 48 48.05S266.5 304.3 239.1 304.3z\"/></svg>",
|
|
2453
2464
|
"barcode_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M40 32C53.25 32 64 42.75 64 56V456C64 469.3 53.25 480 40 480H24C10.75 480 0 469.3 0 456V56C0 42.75 10.75 32 24 32H40zM128 48V464C128 472.8 120.8 480 112 480C103.2 480 96 472.8 96 464V48C96 39.16 103.2 32 112 32C120.8 32 128 39.16 128 48zM200 32C213.3 32 224 42.75 224 56V456C224 469.3 213.3 480 200 480H184C170.7 480 160 469.3 160 456V56C160 42.75 170.7 32 184 32H200zM296 32C309.3 32 320 42.75 320 56V456C320 469.3 309.3 480 296 480H280C266.7 480 256 469.3 256 456V56C256 42.75 266.7 32 280 32H296zM448 56C448 42.75 458.7 32 472 32H488C501.3 32 512 42.75 512 56V456C512 469.3 501.3 480 488 480H472C458.7 480 448 469.3 448 456V56zM384 48C384 39.16 391.2 32 400 32C408.8 32 416 39.16 416 48V464C416 472.8 408.8 480 400 480C391.2 480 384 472.8 384 464V48z\"/></svg>",
|
|
2454
2465
|
"bars_filter": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M264 392H183.1C170.8 392 160 402.8 160 415.1C160 429.2 170.8 440 183.1 440h80C277.2 440 288 429.2 288 416C288 402.8 277.2 392 264 392zM424 72H23.1C10.8 72 0 82.8 0 95.1S10.8 120 23.1 120H424c13.2 0 24-10.8 24-23.1S437.2 72 424 72zM360 232H87.1C74.8 232 64 242.8 64 255.1C64 269.2 74.8 280 87.1 280h272C373.2 280 384 269.2 384 256C384 242.8 373.2 232 360 232z\"/></svg>",
|
|
2455
2466
|
"calendar_day": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 50 50\" enable-background=\"new 0 0 50 50\" ><g><path fill=\"#022D42\" d=\"M35.4,13.7H14.6c-0.6,0-1,0.5-1,1V20h22.9v-5.2C36.4,14.2,36,13.7,35.4,13.7z M19,18.8c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8C20.8,18,20,18.8,19,18.8z M31,18.8c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8C32.7,18,32,18.8,31,18.8z\"/><path fill=\"#022D42\" d=\"M35.4,22.3v12.6L31.3,39H14.6c0,0,0,0,0,0V22.3H35.4 M36.4,21.3H13.6V39c0,0.6,0.5,1,1,1h17.2l4.7-4.7V21.3L36.4,21.3z\"/><rect x=\"18.2\" y=\"10\" fill=\"#022D42\" width=\"1.6\" height=\"5.2\"/><rect x=\"30.2\" y=\"10\" fill=\"#022D42\" width=\"1.6\" height=\"5.2\"/><rect x=\"18.6\" y=\"30.5\" fill=\"#022D42\" width=\"3.4\" height=\"3.4\"/><rect x=\"19.1\" y=\"24.8\" opacity=\"0.1\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"19.1\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"19.1\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"24.8\" opacity=\"0.1\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"24.8\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"31.6\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"31.6\" y=\"24.8\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"31.6\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"24.8\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"24.8\" opacity=\"0.1\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/></g></svg>",
|
|
@@ -2462,8 +2473,11 @@
|
|
|
2462
2473
|
"credit_card_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M512 32C547.3 32 576 60.65 576 96V128H0V96C0 60.65 28.65 32 64 32H512zM576 416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V224H576V416zM112 352C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384z\"/></svg>",
|
|
2463
2474
|
"delivery_truck": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"15.35\" y=\"16.56\" width=\"15.14\" height=\"10.94\" transform=\"translate(-1.83 2.08) rotate(-5)\" fill=\"#484f60\"/><path d=\"M38.5,18.1l-6.9.61L32.41,28l-7.63.67a3.76,3.76,0,0,1,1.43,2.25l7.25-.63A3.83,3.83,0,0,1,41,29.6l1-.1-.52-6Zm.29,5.84-3.91.34a.51.51,0,0,1-.55-.46L34,20.1a.49.49,0,0,1,.45-.54l2.27-.2a.5.5,0,0,1,.48.25l2,3.59A.5.5,0,0,1,38.79,23.94Z\" fill=\"#484f60\"/><path d=\"M19.66,29.09a3.8,3.8,0,0,0-1,2.46l-.74.07-1.82-.94L16,29.41Z\" fill=\"#484f60\"/><path d=\"M34.56,30.62a2.74,2.74,0,1,0,2.49-3A2.73,2.73,0,0,0,34.56,30.62Z\" fill=\"#484f60\"/><path d=\"M19.74,31.91a2.74,2.74,0,1,0,2.49-3A2.74,2.74,0,0,0,19.74,31.91Z\" fill=\"#484f60\"/><rect x=\"7.96\" y=\"17.63\" width=\"5\" height=\"1\" transform=\"translate(-1.54 0.98) rotate(-5)\" fill=\"#484f60\"/><rect x=\"11.02\" y=\"29.71\" width=\"3\" height=\"1\" transform=\"translate(-2.59 1.21) rotate(-5)\" fill=\"#484f60\"/><rect x=\"9.48\" y=\"23.53\" width=\"4\" height=\"1\" transform=\"matrix(1, -0.09, 0.09, 1, -2.05, 1.09)\" fill=\"#484f60\"/></svg>",
|
|
2464
2475
|
"edit_pencil": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><polygon points=\"12.54 38.16 12 37.62 14.85 29.64 20.52 35.31 12.54 38.16\" fill=\"#484f60\"/><rect x=\"16.33\" y=\"20.52\" width=\"17.99\" height=\"8.64\" transform=\"translate(-10.15 25.18) rotate(-45)\" fill=\"#484f60\"/><path d=\"M37.54,18.73,36,20.32l-6.11-6.1,1.59-1.59a1.55,1.55,0,0,1,2.2,0l3.91,3.9A1.55,1.55,0,0,1,37.54,18.73Z\" fill=\"#484f60\"/></svg>",
|
|
2476
|
+
"file_circle_info_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M0 64C0 28.65 28.65 0 64 0H224V128C224 145.7 238.3 160 256 160H384V198.6C310.1 219.5 256 287.4 256 368C256 427.1 285.1 479.3 329.7 511.3C326.6 511.7 323.3 512 320 512H64C28.65 512 0 483.3 0 448V64zM256 128V0L384 128H256zM288 368C288 288.5 352.5 224 432 224C511.5 224 576 288.5 576 368C576 447.5 511.5 512 432 512C352.5 512 288 447.5 288 368zM432 320C445.3 320 456 309.3 456 296C456 282.7 445.3 272 432 272C418.7 272 408 282.7 408 296C408 309.3 418.7 320 432 320zM416 384L416 432C407.2 432 400 439.2 400 448C400 456.8 407.2 464 416 464H448C456.8 464 464 456.8 464 448C464 439.2 456.8 432 448 432V368C448 359.2 440.8 352 432 352H416C407.2 352 400 359.2 400 368C400 376.8 407.2 384 416 384z\"/></svg>",
|
|
2477
|
+
"file_pdf_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M88 304H80V256H88C101.3 256 112 266.7 112 280C112 293.3 101.3 304 88 304zM192 256H200C208.8 256 216 263.2 216 272V336C216 344.8 208.8 352 200 352H192V256zM224 0V128C224 145.7 238.3 160 256 160H384V448C384 483.3 355.3 512 320 512H64C28.65 512 0 483.3 0 448V64C0 28.65 28.65 0 64 0H224zM64 224C55.16 224 48 231.2 48 240V368C48 376.8 55.16 384 64 384C72.84 384 80 376.8 80 368V336H88C118.9 336 144 310.9 144 280C144 249.1 118.9 224 88 224H64zM160 368C160 376.8 167.2 384 176 384H200C226.5 384 248 362.5 248 336V272C248 245.5 226.5 224 200 224H176C167.2 224 160 231.2 160 240V368zM288 224C279.2 224 272 231.2 272 240V368C272 376.8 279.2 384 288 384C296.8 384 304 376.8 304 368V320H336C344.8 320 352 312.8 352 304C352 295.2 344.8 288 336 288H304V256H336C344.8 256 352 248.8 352 240C352 231.2 344.8 224 336 224H288zM256 0L384 128H256V0z\"/></svg>",
|
|
2465
2478
|
"grip_dots_vertical_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M48 144c26.5 0 48-21.5 48-48s-21.5-48-48-48S0 69.5 0 96s21.5 48 48 48zm0 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48zM96 416c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM208 144c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48zm48 112c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM208 464c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48z\"/></svg>",
|
|
2466
2479
|
"ideal_logo": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 306.1 269.8\" style=\"enable-background:new 0 0 306.1 269.8;\" ><style type=\"text/css\">.st0{fill:#FFFFFF;}.st1{fill:#CC0066;}</style><g><g><path class=\"st0\" d=\"M0,20v229.8c0,11,9,20,20,20h137.3c103.8,0,148.8-58.1,148.8-135.2C306.1,57.9,261.1,0,157.3,0H20C9,0,0,9,0,20z\"/><path class=\"st1\" d=\"M91.9,56.4v169.8h73.9c67.1,0,96.2-37.9,96.2-91.5c0-51.3-29.1-91.1-96.2-91.1h-61.1C97.6,43.6,91.9,49.4,91.9,56.4z\"/><g><g><path d=\"M157.3,251.5H37.9c-10.6,0-19.2-8.6-19.2-19.2V37.6c0-10.6,8.6-19.2,19.2-19.2h119.4c113.3,0,130.2,72.9,130.2,116.3C287.5,210,241.2,251.5,157.3,251.5z M37.9,24.8c-7.1,0-12.8,5.7-12.8,12.8v194.7c0,7.1,5.7,12.8,12.8,12.8h119.4c79.8,0,123.8-39.2,123.8-110.4c0-95.6-77.6-109.9-123.8-109.9H37.9z\"/></g></g></g><g><path class=\"st0\" d=\"M117.9,111.8c2.6,0,5,0.4,7.3,1.2c2.3,0.8,4.2,2.1,5.9,3.7c1.6,1.7,2.9,3.8,3.9,6.2c0.9,2.5,1.4,5.4,1.4,8.8c0,3-0.4,5.7-1.1,8.2c-0.8,2.5-1.9,4.7-3.4,6.5c-1.5,1.8-3.4,3.2-5.7,4.3c-2.3,1-5,1.6-8.1,1.6h-17.5v-40.6H117.9z M117.3,144.9c1.3,0,2.5-0.2,3.8-0.6c1.2-0.4,2.3-1.1,3.2-2.1c0.9-1,1.7-2.2,2.3-3.8c0.6-1.6,0.9-3.4,0.9-5.7c0-2-0.2-3.9-0.6-5.5c-0.4-1.6-1.1-3.1-2-4.2s-2.1-2.1-3.6-2.7c-1.5-0.6-3.3-0.9-5.5-0.9h-6.4v25.6H117.3z\"/><path class=\"st0\" d=\"M172.5,111.8v7.5h-21.4v8.7h19.7v6.9h-19.7v9.9H173v7.5h-30.8v-40.6H172.5z\"/><path class=\"st0\" d=\"M203.1,111.8l15.2,40.6H209l-3.1-9h-15.2l-3.2,9h-9l15.3-40.6H203.1z M203.6,136.7l-5.1-14.9h-0.1l-5.3,14.9H203.6z\"/><path class=\"st0\" d=\"M232.8,111.8v33.1h19.8v7.5h-28.7v-40.6H232.8z\"/></g><g><circle cx=\"58.5\" cy=\"132.1\" r=\"18.7\"/></g><path d=\"M72.6,226.2L72.6,226.2c-15.7,0-28.3-12.7-28.3-28.3v-22.1c0-7.8,6.3-14.2,14.2-14.2h0c7.8,0,14.2,6.3,14.2,14.2V226.2z\"/></g></svg>",
|
|
2480
|
+
"inbox_in_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 32V210.7l41.4-41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7V32c0-17.7 14.3-32 32-32s32 14.3 32 32zM48 320h76.2c12.1 0 23.2 6.8 28.6 17.7l14.3 28.6c5.4 10.8 16.5 17.7 28.6 17.7H316.2c12.1 0 23.2-6.8 28.6-17.7l14.3-28.6c5.4-10.8 16.5-17.7 28.6-17.7H464c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48z\"/></svg>",
|
|
2467
2481
|
"list_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M88 48C101.3 48 112 58.75 112 72V120C112 133.3 101.3 144 88 144H40C26.75 144 16 133.3 16 120V72C16 58.75 26.75 48 40 48H88zM488 72C501.3 72 512 82.75 512 96C512 109.3 501.3 120 488 120H184C170.7 120 160 109.3 160 96C160 82.75 170.7 72 184 72H488zM488 232C501.3 232 512 242.7 512 256C512 269.3 501.3 280 488 280H184C170.7 280 160 269.3 160 256C160 242.7 170.7 232 184 232H488zM488 392C501.3 392 512 402.7 512 416C512 429.3 501.3 440 488 440H184C170.7 440 160 429.3 160 416C160 402.7 170.7 392 184 392H488zM16 232C16 218.7 26.75 208 40 208H88C101.3 208 112 218.7 112 232V280C112 293.3 101.3 304 88 304H40C26.75 304 16 293.3 16 280V232zM88 368C101.3 368 112 378.7 112 392V440C112 453.3 101.3 464 88 464H40C26.75 464 16 453.3 16 440V392C16 378.7 26.75 368 40 368H88z\"/></svg>",
|
|
2468
2482
|
"list_view": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 51 51\"><rect x=\"26.5\" y=\"13\" width=\"14\" height=\"7\" fill=\"#4d5050\"/><rect x=\"10.5\" y=\"13\" width=\"14\" height=\"7\" fill=\"#4d5050\"/><rect x=\"10.5\" y=\"22\" width=\"14\" height=\"7\" fill=\"#4d5050\"/><rect x=\"26.5\" y=\"22\" width=\"14\" height=\"7\" fill=\"#4d5050\"/><rect x=\"10.5\" y=\"31\" width=\"14\" height=\"7\" fill=\"#4d5050\"/><rect x=\"26.5\" y=\"31\" width=\"14\" height=\"7\" fill=\"#4d5050\"/></svg>",
|
|
2469
2483
|
"location_dot_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2H168.3zM192 256C227.3 256 256 227.3 256 192C256 156.7 227.3 128 192 128C156.7 128 128 156.7 128 192C128 227.3 156.7 256 192 256z\"/></svg>",
|
|
@@ -2476,8 +2490,11 @@
|
|
|
2476
2490
|
"menu": "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"><svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z\" /></svg>",
|
|
2477
2491
|
"pallet_boxes_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M96 255.1L288 256c17.6 0 32-14.4 32-32V31.1c0-17.6-14.4-31.1-32-31.1L96 0c-17.6 0-32 14.4-32 32V224C64 241.6 78.4 255.1 96 255.1zM416 255.1h128c17.6 0 32-14.4 32-31.1v-128c0-17.6-14.4-32-32-32h-128c-17.6 0-32 14.4-32 32v128C384 241.6 398.4 255.1 416 255.1zM624 384c8.75 0 16-7.25 16-16v-32c0-8.75-7.25-16-16-16h-608C7.25 320 0 327.3 0 336v32C0 376.8 7.25 384 16 384H64v64H16C7.25 448 0 455.3 0 464v32C0 504.8 7.25 512 16 512h608c8.75 0 16-7.25 16-16v-32c0-8.75-7.25-16-16-16H576v-64H624zM288 448H128v-64h160V448zM512 448h-160v-64h160V448z\"/></svg>",
|
|
2478
2492
|
"plus_round": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"-288 379 35 35\" enable-background=\"new -288 379 35 35\" ><path fill=\"#29363E\" d=\"M-270.5,381.5c-8.3,0-15,6.7-15,15c0,8.3,6.7,15,15,15s15-6.7,15-15C-255.5,388.2-262.2,381.5-270.5,381.5z M-261.1,397.3c0,0.9-0.7,1.6-1.6,1.6h-5.5v5.5c0,0.9-0.7,1.6-1.6,1.6h-1.6c-0.9,0-1.6-0.7-1.6-1.6v-5.5h-5.5c-0.9,0-1.6-0.7-1.6-1.6v-1.6c0-0.9,0.7-1.6,1.6-1.6h5.5v-5.5c0-0.9,0.7-1.6,1.6-1.6h1.6c0.9,0,1.6,0.7,1.6,1.6v5.5h5.5c0.9,0,1.6,0.7,1.6,1.6V397.3z\"/></svg>",
|
|
2493
|
+
"print_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 192H64C28.65 192 0 220.7 0 256v96c0 17.67 14.33 32 32 32h32v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h32c17.67 0 32-14.33 32-32V256C512 220.7 483.3 192 448 192zM384 448H128v-96h256V448zM432 296c-13.25 0-24-10.75-24-24c0-13.27 10.75-24 24-24s24 10.73 24 24C456 285.3 445.3 296 432 296zM128 64h229.5L384 90.51V160h64V77.25c0-8.484-3.375-16.62-9.375-22.62l-45.25-45.25C387.4 3.375 379.2 0 370.8 0H96C78.34 0 64 14.33 64 32v128h64V64z\"/></svg>",
|
|
2479
2494
|
"purchase": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><g opacity=\"0.75\"><polygon points=\"33.34 25.04 27.34 28.52 33.35 31.97 39.34 28.49 33.34 25.04\" fill=\"#484f60\"/><polygon points=\"33.99 33.08 39.99 29.6 40 36.53 34.01 40.01 33.99 33.08\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"26.72 36.55 26.71 29.63 32.71 33.08 32.72 40.01 26.72 36.55\" fill=\"#484f60\" opacity=\"0.25\"/><polygon points=\"12.78 28.54 18.79 32 24.78 28.52 18.77 25.07 12.78 28.54\" fill=\"#484f60\"/><polygon points=\"19.43 33.1 25.42 29.63 25.44 36.56 19.44 40.03 19.43 33.1\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"12.15 36.58 12.14 29.65 18.15 33.11 18.16 40.04 12.15 36.58\" fill=\"#484f60\" opacity=\"0.25\"/><polygon points=\"32.04 15.89 26.03 12.44 22.09 14.73 27.52 14.73 24.03 18.21 26.05 19.37 32.04 15.89\" fill=\"#484f60\"/><polygon points=\"32.68 17 26.69 20.48 26.7 27.41 32.7 23.93 32.68 17\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"23.1 19.15 19.41 22.83 19.41 23.95 25.42 27.41 25.41 20.48 23.1 19.15\" fill=\"#484f60\" opacity=\"0.25\"/></g><polygon points=\"19.03 16.34 19.03 10.3 14.61 10.3 14.61 16.34 14.61 16.34 10 16.34 16.82 23.16 23.64 16.34 19.03 16.34\" fill=\"#484f60\"/></svg>",
|
|
2480
2495
|
"resize": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 51 51\"><polygon points=\"1.1 49.9 1.1 30.6 7.8 37.3 37.3 8 30.6 1.3 49.9 1.3 49.9 20.6 43.2 13.9 13.7 43.2 20.5 49.9 1.1 49.9\" fill=\"#4d5050\"/></svg>",
|
|
2496
|
+
"share_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M503.7 226.2l-176 151.1c-15.38 13.3-39.69 2.545-39.69-18.16V272.1C132.9 274.3 66.06 312.8 111.4 457.8c5.031 16.09-14.41 28.56-28.06 18.62C39.59 444.6 0 383.8 0 322.3c0-152.2 127.4-184.4 288-186.3V56.02c0-20.67 24.28-31.46 39.69-18.16l176 151.1C514.8 199.4 514.8 216.6 503.7 226.2z\"/></svg>",
|
|
2497
|
+
"shelves_light": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 0C615.2 0 608 7.162 608 16V160H32V16C32 7.162 24.84 0 16 0S0 7.162 0 16v480C0 504.8 7.164 512 16 512S32 504.8 32 496V448h576v48c0 8.836 7.164 16 16 16s16-7.164 16-16v-480C640 7.162 632.8 0 624 0zM608 416H32V192h576V416zM384 128h64c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v64C352 113.7 366.3 128 384 128zM384 32h64v64h-64V32zM288 384h64c17.67 0 32-14.33 32-32V288c0-17.67-14.33-32-32-32H288C270.3 256 256 270.3 256 288v64C256 369.7 270.3 384 288 384zM288 288h64v64H288V288zM128 384h64c17.67 0 32-14.33 32-32V288c0-17.67-14.33-32-32-32H128C110.3 256 96 270.3 96 288v64C96 369.7 110.3 384 128 384zM128 288h64v64H128V288z\"/></svg>",
|
|
2481
2498
|
"shelves_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 0c-17.6 0-32 14.4-32 31.1V160H64V31.1C64 14.4 49.6 0 32 0S0 14.4 0 31.1v480h64v-32h512v32h64v-480C640 14.4 625.6 0 608 0zM576 416H64V224h512V416zM368 128h96C472.8 128 480 120.8 480 112v-96C480 7.25 472.8 0 464 0h-96C359.2 0 352 7.25 352 16v96C352 120.8 359.2 128 368 128zM112 384h96C216.8 384 224 376.8 224 368v-96C224 263.2 216.8 256 208 256h-96C103.2 256 96 263.2 96 272v96C96 376.8 103.2 384 112 384zM272 384h96c8.75 0 16-7.25 16-16v-96C384 263.2 376.8 256 368 256h-96C263.2 256 256 263.2 256 272v96C256 376.8 263.2 384 272 384z\"/></svg>",
|
|
2482
2499
|
"side_panel": "<svg width=\"47px\" height=\"43px\" viewBox=\"0 0 47 43\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><defs><image width=\"47\" height=\"43\" xlink:href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAArCAYAAADottG6AAAABHNCSVQICAgIfAhkiAAAAHtJREFUWIXt18EJwCAQAEENKSNv60gVgVQYSBWpw3f6OHvQx3Kw8xcX0QNrRERJaqMDVhhPMZ5iPMV4ivEU4ynGU/bZhb3/5Xm/pc3v6yytHdPrq58RiPEUHywl9bUxnuKDpaS+NsZTUsennjapT95RSTGeYjzFeErq+AEBrixGEVJ5mAAAAABJRU5ErkJggg==\" /></defs><use xlink:href=\"#img_1\" fill=\"#FFFFFF\" stroke=\"none\" /></svg>",
|
|
2483
2500
|
"slide_in": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M12,12.17H38v26H12ZM36.76,13.4H13.24V36.93H36.76Z\" fill=\"#484f60\"/><polygon points=\"33.71 23.42 28.41 23.42 28.41 20.43 24.13 24.72 28.41 29.01 28.41 26.02 33.71 26.02 33.71 23.42\" fill=\"#484f60\"/><rect x=\"12\" y=\"12.17\" width=\"9\" height=\"26\" fill=\"#484f60\"/></svg>",
|
|
@@ -2997,7 +3014,9 @@
|
|
|
2997
3014
|
var DialogTransactionLineWarehouseLocationComponent = /** @class */ (function (_super) {
|
|
2998
3015
|
__extends(DialogTransactionLineWarehouseLocationComponent, _super);
|
|
2999
3016
|
function DialogTransactionLineWarehouseLocationComponent() {
|
|
3000
|
-
|
|
3017
|
+
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
3018
|
+
_this.showClose = false;
|
|
3019
|
+
return _this;
|
|
3001
3020
|
}
|
|
3002
3021
|
DialogTransactionLineWarehouseLocationComponent.prototype.showClass = function () {
|
|
3003
3022
|
return true;
|
|
@@ -3007,12 +3026,13 @@
|
|
|
3007
3026
|
DialogTransactionLineWarehouseLocationComponent.decorators = [
|
|
3008
3027
|
{ type: i0.Component, args: [{
|
|
3009
3028
|
selector: "co-dialog-transaction-line-warehouse-location",
|
|
3010
|
-
template: "\n <co-dialog [headerTemplate]=\"dialogHeader\" [footerTemplate]=\"footerTemplate\" [showCloseIcon]=\"
|
|
3029
|
+
template: "\n <co-dialog [headerTemplate]=\"dialogHeader\" [footerTemplate]=\"footerTemplate\" [showCloseIcon]=\"showClose\" (closeClick)=\"handleClose(buttonType.Ok)\">\n <co-transaction-line-warehouse-location\n [autoClose]=\"autoClose\"\n [useModel]=\"useModel\"\n [transactionLine]=\"transactionLine\"\n [searchText]=\"searchText\"\n [warehouseNr]=\"warehouseNr\"\n (closeAfterCommit)=\"handleClose(buttonType.Ok)\"\n (valueChange)=\"handleValueChange($event)\"\n ></co-transaction-line-warehouse-location>\n </co-dialog>\n <ng-template #dialogHeader>\n <co-dialog-header-search [title]=\"'LOCATION'\" (search)=\"handleSearch($event)\"></co-dialog-header-search>\n </ng-template>\n <ng-template #footerTemplate>\n <div class=\"dialog-footer-button-wrapper\" *ngIf=\"!useModel\">\n <co-button [label]=\"'OK' | localize\" (click)=\"handleOkClick()\"></co-button>\n </div>\n </ng-template>\n ",
|
|
3011
3030
|
encapsulation: i0.ViewEncapsulation.None
|
|
3012
3031
|
},] }
|
|
3013
3032
|
];
|
|
3014
3033
|
DialogTransactionLineWarehouseLocationComponent.propDecorators = {
|
|
3015
3034
|
warehouseNr: [{ type: i0.Input }],
|
|
3035
|
+
showClose: [{ type: i0.Input }],
|
|
3016
3036
|
showClass: [{ type: i0.HostBinding, args: ["class.co-dialog-transaction-line-warehouse-location",] }]
|
|
3017
3037
|
};
|
|
3018
3038
|
|
|
@@ -3149,9 +3169,12 @@
|
|
|
3149
3169
|
};
|
|
3150
3170
|
return this.dynamicComponentService.createComponent(DialogTransactionLineCommissionCodeComponent, data);
|
|
3151
3171
|
};
|
|
3152
|
-
DialogService.prototype.showWarehouseLocation = function (warehouseNr) {
|
|
3172
|
+
DialogService.prototype.showWarehouseLocation = function (warehouseNr, useModel, autoClose, showClose, transactionLine) {
|
|
3153
3173
|
var data = {
|
|
3154
|
-
useModel:
|
|
3174
|
+
useModel: useModel,
|
|
3175
|
+
autoClose: autoClose,
|
|
3176
|
+
showClose: showClose,
|
|
3177
|
+
transactionLine: transactionLine,
|
|
3155
3178
|
warehouseNr: warehouseNr
|
|
3156
3179
|
};
|
|
3157
3180
|
return this.dynamicComponentService.createComponent(DialogTransactionLineWarehouseLocationComponent, data);
|
|
@@ -3957,7 +3980,7 @@
|
|
|
3957
3980
|
var result;
|
|
3958
3981
|
return __generator(this, function (_a) {
|
|
3959
3982
|
switch (_a.label) {
|
|
3960
|
-
case 0: return [4 /*yield*/, this.connector.
|
|
3983
|
+
case 0: return [4 /*yield*/, this.connector.getPaymentMethodsForSalesOrder()];
|
|
3961
3984
|
case 1:
|
|
3962
3985
|
result = _a.sent();
|
|
3963
3986
|
if (result.validationResult && result.validationResult.success) {
|
|
@@ -10177,7 +10200,7 @@
|
|
|
10177
10200
|
TransactionSearchPurchaseOrderTileComponent.decorators = [
|
|
10178
10201
|
{ type: i0.Component, args: [{
|
|
10179
10202
|
selector: "co-transaction-search-purchase-order-tile",
|
|
10180
|
-
template: "\n <div class=\"transaction-tile-wrapper\" (click)=\"onTransactionClick(transaction)\">\n <div class=\"tile\">\n <div class=\"tile-header\">\n <div class=\"tile-upper-left\">\n <div class=\"transaction-tile-avatar\">\n <co-avatar [image]=\"transaction.execImage\" [relationId]=\"transaction.handledBy\"></co-avatar>\n </div>\n </div>\n <div class=\"tile-upper-middle\">\n <div class=\"header\"><span [textContent]=\"transaction.transNr\"></span></div>\n <div class=\"text\"><span [textContent]=\"transaction.brancheName\"></span></div>\n </div>\n <div class=\"tile-upper-right\">\n <div class=\"status-bar-wrapper\">\n <co-
|
|
10203
|
+
template: "\n <div class=\"transaction-tile-wrapper\" (click)=\"onTransactionClick(transaction)\">\n <div class=\"tile\">\n <div class=\"tile-header\">\n <div class=\"tile-upper-left\">\n <div class=\"transaction-tile-avatar\">\n <co-avatar [image]=\"transaction.execImage\" [relationId]=\"transaction.handledBy\"></co-avatar>\n </div>\n </div>\n <div class=\"tile-upper-middle\">\n <div class=\"header\"><span [textContent]=\"transaction.transNr\"></span></div>\n <div class=\"text\"><span [textContent]=\"transaction.brancheName\"></span></div>\n </div>\n <div class=\"tile-upper-right\">\n <div class=\"status-bar-wrapper\">\n <co-transaction-statusbar [transaction]=\"transaction\" [transactionKind]=\"transaction.transactionKind\"></co-transaction-statusbar>\n </div>\n <div class=\"header\"><span [textContent]=\"transaction.totalPriceWithVat | currency:'EUR'\"></span></div>\n </div>\n </div>\n <div class=\"tile-body\">\n <div class=\"tile-middle-left\"></div>\n <div class=\"tile-middle-middle\">\n <div class=\"text\"><span [textContent]=\"transaction.relationName\"></span></div>\n <div class=\"text\"><span [textContent]=\"transaction.getAdres()\"></span></div>\n </div>\n <div class=\"tile-middle-right\"></div>\n </div>\n <div class=\"tile-footer\">\n <div class=\"tile-bottom-left order-info-section\">\n <div class=\"label\"><span [textContent]=\"'ORDER_DATE' | localize\"></span></div>\n <div class=\"value\">\n <span [textContent]=\"transaction.getTransDate() | date:'dd MMM yyyy'\"></span></div>\n </div>\n <div class=\"tile-bottom-middle order-info-section\">\n <div class=\"label\"><span [textContent]=\"'DELIVERY_DATE' | localize\"></span></div>\n <div class=\"value\">\n <span [textContent]=\"transaction.getDeliveryDate() | date:'dd MMM yyyy'\"></span>\n <div *ngIf=\"transaction.getDeliveryDate()\">\n <co-icon *ngIf=\"transaction.deliveryDateDefinitive; else indefinite\"\n [iconData]=\"this.iconCacheService.getIcon(this.icons.Lock)\" class=\"lock-icon\"></co-icon>\n <ng-template #indefinite>\n <co-icon [iconData]=\"this.iconCacheService.getIcon(this.icons.Unlock)\" class=\"unlock-icon\"></co-icon>\n </ng-template>\n </div>\n </div>\n </div>\n <div class=\"tile-bottom-right order-info-section\">\n <div class=\"label\"><span [textContent]=\"'ORDER_RULE' | localize\"></span></div>\n <div class=\"value\">\n <span [textContent]=\"'68/00'\"></span></div>\n </div>\n </div>\n </div>\n </div>\n ",
|
|
10181
10204
|
encapsulation: i0.ViewEncapsulation.None
|
|
10182
10205
|
},] }
|
|
10183
10206
|
];
|
|
@@ -10194,7 +10217,7 @@
|
|
|
10194
10217
|
TransactionSearchSalesOrderTileComponent.decorators = [
|
|
10195
10218
|
{ type: i0.Component, args: [{
|
|
10196
10219
|
selector: "co-transaction-search-sales-order-tile",
|
|
10197
|
-
template: "\n <div class=\"transaction-tile-wrapper\" (click)=\"onTransactionClick(transaction)\">\n <div class=\"tile\">\n <div class=\"tile-header\">\n <div class=\"tile-upper-left\">\n <div class=\"transaction-tile-avatar\">\n <co-avatar [image]=\"transaction.execImage\" [relationId]=\"transaction.handledBy\"></co-avatar>\n </div>\n </div>\n <div class=\"tile-upper-middle\">\n <div class=\"header\"><span [textContent]=\"transaction.transNr\"></span></div>\n <div class=\"text\"><span [textContent]=\"transaction.brancheName\"></span></div>\n </div>\n <div class=\"tile-upper-right\">\n <div class=\"status-bar-wrapper\">\n <co-
|
|
10220
|
+
template: "\n <div class=\"transaction-tile-wrapper\" (click)=\"onTransactionClick(transaction)\">\n <div class=\"tile\">\n <div class=\"tile-header\">\n <div class=\"tile-upper-left\">\n <div class=\"transaction-tile-avatar\">\n <co-avatar [image]=\"transaction.execImage\" [relationId]=\"transaction.handledBy\"></co-avatar>\n </div>\n </div>\n <div class=\"tile-upper-middle\">\n <div class=\"header\"><span [textContent]=\"transaction.transNr\"></span></div>\n <div class=\"text\"><span [textContent]=\"transaction.brancheName\"></span></div>\n </div>\n <div class=\"tile-upper-right\">\n <div class=\"status-bar-wrapper\">\n <co-transaction-statusbar [transaction]=\"transaction\" [transactionKind]=\"transaction.transactionKind\"></co-transaction-statusbar>\n </div>\n <div class=\"header\"><span [textContent]=\"transaction.totalPriceWithVat | currency:'EUR'\"></span></div>\n </div>\n </div>\n <div class=\"tile-body\">\n <div class=\"tile-middle-left\"></div>\n <div class=\"tile-middle-middle\">\n <div class=\"text\"><span [textContent]=\"transaction.relationName\"></span></div>\n <div class=\"text\"><span [textContent]=\"transaction.getAdres()\"></span></div>\n </div>\n <div class=\"tile-middle-right\"></div>\n </div>\n <div class=\"tile-footer\">\n <div class=\"tile-bottom-left order-info-section\">\n <div class=\"label\"><span [textContent]=\"'ORDER_DATE' | localize\"></span></div>\n <div class=\"value\">\n <span [textContent]=\"transaction.getTransDate() | date:'dd MMM yyyy'\"></span></div>\n </div>\n <div class=\"tile-bottom-middle order-info-section\">\n <div class=\"label\"><span [textContent]=\"'DELIVERY_DATE' | localize\"></span></div>\n <div class=\"value\">\n <span [textContent]=\"transaction.getDeliveryDate() | date:'dd MMM yyyy'\"></span>\n <div *ngIf=\"transaction.getDeliveryDate()\">\n <co-icon *ngIf=\"transaction.deliveryDateDefinitive; else indefinite\"\n [iconData]=\"this.iconCacheService.getIcon(this.icons.Lock)\" class=\"lock-icon\"></co-icon>\n <ng-template #indefinite>\n <co-icon [iconData]=\"this.iconCacheService.getIcon(this.icons.Unlock)\" class=\"unlock-icon\"></co-icon>\n </ng-template>\n </div>\n </div>\n </div>\n <div class=\"tile-bottom-right order-info-section\">\n <div class=\"label\"><span [textContent]=\"'ORDER_RULE' | localize\"></span></div>\n <div class=\"value\">\n <span [textContent]=\"'68/00'\"></span></div>\n </div>\n </div>\n </div>\n </div>",
|
|
10198
10221
|
encapsulation: i0.ViewEncapsulation.None
|
|
10199
10222
|
},] }
|
|
10200
10223
|
];
|
|
@@ -10343,10 +10366,10 @@
|
|
|
10343
10366
|
this.transactionLineClicked = new rxjs.Subject();
|
|
10344
10367
|
this.rightSidebarClose = new rxjs.Subject();
|
|
10345
10368
|
this.scrollContent = new rxjs.Subject();
|
|
10346
|
-
this.receivedPurchaseOrderCommit = new rxjs.Subject();
|
|
10347
10369
|
this.commitReceivePurchaseOrders = new rxjs.Subject();
|
|
10348
10370
|
this.selectAllLines = new rxjs.Subject();
|
|
10349
10371
|
this.transactionLineChanged = new rxjs.Subject();
|
|
10372
|
+
this.openSidePanel = new rxjs.Subject();
|
|
10350
10373
|
}
|
|
10351
10374
|
return TransactionEventService;
|
|
10352
10375
|
}());
|
|
@@ -10357,43 +10380,41 @@
|
|
|
10357
10380
|
|
|
10358
10381
|
var TransactionQuickAccessReceivedGoodsComponent = /** @class */ (function (_super) {
|
|
10359
10382
|
__extends(TransactionQuickAccessReceivedGoodsComponent, _super);
|
|
10360
|
-
function TransactionQuickAccessReceivedGoodsComponent(_transactionService, _transactionEventService) {
|
|
10383
|
+
function TransactionQuickAccessReceivedGoodsComponent(iconService, _transactionService, _transactionEventService) {
|
|
10361
10384
|
var _this = _super.call(this, _transactionService) || this;
|
|
10385
|
+
_this.iconService = iconService;
|
|
10362
10386
|
_this._transactionService = _transactionService;
|
|
10363
10387
|
_this._transactionEventService = _transactionEventService;
|
|
10388
|
+
_this.icons = Icon;
|
|
10389
|
+
_this.localCheckboxState = true;
|
|
10364
10390
|
// Route through event service instead
|
|
10365
10391
|
_this.checkboxValueChanged = new i0.EventEmitter();
|
|
10366
|
-
_this.commitCheckboxState = false;
|
|
10367
|
-
_this._subscriptions = [];
|
|
10368
10392
|
return _this;
|
|
10369
10393
|
}
|
|
10370
10394
|
TransactionQuickAccessReceivedGoodsComponent.prototype.showClass = function () {
|
|
10371
10395
|
return true;
|
|
10372
10396
|
};
|
|
10373
10397
|
TransactionQuickAccessReceivedGoodsComponent.prototype.ngOnInit = function () {
|
|
10374
|
-
var _this = this;
|
|
10375
10398
|
var timeElapsed = Date.now();
|
|
10376
10399
|
this.commitDate = new Date(timeElapsed);
|
|
10377
|
-
this._subscriptions.push(this._transactionEventService.receivedPurchaseOrderCommit.subscribe(function (value) {
|
|
10378
|
-
_this.commitCheckboxState = value;
|
|
10379
|
-
}));
|
|
10380
|
-
};
|
|
10381
|
-
TransactionQuickAccessReceivedGoodsComponent.prototype.ngOnDestroy = function () {
|
|
10382
|
-
this._subscriptions.forEach(function (subscription) { return subscription.unsubscribe(); });
|
|
10383
10400
|
};
|
|
10384
10401
|
TransactionQuickAccessReceivedGoodsComponent.prototype.handleCommitEvent = function (value) {
|
|
10385
10402
|
this._transactionEventService.commitReceivePurchaseOrders.next(value);
|
|
10386
10403
|
};
|
|
10404
|
+
TransactionQuickAccessReceivedGoodsComponent.prototype.handleSelectAllLines = function (value) {
|
|
10405
|
+
this._transactionEventService.selectAllLines.next(value);
|
|
10406
|
+
};
|
|
10387
10407
|
return TransactionQuickAccessReceivedGoodsComponent;
|
|
10388
10408
|
}(TransactionBaseComponent));
|
|
10389
10409
|
TransactionQuickAccessReceivedGoodsComponent.decorators = [
|
|
10390
10410
|
{ type: i0.Component, args: [{
|
|
10391
10411
|
selector: "co-transaction-quick-access-received-goods",
|
|
10392
|
-
template: "\n <co-input-date\n [placeholder]=\"'CONFIRMED_DATE' | localize\"\n [(model)]=\"this.commitDate\"\n ></co-input-date>\n <co-input-text\n [placeholder]=\"'PACKING_SLIP' | localize\"\n [(model)]=\"this.commitReferenceId\"\n ></co-input-text>\n <co-input-checkbox\n class=\"checkbox-wrapper\"\n [(model)]=\"
|
|
10412
|
+
template: "\n <co-input-date\n [placeholder]=\"'CONFIRMED_DATE' | localize\"\n [(model)]=\"this.commitDate\"\n ></co-input-date>\n <co-input-text\n [placeholder]=\"'PACKING_SLIP' | localize\"\n [(model)]=\"this.commitReferenceId\"\n ></co-input-text>\n <co-input-checkbox\n class=\"checkbox-wrapper\"\n [(model)]=\"localCheckboxState\"\n (modelChange)=\"handleSelectAllLines($event)\"\n ></co-input-checkbox>\n <div class=\"buttons\">\n <div class=\"button-wrapper receive\" (click)=\"handleCommitEvent({date: this.commitDate, id: this.commitReferenceId})\">\n <co-icon class=\"button-icon\" [iconData]=\"iconService.getIcon(icons.InboxInSolid)\"></co-icon>\n <span class=\"button-title\" [textContent]=\"'INSIDE' | localize\"></span>\n </div>\n <div class=\"button-wrapper print\">\n <co-icon class=\"button-icon\" [iconData]=\"iconService.getIcon(icons.PrintSolid)\"></co-icon>\n <div class=\"dots-wrapper\"><div class=\"dot\"></div><div class=\"dot\"></div><div class=\"dot\"></div></div>\n </div>\n </div>\n ",
|
|
10393
10413
|
encapsulation: i0.ViewEncapsulation.None
|
|
10394
10414
|
},] }
|
|
10395
10415
|
];
|
|
10396
10416
|
TransactionQuickAccessReceivedGoodsComponent.ctorParameters = function () { return [
|
|
10417
|
+
{ type: IconCacheService },
|
|
10397
10418
|
{ type: TransactionService },
|
|
10398
10419
|
{ type: TransactionEventService }
|
|
10399
10420
|
]; };
|
|
@@ -10630,182 +10651,6 @@
|
|
|
10630
10651
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-lines-grid",] }]
|
|
10631
10652
|
};
|
|
10632
10653
|
|
|
10633
|
-
var ReceiveGoodsViewModel = /** @class */ (function () {
|
|
10634
|
-
function ReceiveGoodsViewModel(transactionLine, goodsReceiptStatus, selected, toReceive) {
|
|
10635
|
-
this.toReceive = 0;
|
|
10636
|
-
this.location = '';
|
|
10637
|
-
this.transactionLine = transactionLine;
|
|
10638
|
-
this.goodsReceiptStatus = goodsReceiptStatus;
|
|
10639
|
-
this.selected = selected;
|
|
10640
|
-
this.toReceive = toReceive;
|
|
10641
|
-
}
|
|
10642
|
-
return ReceiveGoodsViewModel;
|
|
10643
|
-
}());
|
|
10644
|
-
|
|
10645
|
-
var ArticleService = /** @class */ (function () {
|
|
10646
|
-
function ArticleService(_articleConnectorService, _selectMultipleCacheService) {
|
|
10647
|
-
this._articleConnectorService = _articleConnectorService;
|
|
10648
|
-
this._selectMultipleCacheService = _selectMultipleCacheService;
|
|
10649
|
-
}
|
|
10650
|
-
ArticleService.prototype.getWarehouseLocations = function (warehouseNr) {
|
|
10651
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
10652
|
-
var _this = this;
|
|
10653
|
-
return __generator(this, function (_a) {
|
|
10654
|
-
// @ts-ignore
|
|
10655
|
-
return [2 /*return*/, this._selectMultipleCacheService.requestCache(stockLocation_bo.StockLocation, function () {
|
|
10656
|
-
return _this._articleConnectorService.getWarehouseLocations(warehouseNr);
|
|
10657
|
-
}).getValue()];
|
|
10658
|
-
});
|
|
10659
|
-
});
|
|
10660
|
-
};
|
|
10661
|
-
return ArticleService;
|
|
10662
|
-
}());
|
|
10663
|
-
ArticleService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function ArticleService_Factory() { return new ArticleService(i0__namespace.ɵɵinject(ArticleConnectorService), i0__namespace.ɵɵinject(SelectMultipleCacheService)); }, token: ArticleService, providedIn: "root" });
|
|
10664
|
-
ArticleService.decorators = [
|
|
10665
|
-
{ type: i0.Injectable, args: [{
|
|
10666
|
-
providedIn: "root"
|
|
10667
|
-
},] }
|
|
10668
|
-
];
|
|
10669
|
-
ArticleService.ctorParameters = function () { return [
|
|
10670
|
-
{ type: ArticleConnectorService },
|
|
10671
|
-
{ type: SelectMultipleCacheService }
|
|
10672
|
-
]; };
|
|
10673
|
-
|
|
10674
|
-
var TransactionReceivedGoodsGridComponent = /** @class */ (function (_super) {
|
|
10675
|
-
__extends(TransactionReceivedGoodsGridComponent, _super);
|
|
10676
|
-
function TransactionReceivedGoodsGridComponent(_imageService, _transactionService, _transactionEventService, _articleService, _dialogService) {
|
|
10677
|
-
var _this = _super.call(this, _imageService) || this;
|
|
10678
|
-
_this._imageService = _imageService;
|
|
10679
|
-
_this._transactionService = _transactionService;
|
|
10680
|
-
_this._transactionEventService = _transactionEventService;
|
|
10681
|
-
_this._articleService = _articleService;
|
|
10682
|
-
_this._dialogService = _dialogService;
|
|
10683
|
-
_this.columnAlign = corecomponents_v12.ColumnAlign;
|
|
10684
|
-
_this.locationDropdownFields = { text: "locationNo", value: "locationNo" };
|
|
10685
|
-
_this.rowViewModels = new Map();
|
|
10686
|
-
_this._subscriptions = [];
|
|
10687
|
-
_this._subscriptions.push(_this._transactionEventService.commitReceivePurchaseOrders.subscribe((function (value) {
|
|
10688
|
-
_this.handleReceiveSelectedPurchaseOrders(value);
|
|
10689
|
-
})), _this._transactionEventService.transactionLineChanged.subscribe(function (value) {
|
|
10690
|
-
_this.handleTransactionLineChanged(value);
|
|
10691
|
-
}));
|
|
10692
|
-
return _this;
|
|
10693
|
-
}
|
|
10694
|
-
TransactionReceivedGoodsGridComponent.prototype.showClass = function () {
|
|
10695
|
-
return true;
|
|
10696
|
-
};
|
|
10697
|
-
TransactionReceivedGoodsGridComponent.prototype.ngOnInit = function () {
|
|
10698
|
-
var _this = this;
|
|
10699
|
-
this.transactionLines.forEach(function (line) {
|
|
10700
|
-
_this.rowViewModels.set(line, new ReceiveGoodsViewModel(line, new goodsReceiptStatus_bo.GoodsReceiptStatus(), false));
|
|
10701
|
-
});
|
|
10702
|
-
};
|
|
10703
|
-
TransactionReceivedGoodsGridComponent.prototype.ngOnDestroy = function () {
|
|
10704
|
-
this._subscriptions.forEach(function (subscription) { return subscription.unsubscribe(); });
|
|
10705
|
-
};
|
|
10706
|
-
TransactionReceivedGoodsGridComponent.prototype.handleRowVisible = function (row) {
|
|
10707
|
-
var _this = this;
|
|
10708
|
-
if (row.isArticle) {
|
|
10709
|
-
this._transactionService.getGoodsReceiptStatus(this.transactionId, row.lineNr)
|
|
10710
|
-
.then(function (result) {
|
|
10711
|
-
_this.rowViewModels.set(row, new ReceiveGoodsViewModel(row, result, result.quantityToReceive === 0, result.quantityToReceive));
|
|
10712
|
-
});
|
|
10713
|
-
}
|
|
10714
|
-
};
|
|
10715
|
-
TransactionReceivedGoodsGridComponent.prototype.locationRequired = function (row) {
|
|
10716
|
-
return row.isLocationRequired || row.isBatchNrRequired || row.isSerialNrRequired;
|
|
10717
|
-
};
|
|
10718
|
-
TransactionReceivedGoodsGridComponent.prototype.handleDropDownSelected = function (warehouseNr) {
|
|
10719
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
10720
|
-
var _a;
|
|
10721
|
-
return __generator(this, function (_b) {
|
|
10722
|
-
switch (_b.label) {
|
|
10723
|
-
case 0:
|
|
10724
|
-
_a = this;
|
|
10725
|
-
return [4 /*yield*/, this._articleService.getWarehouseLocations(warehouseNr)];
|
|
10726
|
-
case 1:
|
|
10727
|
-
_a.locations = _b.sent();
|
|
10728
|
-
return [2 /*return*/];
|
|
10729
|
-
}
|
|
10730
|
-
});
|
|
10731
|
-
});
|
|
10732
|
-
};
|
|
10733
|
-
TransactionReceivedGoodsGridComponent.prototype.getRowViewModel = function (row) {
|
|
10734
|
-
return this.rowViewModels.get(row);
|
|
10735
|
-
};
|
|
10736
|
-
TransactionReceivedGoodsGridComponent.prototype.handleReceiveSelectedPurchaseOrders = function (value) {
|
|
10737
|
-
var _this = this;
|
|
10738
|
-
var selectedRows = __spreadArray([], __read(this.rowViewModels.values())).filter(function (row) { return row.selected && row.toReceive !== 0; });
|
|
10739
|
-
if (value.checkboxValue && selectedRows.length > 0) {
|
|
10740
|
-
var receivedGoodsRequest_1 = new receiveGoodsForPurchaseOrderRequest_bo.ReceiveGoodsForPurchaseOrderRequest();
|
|
10741
|
-
receivedGoodsRequest_1.transId = this.transactionId;
|
|
10742
|
-
receivedGoodsRequest_1.receivedDate = value.date;
|
|
10743
|
-
receivedGoodsRequest_1.packingSlipNr = value.id;
|
|
10744
|
-
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS = [];
|
|
10745
|
-
selectedRows.forEach(function (row) {
|
|
10746
|
-
var detail = new purchaseOrderLineReceiptDetails_bo.PurchaseOrderLineReceiptDetails();
|
|
10747
|
-
detail.lineNr = row.transactionLine.lineNr;
|
|
10748
|
-
detail.quantityToReceive = row.toReceive;
|
|
10749
|
-
detail.warehouseNr = row.transactionLine.warehouseNumber;
|
|
10750
|
-
detail.locationNr = row.location;
|
|
10751
|
-
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS.push(detail);
|
|
10752
|
-
});
|
|
10753
|
-
this._transactionService.receiveGoodsForPurchaseOrder(receivedGoodsRequest_1).then(function () {
|
|
10754
|
-
_this._handleAfterCommitReceivedOrders(selectedRows);
|
|
10755
|
-
});
|
|
10756
|
-
}
|
|
10757
|
-
};
|
|
10758
|
-
TransactionReceivedGoodsGridComponent.prototype._handleAfterCommitReceivedOrders = function (selectedRows) {
|
|
10759
|
-
selectedRows.forEach(function (row) {
|
|
10760
|
-
row.goodsReceiptStatus.quantityToReceive = row.goodsReceiptStatus.quantityToReceive -= row.toReceive;
|
|
10761
|
-
row.toReceive = row.goodsReceiptStatus.quantityToReceive;
|
|
10762
|
-
if (row.goodsReceiptStatus.quantityToReceive !== 0) {
|
|
10763
|
-
row.selected = false;
|
|
10764
|
-
}
|
|
10765
|
-
});
|
|
10766
|
-
this._transactionEventService.receivedPurchaseOrderCommit.next(false);
|
|
10767
|
-
};
|
|
10768
|
-
TransactionReceivedGoodsGridComponent.prototype.handleTransactionLineChanged = function (change) {
|
|
10769
|
-
var receiveGoodsViewModel = this.rowViewModels.get(change.transactionLine);
|
|
10770
|
-
receiveGoodsViewModel.goodsReceiptStatus.quantityToReceive = change.goodsReceiptStatus.quantityToReceive;
|
|
10771
|
-
receiveGoodsViewModel.toReceive = change.goodsReceiptStatus.quantityToReceive;
|
|
10772
|
-
};
|
|
10773
|
-
TransactionReceivedGoodsGridComponent.prototype.openWarehouseLocationDialog = function (line) {
|
|
10774
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
10775
|
-
var response;
|
|
10776
|
-
return __generator(this, function (_a) {
|
|
10777
|
-
switch (_a.label) {
|
|
10778
|
-
case 0: return [4 /*yield*/, this._dialogService.showWarehouseLocation(line.warehouseNumber)];
|
|
10779
|
-
case 1:
|
|
10780
|
-
response = _a.sent();
|
|
10781
|
-
if (response.button === AppPopupButtonType.Ok) {
|
|
10782
|
-
this.getRowViewModel(line).location = response.output;
|
|
10783
|
-
}
|
|
10784
|
-
return [2 /*return*/];
|
|
10785
|
-
}
|
|
10786
|
-
});
|
|
10787
|
-
});
|
|
10788
|
-
};
|
|
10789
|
-
return TransactionReceivedGoodsGridComponent;
|
|
10790
|
-
}(TransactionGridBaseComponent));
|
|
10791
|
-
TransactionReceivedGoodsGridComponent.decorators = [
|
|
10792
|
-
{ type: i0.Component, args: [{
|
|
10793
|
-
selector: "co-transaction-received-goods-grid",
|
|
10794
|
-
template: "\n <co-transaction-base-grid [transactionLines]=\"transactionLines\" (sidePanelClicked)=\"openSidePanel($event)\" (rowVisible)=\"handleRowVisible($event)\">\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'warehouseNumber'\" [order]=\"40\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [order]=\"45\">\n <ng-template #template let-row = \"row\">\n <div *ngIf=\"row.isArticle\" class=\"location-wrapper\" (click)=\"openWarehouseLocationDialog(row)\">\n <div [textContent]=\"getRowViewModel(row).location ? getRowViewModel(row).location : '-'\"></div>\n </div>\n <!-- <co-drop-down-list-->\n <!-- noTriangleGraphic-->\n <!-- (focus)=\"handleDropDownSelected(row.warehouseNumber)\"-->\n <!-- [required]=\"locationRequired(row) && getRowViewModel(row).goodsReceiptStatus.quantityToReceive > 0\"-->\n <!-- [collection]=\"locations\"-->\n <!-- [fields]=\"locationDropdownFields\"-->\n <!-- [(model)]=\"getRowViewModel(row).location\"-->\n <!-- [disabled]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"-->\n <!-- ></co-drop-down-list>-->\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'IN_ORDER' | localize\" [field]=\"'amount'\" [order]=\"50\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RECEIVED' | localize\" [order]=\"51\">\n <ng-template #template let-row = \"row\">\n <co-input-number-picker *ngIf=\"row.isArticle\"\n [min]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive > 0 ? 1 : 0\"\n [max]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive\"\n [(model)]=\"getRowViewModel(row).toReceive\"\n [disabled]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"\n [readonly]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"\n ></co-input-number-picker>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'BATCH' | localize\" [field]=\"'inOrder'\" [order]=\"52\"></co-simple-grid-column>\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'Commit button'\" [field]=\"'commitButton'\" [order]=\"55\">\n <ng-template #template let-row = \"row\">\n <co-input-checkbox *ngIf=\"row.isArticle\"\n [(model)]=\"getRowViewModel(row).selected\"\n [disabled]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"\n ></co-input-checkbox>\n </ng-template>\n </co-simple-grid-column>\n </co-transaction-base-grid>\n ",
|
|
10795
|
-
encapsulation: i0.ViewEncapsulation.None
|
|
10796
|
-
},] }
|
|
10797
|
-
];
|
|
10798
|
-
TransactionReceivedGoodsGridComponent.ctorParameters = function () { return [
|
|
10799
|
-
{ type: TransactionImageService },
|
|
10800
|
-
{ type: TransactionService },
|
|
10801
|
-
{ type: TransactionEventService },
|
|
10802
|
-
{ type: ArticleService },
|
|
10803
|
-
{ type: DialogService }
|
|
10804
|
-
]; };
|
|
10805
|
-
TransactionReceivedGoodsGridComponent.propDecorators = {
|
|
10806
|
-
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-received-goods-grid",] }]
|
|
10807
|
-
};
|
|
10808
|
-
|
|
10809
10654
|
// Direction type for regular straight directions.
|
|
10810
10655
|
var Direction;
|
|
10811
10656
|
(function (Direction) {
|
|
@@ -10961,10 +10806,10 @@
|
|
|
10961
10806
|
function TransactionLinesLineBaseComponent() {
|
|
10962
10807
|
this.icons = Icon;
|
|
10963
10808
|
this.waitingForUserAction = new i0.EventEmitter();
|
|
10964
|
-
this.sidePanelButtonClicked = new i0.EventEmitter();
|
|
10965
10809
|
this.preview = false;
|
|
10966
10810
|
this.readonly = false;
|
|
10967
10811
|
this.lineSet = new rxjs.BehaviorSubject(false);
|
|
10812
|
+
this.lineVisible = new rxjs.BehaviorSubject(false);
|
|
10968
10813
|
}
|
|
10969
10814
|
Object.defineProperty(TransactionLinesLineBaseComponent.prototype, "line", {
|
|
10970
10815
|
get: function () {
|
|
@@ -10991,8 +10836,8 @@
|
|
|
10991
10836
|
];
|
|
10992
10837
|
TransactionLinesLineBaseComponent.propDecorators = {
|
|
10993
10838
|
line: [{ type: i0.Input }],
|
|
10839
|
+
transactionId: [{ type: i0.Input }],
|
|
10994
10840
|
waitingForUserAction: [{ type: i0.Output }],
|
|
10995
|
-
sidePanelButtonClicked: [{ type: i0.Output }],
|
|
10996
10841
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-base-line",] }],
|
|
10997
10842
|
preview: [{ type: i0.HostBinding, args: ["class.preview",] }, { type: i0.Input }],
|
|
10998
10843
|
isSelected: [{ type: i0.HostBinding, args: ["class.is-selected",] }, { type: i0.Input, args: ['selected',] }],
|
|
@@ -11233,8 +11078,6 @@
|
|
|
11233
11078
|
TransactionOrderDeliveryLineComponent.prototype.showClass = function () {
|
|
11234
11079
|
return true;
|
|
11235
11080
|
};
|
|
11236
|
-
TransactionOrderDeliveryLineComponent.prototype.changeLineAmount = function (amount) {
|
|
11237
|
-
};
|
|
11238
11081
|
TransactionOrderDeliveryLineComponent.prototype.ngOnInit = function () {
|
|
11239
11082
|
var _this = this;
|
|
11240
11083
|
this.allowPartialDelivery = this.service.currentTransaction.transactionInfo.allowPartialDelivery;
|
|
@@ -11245,6 +11088,8 @@
|
|
|
11245
11088
|
TransactionOrderDeliveryLineComponent.prototype.ngOnDestroy = function () {
|
|
11246
11089
|
this._subscriptions.forEach(function (s) { return s.unsubscribe(); });
|
|
11247
11090
|
};
|
|
11091
|
+
TransactionOrderDeliveryLineComponent.prototype.changeLineAmount = function (amount) {
|
|
11092
|
+
};
|
|
11248
11093
|
return TransactionOrderDeliveryLineComponent;
|
|
11249
11094
|
}(TransactionLinesLineBaseComponent));
|
|
11250
11095
|
TransactionOrderDeliveryLineComponent.decorators = [
|
|
@@ -11287,7 +11132,7 @@
|
|
|
11287
11132
|
TransactionQuickAccessOrderDeliveryComponent.decorators = [
|
|
11288
11133
|
{ type: i0.Component, args: [{
|
|
11289
11134
|
selector: "co-transaction-quick-access-order-delivery",
|
|
11290
|
-
template: "\n <div class=\"order-delivery-wrapper\">\n <div class=\"select-all-wrapper\">\n <co-input-checkbox\n (modelChange)=\"handleSelectAllLines($event)\"\n ></co-input-checkbox>\n <span class=\"select-all-text\" [textContent]=\"'SELECT_ALL_LINES' | localize\"></span>\n </div>\n <div class=\"send-button-wrapper\">\n <div class=\"button-wrapper\">\n <co-icon class=\"
|
|
11135
|
+
template: "\n <div class=\"order-delivery-wrapper\">\n <div class=\"select-all-wrapper\">\n <co-input-checkbox\n (modelChange)=\"handleSelectAllLines($event)\"\n ></co-input-checkbox>\n <span class=\"select-all-text\" [textContent]=\"'SELECT_ALL_LINES' | localize\"></span>\n </div>\n <div class=\"send-button-wrapper\">\n <div class=\"button-wrapper\">\n <co-icon class=\"button-icon\" [iconData]=\"iconService.getIcon(icons.ArrowPointRight)\"></co-icon>\n <span class=\"button-title\" [textContent]=\"'SEND' | localize\"></span>\n </div>\n <co-icon class=\"hover-icon\" [iconData]=\"iconService.getIcon(icons.GripDotsVerticalSolid)\" (click)=\"openDeliveryDocumentDialog()\"></co-icon>\n </div>\n </div>\n\n <ione-send-method-dialog\n [showDialog]=\"showDialog\"\n ></ione-send-method-dialog>\n ",
|
|
11291
11136
|
encapsulation: i0.ViewEncapsulation.None
|
|
11292
11137
|
},] }
|
|
11293
11138
|
];
|
|
@@ -11300,60 +11145,205 @@
|
|
|
11300
11145
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-quick-access-order-delivery",] }]
|
|
11301
11146
|
};
|
|
11302
11147
|
|
|
11303
|
-
var
|
|
11304
|
-
function
|
|
11305
|
-
|
|
11306
|
-
|
|
11307
|
-
|
|
11308
|
-
|
|
11309
|
-
|
|
11310
|
-
|
|
11311
|
-
|
|
11312
|
-
|
|
11313
|
-
]],
|
|
11314
|
-
[transactionKind_enum.TransactionKind.SalesOrder, [
|
|
11315
|
-
{ title: 'OVERVIEW', icon: Icon.CartShoppingSolid, category: TransactionTypeCategory.SalesOrderOverview },
|
|
11316
|
-
{ title: 'PURCHASE', icon: Icon.PalletBoxesSolid, category: TransactionTypeCategory.SalesOrderPurchase },
|
|
11317
|
-
{ title: 'LOGISTICS', icon: Icon.ShelvesSolid, category: TransactionTypeCategory.SalesOrderLogistics },
|
|
11318
|
-
{ title: 'PLANNING', icon: Icon.TruckMovingSolid, category: TransactionTypeCategory.SalesOrderPlanning },
|
|
11319
|
-
{ title: 'DELIVERY_NOTE', icon: Icon.MemoCircleCheckSolid, category: TransactionTypeCategory.SalesOrderDeliveryNote },
|
|
11320
|
-
{ title: 'INVOICE', icon: Icon.CartCheck, category: TransactionTypeCategory.SalesOrderInvoice }
|
|
11321
|
-
]],
|
|
11322
|
-
]);
|
|
11323
|
-
this._quickAccessComponent = new Map([
|
|
11324
|
-
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOrderConfirmation }, TransactionQuickAccessOrderConfirmationComponent],
|
|
11325
|
-
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderReceivedGoods }, TransactionQuickAccessReceivedGoodsComponent],
|
|
11326
|
-
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionQuickAccessOverviewComponent],
|
|
11327
|
-
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderDeliveryNote }, TransactionQuickAccessOrderDeliveryComponent]
|
|
11328
|
-
]);
|
|
11329
|
-
this._transactionGridComponent = new Map([
|
|
11330
|
-
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOverview }, TransactionLinesGridComponent],
|
|
11331
|
-
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOrderConfirmation }, TransactionOrderConfirmationGridComponent],
|
|
11332
|
-
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderReceivedGoods }, TransactionReceivedGoodsGridComponent],
|
|
11333
|
-
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionLinesGridComponent]
|
|
11334
|
-
]);
|
|
11335
|
-
this._transactionLineComponent = new Map([
|
|
11336
|
-
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionOverviewLineComponent],
|
|
11337
|
-
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderDeliveryNote }, TransactionOrderDeliveryLineComponent],
|
|
11338
|
-
]);
|
|
11339
|
-
this._transactionFilterComponent = new Map([
|
|
11340
|
-
[{ type: transactionKind_enum.TransactionKind.SalesOrder }, TransactionSalesOrderFilterComponent],
|
|
11341
|
-
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder }, TransactionPurchaseOrderFilterComponent],
|
|
11342
|
-
]);
|
|
11343
|
-
this._transactionSearchGridComponent = new Map([
|
|
11344
|
-
[{ type: transactionKind_enum.TransactionKind.SalesOrder }, TransactionSearchSalesOrderGridComponent],
|
|
11345
|
-
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder }, TransactionSearchPurchaseOrderGridComponent],
|
|
11346
|
-
]);
|
|
11347
|
-
this._transactionSearchTileComponent = new Map([
|
|
11348
|
-
[{ type: transactionKind_enum.TransactionKind.SalesOrder }, TransactionSearchSalesOrderTileComponent],
|
|
11349
|
-
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder }, TransactionSearchPurchaseOrderTileComponent],
|
|
11350
|
-
]);
|
|
11148
|
+
var TransactionReceiveGoodsService = /** @class */ (function () {
|
|
11149
|
+
function TransactionReceiveGoodsService(_transactionService, _transactionEventService) {
|
|
11150
|
+
var _this = this;
|
|
11151
|
+
this._transactionService = _transactionService;
|
|
11152
|
+
this._transactionEventService = _transactionEventService;
|
|
11153
|
+
this.lines = [];
|
|
11154
|
+
this._subscriptions = [];
|
|
11155
|
+
this._subscriptions.push(this._transactionEventService.commitReceivePurchaseOrders.subscribe((function (value) {
|
|
11156
|
+
_this.handleReceiveSelectedPurchaseOrders(value);
|
|
11157
|
+
})));
|
|
11351
11158
|
}
|
|
11352
|
-
|
|
11353
|
-
|
|
11354
|
-
|
|
11159
|
+
TransactionReceiveGoodsService.prototype.handleReceiveSelectedPurchaseOrders = function (value) {
|
|
11160
|
+
var _this = this;
|
|
11161
|
+
var selectedLines = this.lines.filter(function (line) { return line.selected && line.quantityToReceive > 0; });
|
|
11162
|
+
if (selectedLines.length > 0) {
|
|
11163
|
+
var receivedGoodsRequest_1 = new receiveGoodsForPurchaseOrderRequest_bo.ReceiveGoodsForPurchaseOrderRequest();
|
|
11164
|
+
receivedGoodsRequest_1.transId = selectedLines[0].transId;
|
|
11165
|
+
receivedGoodsRequest_1.receivedDate = value.date;
|
|
11166
|
+
receivedGoodsRequest_1.packingSlipNr = value.id;
|
|
11167
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS = [];
|
|
11168
|
+
selectedLines.forEach(function (line) {
|
|
11169
|
+
var detail = new purchaseOrderLineReceiptDetails_bo.PurchaseOrderLineReceiptDetails();
|
|
11170
|
+
detail.lineNr = line.lineNr;
|
|
11171
|
+
detail.quantityToReceive = line.quantityToReceive;
|
|
11172
|
+
detail.warehouseNr = line.warehouseNumber;
|
|
11173
|
+
detail.locationNr = line.locationNr;
|
|
11174
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS.push(detail);
|
|
11175
|
+
});
|
|
11176
|
+
this._transactionService.receiveGoodsForPurchaseOrder(receivedGoodsRequest_1).then(function (response) {
|
|
11177
|
+
if (response) {
|
|
11178
|
+
_this._handleAfterCommitReceivedOrders(selectedLines);
|
|
11179
|
+
}
|
|
11180
|
+
});
|
|
11355
11181
|
}
|
|
11356
|
-
|
|
11182
|
+
};
|
|
11183
|
+
TransactionReceiveGoodsService.prototype._handleAfterCommitReceivedOrders = function (selectedLines) {
|
|
11184
|
+
selectedLines.forEach(function (line) {
|
|
11185
|
+
line.quantityReceived += line.quantityToReceive;
|
|
11186
|
+
line.quantityToReceive -= line.quantityToReceive;
|
|
11187
|
+
if (line.quantityToReceive !== 0) {
|
|
11188
|
+
line.selected = false;
|
|
11189
|
+
}
|
|
11190
|
+
});
|
|
11191
|
+
};
|
|
11192
|
+
return TransactionReceiveGoodsService;
|
|
11193
|
+
}());
|
|
11194
|
+
TransactionReceiveGoodsService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function TransactionReceiveGoodsService_Factory() { return new TransactionReceiveGoodsService(i0__namespace.ɵɵinject(TransactionService), i0__namespace.ɵɵinject(TransactionEventService)); }, token: TransactionReceiveGoodsService, providedIn: "root" });
|
|
11195
|
+
TransactionReceiveGoodsService.decorators = [
|
|
11196
|
+
{ type: i0.Injectable, args: [{
|
|
11197
|
+
providedIn: "root"
|
|
11198
|
+
},] }
|
|
11199
|
+
];
|
|
11200
|
+
TransactionReceiveGoodsService.ctorParameters = function () { return [
|
|
11201
|
+
{ type: TransactionService },
|
|
11202
|
+
{ type: TransactionEventService }
|
|
11203
|
+
]; };
|
|
11204
|
+
|
|
11205
|
+
var ReceiveGoodViewModel = /** @class */ (function (_super) {
|
|
11206
|
+
__extends(ReceiveGoodViewModel, _super);
|
|
11207
|
+
function ReceiveGoodViewModel() {
|
|
11208
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
11209
|
+
}
|
|
11210
|
+
return ReceiveGoodViewModel;
|
|
11211
|
+
}(transactionLineInfo_bo.TransactionLineInfo));
|
|
11212
|
+
|
|
11213
|
+
var TransactionReceiveGoodsLineComponent = /** @class */ (function (_super) {
|
|
11214
|
+
__extends(TransactionReceiveGoodsLineComponent, _super);
|
|
11215
|
+
function TransactionReceiveGoodsLineComponent(iconCacheService, service, _transactionService, _transactionEventService, _transactionReceiveGoodsService) {
|
|
11216
|
+
var _this = _super.call(this) || this;
|
|
11217
|
+
_this.iconCacheService = iconCacheService;
|
|
11218
|
+
_this.service = service;
|
|
11219
|
+
_this._transactionService = _transactionService;
|
|
11220
|
+
_this._transactionEventService = _transactionEventService;
|
|
11221
|
+
_this._transactionReceiveGoodsService = _transactionReceiveGoodsService;
|
|
11222
|
+
_this.icons = Icon;
|
|
11223
|
+
_this.viewModel = new ReceiveGoodViewModel();
|
|
11224
|
+
_this._subscriptions = [];
|
|
11225
|
+
return _this;
|
|
11226
|
+
}
|
|
11227
|
+
TransactionReceiveGoodsLineComponent.prototype.showClass = function () {
|
|
11228
|
+
return true;
|
|
11229
|
+
};
|
|
11230
|
+
TransactionReceiveGoodsLineComponent.prototype.ngOnInit = function () {
|
|
11231
|
+
var _this = this;
|
|
11232
|
+
this.allowPartialDelivery = this.service.currentTransaction.transactionInfo.allowPartialDelivery;
|
|
11233
|
+
this._initViewModel();
|
|
11234
|
+
this._subscriptions.push(this._transactionEventService.selectAllLines.subscribe(function (value) {
|
|
11235
|
+
_this.viewModel.selected = value;
|
|
11236
|
+
}), this.lineVisible.subscribe(function () { return _this.handleRowVisible(); }));
|
|
11237
|
+
};
|
|
11238
|
+
TransactionReceiveGoodsLineComponent.prototype.ngOnDestroy = function () {
|
|
11239
|
+
this._subscriptions.forEach(function (s) { return s.unsubscribe(); });
|
|
11240
|
+
this._transactionReceiveGoodsService.lines = [];
|
|
11241
|
+
};
|
|
11242
|
+
TransactionReceiveGoodsLineComponent.prototype._initViewModel = function () {
|
|
11243
|
+
Object.assign(this.viewModel, this.line);
|
|
11244
|
+
this.viewModel.quantityToReceive = 0;
|
|
11245
|
+
this.viewModel.quantityReceived = 0;
|
|
11246
|
+
this.viewModel.lineNr = this.line.lineNr;
|
|
11247
|
+
this.viewModel.transId = this.transactionId;
|
|
11248
|
+
this.viewModel.selected = true;
|
|
11249
|
+
};
|
|
11250
|
+
TransactionReceiveGoodsLineComponent.prototype.handleRowVisible = function () {
|
|
11251
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11252
|
+
var goodsReceiptStatus;
|
|
11253
|
+
return __generator(this, function (_a) {
|
|
11254
|
+
switch (_a.label) {
|
|
11255
|
+
case 0:
|
|
11256
|
+
if (!this.line.isArticle) return [3 /*break*/, 2];
|
|
11257
|
+
return [4 /*yield*/, this._transactionService.getGoodsReceiptStatus(this.transactionId, this.line.lineNr)];
|
|
11258
|
+
case 1:
|
|
11259
|
+
goodsReceiptStatus = _a.sent();
|
|
11260
|
+
this.viewModel.quantityToReceive = goodsReceiptStatus.quantityToReceive;
|
|
11261
|
+
this.viewModel.quantityReceived = goodsReceiptStatus.quantityReceived;
|
|
11262
|
+
this._transactionReceiveGoodsService.lines.push(this.viewModel);
|
|
11263
|
+
_a.label = 2;
|
|
11264
|
+
case 2: return [2 /*return*/];
|
|
11265
|
+
}
|
|
11266
|
+
});
|
|
11267
|
+
});
|
|
11268
|
+
};
|
|
11269
|
+
TransactionReceiveGoodsLineComponent.prototype.changeLineAmount = function (amount) {
|
|
11270
|
+
};
|
|
11271
|
+
TransactionReceiveGoodsLineComponent.prototype.handleLineClicked = function (mouseClick) {
|
|
11272
|
+
};
|
|
11273
|
+
return TransactionReceiveGoodsLineComponent;
|
|
11274
|
+
}(TransactionLinesLineBaseComponent));
|
|
11275
|
+
TransactionReceiveGoodsLineComponent.decorators = [
|
|
11276
|
+
{ type: i0.Component, args: [{
|
|
11277
|
+
selector: "co-transaction-receive-goods-line",
|
|
11278
|
+
template: "\n <co-transaction-base-line [line]=\"viewModel\" [preview]=\"preview\" [actionButtons]=\"false\" (click)=\"handleLineClicked($event)\">\n <div class=\"line-content-wrapper\">\n <co-transaction-line-warehouse-button [readonly]=\"true\" [line]=\"viewModel\"></co-transaction-line-warehouse-button>\n <co-transaction-line-warehouse-location-button [readonly]=\"viewModel.quantityReceived === viewModel.amount\" [line]=\"viewModel\"></co-transaction-line-warehouse-location-button>\n <co-editable-label class=\"transaction-line-totals-total price\"\n [model]=\"viewModel.amount.toString() + 'x'\"\n [readonly]=\"true\"\n ></co-editable-label>\n <co-editable-label class=\"transaction-line-totals-total price\"\n [class.fully-delivered]=\"viewModel.quantityReceived === viewModel.amount\"\n [class.partially-delivered]=\"viewModel.quantityReceived !== viewModel.amount\"\n [model]=\"(viewModel.amount - viewModel.quantityDelivered).toString()\"\n [readonly]=\"true\"\n ></co-editable-label>\n <div class=\"transaction-line-totals-amount\">\n <co-input-number-picker class=\"amount-number-picker\"\n [(model)]=\"viewModel.quantityToReceive\"\n [min]=\"!allowPartialDelivery ? viewModel.amount : 1\"\n [max]=\"viewModel.amount - viewModel.quantityReceived\"\n [readonly]=\"readonly || !allowPartialDelivery || viewModel.quantityReceived === viewModel.amount\"\n (modelChange)=\"changeLineAmount($event)\">\n </co-input-number-picker>\n </div>\n <co-input-checkbox class=\"transaction-line-checkbox\"\n [(model)]=\"viewModel.selected\"\n [disabled]=\"viewModel.quantityReceived === viewModel.amount\"\n ></co-input-checkbox>\n <div class=\"print-button\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.PrintSolid)\"></co-icon>\n <span class=\"price\" [textContent]=\"1\"></span>\n </div>\n </div>\n </co-transaction-base-line>\n ",
|
|
11279
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
11280
|
+
},] }
|
|
11281
|
+
];
|
|
11282
|
+
TransactionReceiveGoodsLineComponent.ctorParameters = function () { return [
|
|
11283
|
+
{ type: IconCacheService },
|
|
11284
|
+
{ type: TransactionService },
|
|
11285
|
+
{ type: TransactionService },
|
|
11286
|
+
{ type: TransactionEventService },
|
|
11287
|
+
{ type: TransactionReceiveGoodsService }
|
|
11288
|
+
]; };
|
|
11289
|
+
TransactionReceiveGoodsLineComponent.propDecorators = {
|
|
11290
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-receive-goods-line",] }]
|
|
11291
|
+
};
|
|
11292
|
+
|
|
11293
|
+
var TransactionMappingService = /** @class */ (function () {
|
|
11294
|
+
function TransactionMappingService() {
|
|
11295
|
+
this._buttonBarTransaction = new Map([
|
|
11296
|
+
[transactionKind_enum.TransactionKind.PurchaseOrder, [
|
|
11297
|
+
{ title: 'OVERVIEW', icon: Icon.CartShoppingSolid, category: TransactionTypeCategory.PurchaseOrderOverview },
|
|
11298
|
+
{ title: 'CONFIRMATION', icon: Icon.MemoCircleCheckSolid, category: TransactionTypeCategory.PurchaseOrderOrderConfirmation },
|
|
11299
|
+
{ title: 'TRANSPORT', icon: Icon.TruckContainerSolid, category: TransactionTypeCategory.PurchaseOrderTransport },
|
|
11300
|
+
{ title: 'RECEIVED', icon: Icon.CartFlatbedBoxesSolid, category: TransactionTypeCategory.PurchaseOrderReceivedGoods },
|
|
11301
|
+
{ title: 'INVOICE_CHECK', icon: Icon.Tag, category: TransactionTypeCategory.PurchaseOrderInvoiceCheck },
|
|
11302
|
+
{ title: 'MENU', icon: Icon.Tag, category: TransactionTypeCategory.PurchaseOrderMenu }
|
|
11303
|
+
]],
|
|
11304
|
+
[transactionKind_enum.TransactionKind.SalesOrder, [
|
|
11305
|
+
{ title: 'OVERVIEW', icon: Icon.CartShoppingSolid, category: TransactionTypeCategory.SalesOrderOverview },
|
|
11306
|
+
{ title: 'PURCHASE', icon: Icon.PalletBoxesSolid, category: TransactionTypeCategory.SalesOrderPurchase },
|
|
11307
|
+
{ title: 'LOGISTICS', icon: Icon.ShelvesSolid, category: TransactionTypeCategory.SalesOrderLogistics },
|
|
11308
|
+
{ title: 'PLANNING', icon: Icon.TruckMovingSolid, category: TransactionTypeCategory.SalesOrderPlanning },
|
|
11309
|
+
{ title: 'DELIVERY_NOTE', icon: Icon.MemoCircleCheckSolid, category: TransactionTypeCategory.SalesOrderDeliveryNote },
|
|
11310
|
+
{ title: 'INVOICE', icon: Icon.CartCheck, category: TransactionTypeCategory.SalesOrderInvoice }
|
|
11311
|
+
]],
|
|
11312
|
+
]);
|
|
11313
|
+
this._quickAccessComponent = new Map([
|
|
11314
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOrderConfirmation }, TransactionQuickAccessOrderConfirmationComponent],
|
|
11315
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderReceivedGoods }, TransactionQuickAccessReceivedGoodsComponent],
|
|
11316
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionQuickAccessOverviewComponent],
|
|
11317
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderDeliveryNote }, TransactionQuickAccessOrderDeliveryComponent]
|
|
11318
|
+
]);
|
|
11319
|
+
this._transactionGridComponent = new Map([
|
|
11320
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOverview }, TransactionLinesGridComponent],
|
|
11321
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOrderConfirmation }, TransactionOrderConfirmationGridComponent],
|
|
11322
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionLinesGridComponent]
|
|
11323
|
+
]);
|
|
11324
|
+
this._transactionLineComponent = new Map([
|
|
11325
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionOverviewLineComponent],
|
|
11326
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderDeliveryNote }, TransactionOrderDeliveryLineComponent],
|
|
11327
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderReceivedGoods }, TransactionReceiveGoodsLineComponent],
|
|
11328
|
+
]);
|
|
11329
|
+
this._transactionFilterComponent = new Map([
|
|
11330
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder }, TransactionSalesOrderFilterComponent],
|
|
11331
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder }, TransactionPurchaseOrderFilterComponent],
|
|
11332
|
+
]);
|
|
11333
|
+
this._transactionSearchGridComponent = new Map([
|
|
11334
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder }, TransactionSearchSalesOrderGridComponent],
|
|
11335
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder }, TransactionSearchPurchaseOrderGridComponent],
|
|
11336
|
+
]);
|
|
11337
|
+
this._transactionSearchTileComponent = new Map([
|
|
11338
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder }, TransactionSearchSalesOrderTileComponent],
|
|
11339
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder }, TransactionSearchPurchaseOrderTileComponent],
|
|
11340
|
+
]);
|
|
11341
|
+
}
|
|
11342
|
+
TransactionMappingService.prototype.getButtonBar = function (type) {
|
|
11343
|
+
if (this._buttonBarTransaction.has(type)) {
|
|
11344
|
+
return this._buttonBarTransaction.get(type);
|
|
11345
|
+
}
|
|
11346
|
+
return [];
|
|
11357
11347
|
};
|
|
11358
11348
|
TransactionMappingService.prototype.getQuickAccessComponent = function (type, category) {
|
|
11359
11349
|
var key = {
|
|
@@ -11452,7 +11442,7 @@
|
|
|
11452
11442
|
this.appRef = appRef;
|
|
11453
11443
|
this.injector = injector;
|
|
11454
11444
|
this.waitingForUserAction = new i0.EventEmitter();
|
|
11455
|
-
this.
|
|
11445
|
+
this.lineVisible = new i0.EventEmitter();
|
|
11456
11446
|
}
|
|
11457
11447
|
Object.defineProperty(TransactionLineComponent.prototype, "container", {
|
|
11458
11448
|
set: function (content) {
|
|
@@ -11508,8 +11498,9 @@
|
|
|
11508
11498
|
this._componentRef.instance.preview = this.preview;
|
|
11509
11499
|
this._componentRef.instance.selected = this.selected;
|
|
11510
11500
|
this._componentRef.instance.line = this.line;
|
|
11511
|
-
this._componentRef.instance.
|
|
11501
|
+
this._componentRef.instance.transactionId = this.transactionId;
|
|
11512
11502
|
this._componentRef.instance.waitingForUserAction = this.waitingForUserAction;
|
|
11503
|
+
this._componentRef.instance.lineVisible = this.lineVisible;
|
|
11513
11504
|
var domElem = this._componentRef.hostView
|
|
11514
11505
|
.rootNodes[0];
|
|
11515
11506
|
this._transactionLineContainer.nativeElement.appendChild(domElem);
|
|
@@ -11522,7 +11513,7 @@
|
|
|
11522
11513
|
TransactionLineComponent.decorators = [
|
|
11523
11514
|
{ type: i0.Component, args: [{
|
|
11524
11515
|
selector: "co-transaction-line",
|
|
11525
|
-
template: "\n <div #transactionLine></div>\n ",
|
|
11516
|
+
template: "\n <div #transactionLine observeVisibility (visible)=\"this.lineVisible.next()\"></div>\n ",
|
|
11526
11517
|
encapsulation: i0.ViewEncapsulation.None
|
|
11527
11518
|
},] }
|
|
11528
11519
|
];
|
|
@@ -11539,8 +11530,9 @@
|
|
|
11539
11530
|
preview: [{ type: i0.Input }],
|
|
11540
11531
|
selected: [{ type: i0.Input }],
|
|
11541
11532
|
line: [{ type: i0.Input }],
|
|
11533
|
+
transactionId: [{ type: i0.Input }],
|
|
11542
11534
|
waitingForUserAction: [{ type: i0.Output }],
|
|
11543
|
-
|
|
11535
|
+
lineVisible: [{ type: i0.Output }],
|
|
11544
11536
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line",] }]
|
|
11545
11537
|
};
|
|
11546
11538
|
|
|
@@ -11552,7 +11544,8 @@
|
|
|
11552
11544
|
TransactionLineModule.decorators = [
|
|
11553
11545
|
{ type: i0.NgModule, args: [{
|
|
11554
11546
|
imports: [
|
|
11555
|
-
common.CommonModule
|
|
11547
|
+
common.CommonModule,
|
|
11548
|
+
corecomponents_v12.ObserveVisibilityModule
|
|
11556
11549
|
],
|
|
11557
11550
|
declarations: [
|
|
11558
11551
|
TransactionLineComponent
|
|
@@ -11564,19 +11557,31 @@
|
|
|
11564
11557
|
];
|
|
11565
11558
|
|
|
11566
11559
|
var TransactionLinesComponent = /** @class */ (function () {
|
|
11567
|
-
function TransactionLinesComponent(iconCacheService, service, _mappingService) {
|
|
11560
|
+
function TransactionLinesComponent(iconCacheService, service, _mappingService, _dialogService, _receiveGoodsService) {
|
|
11568
11561
|
this.iconCacheService = iconCacheService;
|
|
11569
11562
|
this.service = service;
|
|
11570
11563
|
this._mappingService = _mappingService;
|
|
11564
|
+
this._dialogService = _dialogService;
|
|
11565
|
+
this._receiveGoodsService = _receiveGoodsService;
|
|
11571
11566
|
this.icons = Icon;
|
|
11572
11567
|
this.transactionInfo = new transactionInfo_bo.TransactionInfo();
|
|
11573
11568
|
this.transactionLines = [];
|
|
11574
11569
|
this.preview = false;
|
|
11575
11570
|
this.saveTransactionLine = new i0.EventEmitter();
|
|
11576
|
-
this.showSidePanelClicked = new i0.EventEmitter();
|
|
11577
11571
|
this.showTransactionArticleText = false;
|
|
11578
11572
|
this.userActionRequired = false;
|
|
11579
11573
|
}
|
|
11574
|
+
Object.defineProperty(TransactionLinesComponent.prototype, "activeCategory", {
|
|
11575
|
+
get: function () {
|
|
11576
|
+
return this._activeCategory;
|
|
11577
|
+
},
|
|
11578
|
+
set: function (value) {
|
|
11579
|
+
this._activeCategory = value;
|
|
11580
|
+
this._handleCategory();
|
|
11581
|
+
},
|
|
11582
|
+
enumerable: false,
|
|
11583
|
+
configurable: true
|
|
11584
|
+
});
|
|
11580
11585
|
TransactionLinesComponent.prototype.showClass = function () {
|
|
11581
11586
|
return true;
|
|
11582
11587
|
};
|
|
@@ -11629,11 +11634,8 @@
|
|
|
11629
11634
|
this.saveTransactionLine.next(transactionLine);
|
|
11630
11635
|
this._hideArticleTextDialog();
|
|
11631
11636
|
};
|
|
11632
|
-
TransactionLinesComponent.prototype.handleShowSidePanelClicked = function (line) {
|
|
11633
|
-
this.showSidePanelClicked.next(line);
|
|
11634
|
-
};
|
|
11635
11637
|
TransactionLinesComponent.prototype.transactionLineComponent = function () {
|
|
11636
|
-
return !!this._mappingService.getTransactionLineComponent(this.service.currentTransaction.transactionInfo.transactionKind, this.
|
|
11638
|
+
return !!this._mappingService.getTransactionLineComponent(this.service.currentTransaction.transactionInfo.transactionKind, this._activeCategory);
|
|
11637
11639
|
};
|
|
11638
11640
|
TransactionLinesComponent.prototype._showArticleTextDialog = function () {
|
|
11639
11641
|
this.showTransactionArticleText = true;
|
|
@@ -11641,28 +11643,50 @@
|
|
|
11641
11643
|
TransactionLinesComponent.prototype._hideArticleTextDialog = function () {
|
|
11642
11644
|
this.showTransactionArticleText = false;
|
|
11643
11645
|
};
|
|
11646
|
+
TransactionLinesComponent.prototype._handleCategory = function () {
|
|
11647
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11648
|
+
var response_1;
|
|
11649
|
+
return __generator(this, function (_a) {
|
|
11650
|
+
switch (_a.label) {
|
|
11651
|
+
case 0:
|
|
11652
|
+
if (!(this._activeCategory === TransactionTypeCategory.PurchaseOrderReceivedGoods)) return [3 /*break*/, 2];
|
|
11653
|
+
if (!this.transactionLines.find(function (l) { return l.isLocationRequired; })) return [3 /*break*/, 2];
|
|
11654
|
+
return [4 /*yield*/, this._dialogService.showWarehouseLocation(this.transactionLines[0].warehouseNumber, false, false, true)];
|
|
11655
|
+
case 1:
|
|
11656
|
+
response_1 = _a.sent();
|
|
11657
|
+
if (response_1.button === AppPopupButtonType.Ok) {
|
|
11658
|
+
this._receiveGoodsService.lines.forEach(function (line) { return line.locationNr = response_1.output; });
|
|
11659
|
+
}
|
|
11660
|
+
_a.label = 2;
|
|
11661
|
+
case 2: return [2 /*return*/];
|
|
11662
|
+
}
|
|
11663
|
+
});
|
|
11664
|
+
});
|
|
11665
|
+
};
|
|
11644
11666
|
return TransactionLinesComponent;
|
|
11645
11667
|
}());
|
|
11646
11668
|
TransactionLinesComponent.decorators = [
|
|
11647
11669
|
{ type: i0.Component, args: [{
|
|
11648
11670
|
selector: "co-transaction-lines",
|
|
11649
|
-
template: "\n <div cdkDropListGroup class=\"drop-list-group\">\n <div #dropList cdkDropList cdkDropListOrientation=\"vertical\"\n class=\"transaction-lines-drag-drop-list narrow-scrollbar\"\n [cdkDropListDisabled]=\"preview || userActionRequired\"\n [cdkDropListData]=\"transactionLines\"\n [cdkDropListEnterPredicate]=\"handleCanDragDrop\"\n (cdkDropListDropped)=\"handleDrop($event)\"\n >\n <div class=\"draggable-transaction-line\" *ngFor=\"let line of transactionLines; trackBy:trackByFn;\" cdkDrag>\n <co-icon *ngIf=\"!preview\" class=\"transaction-line-drag-handle\"
|
|
11671
|
+
template: "\n <div cdkDropListGroup class=\"drop-list-group\">\n <div #dropList cdkDropList cdkDropListOrientation=\"vertical\"\n class=\"transaction-lines-drag-drop-list narrow-scrollbar\"\n [cdkDropListDisabled]=\"preview || userActionRequired\"\n [cdkDropListData]=\"transactionLines\"\n [cdkDropListEnterPredicate]=\"handleCanDragDrop\"\n (cdkDropListDropped)=\"handleDrop($event)\"\n >\n <div class=\"draggable-transaction-line\" *ngFor=\"let line of transactionLines; trackBy:trackByFn;\" cdkDrag>\n <co-icon *ngIf=\"!preview\" class=\"transaction-line-drag-handle\"\n [class.show]=\"line === selectedTransactionLine && transactionLines.length > 1\" cdkDragHandle\n [iconData]=\"iconCacheService.getIcon(icons.GripDotsVerticalSolid)\">\n </co-icon>\n <co-transaction-line *ngIf=\"transactionLineComponent()\"\n [transactionType]=\"service.currentTransaction.transactionInfo.transactionKind\"\n [activeCategory]=\"activeCategory\"\n [transactionId]=\"transactionId\"\n [preview]=\"preview\"\n [line]=\"line\"\n [selected]=\"line === selectedTransactionLine\"\n (waitingForUserAction)=\"userActionRequired = $event\"\n (dblclick)=\"handleTransactionLineDblClick(line)\"\n (click)=\"selectedTransactionLine = line\"\n ></co-transaction-line>\n </div>\n </div>\n </div>\n <!--\n <co-button *ngIf=!preview class=\"add-text-button circle\" [iconData]=\"iconCacheService.getIcon(icons.Txt)\" (click)=\"handleTransactionArticleText($event)\"></co-button>\n -->\n <co-transaction-article-text *ngIf=\"showTransactionArticleText\"\n [header]=\"'TEXT' | localize\"\n [transactionLine]=\"selectedArticleText\"\n [editText]=\"textToEdit\"\n (saveClick)=\"saveTransactionArticleLineText($event)\"\n (closeClick)=\"closeTransactionArticleText($event)\"\n (cancelClick)=\"closeTransactionArticleText($event)\"\n ></co-transaction-article-text>\n ",
|
|
11650
11672
|
encapsulation: i0.ViewEncapsulation.None
|
|
11651
11673
|
},] }
|
|
11652
11674
|
];
|
|
11653
11675
|
TransactionLinesComponent.ctorParameters = function () { return [
|
|
11654
11676
|
{ type: IconCacheService },
|
|
11655
11677
|
{ type: TransactionService },
|
|
11656
|
-
{ type: TransactionMappingService }
|
|
11678
|
+
{ type: TransactionMappingService },
|
|
11679
|
+
{ type: DialogService },
|
|
11680
|
+
{ type: TransactionReceiveGoodsService }
|
|
11657
11681
|
]; };
|
|
11658
11682
|
TransactionLinesComponent.propDecorators = {
|
|
11659
11683
|
transactionArticleText: [{ type: i0.ViewChild, args: [TransactionArticleTextComponent,] }],
|
|
11660
11684
|
transactionInfo: [{ type: i0.Input }],
|
|
11661
11685
|
transactionLines: [{ type: i0.Input }],
|
|
11686
|
+
transactionId: [{ type: i0.Input }],
|
|
11662
11687
|
preview: [{ type: i0.Input }],
|
|
11663
11688
|
activeCategory: [{ type: i0.Input }],
|
|
11664
11689
|
saveTransactionLine: [{ type: i0.Output }],
|
|
11665
|
-
showSidePanelClicked: [{ type: i0.Output }],
|
|
11666
11690
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-lines",] }]
|
|
11667
11691
|
};
|
|
11668
11692
|
|
|
@@ -14873,7 +14897,7 @@
|
|
|
14873
14897
|
TransactionLineSidePanelComponent.decorators = [
|
|
14874
14898
|
{ type: i0.Component, args: [{
|
|
14875
14899
|
selector: "co-transaction-line-side-panel",
|
|
14876
|
-
template: "\n <div class=\"transaction-line-side-panel-wrapper\" *ngIf=\"show\" @showHideSidePanel>\n <icon (click)=\"handleCancelClick()\" [icon]=\"icons.Cancel\" class=\"close-button\"></icon>\n <div class=\"transaction-line-side-panel-header\">\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'ARTICLE_NR'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.articleNumber\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'DESCRIPTION'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.goodDescription\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'AMOUNT'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.amount\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\"\n [textContent]=\"activeCategory === categories.PurchaseOrderReceivedGoods ? ('
|
|
14900
|
+
template: "\n <div class=\"transaction-line-side-panel-wrapper\" *ngIf=\"show\" @showHideSidePanel>\n <icon (click)=\"handleCancelClick()\" [icon]=\"icons.Cancel\" class=\"close-button\"></icon>\n <div class=\"transaction-line-side-panel-header\">\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'ARTICLE_NR'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.articleNumber\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'DESCRIPTION'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.goodDescription\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'AMOUNT'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.amount\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\"\n [textContent]=\"activeCategory === categories.PurchaseOrderReceivedGoods ? ('OPEN' | localize) : ('PRICE' | localize)\"></span>\n <span class=\"side-panel-header-field\"\n [textContent]=\"activeCategory === categories.PurchaseOrderReceivedGoods ? quantityToReceive : (transactionLine.price | priceDisplay)\"></span>\n </div>\n </div>\n <div class=\"transaction-line-side-panel-nav-bar\">\n <co-transaction-button-bar\n [selectedCategory]=\"activeCategory\"\n [transactionType]=\"transactionInfo.transactionKind\"\n (buttonClicked)=\"activeCategory = $event.category\"\n ></co-transaction-button-bar>\n </div>\n <div class=\"transaction-line-side-panel-content\">\n <ng-container [ngSwitch]=\"transactionInfo.transactionKind\">\n <ng-container *ngSwitchCase=\"transactionTypes.PurchaseOrder\">\n <co-transaction-line-side-panel-purchase\n [transactionLine]=\"transactionLine\"\n [transactionInfo]=\"transactionInfo\"\n [category]=\"activeCategory\"\n (quantityToReceiveChange)=\"quantityToReceive = $event\"\n ></co-transaction-line-side-panel-purchase>\n </ng-container>\n <ng-container *ngSwitchDefault>\n <co-transaction-line-side-panel-purchase\n [transactionLine]=\"transactionLine\"\n [transactionInfo]=\"transactionInfo\"\n [category]=\"activeCategory\"\n ></co-transaction-line-side-panel-purchase>\n </ng-container>\n </ng-container>\n </div>\n </div>\n ",
|
|
14877
14901
|
animations: [
|
|
14878
14902
|
animations.trigger("showHideSidePanel", [
|
|
14879
14903
|
animations.state("void", animations.style({ transform: 'translateX(100%)' })),
|
|
@@ -14898,11 +14922,12 @@
|
|
|
14898
14922
|
};
|
|
14899
14923
|
|
|
14900
14924
|
var TransactionComponent = /** @class */ (function () {
|
|
14901
|
-
function TransactionComponent(iconCacheService, _service,
|
|
14925
|
+
function TransactionComponent(iconCacheService, _service, _dynamicComponentService, _transactionEventService) {
|
|
14902
14926
|
var _this = this;
|
|
14903
14927
|
this.iconCacheService = iconCacheService;
|
|
14904
14928
|
this._service = _service;
|
|
14905
|
-
this.
|
|
14929
|
+
this._dynamicComponentService = _dynamicComponentService;
|
|
14930
|
+
this._transactionEventService = _transactionEventService;
|
|
14906
14931
|
this.viewModes = ContentViewMode;
|
|
14907
14932
|
this.icons = Icon;
|
|
14908
14933
|
this.relation = new customerFullObject_bo.CustomerFullObject();
|
|
@@ -14921,7 +14946,7 @@
|
|
|
14921
14946
|
if (relation) {
|
|
14922
14947
|
_this.relation = relation;
|
|
14923
14948
|
}
|
|
14924
|
-
}));
|
|
14949
|
+
}), this._transactionEventService.openSidePanel.subscribe(function (line) { return _this.handleShowSidePanel(line); }));
|
|
14925
14950
|
}
|
|
14926
14951
|
Object.defineProperty(TransactionComponent.prototype, "transaction", {
|
|
14927
14952
|
get: function () {
|
|
@@ -14973,7 +14998,7 @@
|
|
|
14973
14998
|
};
|
|
14974
14999
|
TransactionComponent.prototype.handleShowSidePanel = function (line) {
|
|
14975
15000
|
this.sidePanelTransactionLine = line;
|
|
14976
|
-
this.
|
|
15001
|
+
this._dynamicComponentService.createComponent(TransactionLineSidePanelComponent, {
|
|
14977
15002
|
transactionInfo: this.transaction.transactionInfo,
|
|
14978
15003
|
transactionLine: this.sidePanelTransactionLine,
|
|
14979
15004
|
activeCategory: this.activeCategory
|
|
@@ -14984,14 +15009,15 @@
|
|
|
14984
15009
|
TransactionComponent.decorators = [
|
|
14985
15010
|
{ type: i0.Component, args: [{
|
|
14986
15011
|
selector: "co-transaction",
|
|
14987
|
-
template: "\n <co-transaction-header *ngIf=\"showHeader\" [transaction]=\"transaction\" [relation]=\"relation\"></co-transaction-header>\n\n <div class=\"transaction-lines-header\">\n <co-transaction-quick-access *ngIf=\"showQuickAccess\" class=\"transaction-lines-header-item\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [activeCategory]=\"activeCategory\"\n ></co-transaction-quick-access>\n\n <co-transaction-button-bar *ngIf=\"showButtonBar\" class=\"transaction-lines-header-item\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [selectedCategory]=\"activeCategory\"\n (buttonClicked)=\"handleButtonBarButtonClicked($event)\"\n ></co-transaction-button-bar>\n\n <co-view-mode-buttons class=\"transaction-lines-header-item\"\n [showViewModes]=\"[viewModes.List, viewModes.Grid, viewModes.Tiles]\" (viewModeChange)=\"activeViewMode = $event\"></co-view-mode-buttons>\n </div>\n\n <div class=\"transaction-tiles-wrapper\" *ngIf=\"activeViewMode === viewModes.Tiles\">\n <co-transaction-tile\n *ngFor=\"let transaction of transaction.transactionLines\"\n [transactionLine]=\"transaction\"\n (showSidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-tile>\n </div>\n <div class=\"transaction-lines-wrapper\" *ngIf=\"activeViewMode === viewModes.List\">\n <co-transaction-lines\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionLines]=\"transaction.transactionLines\"\n [
|
|
15012
|
+
template: "\n <co-transaction-header *ngIf=\"showHeader\" [transaction]=\"transaction\" [relation]=\"relation\"></co-transaction-header>\n\n <div class=\"transaction-lines-header\">\n <co-transaction-quick-access *ngIf=\"showQuickAccess\" class=\"transaction-lines-header-item\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [activeCategory]=\"activeCategory\"\n ></co-transaction-quick-access>\n\n <co-transaction-button-bar *ngIf=\"showButtonBar\" class=\"transaction-lines-header-item\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [selectedCategory]=\"activeCategory\"\n (buttonClicked)=\"handleButtonBarButtonClicked($event)\"\n ></co-transaction-button-bar>\n\n <co-view-mode-buttons class=\"transaction-lines-header-item\"\n [showViewModes]=\"[viewModes.List, viewModes.Grid, viewModes.Tiles]\" (viewModeChange)=\"activeViewMode = $event\"></co-view-mode-buttons>\n </div>\n\n <div class=\"transaction-tiles-wrapper\" *ngIf=\"activeViewMode === viewModes.Tiles\">\n <co-transaction-tile\n *ngFor=\"let transaction of transaction.transactionLines\"\n [transactionLine]=\"transaction\"\n (showSidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-tile>\n </div>\n <div class=\"transaction-lines-wrapper\" *ngIf=\"activeViewMode === viewModes.List\">\n <co-transaction-lines\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionLines]=\"transaction.transactionLines\"\n [transactionId]=\"transactionId\"\n [activeCategory]=\"activeCategory\"\n (saveTransactionLine)=\"saveTransactionLine($event)\"\n ></co-transaction-lines>\n </div>\n <div class=\"transaction-lines-grid-wrapper\" *ngIf=\"activeViewMode === viewModes.Grid\">\n <co-transaction-grid\n [transactionLines]=\"transaction.transactionLines\"\n [transactionId]=\"transactionId\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [activeCategory]=\"activeCategory\"\n (sidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-grid>\n <!--\n <co-transaction-order-confirmation-grid\n *ngIf=\"activeCategory === 1\"\n [transactionLines]=\"transaction.transactionLines\"\n (sidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-order-confirmation-grid>\n -->\n </div>\n <div class=\"transaction-footer-wrapper\">\n <co-transaction-totals [totals]=\"transaction.transactionTotal\" [showDiscount]=\"true\" (discountClick)=\"addDiscount()\"></co-transaction-totals>\n </div>\n <co-discount *ngIf=\"showDiscountsSidebar\">\n </co-discount>\n ",
|
|
14988
15013
|
encapsulation: i0.ViewEncapsulation.None
|
|
14989
15014
|
},] }
|
|
14990
15015
|
];
|
|
14991
15016
|
TransactionComponent.ctorParameters = function () { return [
|
|
14992
15017
|
{ type: IconCacheService },
|
|
14993
15018
|
{ type: TransactionService },
|
|
14994
|
-
{ type: DynamicComponentService }
|
|
15019
|
+
{ type: DynamicComponentService },
|
|
15020
|
+
{ type: TransactionEventService }
|
|
14995
15021
|
]; };
|
|
14996
15022
|
TransactionComponent.propDecorators = {
|
|
14997
15023
|
relation: [{ type: i0.Input }],
|
|
@@ -15395,7 +15421,7 @@
|
|
|
15395
15421
|
this.getStatusbarLine("PLANNING_PREFERRED_DATE_ENTERED", transaction.quantityPlanningPreferredDateEntered),
|
|
15396
15422
|
this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePicked),
|
|
15397
15423
|
this.getStatusbarLine("PICKED", transaction.quantityPicked),
|
|
15398
|
-
this.getStatusbarLine("PLANNED", transaction.
|
|
15424
|
+
this.getStatusbarLine("PLANNED", transaction.quantityPlanningFinal),
|
|
15399
15425
|
this.getStatusbarLine("DELIVERED", transaction.quantityDelivered),
|
|
15400
15426
|
this.getStatusbarLine("INVOICED", transaction.quantityInvoiced), //Gefactureerd
|
|
15401
15427
|
];
|
|
@@ -15405,10 +15431,10 @@
|
|
|
15405
15431
|
this.statusbarData = [
|
|
15406
15432
|
this.getStatusbarLine("IN_ORDER", transaction.amount),
|
|
15407
15433
|
this.getStatusbarLine("CONFIRMED", transaction.quantityPurchaseConfirmed),
|
|
15408
|
-
this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification),
|
|
15409
|
-
//todo:
|
|
15410
|
-
//
|
|
15411
|
-
//todo:
|
|
15434
|
+
this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification),
|
|
15435
|
+
//this.getStatusbarLine(),// Vooraangemeld todo: als BE gereed is
|
|
15436
|
+
this.getStatusbarLine("ITEM_ACCEPTED", transaction.quantityItemAccepted), // Binnengemeld
|
|
15437
|
+
//this.getStatusbarLine(),// Factuurcheck todo: als BE gereed is
|
|
15412
15438
|
];
|
|
15413
15439
|
};
|
|
15414
15440
|
TransactionLineStatusbarComponent.prototype.getStatusbarLine = function (label, property) {
|
|
@@ -17001,12 +17027,43 @@
|
|
|
17001
17027
|
},] }
|
|
17002
17028
|
];
|
|
17003
17029
|
|
|
17030
|
+
var ArticleService = /** @class */ (function () {
|
|
17031
|
+
function ArticleService(_articleConnectorService, _selectMultipleCacheService) {
|
|
17032
|
+
this._articleConnectorService = _articleConnectorService;
|
|
17033
|
+
this._selectMultipleCacheService = _selectMultipleCacheService;
|
|
17034
|
+
}
|
|
17035
|
+
ArticleService.prototype.getWarehouseLocations = function (warehouseNr) {
|
|
17036
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
17037
|
+
var _this = this;
|
|
17038
|
+
return __generator(this, function (_a) {
|
|
17039
|
+
// @ts-ignore
|
|
17040
|
+
return [2 /*return*/, this._selectMultipleCacheService.requestCache(stockLocation_bo.StockLocation, function () {
|
|
17041
|
+
return _this._articleConnectorService.getWarehouseLocations(warehouseNr);
|
|
17042
|
+
}).getValue()];
|
|
17043
|
+
});
|
|
17044
|
+
});
|
|
17045
|
+
};
|
|
17046
|
+
return ArticleService;
|
|
17047
|
+
}());
|
|
17048
|
+
ArticleService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function ArticleService_Factory() { return new ArticleService(i0__namespace.ɵɵinject(ArticleConnectorService), i0__namespace.ɵɵinject(SelectMultipleCacheService)); }, token: ArticleService, providedIn: "root" });
|
|
17049
|
+
ArticleService.decorators = [
|
|
17050
|
+
{ type: i0.Injectable, args: [{
|
|
17051
|
+
providedIn: "root"
|
|
17052
|
+
},] }
|
|
17053
|
+
];
|
|
17054
|
+
ArticleService.ctorParameters = function () { return [
|
|
17055
|
+
{ type: ArticleConnectorService },
|
|
17056
|
+
{ type: SelectMultipleCacheService }
|
|
17057
|
+
]; };
|
|
17058
|
+
|
|
17004
17059
|
var TransactionReceivingGoodsDetailsComponent = /** @class */ (function () {
|
|
17005
|
-
function TransactionReceivingGoodsDetailsComponent(_formMaster, _service, _articleService, _dialogService) {
|
|
17060
|
+
function TransactionReceivingGoodsDetailsComponent(iconCacheService, _formMaster, _service, _articleService, _dialogService) {
|
|
17061
|
+
this.iconCacheService = iconCacheService;
|
|
17006
17062
|
this._formMaster = _formMaster;
|
|
17007
17063
|
this._service = _service;
|
|
17008
17064
|
this._articleService = _articleService;
|
|
17009
17065
|
this._dialogService = _dialogService;
|
|
17066
|
+
this.icons = Icon;
|
|
17010
17067
|
this.reloadReceivingGoodsHistory = new i0.EventEmitter();
|
|
17011
17068
|
this.receiptDetails = new purchaseOrderLineReceiptDetails_bo.PurchaseOrderLineReceiptDetails();
|
|
17012
17069
|
this.request = new receiveGoodsForPurchaseOrderRequest_bo.ReceiveGoodsForPurchaseOrderRequest();
|
|
@@ -17088,27 +17145,16 @@
|
|
|
17088
17145
|
});
|
|
17089
17146
|
};
|
|
17090
17147
|
TransactionReceivingGoodsDetailsComponent.prototype.openWarehouseLocationDialog = function () {
|
|
17091
|
-
|
|
17092
|
-
|
|
17093
|
-
|
|
17094
|
-
switch (_a.label) {
|
|
17095
|
-
case 0: return [4 /*yield*/, this._dialogService.showWarehouseLocation(this.receiptDetails.warehouseNr)];
|
|
17096
|
-
case 1:
|
|
17097
|
-
response = _a.sent();
|
|
17098
|
-
if (response.button === AppPopupButtonType.Ok) {
|
|
17099
|
-
this.receiptDetails.locationNr = response.output;
|
|
17100
|
-
}
|
|
17101
|
-
return [2 /*return*/];
|
|
17102
|
-
}
|
|
17103
|
-
});
|
|
17104
|
-
});
|
|
17148
|
+
var _this = this;
|
|
17149
|
+
this._dialogService.showWarehouseLocation(this.receiptDetails.warehouseNr, true, true, true, this.transactionLine)
|
|
17150
|
+
.then(function () { return _this.receiptDetails.locationNr = _this.transactionLine.locationNr; });
|
|
17105
17151
|
};
|
|
17106
17152
|
return TransactionReceivingGoodsDetailsComponent;
|
|
17107
17153
|
}());
|
|
17108
17154
|
TransactionReceivingGoodsDetailsComponent.decorators = [
|
|
17109
17155
|
{ type: i0.Component, args: [{
|
|
17110
17156
|
selector: 'co-transaction-receiving-goods-details',
|
|
17111
|
-
template: "\n <div class=\"receipt-details-wrapper\">\n <co-form>\n <div class=\"details-header\" [textContent]=\"'RECEIPT_DETAILS' | localize | uppercase\"></div>\n <div class=\"columns-wrapper\">\n <div class=\"details-column\">\n <co-input-text class=\"details-input\"\n [max]=\"amountLeftToReceive\"\n [(model)]=\"receiptDetails.serialNr ? 1 : receiptDetails.quantityToReceive\"\n [disabled]=\"!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0\"\n [readonly]=\"!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0 || readonly\"\n [required]=\"true\"\n [type]=\"'number'\"\n [min]=\"1\"\n [placeholder]=\"'AMOUNT' | localize\"></co-input-text>\n <co-input-text class=\"details-input\" [(model)]=\"receiptDetails.warehouseNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"transactionLine.warehouseNumber !== undefined || readonly\"\n [disabled]=\"transactionLine.warehouseNumber !== undefined\"\n [required]=\"transactionLine.isWarehouseRequired\"\n [placeholder]=\"'WAREHOUSE' | localize\"></co-input-text>\n <div class=\"location-wrapper\" (click)=\"openWarehouseLocationDialog()\">\n <div [textContent]=\"receiptDetails.locationNr ? receiptDetails.locationNr : ('LOCATION' | localize)\"></div>\n </div>\n <co-input-text class=\"details-input\"\n [(model)]=\"request.packingSlipNr\"\n [placeholder]=\"'PACKING_SLIP' | localize\"\n [required]=\"true\"\n [readonly]=\"readonly\"\n ></co-input-text>\n </div>\n <div class=\"divider-wrapper\">\n <div class=\"divider\"></div>\n </div>\n <div class=\"details-column\">\n <co-input-date class=\"details-input\"\n [(model)]=\"request.receivedDate\"\n [readonly]=\"readonly\"\n ></co-input-date>\n <co-input-text *ngIf=\"transactionLine.isBatchNrRequired\" class=\"details-input\" [(model)]=\"receiptDetails.batchNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"readonly\"\n [required]=\"transactionLine.isBatchNrRequired\"\n [placeholder]=\"'BATCH_NUMBER' | localize\"></co-input-text>\n <co-input-text *ngIf=\"transactionLine.isSerialNrRequired\" class=\"details-input\" [(model)]=\"receiptDetails.serialNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"readonly\"\n [required]=\"transactionLine.isSerialNrRequired\"\n [placeholder]=\"'SERIAL_NUMBER' | localize\"></co-input-text>\n <!-- <co-input-text class=\"details-input\" [(model)]=\"receiptDetails.refLineNr\"-->\n <!-- [placeholder]=\"'REFERENCE_ID' | localize\"></co-input-text>-->\n </div>\n </div>\n </co-form>\n\n <div class=\"
|
|
17157
|
+
template: "\n <div class=\"receipt-details-wrapper\">\n <co-form>\n <div class=\"details-header\" [textContent]=\"'RECEIPT_DETAILS' | localize | uppercase\"></div>\n <div class=\"columns-wrapper\">\n <div class=\"details-column\">\n <co-input-text class=\"details-input\"\n [max]=\"amountLeftToReceive\"\n [(model)]=\"receiptDetails.serialNr ? 1 : receiptDetails.quantityToReceive\"\n [disabled]=\"!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0\"\n [readonly]=\"!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0 || readonly\"\n [required]=\"true\"\n [type]=\"'number'\"\n [min]=\"1\"\n [placeholder]=\"'AMOUNT' | localize\"></co-input-text>\n <co-input-text class=\"details-input\" [(model)]=\"receiptDetails.warehouseNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"transactionLine.warehouseNumber !== undefined || readonly\"\n [disabled]=\"transactionLine.warehouseNumber !== undefined\"\n [required]=\"transactionLine.isWarehouseRequired\"\n [placeholder]=\"'WAREHOUSE' | localize\"></co-input-text>\n <div class=\"location-wrapper\" (click)=\"openWarehouseLocationDialog()\">\n <span *ngIf=\"!receiptDetails.locationNr && transactionLine.isLocationRequired\" class=\"required\" [textContent]=\"'*'\"></span>\n <co-icon *ngIf=\"receiptDetails.locationNr\" [iconData]=\"iconCacheService.getIcon(icons.ShelvesLight)\"></co-icon>\n <div [textContent]=\"receiptDetails.locationNr ? receiptDetails.locationNr : ('LOCATION' | localize)\"></div>\n </div>\n <co-input-text class=\"details-input\"\n [(model)]=\"request.packingSlipNr\"\n [placeholder]=\"'PACKING_SLIP' | localize\"\n [required]=\"true\"\n [readonly]=\"readonly\"\n ></co-input-text>\n </div>\n <div class=\"divider-wrapper\">\n <div class=\"divider\"></div>\n </div>\n <div class=\"details-column\">\n <co-input-date class=\"details-input\"\n [(model)]=\"request.receivedDate\"\n [readonly]=\"readonly\"\n ></co-input-date>\n <co-input-text *ngIf=\"transactionLine.isBatchNrRequired\" class=\"details-input\" [(model)]=\"receiptDetails.batchNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"readonly\"\n [required]=\"transactionLine.isBatchNrRequired\"\n [placeholder]=\"'BATCH_NUMBER' | localize\"></co-input-text>\n <co-input-text *ngIf=\"transactionLine.isSerialNrRequired\" class=\"details-input\" [(model)]=\"receiptDetails.serialNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"readonly\"\n [required]=\"transactionLine.isSerialNrRequired\"\n [placeholder]=\"'SERIAL_NUMBER' | localize\"></co-input-text>\n <!-- <co-input-text class=\"details-input\" [(model)]=\"receiptDetails.refLineNr\"-->\n <!-- [placeholder]=\"'REFERENCE_ID' | localize\"></co-input-text>-->\n </div>\n </div>\n </co-form>\n\n <div class=\"receive-button-wrapper\">\n <div class=\"receive-button clickable\" *ngIf=\"!readonly\" (click)=\"handleSaveDetailsEdit()\" [class.disabled]=\"saveButtonDisabled || amountLeftToReceive === 0\">\n <span class=\"receive-text\" [textContent]=\"'RECEIVE' | localize\"></span>\n </div>\n </div>\n </div>\n ",
|
|
17112
17158
|
providers: [
|
|
17113
17159
|
corecomponents_v12.FormMasterService
|
|
17114
17160
|
],
|
|
@@ -17116,6 +17162,7 @@
|
|
|
17116
17162
|
},] }
|
|
17117
17163
|
];
|
|
17118
17164
|
TransactionReceivingGoodsDetailsComponent.ctorParameters = function () { return [
|
|
17165
|
+
{ type: IconCacheService },
|
|
17119
17166
|
{ type: corecomponents_v12.FormMasterService },
|
|
17120
17167
|
{ type: TransactionService },
|
|
17121
17168
|
{ type: ArticleService },
|
|
@@ -17145,6 +17192,7 @@
|
|
|
17145
17192
|
corecomponents_v12.InputDatePickerModule,
|
|
17146
17193
|
corecomponents_v12.ButtonModule,
|
|
17147
17194
|
corecomponents_v12.DropDownModule,
|
|
17195
|
+
corecomponents_v12.IconModule,
|
|
17148
17196
|
],
|
|
17149
17197
|
declarations: [
|
|
17150
17198
|
TransactionReceivingGoodsDetailsComponent
|
|
@@ -17169,7 +17217,7 @@
|
|
|
17169
17217
|
set: function (value) {
|
|
17170
17218
|
this._transactionType = value;
|
|
17171
17219
|
this.buttons = this._mappingService.getButtonBar(this._transactionType);
|
|
17172
|
-
if (this.buttons && this.buttons.length > 0) {
|
|
17220
|
+
if (this.buttons && this.buttons.length > 0 && !this.selectedCategory) {
|
|
17173
17221
|
this.selectCategory(0);
|
|
17174
17222
|
}
|
|
17175
17223
|
},
|
|
@@ -18219,7 +18267,8 @@
|
|
|
18219
18267
|
corecomponents_v12.InputTextModule,
|
|
18220
18268
|
PipeModule,
|
|
18221
18269
|
corecomponents_v12.InputCheckboxModule,
|
|
18222
|
-
corecomponents_v12.InputDatePickerModule
|
|
18270
|
+
corecomponents_v12.InputDatePickerModule,
|
|
18271
|
+
corecomponents_v12.IconModule
|
|
18223
18272
|
],
|
|
18224
18273
|
declarations: [
|
|
18225
18274
|
TransactionQuickAccessReceivedGoodsComponent
|
|
@@ -18505,6 +18554,136 @@
|
|
|
18505
18554
|
},] }
|
|
18506
18555
|
];
|
|
18507
18556
|
|
|
18557
|
+
var ReceiveGoodsViewModel = /** @class */ (function () {
|
|
18558
|
+
function ReceiveGoodsViewModel(transactionLine, goodsReceiptStatus, selected, toReceive) {
|
|
18559
|
+
this.toReceive = 0;
|
|
18560
|
+
this.location = '';
|
|
18561
|
+
this.transactionLine = transactionLine;
|
|
18562
|
+
this.goodsReceiptStatus = goodsReceiptStatus;
|
|
18563
|
+
this.selected = selected;
|
|
18564
|
+
this.toReceive = toReceive;
|
|
18565
|
+
}
|
|
18566
|
+
return ReceiveGoodsViewModel;
|
|
18567
|
+
}());
|
|
18568
|
+
|
|
18569
|
+
var TransactionReceivedGoodsGridComponent = /** @class */ (function (_super) {
|
|
18570
|
+
__extends(TransactionReceivedGoodsGridComponent, _super);
|
|
18571
|
+
function TransactionReceivedGoodsGridComponent(_imageService, _transactionService, _transactionEventService, _articleService, _dialogService) {
|
|
18572
|
+
var _this = _super.call(this, _imageService) || this;
|
|
18573
|
+
_this._imageService = _imageService;
|
|
18574
|
+
_this._transactionService = _transactionService;
|
|
18575
|
+
_this._transactionEventService = _transactionEventService;
|
|
18576
|
+
_this._articleService = _articleService;
|
|
18577
|
+
_this._dialogService = _dialogService;
|
|
18578
|
+
_this.columnAlign = corecomponents_v12.ColumnAlign;
|
|
18579
|
+
_this.locationDropdownFields = { text: "locationNo", value: "locationNo" };
|
|
18580
|
+
_this.rowViewModels = new Map();
|
|
18581
|
+
_this._subscriptions = [];
|
|
18582
|
+
_this._subscriptions.push(_this._transactionEventService.commitReceivePurchaseOrders.subscribe((function (value) {
|
|
18583
|
+
_this.handleReceiveSelectedPurchaseOrders(value);
|
|
18584
|
+
})), _this._transactionEventService.transactionLineChanged.subscribe(function (value) {
|
|
18585
|
+
_this.handleTransactionLineChanged(value);
|
|
18586
|
+
}));
|
|
18587
|
+
return _this;
|
|
18588
|
+
}
|
|
18589
|
+
TransactionReceivedGoodsGridComponent.prototype.showClass = function () {
|
|
18590
|
+
return true;
|
|
18591
|
+
};
|
|
18592
|
+
TransactionReceivedGoodsGridComponent.prototype.ngOnInit = function () {
|
|
18593
|
+
var _this = this;
|
|
18594
|
+
this.transactionLines.forEach(function (line) {
|
|
18595
|
+
_this.rowViewModels.set(line, new ReceiveGoodsViewModel(line, new goodsReceiptStatus_bo.GoodsReceiptStatus(), false));
|
|
18596
|
+
});
|
|
18597
|
+
};
|
|
18598
|
+
TransactionReceivedGoodsGridComponent.prototype.ngOnDestroy = function () {
|
|
18599
|
+
this._subscriptions.forEach(function (subscription) { return subscription.unsubscribe(); });
|
|
18600
|
+
};
|
|
18601
|
+
TransactionReceivedGoodsGridComponent.prototype.handleRowVisible = function (row) {
|
|
18602
|
+
var _this = this;
|
|
18603
|
+
if (row.isArticle) {
|
|
18604
|
+
this._transactionService.getGoodsReceiptStatus(this.transactionId, row.lineNr)
|
|
18605
|
+
.then(function (result) {
|
|
18606
|
+
_this.rowViewModels.set(row, new ReceiveGoodsViewModel(row, result, result.quantityToReceive === 0, result.quantityToReceive));
|
|
18607
|
+
});
|
|
18608
|
+
}
|
|
18609
|
+
};
|
|
18610
|
+
TransactionReceivedGoodsGridComponent.prototype.locationRequired = function (row) {
|
|
18611
|
+
return row.isLocationRequired || row.isBatchNrRequired || row.isSerialNrRequired;
|
|
18612
|
+
};
|
|
18613
|
+
TransactionReceivedGoodsGridComponent.prototype.handleDropDownSelected = function (warehouseNr) {
|
|
18614
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
18615
|
+
var _a;
|
|
18616
|
+
return __generator(this, function (_b) {
|
|
18617
|
+
switch (_b.label) {
|
|
18618
|
+
case 0:
|
|
18619
|
+
_a = this;
|
|
18620
|
+
return [4 /*yield*/, this._articleService.getWarehouseLocations(warehouseNr)];
|
|
18621
|
+
case 1:
|
|
18622
|
+
_a.locations = _b.sent();
|
|
18623
|
+
return [2 /*return*/];
|
|
18624
|
+
}
|
|
18625
|
+
});
|
|
18626
|
+
});
|
|
18627
|
+
};
|
|
18628
|
+
TransactionReceivedGoodsGridComponent.prototype.getRowViewModel = function (row) {
|
|
18629
|
+
return this.rowViewModels.get(row);
|
|
18630
|
+
};
|
|
18631
|
+
TransactionReceivedGoodsGridComponent.prototype.handleReceiveSelectedPurchaseOrders = function (value) {
|
|
18632
|
+
var _this = this;
|
|
18633
|
+
var selectedRows = __spreadArray([], __read(this.rowViewModels.values())).filter(function (row) { return row.selected && row.toReceive !== 0; });
|
|
18634
|
+
if (selectedRows.length > 0) {
|
|
18635
|
+
var receivedGoodsRequest_1 = new receiveGoodsForPurchaseOrderRequest_bo.ReceiveGoodsForPurchaseOrderRequest();
|
|
18636
|
+
receivedGoodsRequest_1.transId = this.transactionId;
|
|
18637
|
+
receivedGoodsRequest_1.receivedDate = value.date;
|
|
18638
|
+
receivedGoodsRequest_1.packingSlipNr = value.id;
|
|
18639
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS = [];
|
|
18640
|
+
selectedRows.forEach(function (row) {
|
|
18641
|
+
var detail = new purchaseOrderLineReceiptDetails_bo.PurchaseOrderLineReceiptDetails();
|
|
18642
|
+
detail.lineNr = row.transactionLine.lineNr;
|
|
18643
|
+
detail.quantityToReceive = row.toReceive;
|
|
18644
|
+
detail.warehouseNr = row.transactionLine.warehouseNumber;
|
|
18645
|
+
detail.locationNr = row.location;
|
|
18646
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS.push(detail);
|
|
18647
|
+
});
|
|
18648
|
+
this._transactionService.receiveGoodsForPurchaseOrder(receivedGoodsRequest_1).then(function () {
|
|
18649
|
+
_this._handleAfterCommitReceivedOrders(selectedRows);
|
|
18650
|
+
});
|
|
18651
|
+
}
|
|
18652
|
+
};
|
|
18653
|
+
TransactionReceivedGoodsGridComponent.prototype._handleAfterCommitReceivedOrders = function (selectedRows) {
|
|
18654
|
+
selectedRows.forEach(function (row) {
|
|
18655
|
+
row.goodsReceiptStatus.quantityToReceive = row.goodsReceiptStatus.quantityToReceive -= row.toReceive;
|
|
18656
|
+
row.toReceive = row.goodsReceiptStatus.quantityToReceive;
|
|
18657
|
+
if (row.goodsReceiptStatus.quantityToReceive !== 0) {
|
|
18658
|
+
row.selected = false;
|
|
18659
|
+
}
|
|
18660
|
+
});
|
|
18661
|
+
};
|
|
18662
|
+
TransactionReceivedGoodsGridComponent.prototype.handleTransactionLineChanged = function (change) {
|
|
18663
|
+
var receiveGoodsViewModel = this.rowViewModels.get(change.transactionLine);
|
|
18664
|
+
receiveGoodsViewModel.goodsReceiptStatus.quantityToReceive = change.goodsReceiptStatus.quantityToReceive;
|
|
18665
|
+
receiveGoodsViewModel.toReceive = change.goodsReceiptStatus.quantityToReceive;
|
|
18666
|
+
};
|
|
18667
|
+
return TransactionReceivedGoodsGridComponent;
|
|
18668
|
+
}(TransactionGridBaseComponent));
|
|
18669
|
+
TransactionReceivedGoodsGridComponent.decorators = [
|
|
18670
|
+
{ type: i0.Component, args: [{
|
|
18671
|
+
selector: "co-transaction-received-goods-grid",
|
|
18672
|
+
template: "\n <co-transaction-base-grid [transactionLines]=\"transactionLines\" (sidePanelClicked)=\"openSidePanel($event)\" (rowVisible)=\"handleRowVisible($event)\">\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'warehouseNumber'\" [order]=\"40\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [order]=\"45\">\n <ng-template #template let-row = \"row\">\n <co-transaction-line-warehouse-location-button *ngIf=\"row.isArticle\" [line]=\"getRowViewModel(row)\"></co-transaction-line-warehouse-location-button>\n <!-- <co-drop-down-list-->\n <!-- noTriangleGraphic-->\n <!-- (focus)=\"handleDropDownSelected(row.warehouseNumber)\"-->\n <!-- [required]=\"locationRequired(row) && getRowViewModel(row).goodsReceiptStatus.quantityToReceive > 0\"-->\n <!-- [collection]=\"locations\"-->\n <!-- [fields]=\"locationDropdownFields\"-->\n <!-- [(model)]=\"getRowViewModel(row).location\"-->\n <!-- [disabled]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"-->\n <!-- ></co-drop-down-list>-->\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'IN_ORDER' | localize\" [field]=\"'amount'\" [order]=\"50\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RECEIVED' | localize\" [order]=\"51\">\n <ng-template #template let-row = \"row\">\n <co-input-number-picker *ngIf=\"row.isArticle\"\n [min]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive > 0 ? 1 : 0\"\n [max]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive\"\n [(model)]=\"getRowViewModel(row).toReceive\"\n [disabled]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"\n [readonly]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"\n ></co-input-number-picker>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'BATCH' | localize\" [field]=\"'inOrder'\" [order]=\"52\"></co-simple-grid-column>\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'Commit button'\" [field]=\"'commitButton'\" [order]=\"55\">\n <ng-template #template let-row = \"row\">\n <co-input-checkbox *ngIf=\"row.isArticle\"\n [(model)]=\"getRowViewModel(row).selected\"\n [disabled]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"\n ></co-input-checkbox>\n </ng-template>\n </co-simple-grid-column>\n </co-transaction-base-grid>\n ",
|
|
18673
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
18674
|
+
},] }
|
|
18675
|
+
];
|
|
18676
|
+
TransactionReceivedGoodsGridComponent.ctorParameters = function () { return [
|
|
18677
|
+
{ type: TransactionImageService },
|
|
18678
|
+
{ type: TransactionService },
|
|
18679
|
+
{ type: TransactionEventService },
|
|
18680
|
+
{ type: ArticleService },
|
|
18681
|
+
{ type: DialogService }
|
|
18682
|
+
]; };
|
|
18683
|
+
TransactionReceivedGoodsGridComponent.propDecorators = {
|
|
18684
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-received-goods-grid",] }]
|
|
18685
|
+
};
|
|
18686
|
+
|
|
18508
18687
|
// @ts-ignore
|
|
18509
18688
|
var TransactionLineWarehouseLocationComponent = /** @class */ (function (_super) {
|
|
18510
18689
|
__extends(TransactionLineWarehouseLocationComponent, _super);
|
|
@@ -18525,7 +18704,7 @@
|
|
|
18525
18704
|
TransactionLineWarehouseLocationComponent.prototype.commit = function (locationNr) {
|
|
18526
18705
|
return __awaiter(this, void 0, void 0, function () {
|
|
18527
18706
|
return __generator(this, function (_a) {
|
|
18528
|
-
|
|
18707
|
+
this.transactionLine.locationNr = locationNr;
|
|
18529
18708
|
return [2 /*return*/, true];
|
|
18530
18709
|
});
|
|
18531
18710
|
});
|
|
@@ -18591,6 +18770,58 @@
|
|
|
18591
18770
|
},] }
|
|
18592
18771
|
];
|
|
18593
18772
|
|
|
18773
|
+
var TransactionLineWarehouseLocationButtonComponent = /** @class */ (function () {
|
|
18774
|
+
function TransactionLineWarehouseLocationButtonComponent(iconCacheService, _dialogService) {
|
|
18775
|
+
this.iconCacheService = iconCacheService;
|
|
18776
|
+
this._dialogService = _dialogService;
|
|
18777
|
+
this.icons = Icon;
|
|
18778
|
+
this.readonly = false;
|
|
18779
|
+
}
|
|
18780
|
+
TransactionLineWarehouseLocationButtonComponent.prototype.showClass = function () {
|
|
18781
|
+
return true;
|
|
18782
|
+
};
|
|
18783
|
+
TransactionLineWarehouseLocationButtonComponent.prototype.openWarehouseLocationDialog = function (line) {
|
|
18784
|
+
this._dialogService.showWarehouseLocation(line.warehouseNumber, true, true, true, line);
|
|
18785
|
+
};
|
|
18786
|
+
return TransactionLineWarehouseLocationButtonComponent;
|
|
18787
|
+
}());
|
|
18788
|
+
TransactionLineWarehouseLocationButtonComponent.decorators = [
|
|
18789
|
+
{ type: i0.Component, args: [{
|
|
18790
|
+
selector: "co-transaction-line-warehouse-location-button",
|
|
18791
|
+
template: "\n <div class=\"transaction-line-button\" [class.no-pointer]=\"readonly\" (click)=\"openWarehouseLocationDialog(line)\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.ShelvesLight)\"></co-icon>\n <span class=\"co-transaction-overflow-ellipsis\" [textContent]=\"line.locationNr ? line.locationNr : '-'\"></span>\n </div>\n ",
|
|
18792
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
18793
|
+
},] }
|
|
18794
|
+
];
|
|
18795
|
+
TransactionLineWarehouseLocationButtonComponent.ctorParameters = function () { return [
|
|
18796
|
+
{ type: IconCacheService },
|
|
18797
|
+
{ type: DialogService }
|
|
18798
|
+
]; };
|
|
18799
|
+
TransactionLineWarehouseLocationButtonComponent.propDecorators = {
|
|
18800
|
+
line: [{ type: i0.Input }],
|
|
18801
|
+
readonly: [{ type: i0.Input }],
|
|
18802
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-warehouse-location-button",] }]
|
|
18803
|
+
};
|
|
18804
|
+
|
|
18805
|
+
var TransactionLineWarehouseLocationButtonModule = /** @class */ (function () {
|
|
18806
|
+
function TransactionLineWarehouseLocationButtonModule() {
|
|
18807
|
+
}
|
|
18808
|
+
return TransactionLineWarehouseLocationButtonModule;
|
|
18809
|
+
}());
|
|
18810
|
+
TransactionLineWarehouseLocationButtonModule.decorators = [
|
|
18811
|
+
{ type: i0.NgModule, args: [{
|
|
18812
|
+
imports: [
|
|
18813
|
+
common.CommonModule,
|
|
18814
|
+
corecomponents_v12.IconModule
|
|
18815
|
+
],
|
|
18816
|
+
declarations: [
|
|
18817
|
+
TransactionLineWarehouseLocationButtonComponent
|
|
18818
|
+
],
|
|
18819
|
+
exports: [
|
|
18820
|
+
TransactionLineWarehouseLocationButtonComponent
|
|
18821
|
+
]
|
|
18822
|
+
},] }
|
|
18823
|
+
];
|
|
18824
|
+
|
|
18594
18825
|
var TransactionReceivedGoodsGridModule = /** @class */ (function () {
|
|
18595
18826
|
function TransactionReceivedGoodsGridModule() {
|
|
18596
18827
|
}
|
|
@@ -18607,7 +18838,8 @@
|
|
|
18607
18838
|
corecomponents_v12.InputCheckboxModule,
|
|
18608
18839
|
corecomponents_v12.DropDownModule,
|
|
18609
18840
|
corecomponents_v12.InputNumberPickerModule,
|
|
18610
|
-
DialogTransactionLineWarehouseLocationModule
|
|
18841
|
+
DialogTransactionLineWarehouseLocationModule,
|
|
18842
|
+
TransactionLineWarehouseLocationButtonModule
|
|
18611
18843
|
],
|
|
18612
18844
|
declarations: [
|
|
18613
18845
|
TransactionReceivedGoodsGridComponent
|
|
@@ -18791,10 +19023,11 @@
|
|
|
18791
19023
|
|
|
18792
19024
|
var TransactionBaseLineComponent = /** @class */ (function (_super) {
|
|
18793
19025
|
__extends(TransactionBaseLineComponent, _super);
|
|
18794
|
-
function TransactionBaseLineComponent(service, iconCacheService) {
|
|
19026
|
+
function TransactionBaseLineComponent(service, iconCacheService, _transactionEventService) {
|
|
18795
19027
|
var _this = _super.call(this) || this;
|
|
18796
19028
|
_this.service = service;
|
|
18797
19029
|
_this.iconCacheService = iconCacheService;
|
|
19030
|
+
_this._transactionEventService = _transactionEventService;
|
|
18798
19031
|
_this.checkbox = false;
|
|
18799
19032
|
_this.checkboxValue = false;
|
|
18800
19033
|
_this.actionButtons = true;
|
|
@@ -18816,8 +19049,8 @@
|
|
|
18816
19049
|
});
|
|
18817
19050
|
});
|
|
18818
19051
|
};
|
|
18819
|
-
TransactionBaseLineComponent.prototype.handleShowSidePanel = function () {
|
|
18820
|
-
this.
|
|
19052
|
+
TransactionBaseLineComponent.prototype.handleShowSidePanel = function (line) {
|
|
19053
|
+
this._transactionEventService.openSidePanel.next(line);
|
|
18821
19054
|
this.waitingForUserAction.next(true);
|
|
18822
19055
|
};
|
|
18823
19056
|
TransactionBaseLineComponent.prototype.handleCheckboxValueChanged = function () {
|
|
@@ -18827,13 +19060,14 @@
|
|
|
18827
19060
|
TransactionBaseLineComponent.decorators = [
|
|
18828
19061
|
{ type: i0.Component, args: [{
|
|
18829
19062
|
selector: "co-transaction-base-line",
|
|
18830
|
-
template: "\n <div class=\"transaction-base-line-wrapper\">\n <ng-container *ngIf=\"line.isArticle\">\n <div class=\"transaction-base-line-section\">\n <co-input-checkbox *ngIf=\"checkbox\" class=\"transaction-line-checkbox\"\n [model]=\"checkboxValue\"\n (modelChange)=\"handleCheckboxValueChanged()\"\n ></co-input-checkbox>\n <co-transaction-line-image-and-description\n *ngIf=\"line.isArticle\" class=\"transaction-line-image-and-description-wrapper\"\n [preview]=\"preview\"\n [line]=\"line\"\n (handleDeleteLine)=\"deleteTransactionLineClick()\"\n ></co-transaction-line-image-and-description>\n </div>\n <div class=\"transaction-base-line-section\">\n <ng-content></ng-content>\n <div *ngIf=\"!preview && actionButtons\" class=\"transaction-line-buttons\">\n <co-transaction-line-action-buttons\n [transactionLine]=\"line\"\n (waitingForUserAction)=\"waitingForUserAction.next($event)\"\n (sidePanelButtonClicked)=\"handleShowSidePanel()\"\n ></co-transaction-line-action-buttons>\n </div>\n </div>\n </ng-container>\n <ng-container *ngIf=\"line.isText\">\n <div [textContent]=\"line.text\"></div>\n <div class=\"transaction-line-delete\" *ngIf=\"!preview\">\n <co-icon class=\"delete-icon\" [iconData]=\"iconCacheService.getIcon(icons.TrashCanLight)\" (click)=\"deleteTransactionLineClick()\"></co-icon>\n </div>\n </ng-container>\n </div>\n ",
|
|
19063
|
+
template: "\n <div class=\"transaction-base-line-wrapper\">\n <ng-container *ngIf=\"line.isArticle\">\n <div class=\"transaction-base-line-section\">\n <co-input-checkbox *ngIf=\"checkbox\" class=\"transaction-line-checkbox\"\n [model]=\"checkboxValue\"\n (modelChange)=\"handleCheckboxValueChanged()\"\n ></co-input-checkbox>\n <co-transaction-line-image-and-description\n *ngIf=\"line.isArticle\" class=\"transaction-line-image-and-description-wrapper\"\n [preview]=\"preview\"\n [line]=\"line\"\n (handleDeleteLine)=\"deleteTransactionLineClick()\"\n ></co-transaction-line-image-and-description>\n </div>\n <div class=\"transaction-base-line-section\">\n <ng-content></ng-content>\n <div *ngIf=\"!preview && actionButtons\" class=\"transaction-line-buttons\">\n <co-transaction-line-action-buttons\n [transactionLine]=\"line\"\n (waitingForUserAction)=\"waitingForUserAction.next($event)\"\n (sidePanelButtonClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-line-action-buttons>\n </div>\n </div>\n </ng-container>\n <ng-container *ngIf=\"line.isText\">\n <div [textContent]=\"line.text\"></div>\n <div class=\"transaction-line-delete\" *ngIf=\"!preview\">\n <co-icon class=\"delete-icon\" [iconData]=\"iconCacheService.getIcon(icons.TrashCanLight)\" (click)=\"deleteTransactionLineClick()\"></co-icon>\n </div>\n </ng-container>\n </div>\n ",
|
|
18831
19064
|
encapsulation: i0.ViewEncapsulation.None
|
|
18832
19065
|
},] }
|
|
18833
19066
|
];
|
|
18834
19067
|
TransactionBaseLineComponent.ctorParameters = function () { return [
|
|
18835
19068
|
{ type: TransactionService },
|
|
18836
|
-
{ type: IconCacheService }
|
|
19069
|
+
{ type: IconCacheService },
|
|
19070
|
+
{ type: TransactionEventService }
|
|
18837
19071
|
]; };
|
|
18838
19072
|
TransactionBaseLineComponent.propDecorators = {
|
|
18839
19073
|
checkbox: [{ type: i0.Input }],
|
|
@@ -19014,19 +19248,22 @@
|
|
|
19014
19248
|
this.iconCacheService = iconCacheService;
|
|
19015
19249
|
this._dialogService = _dialogService;
|
|
19016
19250
|
this.icons = Icon;
|
|
19251
|
+
this.readonly = false;
|
|
19017
19252
|
}
|
|
19018
19253
|
TransactionLineWarehouseButtonComponent.prototype.showClass = function () {
|
|
19019
19254
|
return true;
|
|
19020
19255
|
};
|
|
19021
19256
|
TransactionLineWarehouseButtonComponent.prototype.openWarehouseDialog = function () {
|
|
19022
|
-
|
|
19257
|
+
if (!this.readonly) {
|
|
19258
|
+
this._dialogService.showTransactionLineComponent(DialogTransactionLineWarehouseComponent, this.line);
|
|
19259
|
+
}
|
|
19023
19260
|
};
|
|
19024
19261
|
return TransactionLineWarehouseButtonComponent;
|
|
19025
19262
|
}());
|
|
19026
19263
|
TransactionLineWarehouseButtonComponent.decorators = [
|
|
19027
19264
|
{ type: i0.Component, args: [{
|
|
19028
19265
|
selector: "co-transaction-line-warehouse-button",
|
|
19029
|
-
template: "\n <div class=\"transaction-line-button\" (click)=\"openWarehouseDialog()\">\n <co-icon class=\"header-warehouse-icon\" [iconData]=\"iconCacheService.getIcon(icons.Warehouse)\"></co-icon>\n <span class=\"co-transaction-overflow-ellipsis\" [textContent]=\"line.warehouseNumber\"></span>\n </div>\n ",
|
|
19266
|
+
template: "\n <div class=\"transaction-line-button\" [class.no-pointer]=\"readonly\" (click)=\"openWarehouseDialog()\">\n <co-icon class=\"header-warehouse-icon\" [iconData]=\"iconCacheService.getIcon(icons.Warehouse)\"></co-icon>\n <span class=\"co-transaction-overflow-ellipsis\" [textContent]=\"line.warehouseNumber\"></span>\n </div>\n ",
|
|
19030
19267
|
encapsulation: i0.ViewEncapsulation.None
|
|
19031
19268
|
},] }
|
|
19032
19269
|
];
|
|
@@ -19036,6 +19273,7 @@
|
|
|
19036
19273
|
]; };
|
|
19037
19274
|
TransactionLineWarehouseButtonComponent.propDecorators = {
|
|
19038
19275
|
line: [{ type: i0.Input }],
|
|
19276
|
+
readonly: [{ type: i0.Input }],
|
|
19039
19277
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-warehouse-button",] }]
|
|
19040
19278
|
};
|
|
19041
19279
|
|
|
@@ -19262,6 +19500,33 @@
|
|
|
19262
19500
|
},] }
|
|
19263
19501
|
];
|
|
19264
19502
|
|
|
19503
|
+
var TransactionReceiveGoodsLineModule = /** @class */ (function () {
|
|
19504
|
+
function TransactionReceiveGoodsLineModule() {
|
|
19505
|
+
}
|
|
19506
|
+
return TransactionReceiveGoodsLineModule;
|
|
19507
|
+
}());
|
|
19508
|
+
TransactionReceiveGoodsLineModule.decorators = [
|
|
19509
|
+
{ type: i0.NgModule, args: [{
|
|
19510
|
+
imports: [
|
|
19511
|
+
common.CommonModule,
|
|
19512
|
+
TransactionBaseLineModule,
|
|
19513
|
+
TransactionLineWarehouseButtonModule,
|
|
19514
|
+
TransactionLineWarehouseLocationModule,
|
|
19515
|
+
EditableLabelModule,
|
|
19516
|
+
corecomponents_v12.InputNumberPickerModule,
|
|
19517
|
+
corecomponents_v12.InputCheckboxModule,
|
|
19518
|
+
corecomponents_v12.IconModule,
|
|
19519
|
+
TransactionLineWarehouseLocationButtonModule
|
|
19520
|
+
],
|
|
19521
|
+
declarations: [
|
|
19522
|
+
TransactionReceiveGoodsLineComponent
|
|
19523
|
+
],
|
|
19524
|
+
exports: [
|
|
19525
|
+
TransactionReceiveGoodsLineComponent
|
|
19526
|
+
]
|
|
19527
|
+
},] }
|
|
19528
|
+
];
|
|
19529
|
+
|
|
19265
19530
|
var TransactionModule = /** @class */ (function () {
|
|
19266
19531
|
function TransactionModule() {
|
|
19267
19532
|
}
|
|
@@ -19292,7 +19557,8 @@
|
|
|
19292
19557
|
TransactionGridModule,
|
|
19293
19558
|
TransactionTileModule,
|
|
19294
19559
|
TransactionOverviewLineModule,
|
|
19295
|
-
TransactionOrderDeliveryLineModule
|
|
19560
|
+
TransactionOrderDeliveryLineModule,
|
|
19561
|
+
TransactionReceiveGoodsLineModule
|
|
19296
19562
|
],
|
|
19297
19563
|
declarations: [
|
|
19298
19564
|
TransactionComponent
|
|
@@ -20148,6 +20414,106 @@
|
|
|
20148
20414
|
},] }
|
|
20149
20415
|
];
|
|
20150
20416
|
|
|
20417
|
+
var TransactionStatusbarComponent = /** @class */ (function () {
|
|
20418
|
+
function TransactionStatusbarComponent(_dictionary) {
|
|
20419
|
+
this._dictionary = _dictionary;
|
|
20420
|
+
this.showClass = true;
|
|
20421
|
+
}
|
|
20422
|
+
Object.defineProperty(TransactionStatusbarComponent.prototype, "transaction", {
|
|
20423
|
+
get: function () {
|
|
20424
|
+
return this._transaction;
|
|
20425
|
+
},
|
|
20426
|
+
set: function (value) {
|
|
20427
|
+
this._transaction = value;
|
|
20428
|
+
this._total = value.quantityTotal;
|
|
20429
|
+
},
|
|
20430
|
+
enumerable: false,
|
|
20431
|
+
configurable: true
|
|
20432
|
+
});
|
|
20433
|
+
TransactionStatusbarComponent.prototype.ngOnInit = function () {
|
|
20434
|
+
this.setStatusbarData();
|
|
20435
|
+
};
|
|
20436
|
+
TransactionStatusbarComponent.prototype.setStatusbarData = function () {
|
|
20437
|
+
if (this.transactionKind === transactionKind_enum.TransactionKind.PurchaseOrder) {
|
|
20438
|
+
this.setStatusbarDataForPurchaseOrder();
|
|
20439
|
+
}
|
|
20440
|
+
else {
|
|
20441
|
+
this.setStatusbardataForSalesOrder();
|
|
20442
|
+
}
|
|
20443
|
+
};
|
|
20444
|
+
TransactionStatusbarComponent.prototype.setStatusbardataForSalesOrder = function () {
|
|
20445
|
+
var transaction = this._transaction;
|
|
20446
|
+
this.statusbarData = [
|
|
20447
|
+
this.getStatusbarLine("TO_ORDER", transaction.quantityTotal),
|
|
20448
|
+
this.getStatusbarLine("ALLOCATED", transaction.quantityAllocatedFromStock),
|
|
20449
|
+
this.getStatusbarLine("PLANNING_REQUESTED", transaction.quantityPlanningRequested),
|
|
20450
|
+
this.getStatusbarLine("PLANNING_PREFERRED_DATE_ENTERED", transaction.quantityPlanningPreferredDateEntered),
|
|
20451
|
+
this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePicked),
|
|
20452
|
+
this.getStatusbarLine("PICKED", transaction.quantityPicked),
|
|
20453
|
+
this.getStatusbarLine("PLANNED", transaction.quantityPlanningFinal),
|
|
20454
|
+
this.getStatusbarLine("DELIVERED", transaction.quantityDelivered),
|
|
20455
|
+
this.getStatusbarLine("INVOICED", transaction.quantityInvoiced), //Gefactureerd
|
|
20456
|
+
];
|
|
20457
|
+
};
|
|
20458
|
+
TransactionStatusbarComponent.prototype.setStatusbarDataForPurchaseOrder = function () {
|
|
20459
|
+
var transaction = this._transaction;
|
|
20460
|
+
this.statusbarData = [
|
|
20461
|
+
this.getStatusbarLine("IN_ORDER", transaction.quantityTotal),
|
|
20462
|
+
this.getStatusbarLine("CONFIRMED", transaction.quantityPurchaseConfirmed),
|
|
20463
|
+
this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification),
|
|
20464
|
+
//this.getStatusbarLine(),// Vooraangemeld todo: als BE gereed is
|
|
20465
|
+
this.getStatusbarLine("ITEM_ACCEPTED", transaction.quantityItemAccepted), // Binnengemeld
|
|
20466
|
+
//this.getStatusbarLine(),// Factuurcheck todo: als BE gereed is
|
|
20467
|
+
];
|
|
20468
|
+
};
|
|
20469
|
+
TransactionStatusbarComponent.prototype.getStatusbarLine = function (label, property) {
|
|
20470
|
+
return { label: this._dictionary.get(label), percentage: this.calculatePercentage(property, this._total), count: property };
|
|
20471
|
+
};
|
|
20472
|
+
TransactionStatusbarComponent.prototype.calculatePercentage = function (amount, totalAmount) {
|
|
20473
|
+
if (amount === 0 || totalAmount === 0) {
|
|
20474
|
+
return 0;
|
|
20475
|
+
}
|
|
20476
|
+
return Math.floor((amount / totalAmount) * 100);
|
|
20477
|
+
};
|
|
20478
|
+
return TransactionStatusbarComponent;
|
|
20479
|
+
}());
|
|
20480
|
+
TransactionStatusbarComponent.decorators = [
|
|
20481
|
+
{ type: i0.Component, args: [{
|
|
20482
|
+
selector: "co-transaction-statusbar",
|
|
20483
|
+
template: "\n <co-statusbar [statusbarData]=\"statusbarData\"></co-statusbar>\n ",
|
|
20484
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
20485
|
+
},] }
|
|
20486
|
+
];
|
|
20487
|
+
TransactionStatusbarComponent.ctorParameters = function () { return [
|
|
20488
|
+
{ type: DictionaryService }
|
|
20489
|
+
]; };
|
|
20490
|
+
TransactionStatusbarComponent.propDecorators = {
|
|
20491
|
+
transaction: [{ type: i0.Input }],
|
|
20492
|
+
transactionKind: [{ type: i0.Input }],
|
|
20493
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-statusbar",] }]
|
|
20494
|
+
};
|
|
20495
|
+
|
|
20496
|
+
var TransactionStatusbarModule = /** @class */ (function () {
|
|
20497
|
+
function TransactionStatusbarModule() {
|
|
20498
|
+
}
|
|
20499
|
+
return TransactionStatusbarModule;
|
|
20500
|
+
}());
|
|
20501
|
+
TransactionStatusbarModule.decorators = [
|
|
20502
|
+
{ type: i0.NgModule, args: [{
|
|
20503
|
+
imports: [
|
|
20504
|
+
common.CommonModule,
|
|
20505
|
+
CoreModule,
|
|
20506
|
+
sharedcomponents.StatusbarModule
|
|
20507
|
+
],
|
|
20508
|
+
declarations: [
|
|
20509
|
+
TransactionStatusbarComponent
|
|
20510
|
+
],
|
|
20511
|
+
exports: [
|
|
20512
|
+
TransactionStatusbarComponent
|
|
20513
|
+
]
|
|
20514
|
+
},] }
|
|
20515
|
+
];
|
|
20516
|
+
|
|
20151
20517
|
var TransactionSearchPurchaseOrderGridModule = /** @class */ (function () {
|
|
20152
20518
|
function TransactionSearchPurchaseOrderGridModule() {
|
|
20153
20519
|
}
|
|
@@ -20403,7 +20769,8 @@
|
|
|
20403
20769
|
PipeModule,
|
|
20404
20770
|
AvatarModule,
|
|
20405
20771
|
corecomponents_v12.IconModule,
|
|
20406
|
-
|
|
20772
|
+
sharedcomponents.StatusbarModule,
|
|
20773
|
+
TransactionStatusbarModule
|
|
20407
20774
|
],
|
|
20408
20775
|
declarations: [
|
|
20409
20776
|
TransactionSearchPurchaseOrderTileComponent
|
|
@@ -20428,7 +20795,8 @@
|
|
|
20428
20795
|
corecomponents_v12.ButtonModule,
|
|
20429
20796
|
PipeModule,
|
|
20430
20797
|
corecomponents_v12.IconModule,
|
|
20431
|
-
|
|
20798
|
+
sharedcomponents.StatusbarModule,
|
|
20799
|
+
TransactionStatusbarModule,
|
|
20432
20800
|
],
|
|
20433
20801
|
declarations: [
|
|
20434
20802
|
TransactionSearchSalesOrderTileComponent
|
|
@@ -20572,8 +20940,6 @@
|
|
|
20572
20940
|
return true;
|
|
20573
20941
|
};
|
|
20574
20942
|
TransactionSearchResultComponent.prototype.ngOnInit = function () {
|
|
20575
|
-
this.searchService.searchRequest.general = 'test';
|
|
20576
|
-
this.searchService.searchTransactions(); //todo: weghalen
|
|
20577
20943
|
};
|
|
20578
20944
|
Object.defineProperty(TransactionSearchResultComponent.prototype, "fullscreen", {
|
|
20579
20945
|
get: function () {
|
|
@@ -21028,7 +21394,8 @@
|
|
|
21028
21394
|
TransactionSalesOrderFilterModule,
|
|
21029
21395
|
TransactionPurchaseOrderFilterModule,
|
|
21030
21396
|
TransactionFilterModule,
|
|
21031
|
-
corecomponents_v12.IconCollapseHandleModule
|
|
21397
|
+
corecomponents_v12.IconCollapseHandleModule,
|
|
21398
|
+
TransactionStatusbarModule
|
|
21032
21399
|
],
|
|
21033
21400
|
declarations: [
|
|
21034
21401
|
TransactionSearchComponent
|
|
@@ -21103,10 +21470,10 @@
|
|
|
21103
21470
|
exports.TransactionHeaderOrderModule = TransactionHeaderOrderModule;
|
|
21104
21471
|
exports.TransactionHeaderRelationComponent = TransactionHeaderRelationComponent;
|
|
21105
21472
|
exports.TransactionHeaderRelationModule = TransactionHeaderRelationModule;
|
|
21106
|
-
exports.TransactionLineComponent = TransactionLineComponent;
|
|
21107
21473
|
exports.TransactionLineGridComponent = TransactionLineGridComponent;
|
|
21108
21474
|
exports.TransactionLineGridModule = TransactionLineGridModule;
|
|
21109
|
-
exports.
|
|
21475
|
+
exports.TransactionLineStatusbarComponent = TransactionLineStatusbarComponent;
|
|
21476
|
+
exports.TransactionLineStatusbarModule = TransactionLineStatusbarModule;
|
|
21110
21477
|
exports.TransactionLinesComponent = TransactionLinesComponent;
|
|
21111
21478
|
exports.TransactionLinesModule = TransactionLinesModule;
|
|
21112
21479
|
exports.TransactionModule = TransactionModule;
|
|
@@ -21120,6 +21487,8 @@
|
|
|
21120
21487
|
exports.TransactionSearchModule = TransactionSearchModule;
|
|
21121
21488
|
exports.TransactionSearchService = TransactionSearchService;
|
|
21122
21489
|
exports.TransactionService = TransactionService;
|
|
21490
|
+
exports.TransactionStatusbarComponent = TransactionStatusbarComponent;
|
|
21491
|
+
exports.TransactionStatusbarModule = TransactionStatusbarModule;
|
|
21123
21492
|
exports.TransactionTotalsComponent = TransactionTotalsComponent;
|
|
21124
21493
|
exports.TransactionTotalsModule = TransactionTotalsModule;
|
|
21125
21494
|
exports["ɵa"] = PendingReasonService;
|
|
@@ -21149,259 +21518,264 @@
|
|
|
21149
21518
|
exports["ɵbw"] = StepperModule;
|
|
21150
21519
|
exports["ɵbx"] = StepperComponent;
|
|
21151
21520
|
exports["ɵby"] = StepperStepComponent;
|
|
21152
|
-
exports["ɵbz"] =
|
|
21521
|
+
exports["ɵbz"] = TransactionLineModule;
|
|
21153
21522
|
exports["ɵc"] = DynamicComponentService;
|
|
21154
|
-
exports["ɵca"] =
|
|
21155
|
-
exports["ɵcb"] =
|
|
21156
|
-
exports["ɵcc"] =
|
|
21157
|
-
exports["ɵcd"] =
|
|
21158
|
-
exports["ɵce"] =
|
|
21159
|
-
exports["ɵcf"] =
|
|
21160
|
-
exports["ɵcg"] =
|
|
21161
|
-
exports["ɵch"] =
|
|
21162
|
-
exports["ɵci"] =
|
|
21163
|
-
exports["ɵcj"] =
|
|
21164
|
-
exports["ɵck"] =
|
|
21165
|
-
exports["ɵcl"] =
|
|
21166
|
-
exports["ɵcm"] =
|
|
21167
|
-
exports["ɵcn"] =
|
|
21168
|
-
exports["ɵco"] =
|
|
21169
|
-
exports["ɵcp"] =
|
|
21170
|
-
exports["ɵcq"] =
|
|
21171
|
-
exports["ɵcr"] =
|
|
21172
|
-
exports["ɵcs"] =
|
|
21173
|
-
exports["ɵct"] =
|
|
21174
|
-
exports["ɵcu"] =
|
|
21175
|
-
exports["ɵcv"] =
|
|
21176
|
-
exports["ɵcw"] =
|
|
21177
|
-
exports["ɵcx"] =
|
|
21178
|
-
exports["ɵcy"] =
|
|
21179
|
-
exports["ɵcz"] =
|
|
21523
|
+
exports["ɵca"] = TransactionLineComponent;
|
|
21524
|
+
exports["ɵcb"] = TransactionMappingService;
|
|
21525
|
+
exports["ɵcc"] = TransactionArticleTextModule;
|
|
21526
|
+
exports["ɵcd"] = TransactionArticleTextComponent;
|
|
21527
|
+
exports["ɵce"] = TransactionReceiveGoodsService;
|
|
21528
|
+
exports["ɵcf"] = TransactionEventService;
|
|
21529
|
+
exports["ɵcg"] = AvatarModule;
|
|
21530
|
+
exports["ɵch"] = AvatarComponent;
|
|
21531
|
+
exports["ɵci"] = SharedService;
|
|
21532
|
+
exports["ɵcj"] = SharedConnectorService;
|
|
21533
|
+
exports["ɵck"] = DeliveryTypeTileModule;
|
|
21534
|
+
exports["ɵcl"] = DeliveryTypeTileComponent;
|
|
21535
|
+
exports["ɵcm"] = PaymentModule;
|
|
21536
|
+
exports["ɵcn"] = PaymentTileModule;
|
|
21537
|
+
exports["ɵco"] = PaymentTileComponent;
|
|
21538
|
+
exports["ɵcp"] = PaymentQrCodeModule;
|
|
21539
|
+
exports["ɵcq"] = PaymentQrCodeComponent;
|
|
21540
|
+
exports["ɵcr"] = PaymentComponent;
|
|
21541
|
+
exports["ɵcs"] = PaymentService;
|
|
21542
|
+
exports["ɵct"] = RelationTypeModule;
|
|
21543
|
+
exports["ɵcu"] = RelationTypeComponent;
|
|
21544
|
+
exports["ɵcv"] = RelationGeneralModule;
|
|
21545
|
+
exports["ɵcw"] = RelationSuggestionsListModule;
|
|
21546
|
+
exports["ɵcx"] = RelationSuggestionsListItemModule;
|
|
21547
|
+
exports["ɵcy"] = RelationSuggestionsListItemComponent;
|
|
21548
|
+
exports["ɵcz"] = RelationSuggestionsListComponent;
|
|
21180
21549
|
exports["ɵd"] = OptionsService;
|
|
21181
|
-
exports["ɵda"] =
|
|
21182
|
-
exports["ɵdb"] =
|
|
21183
|
-
exports["ɵdc"] =
|
|
21184
|
-
exports["ɵdd"] =
|
|
21185
|
-
exports["ɵde"] =
|
|
21186
|
-
exports["ɵdf"] =
|
|
21187
|
-
exports["ɵdg"] =
|
|
21188
|
-
exports["ɵdh"] =
|
|
21189
|
-
exports["ɵdi"] =
|
|
21190
|
-
exports["ɵdj"] =
|
|
21191
|
-
exports["ɵdk"] =
|
|
21192
|
-
exports["ɵdl"] =
|
|
21193
|
-
exports["ɵdm"] =
|
|
21194
|
-
exports["ɵdn"] =
|
|
21195
|
-
exports["ɵdo"] =
|
|
21196
|
-
exports["ɵdp"] =
|
|
21197
|
-
exports["ɵdq"] =
|
|
21198
|
-
exports["ɵdr"] =
|
|
21199
|
-
exports["ɵds"] =
|
|
21200
|
-
exports["ɵdt"] =
|
|
21201
|
-
exports["ɵdu"] =
|
|
21202
|
-
exports["ɵdv"] =
|
|
21203
|
-
exports["ɵdw"] =
|
|
21204
|
-
exports["ɵdx"] =
|
|
21205
|
-
exports["ɵdy"] =
|
|
21206
|
-
exports["ɵdz"] =
|
|
21550
|
+
exports["ɵda"] = RelationGeneralComponent;
|
|
21551
|
+
exports["ɵdb"] = RelationAddressesModule;
|
|
21552
|
+
exports["ɵdc"] = RelationAddressesComponent;
|
|
21553
|
+
exports["ɵdd"] = RelationContactDetailsModule;
|
|
21554
|
+
exports["ɵde"] = RelationContactDetailsComponent;
|
|
21555
|
+
exports["ɵdf"] = RelationPreferencesModule;
|
|
21556
|
+
exports["ɵdg"] = RelationPreferencesComponent;
|
|
21557
|
+
exports["ɵdh"] = TransactionHeaderBlockModule;
|
|
21558
|
+
exports["ɵdi"] = TransactionHeaderBlockComponent;
|
|
21559
|
+
exports["ɵdj"] = TransactionHeaderDeliveryDateModule;
|
|
21560
|
+
exports["ɵdk"] = TransactionHeaderDeliveryDateComponent;
|
|
21561
|
+
exports["ɵdl"] = TransactionHeaderBaseComponent;
|
|
21562
|
+
exports["ɵdm"] = TransactionFilterPopupBaseComponent;
|
|
21563
|
+
exports["ɵdn"] = TransactionHeaderDeliveryOptionsModule;
|
|
21564
|
+
exports["ɵdo"] = TransactionHeaderDeliveryOptionsComponent;
|
|
21565
|
+
exports["ɵdp"] = TransactionHeaderRemarksModule;
|
|
21566
|
+
exports["ɵdq"] = TransactionHeaderRemarksComponent;
|
|
21567
|
+
exports["ɵdr"] = TransactionHeaderReferenceModule;
|
|
21568
|
+
exports["ɵds"] = TransactionHeaderReferenceComponent;
|
|
21569
|
+
exports["ɵdt"] = TransactionHeaderRelationReferenceModule;
|
|
21570
|
+
exports["ɵdu"] = TransactionHeaderRelationReferenceComponent;
|
|
21571
|
+
exports["ɵdv"] = TransactionHeaderDeliveryMethodModule;
|
|
21572
|
+
exports["ɵdw"] = TransactionLineCheckboxModule;
|
|
21573
|
+
exports["ɵdx"] = TransactionLineCheckboxListComponent;
|
|
21574
|
+
exports["ɵdy"] = TransactionHeaderDeliveryMethodComponent;
|
|
21575
|
+
exports["ɵdz"] = TransactionHeaderPreferredDeliveryDateModule;
|
|
21207
21576
|
exports["ɵe"] = DictionaryService;
|
|
21208
|
-
exports["ɵea"] =
|
|
21209
|
-
exports["ɵeb"] =
|
|
21210
|
-
exports["ɵec"] =
|
|
21211
|
-
exports["ɵed"] =
|
|
21212
|
-
exports["ɵee"] =
|
|
21213
|
-
exports["ɵef"] =
|
|
21214
|
-
exports["ɵeg"] =
|
|
21215
|
-
exports["ɵeh"] =
|
|
21216
|
-
exports["ɵei"] =
|
|
21217
|
-
exports["ɵej"] =
|
|
21218
|
-
exports["ɵek"] =
|
|
21219
|
-
exports["ɵel"] =
|
|
21220
|
-
exports["ɵem"] =
|
|
21221
|
-
exports["ɵen"] =
|
|
21222
|
-
exports["ɵeo"] =
|
|
21223
|
-
exports["ɵep"] =
|
|
21224
|
-
exports["ɵeq"] =
|
|
21225
|
-
exports["ɵer"] =
|
|
21226
|
-
exports["ɵes"] =
|
|
21227
|
-
exports["ɵet"] =
|
|
21228
|
-
exports["ɵeu"] =
|
|
21229
|
-
exports["ɵev"] =
|
|
21230
|
-
exports["ɵew"] =
|
|
21231
|
-
exports["ɵex"] =
|
|
21232
|
-
exports["ɵey"] =
|
|
21233
|
-
exports["ɵez"] =
|
|
21577
|
+
exports["ɵea"] = TransactionHeaderPreferredDeliveryDateComponent;
|
|
21578
|
+
exports["ɵeb"] = DialogTransactionHeaderDeliveryMethodModule;
|
|
21579
|
+
exports["ɵec"] = DialogHeaderSearchModule;
|
|
21580
|
+
exports["ɵed"] = DialogHeaderSearchComponent;
|
|
21581
|
+
exports["ɵee"] = DialogTransactionHeaderDeliveryMethodComponent;
|
|
21582
|
+
exports["ɵef"] = DialogTransactionHeaderBaseComponent;
|
|
21583
|
+
exports["ɵeg"] = TransactionBaseComponent;
|
|
21584
|
+
exports["ɵeh"] = TransactionHeaderPartialDeliveryModule;
|
|
21585
|
+
exports["ɵei"] = TransactionHeaderPartialDeliveryComponent;
|
|
21586
|
+
exports["ɵej"] = TransactionHeaderDownpaymentPercentageModule;
|
|
21587
|
+
exports["ɵek"] = TransactionHeaderDownpaymentPercentageComponent;
|
|
21588
|
+
exports["ɵel"] = TransactionHeaderDownpaymentAmountModule;
|
|
21589
|
+
exports["ɵem"] = TransactionHeaderDownpaymentAmountComponent;
|
|
21590
|
+
exports["ɵen"] = TransactionHeaderDefinitiveModule;
|
|
21591
|
+
exports["ɵeo"] = TransactionHeaderDefinitiveComponent;
|
|
21592
|
+
exports["ɵep"] = TransactionHeaderBranchModule;
|
|
21593
|
+
exports["ɵeq"] = TransactionHeaderBranchComponent;
|
|
21594
|
+
exports["ɵer"] = TransactionHeaderAdministrativeRelationModule;
|
|
21595
|
+
exports["ɵes"] = TransactionHeaderAdministrativeRelationComponent;
|
|
21596
|
+
exports["ɵet"] = TransactionHeaderMarketingModule;
|
|
21597
|
+
exports["ɵeu"] = TransactionHeaderMarketingComponent;
|
|
21598
|
+
exports["ɵev"] = CheckoutOverviewRelationEditComponent;
|
|
21599
|
+
exports["ɵew"] = CheckoutOverviewDeliveryEditComponent;
|
|
21600
|
+
exports["ɵex"] = CheckoutOverviewDeliveryAddressComponent;
|
|
21601
|
+
exports["ɵey"] = CheckoutOverviewPaymentComponent;
|
|
21602
|
+
exports["ɵez"] = CheckoutLoginComponent;
|
|
21234
21603
|
exports["ɵf"] = TransactionConnectorService;
|
|
21235
|
-
exports["ɵfa"] =
|
|
21236
|
-
exports["ɵfb"] =
|
|
21237
|
-
exports["ɵfc"] =
|
|
21238
|
-
exports["ɵfd"] =
|
|
21239
|
-
exports["ɵfe"] =
|
|
21240
|
-
exports["ɵff"] =
|
|
21241
|
-
exports["ɵfg"] =
|
|
21242
|
-
exports["ɵfh"] =
|
|
21243
|
-
exports["ɵfi"] =
|
|
21244
|
-
exports["ɵfj"] =
|
|
21245
|
-
exports["ɵfk"] =
|
|
21246
|
-
exports["ɵfl"] =
|
|
21247
|
-
exports["ɵfm"] =
|
|
21248
|
-
exports["ɵfn"] =
|
|
21249
|
-
exports["ɵfo"] =
|
|
21250
|
-
exports["ɵfp"] =
|
|
21251
|
-
exports["ɵfq"] =
|
|
21252
|
-
exports["ɵfr"] =
|
|
21253
|
-
exports["ɵfs"] =
|
|
21254
|
-
exports["ɵft"] =
|
|
21255
|
-
exports["ɵfu"] =
|
|
21256
|
-
exports["ɵfv"] =
|
|
21257
|
-
exports["ɵfw"] =
|
|
21258
|
-
exports["ɵfx"] =
|
|
21259
|
-
exports["ɵfy"] =
|
|
21260
|
-
exports["ɵfz"] =
|
|
21604
|
+
exports["ɵfa"] = TransactionFilterCategoriesModule;
|
|
21605
|
+
exports["ɵfb"] = TransactionFilterCategoriesComponent;
|
|
21606
|
+
exports["ɵfc"] = TransactionHeaderPaymentModule;
|
|
21607
|
+
exports["ɵfd"] = TransactionHeaderPaymentComponent;
|
|
21608
|
+
exports["ɵfe"] = TransactionLinesGridModule;
|
|
21609
|
+
exports["ɵff"] = TransactionBaseGridModule;
|
|
21610
|
+
exports["ɵfg"] = TransactionLineSidePanelModule;
|
|
21611
|
+
exports["ɵfh"] = TransactionLineSidePanelDefaultModule;
|
|
21612
|
+
exports["ɵfi"] = TransactionLinePriceModule;
|
|
21613
|
+
exports["ɵfj"] = TransactionLinePriceComponent;
|
|
21614
|
+
exports["ɵfk"] = TransactionLineBaseComponent;
|
|
21615
|
+
exports["ɵfl"] = TransactionLinePriceListModule;
|
|
21616
|
+
exports["ɵfm"] = TransactionLinePriceListComponent;
|
|
21617
|
+
exports["ɵfn"] = TransactionLineVatModule;
|
|
21618
|
+
exports["ɵfo"] = TransactionLineVatComponent;
|
|
21619
|
+
exports["ɵfp"] = TransactionLineQuantityModule;
|
|
21620
|
+
exports["ɵfq"] = TransactionLineQuantityComponent;
|
|
21621
|
+
exports["ɵfr"] = TransactionLineLineDiscountModule;
|
|
21622
|
+
exports["ɵfs"] = TransactionLineLineDiscountComponent;
|
|
21623
|
+
exports["ɵft"] = TransactionLineDeliveryMethodModule;
|
|
21624
|
+
exports["ɵfu"] = TransactionLineDeliveryMethodComponent;
|
|
21625
|
+
exports["ɵfv"] = TransactionLineDeliveryDateModule;
|
|
21626
|
+
exports["ɵfw"] = TransactionLineDeliveryDateComponent;
|
|
21627
|
+
exports["ɵfx"] = TransactionLineReferenceModule;
|
|
21628
|
+
exports["ɵfy"] = TransactionLineReferenceComponent;
|
|
21629
|
+
exports["ɵfz"] = TransactionLineCommissionCodeModule;
|
|
21261
21630
|
exports["ɵg"] = TransactionConnectorAdapterService;
|
|
21262
|
-
exports["ɵga"] =
|
|
21263
|
-
exports["ɵgb"] =
|
|
21264
|
-
exports["ɵgc"] =
|
|
21265
|
-
exports["ɵgd"] =
|
|
21266
|
-
exports["ɵge"] =
|
|
21267
|
-
exports["ɵgf"] =
|
|
21268
|
-
exports["ɵgg"] =
|
|
21269
|
-
exports["ɵgh"] =
|
|
21270
|
-
exports["ɵgi"] =
|
|
21271
|
-
exports["ɵgj"] =
|
|
21272
|
-
exports["ɵgk"] =
|
|
21273
|
-
exports["ɵgl"] =
|
|
21274
|
-
exports["ɵgm"] =
|
|
21275
|
-
exports["ɵgn"] =
|
|
21276
|
-
exports["ɵgo"] =
|
|
21277
|
-
exports["ɵgp"] =
|
|
21278
|
-
exports["ɵgq"] =
|
|
21279
|
-
exports["ɵgr"] =
|
|
21280
|
-
exports["ɵgs"] =
|
|
21281
|
-
exports["ɵgt"] =
|
|
21282
|
-
exports["ɵgu"] =
|
|
21283
|
-
exports["ɵgv"] =
|
|
21284
|
-
exports["ɵgw"] =
|
|
21285
|
-
exports["ɵgx"] =
|
|
21286
|
-
exports["ɵgy"] =
|
|
21287
|
-
exports["ɵgz"] =
|
|
21631
|
+
exports["ɵga"] = TransactionLineCommissionCodeComponent;
|
|
21632
|
+
exports["ɵgb"] = TransactionLineWarehouseModule;
|
|
21633
|
+
exports["ɵgc"] = TransactionLineWarehouseComponent;
|
|
21634
|
+
exports["ɵgd"] = TransactionLineDiscountAmountModule;
|
|
21635
|
+
exports["ɵge"] = TransactionLineDiscountAmountComponent;
|
|
21636
|
+
exports["ɵgf"] = TransactionLineQuantumDiscountModule;
|
|
21637
|
+
exports["ɵgg"] = TransactionLineQuantumDiscountComponent;
|
|
21638
|
+
exports["ɵgh"] = TransactionLineSpecialDiscountModule;
|
|
21639
|
+
exports["ɵgi"] = TransactionLineSpecialDiscountComponent;
|
|
21640
|
+
exports["ɵgj"] = TransactionLineSupplierModule;
|
|
21641
|
+
exports["ɵgk"] = TransactionLineSupplierComponent;
|
|
21642
|
+
exports["ɵgl"] = TransactionLineDescriptionModule;
|
|
21643
|
+
exports["ɵgm"] = TransactionLineDescriptionComponent;
|
|
21644
|
+
exports["ɵgn"] = TransactionLineSidePanelDefaultComponent;
|
|
21645
|
+
exports["ɵgo"] = TransactionReceivingGoodsHistoryModule;
|
|
21646
|
+
exports["ɵgp"] = TransactionHistoryGridModule;
|
|
21647
|
+
exports["ɵgq"] = TransactionHistoryGridStatusModule;
|
|
21648
|
+
exports["ɵgr"] = TransactionHistoryGridStatusComponent;
|
|
21649
|
+
exports["ɵgs"] = TransactionHistoryGridComponent;
|
|
21650
|
+
exports["ɵgt"] = TransactionReceivingGoodsHistoryComponent;
|
|
21651
|
+
exports["ɵgu"] = TransactionReceivingGoodsDetailsModule;
|
|
21652
|
+
exports["ɵgv"] = TransactionReceivingGoodsDetailsComponent;
|
|
21653
|
+
exports["ɵgw"] = ArticleService;
|
|
21654
|
+
exports["ɵgx"] = TransactionButtonBarModule;
|
|
21655
|
+
exports["ɵgy"] = TransactionButtonBarComponent;
|
|
21656
|
+
exports["ɵgz"] = TransactionButtonBarButtonComponent;
|
|
21288
21657
|
exports["ɵh"] = SelectMultipleCacheService;
|
|
21289
|
-
exports["ɵha"] =
|
|
21290
|
-
exports["ɵhb"] =
|
|
21291
|
-
exports["ɵhc"] =
|
|
21292
|
-
exports["ɵhd"] =
|
|
21293
|
-
exports["ɵhe"] =
|
|
21294
|
-
exports["ɵhf"] =
|
|
21295
|
-
exports["ɵhg"] =
|
|
21296
|
-
exports["ɵhh"] =
|
|
21297
|
-
exports["ɵhi"] =
|
|
21298
|
-
exports["ɵhj"] =
|
|
21299
|
-
exports["ɵhk"] =
|
|
21300
|
-
exports["ɵhl"] =
|
|
21301
|
-
exports["ɵhm"] =
|
|
21302
|
-
exports["ɵhn"] =
|
|
21303
|
-
exports["ɵho"] =
|
|
21304
|
-
exports["ɵhp"] =
|
|
21305
|
-
exports["ɵhq"] =
|
|
21306
|
-
exports["ɵhr"] =
|
|
21307
|
-
exports["ɵhs"] =
|
|
21308
|
-
exports["ɵht"] =
|
|
21309
|
-
exports["ɵhu"] =
|
|
21310
|
-
exports["ɵhv"] =
|
|
21311
|
-
exports["ɵhw"] =
|
|
21312
|
-
exports["ɵhx"] =
|
|
21313
|
-
exports["ɵhy"] =
|
|
21314
|
-
exports["ɵhz"] =
|
|
21658
|
+
exports["ɵha"] = TransactionLineSidePanelPurchaseModule;
|
|
21659
|
+
exports["ɵhb"] = DefaultOkCancelButtonsModule;
|
|
21660
|
+
exports["ɵhc"] = DefaultOkCancelButtonsComponent;
|
|
21661
|
+
exports["ɵhd"] = TransactionLineSidePanelPurchaseComponent;
|
|
21662
|
+
exports["ɵhe"] = TransactionLineSidePanelComponent;
|
|
21663
|
+
exports["ɵhf"] = DynamicBaseComponent;
|
|
21664
|
+
exports["ɵhg"] = TransactionLineActionButtonsModule;
|
|
21665
|
+
exports["ɵhh"] = TransactionArticleTextOverviewModule;
|
|
21666
|
+
exports["ɵhi"] = TransactionArticleTextOverviewComponent;
|
|
21667
|
+
exports["ɵhj"] = TransactionLineActionButtonsComponent;
|
|
21668
|
+
exports["ɵhk"] = TransactionBaseGridComponent;
|
|
21669
|
+
exports["ɵhl"] = TransactionGridBaseComponent;
|
|
21670
|
+
exports["ɵhm"] = TransactionImageService;
|
|
21671
|
+
exports["ɵhn"] = DialogTransactionLineCommissionCodeModule;
|
|
21672
|
+
exports["ɵho"] = DialogTransactionLineCommissionCodeComponent;
|
|
21673
|
+
exports["ɵhp"] = DialogTransactionLineBaseComponent;
|
|
21674
|
+
exports["ɵhq"] = DialogTransactionLineWarehouseModule;
|
|
21675
|
+
exports["ɵhr"] = DialogTransactionLineWarehouseComponent;
|
|
21676
|
+
exports["ɵhs"] = DialogTransactionLineWarehouseCcModule;
|
|
21677
|
+
exports["ɵht"] = DialogTransactionLineWarehouseCcComponent;
|
|
21678
|
+
exports["ɵhu"] = DialogTransactionLineDeliveryMethodModule;
|
|
21679
|
+
exports["ɵhv"] = DialogTransactionLineDeliveryMethodComponent;
|
|
21680
|
+
exports["ɵhw"] = DialogTransactionLineVatModule;
|
|
21681
|
+
exports["ɵhx"] = DialogTransactionLineVatComponent;
|
|
21682
|
+
exports["ɵhy"] = DialogTransactionLineDiscountModule;
|
|
21683
|
+
exports["ɵhz"] = DialogTransactionLinePriceListModule;
|
|
21315
21684
|
exports["ɵi"] = BusinessObjectCacheManagerService;
|
|
21316
|
-
exports["ɵia"] =
|
|
21317
|
-
exports["ɵib"] =
|
|
21318
|
-
exports["ɵic"] =
|
|
21319
|
-
exports["ɵid"] =
|
|
21320
|
-
exports["ɵie"] =
|
|
21321
|
-
exports["ɵif"] =
|
|
21322
|
-
exports["ɵig"] =
|
|
21323
|
-
exports["ɵih"] =
|
|
21324
|
-
exports["ɵii"] =
|
|
21325
|
-
exports["ɵij"] =
|
|
21326
|
-
exports["ɵik"] =
|
|
21327
|
-
exports["ɵil"] =
|
|
21328
|
-
exports["ɵim"] =
|
|
21329
|
-
exports["ɵin"] =
|
|
21330
|
-
exports["ɵio"] =
|
|
21331
|
-
exports["ɵip"] =
|
|
21332
|
-
exports["ɵiq"] =
|
|
21333
|
-
exports["ɵir"] =
|
|
21334
|
-
exports["ɵis"] =
|
|
21335
|
-
exports["ɵit"] =
|
|
21336
|
-
exports["ɵiu"] =
|
|
21337
|
-
exports["ɵiv"] =
|
|
21338
|
-
exports["ɵiw"] =
|
|
21339
|
-
exports["ɵix"] =
|
|
21340
|
-
exports["ɵiy"] =
|
|
21341
|
-
exports["ɵiz"] =
|
|
21685
|
+
exports["ɵia"] = DialogTransactionLinePriceListComponent;
|
|
21686
|
+
exports["ɵib"] = DialogTransactionLineDiscountComponent;
|
|
21687
|
+
exports["ɵic"] = TransactionLinesGridComponent;
|
|
21688
|
+
exports["ɵid"] = DiscountModule;
|
|
21689
|
+
exports["ɵie"] = DiscountComponent;
|
|
21690
|
+
exports["ɵif"] = TransactionQuickAccessOverviewModule;
|
|
21691
|
+
exports["ɵig"] = TransactionQuickAccessOverviewComponent;
|
|
21692
|
+
exports["ɵih"] = TransactionQuickAccessOrderDeliveryModule;
|
|
21693
|
+
exports["ɵii"] = TransactionQuickAccessOrderDeliveryComponent;
|
|
21694
|
+
exports["ɵij"] = TransactionOrderConfirmationGridModule;
|
|
21695
|
+
exports["ɵik"] = TransactionOrderConfirmationGridComponent;
|
|
21696
|
+
exports["ɵil"] = TransactionReceivedGoodsGridModule;
|
|
21697
|
+
exports["ɵim"] = DialogTransactionLineWarehouseLocationModule;
|
|
21698
|
+
exports["ɵin"] = TransactionLineWarehouseLocationModule;
|
|
21699
|
+
exports["ɵio"] = TransactionLineWarehouseLocationComponent;
|
|
21700
|
+
exports["ɵip"] = DialogTransactionLineWarehouseLocationComponent;
|
|
21701
|
+
exports["ɵiq"] = TransactionLineWarehouseLocationButtonModule;
|
|
21702
|
+
exports["ɵir"] = TransactionLineWarehouseLocationButtonComponent;
|
|
21703
|
+
exports["ɵis"] = TransactionReceivedGoodsGridComponent;
|
|
21704
|
+
exports["ɵit"] = ViewModeButtonsModule;
|
|
21705
|
+
exports["ɵiu"] = ViewModeButtonsComponent;
|
|
21706
|
+
exports["ɵiv"] = TransactionGridModule;
|
|
21707
|
+
exports["ɵiw"] = TransactionGridComponent;
|
|
21708
|
+
exports["ɵix"] = TransactionTileModule;
|
|
21709
|
+
exports["ɵiy"] = TransactionTileComponent;
|
|
21710
|
+
exports["ɵiz"] = TransactionOverviewLineModule;
|
|
21342
21711
|
exports["ɵj"] = CacheField;
|
|
21343
|
-
exports["ɵja"] =
|
|
21344
|
-
exports["ɵjb"] =
|
|
21345
|
-
exports["ɵjc"] =
|
|
21346
|
-
exports["ɵjd"] =
|
|
21347
|
-
exports["ɵje"] =
|
|
21348
|
-
exports["ɵjf"] =
|
|
21349
|
-
exports["ɵjg"] =
|
|
21350
|
-
exports["ɵjh"] =
|
|
21351
|
-
exports["ɵji"] =
|
|
21352
|
-
exports["ɵjj"] =
|
|
21353
|
-
exports["ɵjk"] =
|
|
21354
|
-
exports["ɵjl"] =
|
|
21355
|
-
exports["ɵjm"] =
|
|
21356
|
-
exports["ɵjn"] =
|
|
21357
|
-
exports["ɵjo"] =
|
|
21358
|
-
exports["ɵjp"] =
|
|
21359
|
-
exports["ɵjq"] =
|
|
21360
|
-
exports["ɵjr"] =
|
|
21361
|
-
exports["ɵjs"] =
|
|
21362
|
-
exports["ɵjt"] =
|
|
21363
|
-
exports["ɵju"] =
|
|
21364
|
-
exports["ɵjv"] =
|
|
21365
|
-
exports["ɵjw"] =
|
|
21366
|
-
exports["ɵjx"] =
|
|
21367
|
-
exports["ɵjy"] =
|
|
21368
|
-
exports["ɵjz"] =
|
|
21712
|
+
exports["ɵja"] = EditableLabelModule;
|
|
21713
|
+
exports["ɵjb"] = EditableLabelComponent;
|
|
21714
|
+
exports["ɵjc"] = TransactionBaseLineModule;
|
|
21715
|
+
exports["ɵjd"] = TransactionLineImageAndDescriptionModule;
|
|
21716
|
+
exports["ɵje"] = TransactionLineImageAndDescriptionComponent;
|
|
21717
|
+
exports["ɵjf"] = TransactionBaseLineComponent;
|
|
21718
|
+
exports["ɵjg"] = TransactionLinesLineBaseComponent;
|
|
21719
|
+
exports["ɵjh"] = TransactionLineCommissionButtonModule;
|
|
21720
|
+
exports["ɵji"] = TransactionLineCommissionButtonComponent;
|
|
21721
|
+
exports["ɵjj"] = TransactionLineWarehouseButtonModule;
|
|
21722
|
+
exports["ɵjk"] = TransactionLineWarehouseButtonComponent;
|
|
21723
|
+
exports["ɵjl"] = TransactionLineDeliveryButtonModule;
|
|
21724
|
+
exports["ɵjm"] = TransactionLineDeliveryButtonComponent;
|
|
21725
|
+
exports["ɵjn"] = TransactionLineDeliveryDateButtonModule;
|
|
21726
|
+
exports["ɵjo"] = TransactionLineDeliveryDateButtonComponent;
|
|
21727
|
+
exports["ɵjp"] = TransactionOverviewLineComponent;
|
|
21728
|
+
exports["ɵjq"] = TransactionOrderDeliveryLineModule;
|
|
21729
|
+
exports["ɵjr"] = StatusBarModule;
|
|
21730
|
+
exports["ɵjs"] = StatusBarComponent;
|
|
21731
|
+
exports["ɵjt"] = TransactionOrderDeliveryLineComponent;
|
|
21732
|
+
exports["ɵju"] = TransactionReceiveGoodsLineModule;
|
|
21733
|
+
exports["ɵjv"] = TransactionReceiveGoodsLineComponent;
|
|
21734
|
+
exports["ɵjw"] = TransactionSearchResultModule;
|
|
21735
|
+
exports["ɵjx"] = TransactionSearchSalesOrderTileModule;
|
|
21736
|
+
exports["ɵjy"] = TransactionSearchSalesOrderTileComponent;
|
|
21737
|
+
exports["ɵjz"] = TransactionSearchTileBaseComponent;
|
|
21369
21738
|
exports["ɵk"] = SelectMultipleParameterizedCacheService;
|
|
21370
|
-
exports["ɵka"] =
|
|
21371
|
-
exports["ɵkb"] =
|
|
21372
|
-
exports["ɵkc"] =
|
|
21373
|
-
exports["ɵkd"] =
|
|
21374
|
-
exports["ɵke"] =
|
|
21375
|
-
exports["ɵkf"] =
|
|
21376
|
-
exports["ɵkg"] =
|
|
21377
|
-
exports["ɵkh"] =
|
|
21378
|
-
exports["ɵki"] =
|
|
21379
|
-
exports["ɵkj"] =
|
|
21380
|
-
exports["ɵkk"] =
|
|
21381
|
-
exports["ɵkl"] =
|
|
21382
|
-
exports["ɵkm"] =
|
|
21383
|
-
exports["ɵkn"] =
|
|
21384
|
-
exports["ɵko"] =
|
|
21385
|
-
exports["ɵkp"] =
|
|
21386
|
-
exports["ɵkq"] =
|
|
21387
|
-
exports["ɵkr"] =
|
|
21388
|
-
exports["ɵks"] =
|
|
21389
|
-
exports["ɵkt"] =
|
|
21390
|
-
exports["ɵku"] =
|
|
21391
|
-
exports["ɵkv"] =
|
|
21392
|
-
exports["ɵkw"] =
|
|
21393
|
-
exports["ɵkx"] =
|
|
21394
|
-
exports["ɵky"] =
|
|
21395
|
-
exports["ɵkz"] =
|
|
21739
|
+
exports["ɵka"] = TransactionSearchPurchaseOrderTileModule;
|
|
21740
|
+
exports["ɵkb"] = TransactionSearchPurchaseOrderTileComponent;
|
|
21741
|
+
exports["ɵkc"] = TransactionSearchSalesOrderGridModule;
|
|
21742
|
+
exports["ɵkd"] = TransactionSearchSalesOrderGridComponent;
|
|
21743
|
+
exports["ɵke"] = TransactionSearchGridBaseComponent;
|
|
21744
|
+
exports["ɵkf"] = TransactionSearchPurchaseOrderGridModule;
|
|
21745
|
+
exports["ɵkg"] = TransactionSearchPurchaseOrderGridComponent;
|
|
21746
|
+
exports["ɵkh"] = TransactionSearchHeaderModule;
|
|
21747
|
+
exports["ɵki"] = TransactionSearchHeaderComponent;
|
|
21748
|
+
exports["ɵkj"] = TransactionSearchGridModule;
|
|
21749
|
+
exports["ɵkk"] = TransactionSearchGridComponent;
|
|
21750
|
+
exports["ɵkl"] = TransactionSearchTileModule;
|
|
21751
|
+
exports["ɵkm"] = TransactionSearchTileComponent;
|
|
21752
|
+
exports["ɵkn"] = TransactionSearchResultComponent;
|
|
21753
|
+
exports["ɵko"] = TransactionSalesOrderFilterModule;
|
|
21754
|
+
exports["ɵkp"] = TransactionSalesOrderFilterContentOrderModule;
|
|
21755
|
+
exports["ɵkq"] = TransactionFilterItemModule;
|
|
21756
|
+
exports["ɵkr"] = TransactionFilterItemComponent;
|
|
21757
|
+
exports["ɵks"] = TransactionSalesOrderFilterContentOrderComponent;
|
|
21758
|
+
exports["ɵkt"] = TransactionFilterContentBaseComponent;
|
|
21759
|
+
exports["ɵku"] = FilterRequestService;
|
|
21760
|
+
exports["ɵkv"] = TransactionSalesOrderFilterContentLogisticsModule;
|
|
21761
|
+
exports["ɵkw"] = TransactionFilterHistoricStateModule;
|
|
21762
|
+
exports["ɵkx"] = TransactionFilterHistoricStateComponent;
|
|
21763
|
+
exports["ɵky"] = TransactionSalesOrderFilterContentLogisticsComponent;
|
|
21764
|
+
exports["ɵkz"] = TransactionSalesOrderFilterContentArticleModule;
|
|
21396
21765
|
exports["ɵl"] = ErrorService;
|
|
21397
|
-
exports["ɵla"] =
|
|
21398
|
-
exports["ɵlb"] =
|
|
21399
|
-
exports["ɵlc"] =
|
|
21400
|
-
exports["ɵld"] =
|
|
21401
|
-
exports["ɵle"] =
|
|
21402
|
-
exports["ɵlf"] =
|
|
21403
|
-
exports["ɵlg"] =
|
|
21404
|
-
exports["ɵlh"] =
|
|
21766
|
+
exports["ɵla"] = TransactionSalesOrderFilterContentArticleComponent;
|
|
21767
|
+
exports["ɵlb"] = TransactionSalesOrderFilterComponent;
|
|
21768
|
+
exports["ɵlc"] = TransactionFilterBaseComponent;
|
|
21769
|
+
exports["ɵld"] = TransactionPurchaseOrderFilterModule;
|
|
21770
|
+
exports["ɵle"] = TransactionPurchaseOrderFilterContentOrderModule;
|
|
21771
|
+
exports["ɵlf"] = TransactionPurchaseOrderFilterContentOrderComponent;
|
|
21772
|
+
exports["ɵlg"] = TransactionPurchaseOrderFilterContentLogisticsModule;
|
|
21773
|
+
exports["ɵlh"] = TransactionPurchaseOrderFilterContentLogisticsComponent;
|
|
21774
|
+
exports["ɵli"] = TransactionPurchaseOrderFilterContentArticleModule;
|
|
21775
|
+
exports["ɵlj"] = TransactionPurchaseOrderFilterContentArticleComponent;
|
|
21776
|
+
exports["ɵlk"] = TransactionPurchaseOrderFilterComponent;
|
|
21777
|
+
exports["ɵll"] = TransactionFilterModule;
|
|
21778
|
+
exports["ɵlm"] = TransactionFilterComponent;
|
|
21405
21779
|
exports["ɵm"] = SelectSingleCacheService;
|
|
21406
21780
|
exports["ɵn"] = ArticleConnectorService;
|
|
21407
21781
|
exports["ɵo"] = CoreModule;
|