@colijnit/transaction 12.1.47 → 12.1.49
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 +941 -563
- 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 +8 -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/service/transaction-search.service.js +4 -4
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +34 -30
- 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 +756 -358
- 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-result/style/_layout.scss +6 -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;
|
|
@@ -427,6 +427,7 @@
|
|
|
427
427
|
function Dictionary() {
|
|
428
428
|
this.strings = {
|
|
429
429
|
"nl": {
|
|
430
|
+
"0_RESULTS_FOUND": "0 resultaten gevonden",
|
|
430
431
|
"ACCOUNT_DETAILS": "Accountgegevens",
|
|
431
432
|
"ACCOUNT_EXPLANATION": "Het e-mailadres en wachtwoord zijn nodig om toegang te krijgen tot de gegevens. " +
|
|
432
433
|
"Ook zullen we je via dit e-mailadres op de hoogte houden van de status van bestellingen.",
|
|
@@ -562,6 +563,7 @@
|
|
|
562
563
|
"HOUSE_NO": "Huisnummer",
|
|
563
564
|
"HOUSE_NO_ADDITION": "Huisnummer toevoeging",
|
|
564
565
|
"IN": "In",
|
|
566
|
+
"INSIDE": "Binnen",
|
|
565
567
|
"INACTIVE_TRANSACTIONS": "Inactieve transacties",
|
|
566
568
|
"INCLUDING_RETURNS": "Inclusief retouren",
|
|
567
569
|
"IN_SEARCHORDERS": "In verkooporders",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"INVOICE_ADDRESS_ADD": "Factuuradres toevoegen",
|
|
575
577
|
"INVOICE_ADDRESS_CHANGE": "Factuuradres wijzigen",
|
|
576
578
|
"INVOICE_CHECK": "Factuurcontrole",
|
|
579
|
+
"ITEM_ACCEPTED": "Binnengemeld",
|
|
577
580
|
"LAST_EDITED_DATE": "Datum laatste wijziging",
|
|
578
581
|
"LAST_EDITED_USER": "Gebruiker laatste wijziging",
|
|
579
582
|
"LAST_NAME": "Achternaam",
|
|
@@ -613,6 +616,7 @@
|
|
|
613
616
|
"NUMBER": "Aantal",
|
|
614
617
|
"ON_DATE": "Op datum",
|
|
615
618
|
"ON_HOLD": "Gepauzeerd",
|
|
619
|
+
"OPEN": "Open",
|
|
616
620
|
"OPEN_SHOPPING_CART": "Open winkelwagen",
|
|
617
621
|
"ORDER_CONFIRMATIONS": "Bevestigingen",
|
|
618
622
|
"ORDER_DATE": "Orderdatum",
|
|
@@ -683,6 +687,7 @@
|
|
|
683
687
|
"QUANTITY_CANNOT_BE_MORE_THAN_RECEIVED": "Het aantal moet gelijk zijn aan het aantal ontvangen",
|
|
684
688
|
"QUANTUM_DISCOUNT": "Kwantumkorting",
|
|
685
689
|
"RECEIPT_DETAILS": "Ontvangst details",
|
|
690
|
+
"RECEIVE": "Ontvangen",
|
|
686
691
|
"RECEIVED": "Ontvangst",
|
|
687
692
|
"RECEIVED_DELIVERED": "Binnengemeld / geleverd",
|
|
688
693
|
"RECEIVED_DATE": "Ontvangst datum",
|
|
@@ -772,6 +777,7 @@
|
|
|
772
777
|
"de": {},
|
|
773
778
|
"fr": {},
|
|
774
779
|
"en": {
|
|
780
|
+
"0_RESULTS_FOUND": "0 results found",
|
|
775
781
|
"ACCOUNT_DETAILS": "Account details",
|
|
776
782
|
"ACCOUNT_EXPLANATION": "E-mailaddress and password are needed to gain access to the data. We also notify you on this e-mailaddress about the order status",
|
|
777
783
|
"ACTIVE": "Active",
|
|
@@ -914,6 +920,7 @@
|
|
|
914
920
|
"INVOICE_ADDRESS_ADD": "Add invoice address",
|
|
915
921
|
"INVOICE_ADDRESS_CHANGE": "Change invoice address",
|
|
916
922
|
"INVOICE_CHECK": "Invoice check",
|
|
923
|
+
"ITEM_ACCEPTED": "Item accepted",
|
|
917
924
|
"LAST_EDITED_DATE": "Date last mutation",
|
|
918
925
|
"LAST_EDITED_USER": "User last mutation",
|
|
919
926
|
"LAST_NAME": "Last name",
|
|
@@ -2391,7 +2398,7 @@
|
|
|
2391
2398
|
Icon["ArrowPointLeft"] = "arrow_point_left";
|
|
2392
2399
|
Icon["ArrowPointRight"] = "arrow_point_right";
|
|
2393
2400
|
Icon["Article"] = "article";
|
|
2394
|
-
Icon["
|
|
2401
|
+
Icon["AtSolid"] = "at_solid";
|
|
2395
2402
|
Icon["BarcodeSolid"] = "barcode_solid";
|
|
2396
2403
|
Icon["BarsFilter"] = "bars_filter";
|
|
2397
2404
|
Icon["CalendarDay"] = "calendar_day";
|
|
@@ -2404,8 +2411,11 @@
|
|
|
2404
2411
|
Icon["CreditCardSolid"] = "credit_card_solid";
|
|
2405
2412
|
Icon["DeliveryTruck"] = "delivery_truck";
|
|
2406
2413
|
Icon["EditPencil"] = "edit_pencil";
|
|
2414
|
+
Icon["FileCircleInfoSolid"] = "file_circle_info_solid";
|
|
2415
|
+
Icon["FilePdfSolid"] = "file_pdf_solid";
|
|
2407
2416
|
Icon["GripDotsVerticalSolid"] = "grip_dots_vertical_solid";
|
|
2408
2417
|
Icon["IdealLogo"] = "ideal_logo";
|
|
2418
|
+
Icon["InboxInSolid"] = "inbox_in_solid";
|
|
2409
2419
|
Icon["ListRegular"] = "list_regular";
|
|
2410
2420
|
Icon["ListView"] = "list_view";
|
|
2411
2421
|
Icon["LocationDotSolid"] = "location_dot_solid";
|
|
@@ -2418,8 +2428,11 @@
|
|
|
2418
2428
|
Icon["Menu"] = "menu";
|
|
2419
2429
|
Icon["PalletBoxesSolid"] = "pallet_boxes_solid";
|
|
2420
2430
|
Icon["PlusRound"] = "plus_round";
|
|
2431
|
+
Icon["PrintSolid"] = "print_solid";
|
|
2421
2432
|
Icon["Purchase"] = "purchase";
|
|
2422
2433
|
Icon["Resize"] = "resize";
|
|
2434
|
+
Icon["ShareSolid"] = "share_solid";
|
|
2435
|
+
Icon["ShelvesLight"] = "shelves_light";
|
|
2423
2436
|
Icon["ShelvesSolid"] = "shelves_solid";
|
|
2424
2437
|
Icon["SidePanel"] = "side_panel";
|
|
2425
2438
|
Icon["SlideIn"] = "slide_in";
|
|
@@ -2449,7 +2462,7 @@
|
|
|
2449
2462
|
"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
2463
|
"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
2464
|
"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
|
-
"
|
|
2465
|
+
"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
2466
|
"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
2467
|
"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
2468
|
"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 +2475,11 @@
|
|
|
2462
2475
|
"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
2476
|
"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
2477
|
"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>",
|
|
2478
|
+
"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>",
|
|
2479
|
+
"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
2480
|
"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
2481
|
"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>",
|
|
2482
|
+
"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
2483
|
"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
2484
|
"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
2485
|
"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 +2492,11 @@
|
|
|
2476
2492
|
"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
2493
|
"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
2494
|
"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>",
|
|
2495
|
+
"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
2496
|
"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
2497
|
"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>",
|
|
2498
|
+
"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>",
|
|
2499
|
+
"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
2500
|
"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
2501
|
"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
2502
|
"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 +3016,9 @@
|
|
|
2997
3016
|
var DialogTransactionLineWarehouseLocationComponent = /** @class */ (function (_super) {
|
|
2998
3017
|
__extends(DialogTransactionLineWarehouseLocationComponent, _super);
|
|
2999
3018
|
function DialogTransactionLineWarehouseLocationComponent() {
|
|
3000
|
-
|
|
3019
|
+
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
3020
|
+
_this.showClose = false;
|
|
3021
|
+
return _this;
|
|
3001
3022
|
}
|
|
3002
3023
|
DialogTransactionLineWarehouseLocationComponent.prototype.showClass = function () {
|
|
3003
3024
|
return true;
|
|
@@ -3007,12 +3028,13 @@
|
|
|
3007
3028
|
DialogTransactionLineWarehouseLocationComponent.decorators = [
|
|
3008
3029
|
{ type: i0.Component, args: [{
|
|
3009
3030
|
selector: "co-dialog-transaction-line-warehouse-location",
|
|
3010
|
-
template: "\n <co-dialog [headerTemplate]=\"dialogHeader\" [footerTemplate]=\"footerTemplate\" [showCloseIcon]=\"
|
|
3031
|
+
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
3032
|
encapsulation: i0.ViewEncapsulation.None
|
|
3012
3033
|
},] }
|
|
3013
3034
|
];
|
|
3014
3035
|
DialogTransactionLineWarehouseLocationComponent.propDecorators = {
|
|
3015
3036
|
warehouseNr: [{ type: i0.Input }],
|
|
3037
|
+
showClose: [{ type: i0.Input }],
|
|
3016
3038
|
showClass: [{ type: i0.HostBinding, args: ["class.co-dialog-transaction-line-warehouse-location",] }]
|
|
3017
3039
|
};
|
|
3018
3040
|
|
|
@@ -3149,9 +3171,12 @@
|
|
|
3149
3171
|
};
|
|
3150
3172
|
return this.dynamicComponentService.createComponent(DialogTransactionLineCommissionCodeComponent, data);
|
|
3151
3173
|
};
|
|
3152
|
-
DialogService.prototype.showWarehouseLocation = function (warehouseNr) {
|
|
3174
|
+
DialogService.prototype.showWarehouseLocation = function (warehouseNr, useModel, autoClose, showClose, transactionLine) {
|
|
3153
3175
|
var data = {
|
|
3154
|
-
useModel:
|
|
3176
|
+
useModel: useModel,
|
|
3177
|
+
autoClose: autoClose,
|
|
3178
|
+
showClose: showClose,
|
|
3179
|
+
transactionLine: transactionLine,
|
|
3155
3180
|
warehouseNr: warehouseNr
|
|
3156
3181
|
};
|
|
3157
3182
|
return this.dynamicComponentService.createComponent(DialogTransactionLineWarehouseLocationComponent, data);
|
|
@@ -3957,7 +3982,7 @@
|
|
|
3957
3982
|
var result;
|
|
3958
3983
|
return __generator(this, function (_a) {
|
|
3959
3984
|
switch (_a.label) {
|
|
3960
|
-
case 0: return [4 /*yield*/, this.connector.
|
|
3985
|
+
case 0: return [4 /*yield*/, this.connector.getPaymentMethods()];
|
|
3961
3986
|
case 1:
|
|
3962
3987
|
result = _a.sent();
|
|
3963
3988
|
if (result.validationResult && result.validationResult.success) {
|
|
@@ -9848,7 +9873,6 @@
|
|
|
9848
9873
|
[transactionKind_enum.TransactionKind.ServiceOrder, "SERVICEORDERS"]
|
|
9849
9874
|
]);
|
|
9850
9875
|
this.transactionsPerPage = 20;
|
|
9851
|
-
this.resultCount = 0;
|
|
9852
9876
|
this._currentPage = 1;
|
|
9853
9877
|
this._transactionType = transactionKind_enum.TransactionKind.SalesOrder;
|
|
9854
9878
|
}
|
|
@@ -9886,8 +9910,9 @@
|
|
|
9886
9910
|
var lowerBound = ((this.currentPage - 1) * this.transactionsPerPage) + 1;
|
|
9887
9911
|
this.searchRequest.paging = new pagingParameters.PagingParameters(lowerBound, lowerBound + this.transactionsPerPage - 1, this.transactionsPerPage);
|
|
9888
9912
|
this._transactionService.searchTransactions(this.searchRequest).then(function (result) {
|
|
9889
|
-
|
|
9890
|
-
_this.
|
|
9913
|
+
var _a, _b;
|
|
9914
|
+
_this.transactions = (_a = result.transactions) !== null && _a !== void 0 ? _a : [];
|
|
9915
|
+
_this.resultCount = (_b = result.count) !== null && _b !== void 0 ? _b : undefined;
|
|
9891
9916
|
});
|
|
9892
9917
|
this.setPreviousSearchRequest();
|
|
9893
9918
|
};
|
|
@@ -10177,7 +10202,7 @@
|
|
|
10177
10202
|
TransactionSearchPurchaseOrderTileComponent.decorators = [
|
|
10178
10203
|
{ type: i0.Component, args: [{
|
|
10179
10204
|
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-
|
|
10205
|
+
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
10206
|
encapsulation: i0.ViewEncapsulation.None
|
|
10182
10207
|
},] }
|
|
10183
10208
|
];
|
|
@@ -10194,7 +10219,7 @@
|
|
|
10194
10219
|
TransactionSearchSalesOrderTileComponent.decorators = [
|
|
10195
10220
|
{ type: i0.Component, args: [{
|
|
10196
10221
|
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-
|
|
10222
|
+
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
10223
|
encapsulation: i0.ViewEncapsulation.None
|
|
10199
10224
|
},] }
|
|
10200
10225
|
];
|
|
@@ -10343,10 +10368,10 @@
|
|
|
10343
10368
|
this.transactionLineClicked = new rxjs.Subject();
|
|
10344
10369
|
this.rightSidebarClose = new rxjs.Subject();
|
|
10345
10370
|
this.scrollContent = new rxjs.Subject();
|
|
10346
|
-
this.receivedPurchaseOrderCommit = new rxjs.Subject();
|
|
10347
10371
|
this.commitReceivePurchaseOrders = new rxjs.Subject();
|
|
10348
10372
|
this.selectAllLines = new rxjs.Subject();
|
|
10349
10373
|
this.transactionLineChanged = new rxjs.Subject();
|
|
10374
|
+
this.openSidePanel = new rxjs.Subject();
|
|
10350
10375
|
}
|
|
10351
10376
|
return TransactionEventService;
|
|
10352
10377
|
}());
|
|
@@ -10357,43 +10382,41 @@
|
|
|
10357
10382
|
|
|
10358
10383
|
var TransactionQuickAccessReceivedGoodsComponent = /** @class */ (function (_super) {
|
|
10359
10384
|
__extends(TransactionQuickAccessReceivedGoodsComponent, _super);
|
|
10360
|
-
function TransactionQuickAccessReceivedGoodsComponent(_transactionService, _transactionEventService) {
|
|
10385
|
+
function TransactionQuickAccessReceivedGoodsComponent(iconService, _transactionService, _transactionEventService) {
|
|
10361
10386
|
var _this = _super.call(this, _transactionService) || this;
|
|
10387
|
+
_this.iconService = iconService;
|
|
10362
10388
|
_this._transactionService = _transactionService;
|
|
10363
10389
|
_this._transactionEventService = _transactionEventService;
|
|
10390
|
+
_this.icons = Icon;
|
|
10391
|
+
_this.localCheckboxState = true;
|
|
10364
10392
|
// Route through event service instead
|
|
10365
10393
|
_this.checkboxValueChanged = new i0.EventEmitter();
|
|
10366
|
-
_this.commitCheckboxState = false;
|
|
10367
|
-
_this._subscriptions = [];
|
|
10368
10394
|
return _this;
|
|
10369
10395
|
}
|
|
10370
10396
|
TransactionQuickAccessReceivedGoodsComponent.prototype.showClass = function () {
|
|
10371
10397
|
return true;
|
|
10372
10398
|
};
|
|
10373
10399
|
TransactionQuickAccessReceivedGoodsComponent.prototype.ngOnInit = function () {
|
|
10374
|
-
var _this = this;
|
|
10375
10400
|
var timeElapsed = Date.now();
|
|
10376
10401
|
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
10402
|
};
|
|
10384
10403
|
TransactionQuickAccessReceivedGoodsComponent.prototype.handleCommitEvent = function (value) {
|
|
10385
10404
|
this._transactionEventService.commitReceivePurchaseOrders.next(value);
|
|
10386
10405
|
};
|
|
10406
|
+
TransactionQuickAccessReceivedGoodsComponent.prototype.handleSelectAllLines = function (value) {
|
|
10407
|
+
this._transactionEventService.selectAllLines.next(value);
|
|
10408
|
+
};
|
|
10387
10409
|
return TransactionQuickAccessReceivedGoodsComponent;
|
|
10388
10410
|
}(TransactionBaseComponent));
|
|
10389
10411
|
TransactionQuickAccessReceivedGoodsComponent.decorators = [
|
|
10390
10412
|
{ type: i0.Component, args: [{
|
|
10391
10413
|
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)]=\"
|
|
10414
|
+
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
10415
|
encapsulation: i0.ViewEncapsulation.None
|
|
10394
10416
|
},] }
|
|
10395
10417
|
];
|
|
10396
10418
|
TransactionQuickAccessReceivedGoodsComponent.ctorParameters = function () { return [
|
|
10419
|
+
{ type: IconCacheService },
|
|
10397
10420
|
{ type: TransactionService },
|
|
10398
10421
|
{ type: TransactionEventService }
|
|
10399
10422
|
]; };
|
|
@@ -10630,182 +10653,6 @@
|
|
|
10630
10653
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-lines-grid",] }]
|
|
10631
10654
|
};
|
|
10632
10655
|
|
|
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
10656
|
// Direction type for regular straight directions.
|
|
10810
10657
|
var Direction;
|
|
10811
10658
|
(function (Direction) {
|
|
@@ -10961,10 +10808,10 @@
|
|
|
10961
10808
|
function TransactionLinesLineBaseComponent() {
|
|
10962
10809
|
this.icons = Icon;
|
|
10963
10810
|
this.waitingForUserAction = new i0.EventEmitter();
|
|
10964
|
-
this.sidePanelButtonClicked = new i0.EventEmitter();
|
|
10965
10811
|
this.preview = false;
|
|
10966
10812
|
this.readonly = false;
|
|
10967
10813
|
this.lineSet = new rxjs.BehaviorSubject(false);
|
|
10814
|
+
this.lineVisible = new rxjs.BehaviorSubject(false);
|
|
10968
10815
|
}
|
|
10969
10816
|
Object.defineProperty(TransactionLinesLineBaseComponent.prototype, "line", {
|
|
10970
10817
|
get: function () {
|
|
@@ -10991,8 +10838,8 @@
|
|
|
10991
10838
|
];
|
|
10992
10839
|
TransactionLinesLineBaseComponent.propDecorators = {
|
|
10993
10840
|
line: [{ type: i0.Input }],
|
|
10841
|
+
transactionId: [{ type: i0.Input }],
|
|
10994
10842
|
waitingForUserAction: [{ type: i0.Output }],
|
|
10995
|
-
sidePanelButtonClicked: [{ type: i0.Output }],
|
|
10996
10843
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-base-line",] }],
|
|
10997
10844
|
preview: [{ type: i0.HostBinding, args: ["class.preview",] }, { type: i0.Input }],
|
|
10998
10845
|
isSelected: [{ type: i0.HostBinding, args: ["class.is-selected",] }, { type: i0.Input, args: ['selected',] }],
|
|
@@ -11233,8 +11080,6 @@
|
|
|
11233
11080
|
TransactionOrderDeliveryLineComponent.prototype.showClass = function () {
|
|
11234
11081
|
return true;
|
|
11235
11082
|
};
|
|
11236
|
-
TransactionOrderDeliveryLineComponent.prototype.changeLineAmount = function (amount) {
|
|
11237
|
-
};
|
|
11238
11083
|
TransactionOrderDeliveryLineComponent.prototype.ngOnInit = function () {
|
|
11239
11084
|
var _this = this;
|
|
11240
11085
|
this.allowPartialDelivery = this.service.currentTransaction.transactionInfo.allowPartialDelivery;
|
|
@@ -11245,6 +11090,8 @@
|
|
|
11245
11090
|
TransactionOrderDeliveryLineComponent.prototype.ngOnDestroy = function () {
|
|
11246
11091
|
this._subscriptions.forEach(function (s) { return s.unsubscribe(); });
|
|
11247
11092
|
};
|
|
11093
|
+
TransactionOrderDeliveryLineComponent.prototype.changeLineAmount = function (amount) {
|
|
11094
|
+
};
|
|
11248
11095
|
return TransactionOrderDeliveryLineComponent;
|
|
11249
11096
|
}(TransactionLinesLineBaseComponent));
|
|
11250
11097
|
TransactionOrderDeliveryLineComponent.decorators = [
|
|
@@ -11287,7 +11134,7 @@
|
|
|
11287
11134
|
TransactionQuickAccessOrderDeliveryComponent.decorators = [
|
|
11288
11135
|
{ type: i0.Component, args: [{
|
|
11289
11136
|
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=\"
|
|
11137
|
+
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
11138
|
encapsulation: i0.ViewEncapsulation.None
|
|
11292
11139
|
},] }
|
|
11293
11140
|
];
|
|
@@ -11300,58 +11147,203 @@
|
|
|
11300
11147
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-quick-access-order-delivery",] }]
|
|
11301
11148
|
};
|
|
11302
11149
|
|
|
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
|
-
]);
|
|
11150
|
+
var TransactionReceiveGoodsService = /** @class */ (function () {
|
|
11151
|
+
function TransactionReceiveGoodsService(_transactionService, _transactionEventService) {
|
|
11152
|
+
var _this = this;
|
|
11153
|
+
this._transactionService = _transactionService;
|
|
11154
|
+
this._transactionEventService = _transactionEventService;
|
|
11155
|
+
this.lines = [];
|
|
11156
|
+
this._subscriptions = [];
|
|
11157
|
+
this._subscriptions.push(this._transactionEventService.commitReceivePurchaseOrders.subscribe((function (value) {
|
|
11158
|
+
_this.handleReceiveSelectedPurchaseOrders(value);
|
|
11159
|
+
})));
|
|
11351
11160
|
}
|
|
11352
|
-
|
|
11353
|
-
|
|
11354
|
-
|
|
11161
|
+
TransactionReceiveGoodsService.prototype.handleReceiveSelectedPurchaseOrders = function (value) {
|
|
11162
|
+
var _this = this;
|
|
11163
|
+
var selectedLines = this.lines.filter(function (line) { return line.selected && line.quantityToReceive > 0; });
|
|
11164
|
+
if (selectedLines.length > 0) {
|
|
11165
|
+
var receivedGoodsRequest_1 = new receiveGoodsForPurchaseOrderRequest_bo.ReceiveGoodsForPurchaseOrderRequest();
|
|
11166
|
+
receivedGoodsRequest_1.transId = selectedLines[0].transId;
|
|
11167
|
+
receivedGoodsRequest_1.receivedDate = value.date;
|
|
11168
|
+
receivedGoodsRequest_1.packingSlipNr = value.id;
|
|
11169
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS = [];
|
|
11170
|
+
selectedLines.forEach(function (line) {
|
|
11171
|
+
var detail = new purchaseOrderLineReceiptDetails_bo.PurchaseOrderLineReceiptDetails();
|
|
11172
|
+
detail.lineNr = line.lineNr;
|
|
11173
|
+
detail.quantityToReceive = line.quantityToReceive;
|
|
11174
|
+
detail.warehouseNr = line.warehouseNumber;
|
|
11175
|
+
detail.locationNr = line.locationNr;
|
|
11176
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS.push(detail);
|
|
11177
|
+
});
|
|
11178
|
+
this._transactionService.receiveGoodsForPurchaseOrder(receivedGoodsRequest_1).then(function (response) {
|
|
11179
|
+
if (response) {
|
|
11180
|
+
_this._handleAfterCommitReceivedOrders(selectedLines);
|
|
11181
|
+
}
|
|
11182
|
+
});
|
|
11183
|
+
}
|
|
11184
|
+
};
|
|
11185
|
+
TransactionReceiveGoodsService.prototype._handleAfterCommitReceivedOrders = function (selectedLines) {
|
|
11186
|
+
selectedLines.forEach(function (line) {
|
|
11187
|
+
line.quantityReceived += line.quantityToReceive;
|
|
11188
|
+
line.quantityToReceive -= line.quantityToReceive;
|
|
11189
|
+
if (line.quantityToReceive !== 0) {
|
|
11190
|
+
line.selected = false;
|
|
11191
|
+
}
|
|
11192
|
+
});
|
|
11193
|
+
};
|
|
11194
|
+
return TransactionReceiveGoodsService;
|
|
11195
|
+
}());
|
|
11196
|
+
TransactionReceiveGoodsService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function TransactionReceiveGoodsService_Factory() { return new TransactionReceiveGoodsService(i0__namespace.ɵɵinject(TransactionService), i0__namespace.ɵɵinject(TransactionEventService)); }, token: TransactionReceiveGoodsService, providedIn: "root" });
|
|
11197
|
+
TransactionReceiveGoodsService.decorators = [
|
|
11198
|
+
{ type: i0.Injectable, args: [{
|
|
11199
|
+
providedIn: "root"
|
|
11200
|
+
},] }
|
|
11201
|
+
];
|
|
11202
|
+
TransactionReceiveGoodsService.ctorParameters = function () { return [
|
|
11203
|
+
{ type: TransactionService },
|
|
11204
|
+
{ type: TransactionEventService }
|
|
11205
|
+
]; };
|
|
11206
|
+
|
|
11207
|
+
var ReceiveGoodViewModel = /** @class */ (function (_super) {
|
|
11208
|
+
__extends(ReceiveGoodViewModel, _super);
|
|
11209
|
+
function ReceiveGoodViewModel() {
|
|
11210
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
11211
|
+
}
|
|
11212
|
+
return ReceiveGoodViewModel;
|
|
11213
|
+
}(transactionLineInfo_bo.TransactionLineInfo));
|
|
11214
|
+
|
|
11215
|
+
var TransactionReceiveGoodsLineComponent = /** @class */ (function (_super) {
|
|
11216
|
+
__extends(TransactionReceiveGoodsLineComponent, _super);
|
|
11217
|
+
function TransactionReceiveGoodsLineComponent(iconCacheService, service, _transactionService, _transactionEventService, _transactionReceiveGoodsService) {
|
|
11218
|
+
var _this = _super.call(this) || this;
|
|
11219
|
+
_this.iconCacheService = iconCacheService;
|
|
11220
|
+
_this.service = service;
|
|
11221
|
+
_this._transactionService = _transactionService;
|
|
11222
|
+
_this._transactionEventService = _transactionEventService;
|
|
11223
|
+
_this._transactionReceiveGoodsService = _transactionReceiveGoodsService;
|
|
11224
|
+
_this.icons = Icon;
|
|
11225
|
+
_this.viewModel = new ReceiveGoodViewModel();
|
|
11226
|
+
_this._subscriptions = [];
|
|
11227
|
+
return _this;
|
|
11228
|
+
}
|
|
11229
|
+
TransactionReceiveGoodsLineComponent.prototype.showClass = function () {
|
|
11230
|
+
return true;
|
|
11231
|
+
};
|
|
11232
|
+
TransactionReceiveGoodsLineComponent.prototype.ngOnInit = function () {
|
|
11233
|
+
var _this = this;
|
|
11234
|
+
this.allowPartialDelivery = this.service.currentTransaction.transactionInfo.allowPartialDelivery;
|
|
11235
|
+
this._initViewModel();
|
|
11236
|
+
this._subscriptions.push(this._transactionEventService.selectAllLines.subscribe(function (value) {
|
|
11237
|
+
_this.viewModel.selected = value;
|
|
11238
|
+
}), this.lineVisible.subscribe(function () { return _this.handleRowVisible(); }));
|
|
11239
|
+
};
|
|
11240
|
+
TransactionReceiveGoodsLineComponent.prototype.ngOnDestroy = function () {
|
|
11241
|
+
this._subscriptions.forEach(function (s) { return s.unsubscribe(); });
|
|
11242
|
+
this._transactionReceiveGoodsService.lines = [];
|
|
11243
|
+
};
|
|
11244
|
+
TransactionReceiveGoodsLineComponent.prototype._initViewModel = function () {
|
|
11245
|
+
Object.assign(this.viewModel, this.line);
|
|
11246
|
+
this.viewModel.quantityToReceive = 0;
|
|
11247
|
+
this.viewModel.quantityReceived = 0;
|
|
11248
|
+
this.viewModel.lineNr = this.line.lineNr;
|
|
11249
|
+
this.viewModel.transId = this.transactionId;
|
|
11250
|
+
this.viewModel.selected = true;
|
|
11251
|
+
};
|
|
11252
|
+
TransactionReceiveGoodsLineComponent.prototype.handleRowVisible = function () {
|
|
11253
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11254
|
+
var goodsReceiptStatus;
|
|
11255
|
+
return __generator(this, function (_a) {
|
|
11256
|
+
switch (_a.label) {
|
|
11257
|
+
case 0:
|
|
11258
|
+
if (!this.line.isArticle) return [3 /*break*/, 2];
|
|
11259
|
+
return [4 /*yield*/, this._transactionService.getGoodsReceiptStatus(this.transactionId, this.line.lineNr)];
|
|
11260
|
+
case 1:
|
|
11261
|
+
goodsReceiptStatus = _a.sent();
|
|
11262
|
+
this.viewModel.quantityToReceive = goodsReceiptStatus.quantityToReceive;
|
|
11263
|
+
this.viewModel.quantityReceived = goodsReceiptStatus.quantityReceived;
|
|
11264
|
+
this._transactionReceiveGoodsService.lines.push(this.viewModel);
|
|
11265
|
+
_a.label = 2;
|
|
11266
|
+
case 2: return [2 /*return*/];
|
|
11267
|
+
}
|
|
11268
|
+
});
|
|
11269
|
+
});
|
|
11270
|
+
};
|
|
11271
|
+
TransactionReceiveGoodsLineComponent.prototype.changeLineAmount = function (amount) {
|
|
11272
|
+
};
|
|
11273
|
+
TransactionReceiveGoodsLineComponent.prototype.handleLineClicked = function (mouseClick) {
|
|
11274
|
+
};
|
|
11275
|
+
return TransactionReceiveGoodsLineComponent;
|
|
11276
|
+
}(TransactionLinesLineBaseComponent));
|
|
11277
|
+
TransactionReceiveGoodsLineComponent.decorators = [
|
|
11278
|
+
{ type: i0.Component, args: [{
|
|
11279
|
+
selector: "co-transaction-receive-goods-line",
|
|
11280
|
+
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 ",
|
|
11281
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
11282
|
+
},] }
|
|
11283
|
+
];
|
|
11284
|
+
TransactionReceiveGoodsLineComponent.ctorParameters = function () { return [
|
|
11285
|
+
{ type: IconCacheService },
|
|
11286
|
+
{ type: TransactionService },
|
|
11287
|
+
{ type: TransactionService },
|
|
11288
|
+
{ type: TransactionEventService },
|
|
11289
|
+
{ type: TransactionReceiveGoodsService }
|
|
11290
|
+
]; };
|
|
11291
|
+
TransactionReceiveGoodsLineComponent.propDecorators = {
|
|
11292
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-receive-goods-line",] }]
|
|
11293
|
+
};
|
|
11294
|
+
|
|
11295
|
+
var TransactionMappingService = /** @class */ (function () {
|
|
11296
|
+
function TransactionMappingService() {
|
|
11297
|
+
this._buttonBarTransaction = new Map([
|
|
11298
|
+
[transactionKind_enum.TransactionKind.PurchaseOrder, [
|
|
11299
|
+
{ title: 'OVERVIEW', icon: Icon.CartShoppingSolid, category: TransactionTypeCategory.PurchaseOrderOverview },
|
|
11300
|
+
{ title: 'CONFIRMATION', icon: Icon.MemoCircleCheckSolid, category: TransactionTypeCategory.PurchaseOrderOrderConfirmation },
|
|
11301
|
+
{ title: 'TRANSPORT', icon: Icon.TruckContainerSolid, category: TransactionTypeCategory.PurchaseOrderTransport },
|
|
11302
|
+
{ title: 'RECEIVED', icon: Icon.CartFlatbedBoxesSolid, category: TransactionTypeCategory.PurchaseOrderReceivedGoods },
|
|
11303
|
+
{ title: 'INVOICE_CHECK', icon: Icon.Tag, category: TransactionTypeCategory.PurchaseOrderInvoiceCheck },
|
|
11304
|
+
{ title: 'MENU', icon: Icon.Tag, category: TransactionTypeCategory.PurchaseOrderMenu }
|
|
11305
|
+
]],
|
|
11306
|
+
[transactionKind_enum.TransactionKind.SalesOrder, [
|
|
11307
|
+
{ title: 'OVERVIEW', icon: Icon.CartShoppingSolid, category: TransactionTypeCategory.SalesOrderOverview },
|
|
11308
|
+
{ title: 'PURCHASE', icon: Icon.PalletBoxesSolid, category: TransactionTypeCategory.SalesOrderPurchase },
|
|
11309
|
+
{ title: 'LOGISTICS', icon: Icon.ShelvesSolid, category: TransactionTypeCategory.SalesOrderLogistics },
|
|
11310
|
+
{ title: 'PLANNING', icon: Icon.TruckMovingSolid, category: TransactionTypeCategory.SalesOrderPlanning },
|
|
11311
|
+
{ title: 'DELIVERY_NOTE', icon: Icon.MemoCircleCheckSolid, category: TransactionTypeCategory.SalesOrderDeliveryNote },
|
|
11312
|
+
{ title: 'INVOICE', icon: Icon.CartCheck, category: TransactionTypeCategory.SalesOrderInvoice }
|
|
11313
|
+
]],
|
|
11314
|
+
]);
|
|
11315
|
+
this._quickAccessComponent = new Map([
|
|
11316
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOrderConfirmation }, TransactionQuickAccessOrderConfirmationComponent],
|
|
11317
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderReceivedGoods }, TransactionQuickAccessReceivedGoodsComponent],
|
|
11318
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionQuickAccessOverviewComponent],
|
|
11319
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderDeliveryNote }, TransactionQuickAccessOrderDeliveryComponent]
|
|
11320
|
+
]);
|
|
11321
|
+
this._transactionGridComponent = new Map([
|
|
11322
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOverview }, TransactionLinesGridComponent],
|
|
11323
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOrderConfirmation }, TransactionOrderConfirmationGridComponent],
|
|
11324
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionLinesGridComponent]
|
|
11325
|
+
]);
|
|
11326
|
+
this._transactionLineComponent = new Map([
|
|
11327
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionOverviewLineComponent],
|
|
11328
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderDeliveryNote }, TransactionOrderDeliveryLineComponent],
|
|
11329
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderReceivedGoods }, TransactionReceiveGoodsLineComponent],
|
|
11330
|
+
]);
|
|
11331
|
+
this._transactionFilterComponent = new Map([
|
|
11332
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder }, TransactionSalesOrderFilterComponent],
|
|
11333
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder }, TransactionPurchaseOrderFilterComponent],
|
|
11334
|
+
]);
|
|
11335
|
+
this._transactionSearchGridComponent = new Map([
|
|
11336
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder }, TransactionSearchSalesOrderGridComponent],
|
|
11337
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder }, TransactionSearchPurchaseOrderGridComponent],
|
|
11338
|
+
]);
|
|
11339
|
+
this._transactionSearchTileComponent = new Map([
|
|
11340
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder }, TransactionSearchSalesOrderTileComponent],
|
|
11341
|
+
[{ type: transactionKind_enum.TransactionKind.PurchaseOrder }, TransactionSearchPurchaseOrderTileComponent],
|
|
11342
|
+
]);
|
|
11343
|
+
}
|
|
11344
|
+
TransactionMappingService.prototype.getButtonBar = function (type) {
|
|
11345
|
+
if (this._buttonBarTransaction.has(type)) {
|
|
11346
|
+
return this._buttonBarTransaction.get(type);
|
|
11355
11347
|
}
|
|
11356
11348
|
return [];
|
|
11357
11349
|
};
|
|
@@ -11452,7 +11444,7 @@
|
|
|
11452
11444
|
this.appRef = appRef;
|
|
11453
11445
|
this.injector = injector;
|
|
11454
11446
|
this.waitingForUserAction = new i0.EventEmitter();
|
|
11455
|
-
this.
|
|
11447
|
+
this.lineVisible = new i0.EventEmitter();
|
|
11456
11448
|
}
|
|
11457
11449
|
Object.defineProperty(TransactionLineComponent.prototype, "container", {
|
|
11458
11450
|
set: function (content) {
|
|
@@ -11508,8 +11500,9 @@
|
|
|
11508
11500
|
this._componentRef.instance.preview = this.preview;
|
|
11509
11501
|
this._componentRef.instance.selected = this.selected;
|
|
11510
11502
|
this._componentRef.instance.line = this.line;
|
|
11511
|
-
this._componentRef.instance.
|
|
11503
|
+
this._componentRef.instance.transactionId = this.transactionId;
|
|
11512
11504
|
this._componentRef.instance.waitingForUserAction = this.waitingForUserAction;
|
|
11505
|
+
this._componentRef.instance.lineVisible = this.lineVisible;
|
|
11513
11506
|
var domElem = this._componentRef.hostView
|
|
11514
11507
|
.rootNodes[0];
|
|
11515
11508
|
this._transactionLineContainer.nativeElement.appendChild(domElem);
|
|
@@ -11522,7 +11515,7 @@
|
|
|
11522
11515
|
TransactionLineComponent.decorators = [
|
|
11523
11516
|
{ type: i0.Component, args: [{
|
|
11524
11517
|
selector: "co-transaction-line",
|
|
11525
|
-
template: "\n <div #transactionLine></div>\n ",
|
|
11518
|
+
template: "\n <div #transactionLine observeVisibility (visible)=\"this.lineVisible.next()\"></div>\n ",
|
|
11526
11519
|
encapsulation: i0.ViewEncapsulation.None
|
|
11527
11520
|
},] }
|
|
11528
11521
|
];
|
|
@@ -11539,8 +11532,9 @@
|
|
|
11539
11532
|
preview: [{ type: i0.Input }],
|
|
11540
11533
|
selected: [{ type: i0.Input }],
|
|
11541
11534
|
line: [{ type: i0.Input }],
|
|
11535
|
+
transactionId: [{ type: i0.Input }],
|
|
11542
11536
|
waitingForUserAction: [{ type: i0.Output }],
|
|
11543
|
-
|
|
11537
|
+
lineVisible: [{ type: i0.Output }],
|
|
11544
11538
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line",] }]
|
|
11545
11539
|
};
|
|
11546
11540
|
|
|
@@ -11552,7 +11546,8 @@
|
|
|
11552
11546
|
TransactionLineModule.decorators = [
|
|
11553
11547
|
{ type: i0.NgModule, args: [{
|
|
11554
11548
|
imports: [
|
|
11555
|
-
common.CommonModule
|
|
11549
|
+
common.CommonModule,
|
|
11550
|
+
corecomponents_v12.ObserveVisibilityModule
|
|
11556
11551
|
],
|
|
11557
11552
|
declarations: [
|
|
11558
11553
|
TransactionLineComponent
|
|
@@ -11564,19 +11559,31 @@
|
|
|
11564
11559
|
];
|
|
11565
11560
|
|
|
11566
11561
|
var TransactionLinesComponent = /** @class */ (function () {
|
|
11567
|
-
function TransactionLinesComponent(iconCacheService, service, _mappingService) {
|
|
11562
|
+
function TransactionLinesComponent(iconCacheService, service, _mappingService, _dialogService, _receiveGoodsService) {
|
|
11568
11563
|
this.iconCacheService = iconCacheService;
|
|
11569
11564
|
this.service = service;
|
|
11570
11565
|
this._mappingService = _mappingService;
|
|
11566
|
+
this._dialogService = _dialogService;
|
|
11567
|
+
this._receiveGoodsService = _receiveGoodsService;
|
|
11571
11568
|
this.icons = Icon;
|
|
11572
11569
|
this.transactionInfo = new transactionInfo_bo.TransactionInfo();
|
|
11573
11570
|
this.transactionLines = [];
|
|
11574
11571
|
this.preview = false;
|
|
11575
11572
|
this.saveTransactionLine = new i0.EventEmitter();
|
|
11576
|
-
this.showSidePanelClicked = new i0.EventEmitter();
|
|
11577
11573
|
this.showTransactionArticleText = false;
|
|
11578
11574
|
this.userActionRequired = false;
|
|
11579
11575
|
}
|
|
11576
|
+
Object.defineProperty(TransactionLinesComponent.prototype, "activeCategory", {
|
|
11577
|
+
get: function () {
|
|
11578
|
+
return this._activeCategory;
|
|
11579
|
+
},
|
|
11580
|
+
set: function (value) {
|
|
11581
|
+
this._activeCategory = value;
|
|
11582
|
+
this._handleCategory();
|
|
11583
|
+
},
|
|
11584
|
+
enumerable: false,
|
|
11585
|
+
configurable: true
|
|
11586
|
+
});
|
|
11580
11587
|
TransactionLinesComponent.prototype.showClass = function () {
|
|
11581
11588
|
return true;
|
|
11582
11589
|
};
|
|
@@ -11629,11 +11636,8 @@
|
|
|
11629
11636
|
this.saveTransactionLine.next(transactionLine);
|
|
11630
11637
|
this._hideArticleTextDialog();
|
|
11631
11638
|
};
|
|
11632
|
-
TransactionLinesComponent.prototype.handleShowSidePanelClicked = function (line) {
|
|
11633
|
-
this.showSidePanelClicked.next(line);
|
|
11634
|
-
};
|
|
11635
11639
|
TransactionLinesComponent.prototype.transactionLineComponent = function () {
|
|
11636
|
-
return !!this._mappingService.getTransactionLineComponent(this.service.currentTransaction.transactionInfo.transactionKind, this.
|
|
11640
|
+
return !!this._mappingService.getTransactionLineComponent(this.service.currentTransaction.transactionInfo.transactionKind, this._activeCategory);
|
|
11637
11641
|
};
|
|
11638
11642
|
TransactionLinesComponent.prototype._showArticleTextDialog = function () {
|
|
11639
11643
|
this.showTransactionArticleText = true;
|
|
@@ -11641,28 +11645,50 @@
|
|
|
11641
11645
|
TransactionLinesComponent.prototype._hideArticleTextDialog = function () {
|
|
11642
11646
|
this.showTransactionArticleText = false;
|
|
11643
11647
|
};
|
|
11648
|
+
TransactionLinesComponent.prototype._handleCategory = function () {
|
|
11649
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11650
|
+
var response_1;
|
|
11651
|
+
return __generator(this, function (_a) {
|
|
11652
|
+
switch (_a.label) {
|
|
11653
|
+
case 0:
|
|
11654
|
+
if (!(this._activeCategory === TransactionTypeCategory.PurchaseOrderReceivedGoods)) return [3 /*break*/, 2];
|
|
11655
|
+
if (!this.transactionLines.find(function (l) { return l.isLocationRequired; })) return [3 /*break*/, 2];
|
|
11656
|
+
return [4 /*yield*/, this._dialogService.showWarehouseLocation(this.transactionLines[0].warehouseNumber, false, false, true)];
|
|
11657
|
+
case 1:
|
|
11658
|
+
response_1 = _a.sent();
|
|
11659
|
+
if (response_1.button === AppPopupButtonType.Ok) {
|
|
11660
|
+
this._receiveGoodsService.lines.forEach(function (line) { return line.locationNr = response_1.output; });
|
|
11661
|
+
}
|
|
11662
|
+
_a.label = 2;
|
|
11663
|
+
case 2: return [2 /*return*/];
|
|
11664
|
+
}
|
|
11665
|
+
});
|
|
11666
|
+
});
|
|
11667
|
+
};
|
|
11644
11668
|
return TransactionLinesComponent;
|
|
11645
11669
|
}());
|
|
11646
11670
|
TransactionLinesComponent.decorators = [
|
|
11647
11671
|
{ type: i0.Component, args: [{
|
|
11648
11672
|
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\"
|
|
11673
|
+
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
11674
|
encapsulation: i0.ViewEncapsulation.None
|
|
11651
11675
|
},] }
|
|
11652
11676
|
];
|
|
11653
11677
|
TransactionLinesComponent.ctorParameters = function () { return [
|
|
11654
11678
|
{ type: IconCacheService },
|
|
11655
11679
|
{ type: TransactionService },
|
|
11656
|
-
{ type: TransactionMappingService }
|
|
11680
|
+
{ type: TransactionMappingService },
|
|
11681
|
+
{ type: DialogService },
|
|
11682
|
+
{ type: TransactionReceiveGoodsService }
|
|
11657
11683
|
]; };
|
|
11658
11684
|
TransactionLinesComponent.propDecorators = {
|
|
11659
11685
|
transactionArticleText: [{ type: i0.ViewChild, args: [TransactionArticleTextComponent,] }],
|
|
11660
11686
|
transactionInfo: [{ type: i0.Input }],
|
|
11661
11687
|
transactionLines: [{ type: i0.Input }],
|
|
11688
|
+
transactionId: [{ type: i0.Input }],
|
|
11662
11689
|
preview: [{ type: i0.Input }],
|
|
11663
11690
|
activeCategory: [{ type: i0.Input }],
|
|
11664
11691
|
saveTransactionLine: [{ type: i0.Output }],
|
|
11665
|
-
showSidePanelClicked: [{ type: i0.Output }],
|
|
11666
11692
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-lines",] }]
|
|
11667
11693
|
};
|
|
11668
11694
|
|
|
@@ -14873,7 +14899,7 @@
|
|
|
14873
14899
|
TransactionLineSidePanelComponent.decorators = [
|
|
14874
14900
|
{ type: i0.Component, args: [{
|
|
14875
14901
|
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 ? ('
|
|
14902
|
+
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
14903
|
animations: [
|
|
14878
14904
|
animations.trigger("showHideSidePanel", [
|
|
14879
14905
|
animations.state("void", animations.style({ transform: 'translateX(100%)' })),
|
|
@@ -14898,11 +14924,12 @@
|
|
|
14898
14924
|
};
|
|
14899
14925
|
|
|
14900
14926
|
var TransactionComponent = /** @class */ (function () {
|
|
14901
|
-
function TransactionComponent(iconCacheService, _service,
|
|
14927
|
+
function TransactionComponent(iconCacheService, _service, _dynamicComponentService, _transactionEventService) {
|
|
14902
14928
|
var _this = this;
|
|
14903
14929
|
this.iconCacheService = iconCacheService;
|
|
14904
14930
|
this._service = _service;
|
|
14905
|
-
this.
|
|
14931
|
+
this._dynamicComponentService = _dynamicComponentService;
|
|
14932
|
+
this._transactionEventService = _transactionEventService;
|
|
14906
14933
|
this.viewModes = ContentViewMode;
|
|
14907
14934
|
this.icons = Icon;
|
|
14908
14935
|
this.relation = new customerFullObject_bo.CustomerFullObject();
|
|
@@ -14921,7 +14948,7 @@
|
|
|
14921
14948
|
if (relation) {
|
|
14922
14949
|
_this.relation = relation;
|
|
14923
14950
|
}
|
|
14924
|
-
}));
|
|
14951
|
+
}), this._transactionEventService.openSidePanel.subscribe(function (line) { return _this.handleShowSidePanel(line); }));
|
|
14925
14952
|
}
|
|
14926
14953
|
Object.defineProperty(TransactionComponent.prototype, "transaction", {
|
|
14927
14954
|
get: function () {
|
|
@@ -14973,7 +15000,7 @@
|
|
|
14973
15000
|
};
|
|
14974
15001
|
TransactionComponent.prototype.handleShowSidePanel = function (line) {
|
|
14975
15002
|
this.sidePanelTransactionLine = line;
|
|
14976
|
-
this.
|
|
15003
|
+
this._dynamicComponentService.createComponent(TransactionLineSidePanelComponent, {
|
|
14977
15004
|
transactionInfo: this.transaction.transactionInfo,
|
|
14978
15005
|
transactionLine: this.sidePanelTransactionLine,
|
|
14979
15006
|
activeCategory: this.activeCategory
|
|
@@ -14984,14 +15011,15 @@
|
|
|
14984
15011
|
TransactionComponent.decorators = [
|
|
14985
15012
|
{ type: i0.Component, args: [{
|
|
14986
15013
|
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 [
|
|
15014
|
+
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
15015
|
encapsulation: i0.ViewEncapsulation.None
|
|
14989
15016
|
},] }
|
|
14990
15017
|
];
|
|
14991
15018
|
TransactionComponent.ctorParameters = function () { return [
|
|
14992
15019
|
{ type: IconCacheService },
|
|
14993
15020
|
{ type: TransactionService },
|
|
14994
|
-
{ type: DynamicComponentService }
|
|
15021
|
+
{ type: DynamicComponentService },
|
|
15022
|
+
{ type: TransactionEventService }
|
|
14995
15023
|
]; };
|
|
14996
15024
|
TransactionComponent.propDecorators = {
|
|
14997
15025
|
relation: [{ type: i0.Input }],
|
|
@@ -15395,7 +15423,7 @@
|
|
|
15395
15423
|
this.getStatusbarLine("PLANNING_PREFERRED_DATE_ENTERED", transaction.quantityPlanningPreferredDateEntered),
|
|
15396
15424
|
this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePicked),
|
|
15397
15425
|
this.getStatusbarLine("PICKED", transaction.quantityPicked),
|
|
15398
|
-
this.getStatusbarLine("PLANNED", transaction.
|
|
15426
|
+
this.getStatusbarLine("PLANNED", transaction.quantityPlanningFinal),
|
|
15399
15427
|
this.getStatusbarLine("DELIVERED", transaction.quantityDelivered),
|
|
15400
15428
|
this.getStatusbarLine("INVOICED", transaction.quantityInvoiced), //Gefactureerd
|
|
15401
15429
|
];
|
|
@@ -15405,10 +15433,10 @@
|
|
|
15405
15433
|
this.statusbarData = [
|
|
15406
15434
|
this.getStatusbarLine("IN_ORDER", transaction.amount),
|
|
15407
15435
|
this.getStatusbarLine("CONFIRMED", transaction.quantityPurchaseConfirmed),
|
|
15408
|
-
this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification),
|
|
15409
|
-
//todo:
|
|
15410
|
-
//
|
|
15411
|
-
//todo:
|
|
15436
|
+
this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification),
|
|
15437
|
+
//this.getStatusbarLine(),// Vooraangemeld todo: als BE gereed is
|
|
15438
|
+
this.getStatusbarLine("ITEM_ACCEPTED", transaction.quantityItemAccepted), // Binnengemeld
|
|
15439
|
+
//this.getStatusbarLine(),// Factuurcheck todo: als BE gereed is
|
|
15412
15440
|
];
|
|
15413
15441
|
};
|
|
15414
15442
|
TransactionLineStatusbarComponent.prototype.getStatusbarLine = function (label, property) {
|
|
@@ -17001,12 +17029,43 @@
|
|
|
17001
17029
|
},] }
|
|
17002
17030
|
];
|
|
17003
17031
|
|
|
17032
|
+
var ArticleService = /** @class */ (function () {
|
|
17033
|
+
function ArticleService(_articleConnectorService, _selectMultipleCacheService) {
|
|
17034
|
+
this._articleConnectorService = _articleConnectorService;
|
|
17035
|
+
this._selectMultipleCacheService = _selectMultipleCacheService;
|
|
17036
|
+
}
|
|
17037
|
+
ArticleService.prototype.getWarehouseLocations = function (warehouseNr) {
|
|
17038
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
17039
|
+
var _this = this;
|
|
17040
|
+
return __generator(this, function (_a) {
|
|
17041
|
+
// @ts-ignore
|
|
17042
|
+
return [2 /*return*/, this._selectMultipleCacheService.requestCache(stockLocation_bo.StockLocation, function () {
|
|
17043
|
+
return _this._articleConnectorService.getWarehouseLocations(warehouseNr);
|
|
17044
|
+
}).getValue()];
|
|
17045
|
+
});
|
|
17046
|
+
});
|
|
17047
|
+
};
|
|
17048
|
+
return ArticleService;
|
|
17049
|
+
}());
|
|
17050
|
+
ArticleService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function ArticleService_Factory() { return new ArticleService(i0__namespace.ɵɵinject(ArticleConnectorService), i0__namespace.ɵɵinject(SelectMultipleCacheService)); }, token: ArticleService, providedIn: "root" });
|
|
17051
|
+
ArticleService.decorators = [
|
|
17052
|
+
{ type: i0.Injectable, args: [{
|
|
17053
|
+
providedIn: "root"
|
|
17054
|
+
},] }
|
|
17055
|
+
];
|
|
17056
|
+
ArticleService.ctorParameters = function () { return [
|
|
17057
|
+
{ type: ArticleConnectorService },
|
|
17058
|
+
{ type: SelectMultipleCacheService }
|
|
17059
|
+
]; };
|
|
17060
|
+
|
|
17004
17061
|
var TransactionReceivingGoodsDetailsComponent = /** @class */ (function () {
|
|
17005
|
-
function TransactionReceivingGoodsDetailsComponent(_formMaster, _service, _articleService, _dialogService) {
|
|
17062
|
+
function TransactionReceivingGoodsDetailsComponent(iconCacheService, _formMaster, _service, _articleService, _dialogService) {
|
|
17063
|
+
this.iconCacheService = iconCacheService;
|
|
17006
17064
|
this._formMaster = _formMaster;
|
|
17007
17065
|
this._service = _service;
|
|
17008
17066
|
this._articleService = _articleService;
|
|
17009
17067
|
this._dialogService = _dialogService;
|
|
17068
|
+
this.icons = Icon;
|
|
17010
17069
|
this.reloadReceivingGoodsHistory = new i0.EventEmitter();
|
|
17011
17070
|
this.receiptDetails = new purchaseOrderLineReceiptDetails_bo.PurchaseOrderLineReceiptDetails();
|
|
17012
17071
|
this.request = new receiveGoodsForPurchaseOrderRequest_bo.ReceiveGoodsForPurchaseOrderRequest();
|
|
@@ -17088,27 +17147,16 @@
|
|
|
17088
17147
|
});
|
|
17089
17148
|
};
|
|
17090
17149
|
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
|
-
});
|
|
17150
|
+
var _this = this;
|
|
17151
|
+
this._dialogService.showWarehouseLocation(this.receiptDetails.warehouseNr, true, true, true, this.transactionLine)
|
|
17152
|
+
.then(function () { return _this.receiptDetails.locationNr = _this.transactionLine.locationNr; });
|
|
17105
17153
|
};
|
|
17106
17154
|
return TransactionReceivingGoodsDetailsComponent;
|
|
17107
17155
|
}());
|
|
17108
17156
|
TransactionReceivingGoodsDetailsComponent.decorators = [
|
|
17109
17157
|
{ type: i0.Component, args: [{
|
|
17110
17158
|
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=\"
|
|
17159
|
+
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
17160
|
providers: [
|
|
17113
17161
|
corecomponents_v12.FormMasterService
|
|
17114
17162
|
],
|
|
@@ -17116,6 +17164,7 @@
|
|
|
17116
17164
|
},] }
|
|
17117
17165
|
];
|
|
17118
17166
|
TransactionReceivingGoodsDetailsComponent.ctorParameters = function () { return [
|
|
17167
|
+
{ type: IconCacheService },
|
|
17119
17168
|
{ type: corecomponents_v12.FormMasterService },
|
|
17120
17169
|
{ type: TransactionService },
|
|
17121
17170
|
{ type: ArticleService },
|
|
@@ -17145,6 +17194,7 @@
|
|
|
17145
17194
|
corecomponents_v12.InputDatePickerModule,
|
|
17146
17195
|
corecomponents_v12.ButtonModule,
|
|
17147
17196
|
corecomponents_v12.DropDownModule,
|
|
17197
|
+
corecomponents_v12.IconModule,
|
|
17148
17198
|
],
|
|
17149
17199
|
declarations: [
|
|
17150
17200
|
TransactionReceivingGoodsDetailsComponent
|
|
@@ -17169,7 +17219,7 @@
|
|
|
17169
17219
|
set: function (value) {
|
|
17170
17220
|
this._transactionType = value;
|
|
17171
17221
|
this.buttons = this._mappingService.getButtonBar(this._transactionType);
|
|
17172
|
-
if (this.buttons && this.buttons.length > 0) {
|
|
17222
|
+
if (this.buttons && this.buttons.length > 0 && !this.selectedCategory) {
|
|
17173
17223
|
this.selectCategory(0);
|
|
17174
17224
|
}
|
|
17175
17225
|
},
|
|
@@ -18219,7 +18269,8 @@
|
|
|
18219
18269
|
corecomponents_v12.InputTextModule,
|
|
18220
18270
|
PipeModule,
|
|
18221
18271
|
corecomponents_v12.InputCheckboxModule,
|
|
18222
|
-
corecomponents_v12.InputDatePickerModule
|
|
18272
|
+
corecomponents_v12.InputDatePickerModule,
|
|
18273
|
+
corecomponents_v12.IconModule
|
|
18223
18274
|
],
|
|
18224
18275
|
declarations: [
|
|
18225
18276
|
TransactionQuickAccessReceivedGoodsComponent
|
|
@@ -18505,6 +18556,136 @@
|
|
|
18505
18556
|
},] }
|
|
18506
18557
|
];
|
|
18507
18558
|
|
|
18559
|
+
var ReceiveGoodsViewModel = /** @class */ (function () {
|
|
18560
|
+
function ReceiveGoodsViewModel(transactionLine, goodsReceiptStatus, selected, toReceive) {
|
|
18561
|
+
this.toReceive = 0;
|
|
18562
|
+
this.location = '';
|
|
18563
|
+
this.transactionLine = transactionLine;
|
|
18564
|
+
this.goodsReceiptStatus = goodsReceiptStatus;
|
|
18565
|
+
this.selected = selected;
|
|
18566
|
+
this.toReceive = toReceive;
|
|
18567
|
+
}
|
|
18568
|
+
return ReceiveGoodsViewModel;
|
|
18569
|
+
}());
|
|
18570
|
+
|
|
18571
|
+
var TransactionReceivedGoodsGridComponent = /** @class */ (function (_super) {
|
|
18572
|
+
__extends(TransactionReceivedGoodsGridComponent, _super);
|
|
18573
|
+
function TransactionReceivedGoodsGridComponent(_imageService, _transactionService, _transactionEventService, _articleService, _dialogService) {
|
|
18574
|
+
var _this = _super.call(this, _imageService) || this;
|
|
18575
|
+
_this._imageService = _imageService;
|
|
18576
|
+
_this._transactionService = _transactionService;
|
|
18577
|
+
_this._transactionEventService = _transactionEventService;
|
|
18578
|
+
_this._articleService = _articleService;
|
|
18579
|
+
_this._dialogService = _dialogService;
|
|
18580
|
+
_this.columnAlign = corecomponents_v12.ColumnAlign;
|
|
18581
|
+
_this.locationDropdownFields = { text: "locationNo", value: "locationNo" };
|
|
18582
|
+
_this.rowViewModels = new Map();
|
|
18583
|
+
_this._subscriptions = [];
|
|
18584
|
+
_this._subscriptions.push(_this._transactionEventService.commitReceivePurchaseOrders.subscribe((function (value) {
|
|
18585
|
+
_this.handleReceiveSelectedPurchaseOrders(value);
|
|
18586
|
+
})), _this._transactionEventService.transactionLineChanged.subscribe(function (value) {
|
|
18587
|
+
_this.handleTransactionLineChanged(value);
|
|
18588
|
+
}));
|
|
18589
|
+
return _this;
|
|
18590
|
+
}
|
|
18591
|
+
TransactionReceivedGoodsGridComponent.prototype.showClass = function () {
|
|
18592
|
+
return true;
|
|
18593
|
+
};
|
|
18594
|
+
TransactionReceivedGoodsGridComponent.prototype.ngOnInit = function () {
|
|
18595
|
+
var _this = this;
|
|
18596
|
+
this.transactionLines.forEach(function (line) {
|
|
18597
|
+
_this.rowViewModels.set(line, new ReceiveGoodsViewModel(line, new goodsReceiptStatus_bo.GoodsReceiptStatus(), false));
|
|
18598
|
+
});
|
|
18599
|
+
};
|
|
18600
|
+
TransactionReceivedGoodsGridComponent.prototype.ngOnDestroy = function () {
|
|
18601
|
+
this._subscriptions.forEach(function (subscription) { return subscription.unsubscribe(); });
|
|
18602
|
+
};
|
|
18603
|
+
TransactionReceivedGoodsGridComponent.prototype.handleRowVisible = function (row) {
|
|
18604
|
+
var _this = this;
|
|
18605
|
+
if (row.isArticle) {
|
|
18606
|
+
this._transactionService.getGoodsReceiptStatus(this.transactionId, row.lineNr)
|
|
18607
|
+
.then(function (result) {
|
|
18608
|
+
_this.rowViewModels.set(row, new ReceiveGoodsViewModel(row, result, result.quantityToReceive === 0, result.quantityToReceive));
|
|
18609
|
+
});
|
|
18610
|
+
}
|
|
18611
|
+
};
|
|
18612
|
+
TransactionReceivedGoodsGridComponent.prototype.locationRequired = function (row) {
|
|
18613
|
+
return row.isLocationRequired || row.isBatchNrRequired || row.isSerialNrRequired;
|
|
18614
|
+
};
|
|
18615
|
+
TransactionReceivedGoodsGridComponent.prototype.handleDropDownSelected = function (warehouseNr) {
|
|
18616
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
18617
|
+
var _a;
|
|
18618
|
+
return __generator(this, function (_b) {
|
|
18619
|
+
switch (_b.label) {
|
|
18620
|
+
case 0:
|
|
18621
|
+
_a = this;
|
|
18622
|
+
return [4 /*yield*/, this._articleService.getWarehouseLocations(warehouseNr)];
|
|
18623
|
+
case 1:
|
|
18624
|
+
_a.locations = _b.sent();
|
|
18625
|
+
return [2 /*return*/];
|
|
18626
|
+
}
|
|
18627
|
+
});
|
|
18628
|
+
});
|
|
18629
|
+
};
|
|
18630
|
+
TransactionReceivedGoodsGridComponent.prototype.getRowViewModel = function (row) {
|
|
18631
|
+
return this.rowViewModels.get(row);
|
|
18632
|
+
};
|
|
18633
|
+
TransactionReceivedGoodsGridComponent.prototype.handleReceiveSelectedPurchaseOrders = function (value) {
|
|
18634
|
+
var _this = this;
|
|
18635
|
+
var selectedRows = __spreadArray([], __read(this.rowViewModels.values())).filter(function (row) { return row.selected && row.toReceive !== 0; });
|
|
18636
|
+
if (selectedRows.length > 0) {
|
|
18637
|
+
var receivedGoodsRequest_1 = new receiveGoodsForPurchaseOrderRequest_bo.ReceiveGoodsForPurchaseOrderRequest();
|
|
18638
|
+
receivedGoodsRequest_1.transId = this.transactionId;
|
|
18639
|
+
receivedGoodsRequest_1.receivedDate = value.date;
|
|
18640
|
+
receivedGoodsRequest_1.packingSlipNr = value.id;
|
|
18641
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS = [];
|
|
18642
|
+
selectedRows.forEach(function (row) {
|
|
18643
|
+
var detail = new purchaseOrderLineReceiptDetails_bo.PurchaseOrderLineReceiptDetails();
|
|
18644
|
+
detail.lineNr = row.transactionLine.lineNr;
|
|
18645
|
+
detail.quantityToReceive = row.toReceive;
|
|
18646
|
+
detail.warehouseNr = row.transactionLine.warehouseNumber;
|
|
18647
|
+
detail.locationNr = row.location;
|
|
18648
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS.push(detail);
|
|
18649
|
+
});
|
|
18650
|
+
this._transactionService.receiveGoodsForPurchaseOrder(receivedGoodsRequest_1).then(function () {
|
|
18651
|
+
_this._handleAfterCommitReceivedOrders(selectedRows);
|
|
18652
|
+
});
|
|
18653
|
+
}
|
|
18654
|
+
};
|
|
18655
|
+
TransactionReceivedGoodsGridComponent.prototype._handleAfterCommitReceivedOrders = function (selectedRows) {
|
|
18656
|
+
selectedRows.forEach(function (row) {
|
|
18657
|
+
row.goodsReceiptStatus.quantityToReceive = row.goodsReceiptStatus.quantityToReceive -= row.toReceive;
|
|
18658
|
+
row.toReceive = row.goodsReceiptStatus.quantityToReceive;
|
|
18659
|
+
if (row.goodsReceiptStatus.quantityToReceive !== 0) {
|
|
18660
|
+
row.selected = false;
|
|
18661
|
+
}
|
|
18662
|
+
});
|
|
18663
|
+
};
|
|
18664
|
+
TransactionReceivedGoodsGridComponent.prototype.handleTransactionLineChanged = function (change) {
|
|
18665
|
+
var receiveGoodsViewModel = this.rowViewModels.get(change.transactionLine);
|
|
18666
|
+
receiveGoodsViewModel.goodsReceiptStatus.quantityToReceive = change.goodsReceiptStatus.quantityToReceive;
|
|
18667
|
+
receiveGoodsViewModel.toReceive = change.goodsReceiptStatus.quantityToReceive;
|
|
18668
|
+
};
|
|
18669
|
+
return TransactionReceivedGoodsGridComponent;
|
|
18670
|
+
}(TransactionGridBaseComponent));
|
|
18671
|
+
TransactionReceivedGoodsGridComponent.decorators = [
|
|
18672
|
+
{ type: i0.Component, args: [{
|
|
18673
|
+
selector: "co-transaction-received-goods-grid",
|
|
18674
|
+
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 ",
|
|
18675
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
18676
|
+
},] }
|
|
18677
|
+
];
|
|
18678
|
+
TransactionReceivedGoodsGridComponent.ctorParameters = function () { return [
|
|
18679
|
+
{ type: TransactionImageService },
|
|
18680
|
+
{ type: TransactionService },
|
|
18681
|
+
{ type: TransactionEventService },
|
|
18682
|
+
{ type: ArticleService },
|
|
18683
|
+
{ type: DialogService }
|
|
18684
|
+
]; };
|
|
18685
|
+
TransactionReceivedGoodsGridComponent.propDecorators = {
|
|
18686
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-received-goods-grid",] }]
|
|
18687
|
+
};
|
|
18688
|
+
|
|
18508
18689
|
// @ts-ignore
|
|
18509
18690
|
var TransactionLineWarehouseLocationComponent = /** @class */ (function (_super) {
|
|
18510
18691
|
__extends(TransactionLineWarehouseLocationComponent, _super);
|
|
@@ -18525,7 +18706,7 @@
|
|
|
18525
18706
|
TransactionLineWarehouseLocationComponent.prototype.commit = function (locationNr) {
|
|
18526
18707
|
return __awaiter(this, void 0, void 0, function () {
|
|
18527
18708
|
return __generator(this, function (_a) {
|
|
18528
|
-
|
|
18709
|
+
this.transactionLine.locationNr = locationNr;
|
|
18529
18710
|
return [2 /*return*/, true];
|
|
18530
18711
|
});
|
|
18531
18712
|
});
|
|
@@ -18591,6 +18772,58 @@
|
|
|
18591
18772
|
},] }
|
|
18592
18773
|
];
|
|
18593
18774
|
|
|
18775
|
+
var TransactionLineWarehouseLocationButtonComponent = /** @class */ (function () {
|
|
18776
|
+
function TransactionLineWarehouseLocationButtonComponent(iconCacheService, _dialogService) {
|
|
18777
|
+
this.iconCacheService = iconCacheService;
|
|
18778
|
+
this._dialogService = _dialogService;
|
|
18779
|
+
this.icons = Icon;
|
|
18780
|
+
this.readonly = false;
|
|
18781
|
+
}
|
|
18782
|
+
TransactionLineWarehouseLocationButtonComponent.prototype.showClass = function () {
|
|
18783
|
+
return true;
|
|
18784
|
+
};
|
|
18785
|
+
TransactionLineWarehouseLocationButtonComponent.prototype.openWarehouseLocationDialog = function (line) {
|
|
18786
|
+
this._dialogService.showWarehouseLocation(line.warehouseNumber, true, true, true, line);
|
|
18787
|
+
};
|
|
18788
|
+
return TransactionLineWarehouseLocationButtonComponent;
|
|
18789
|
+
}());
|
|
18790
|
+
TransactionLineWarehouseLocationButtonComponent.decorators = [
|
|
18791
|
+
{ type: i0.Component, args: [{
|
|
18792
|
+
selector: "co-transaction-line-warehouse-location-button",
|
|
18793
|
+
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 ",
|
|
18794
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
18795
|
+
},] }
|
|
18796
|
+
];
|
|
18797
|
+
TransactionLineWarehouseLocationButtonComponent.ctorParameters = function () { return [
|
|
18798
|
+
{ type: IconCacheService },
|
|
18799
|
+
{ type: DialogService }
|
|
18800
|
+
]; };
|
|
18801
|
+
TransactionLineWarehouseLocationButtonComponent.propDecorators = {
|
|
18802
|
+
line: [{ type: i0.Input }],
|
|
18803
|
+
readonly: [{ type: i0.Input }],
|
|
18804
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-warehouse-location-button",] }]
|
|
18805
|
+
};
|
|
18806
|
+
|
|
18807
|
+
var TransactionLineWarehouseLocationButtonModule = /** @class */ (function () {
|
|
18808
|
+
function TransactionLineWarehouseLocationButtonModule() {
|
|
18809
|
+
}
|
|
18810
|
+
return TransactionLineWarehouseLocationButtonModule;
|
|
18811
|
+
}());
|
|
18812
|
+
TransactionLineWarehouseLocationButtonModule.decorators = [
|
|
18813
|
+
{ type: i0.NgModule, args: [{
|
|
18814
|
+
imports: [
|
|
18815
|
+
common.CommonModule,
|
|
18816
|
+
corecomponents_v12.IconModule
|
|
18817
|
+
],
|
|
18818
|
+
declarations: [
|
|
18819
|
+
TransactionLineWarehouseLocationButtonComponent
|
|
18820
|
+
],
|
|
18821
|
+
exports: [
|
|
18822
|
+
TransactionLineWarehouseLocationButtonComponent
|
|
18823
|
+
]
|
|
18824
|
+
},] }
|
|
18825
|
+
];
|
|
18826
|
+
|
|
18594
18827
|
var TransactionReceivedGoodsGridModule = /** @class */ (function () {
|
|
18595
18828
|
function TransactionReceivedGoodsGridModule() {
|
|
18596
18829
|
}
|
|
@@ -18607,7 +18840,8 @@
|
|
|
18607
18840
|
corecomponents_v12.InputCheckboxModule,
|
|
18608
18841
|
corecomponents_v12.DropDownModule,
|
|
18609
18842
|
corecomponents_v12.InputNumberPickerModule,
|
|
18610
|
-
DialogTransactionLineWarehouseLocationModule
|
|
18843
|
+
DialogTransactionLineWarehouseLocationModule,
|
|
18844
|
+
TransactionLineWarehouseLocationButtonModule
|
|
18611
18845
|
],
|
|
18612
18846
|
declarations: [
|
|
18613
18847
|
TransactionReceivedGoodsGridComponent
|
|
@@ -18791,10 +19025,11 @@
|
|
|
18791
19025
|
|
|
18792
19026
|
var TransactionBaseLineComponent = /** @class */ (function (_super) {
|
|
18793
19027
|
__extends(TransactionBaseLineComponent, _super);
|
|
18794
|
-
function TransactionBaseLineComponent(service, iconCacheService) {
|
|
19028
|
+
function TransactionBaseLineComponent(service, iconCacheService, _transactionEventService) {
|
|
18795
19029
|
var _this = _super.call(this) || this;
|
|
18796
19030
|
_this.service = service;
|
|
18797
19031
|
_this.iconCacheService = iconCacheService;
|
|
19032
|
+
_this._transactionEventService = _transactionEventService;
|
|
18798
19033
|
_this.checkbox = false;
|
|
18799
19034
|
_this.checkboxValue = false;
|
|
18800
19035
|
_this.actionButtons = true;
|
|
@@ -18816,8 +19051,8 @@
|
|
|
18816
19051
|
});
|
|
18817
19052
|
});
|
|
18818
19053
|
};
|
|
18819
|
-
TransactionBaseLineComponent.prototype.handleShowSidePanel = function () {
|
|
18820
|
-
this.
|
|
19054
|
+
TransactionBaseLineComponent.prototype.handleShowSidePanel = function (line) {
|
|
19055
|
+
this._transactionEventService.openSidePanel.next(line);
|
|
18821
19056
|
this.waitingForUserAction.next(true);
|
|
18822
19057
|
};
|
|
18823
19058
|
TransactionBaseLineComponent.prototype.handleCheckboxValueChanged = function () {
|
|
@@ -18827,13 +19062,14 @@
|
|
|
18827
19062
|
TransactionBaseLineComponent.decorators = [
|
|
18828
19063
|
{ type: i0.Component, args: [{
|
|
18829
19064
|
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 ",
|
|
19065
|
+
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
19066
|
encapsulation: i0.ViewEncapsulation.None
|
|
18832
19067
|
},] }
|
|
18833
19068
|
];
|
|
18834
19069
|
TransactionBaseLineComponent.ctorParameters = function () { return [
|
|
18835
19070
|
{ type: TransactionService },
|
|
18836
|
-
{ type: IconCacheService }
|
|
19071
|
+
{ type: IconCacheService },
|
|
19072
|
+
{ type: TransactionEventService }
|
|
18837
19073
|
]; };
|
|
18838
19074
|
TransactionBaseLineComponent.propDecorators = {
|
|
18839
19075
|
checkbox: [{ type: i0.Input }],
|
|
@@ -19014,19 +19250,22 @@
|
|
|
19014
19250
|
this.iconCacheService = iconCacheService;
|
|
19015
19251
|
this._dialogService = _dialogService;
|
|
19016
19252
|
this.icons = Icon;
|
|
19253
|
+
this.readonly = false;
|
|
19017
19254
|
}
|
|
19018
19255
|
TransactionLineWarehouseButtonComponent.prototype.showClass = function () {
|
|
19019
19256
|
return true;
|
|
19020
19257
|
};
|
|
19021
19258
|
TransactionLineWarehouseButtonComponent.prototype.openWarehouseDialog = function () {
|
|
19022
|
-
|
|
19259
|
+
if (!this.readonly) {
|
|
19260
|
+
this._dialogService.showTransactionLineComponent(DialogTransactionLineWarehouseComponent, this.line);
|
|
19261
|
+
}
|
|
19023
19262
|
};
|
|
19024
19263
|
return TransactionLineWarehouseButtonComponent;
|
|
19025
19264
|
}());
|
|
19026
19265
|
TransactionLineWarehouseButtonComponent.decorators = [
|
|
19027
19266
|
{ type: i0.Component, args: [{
|
|
19028
19267
|
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 ",
|
|
19268
|
+
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
19269
|
encapsulation: i0.ViewEncapsulation.None
|
|
19031
19270
|
},] }
|
|
19032
19271
|
];
|
|
@@ -19036,6 +19275,7 @@
|
|
|
19036
19275
|
]; };
|
|
19037
19276
|
TransactionLineWarehouseButtonComponent.propDecorators = {
|
|
19038
19277
|
line: [{ type: i0.Input }],
|
|
19278
|
+
readonly: [{ type: i0.Input }],
|
|
19039
19279
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-warehouse-button",] }]
|
|
19040
19280
|
};
|
|
19041
19281
|
|
|
@@ -19262,6 +19502,33 @@
|
|
|
19262
19502
|
},] }
|
|
19263
19503
|
];
|
|
19264
19504
|
|
|
19505
|
+
var TransactionReceiveGoodsLineModule = /** @class */ (function () {
|
|
19506
|
+
function TransactionReceiveGoodsLineModule() {
|
|
19507
|
+
}
|
|
19508
|
+
return TransactionReceiveGoodsLineModule;
|
|
19509
|
+
}());
|
|
19510
|
+
TransactionReceiveGoodsLineModule.decorators = [
|
|
19511
|
+
{ type: i0.NgModule, args: [{
|
|
19512
|
+
imports: [
|
|
19513
|
+
common.CommonModule,
|
|
19514
|
+
TransactionBaseLineModule,
|
|
19515
|
+
TransactionLineWarehouseButtonModule,
|
|
19516
|
+
TransactionLineWarehouseLocationModule,
|
|
19517
|
+
EditableLabelModule,
|
|
19518
|
+
corecomponents_v12.InputNumberPickerModule,
|
|
19519
|
+
corecomponents_v12.InputCheckboxModule,
|
|
19520
|
+
corecomponents_v12.IconModule,
|
|
19521
|
+
TransactionLineWarehouseLocationButtonModule
|
|
19522
|
+
],
|
|
19523
|
+
declarations: [
|
|
19524
|
+
TransactionReceiveGoodsLineComponent
|
|
19525
|
+
],
|
|
19526
|
+
exports: [
|
|
19527
|
+
TransactionReceiveGoodsLineComponent
|
|
19528
|
+
]
|
|
19529
|
+
},] }
|
|
19530
|
+
];
|
|
19531
|
+
|
|
19265
19532
|
var TransactionModule = /** @class */ (function () {
|
|
19266
19533
|
function TransactionModule() {
|
|
19267
19534
|
}
|
|
@@ -19292,7 +19559,8 @@
|
|
|
19292
19559
|
TransactionGridModule,
|
|
19293
19560
|
TransactionTileModule,
|
|
19294
19561
|
TransactionOverviewLineModule,
|
|
19295
|
-
TransactionOrderDeliveryLineModule
|
|
19562
|
+
TransactionOrderDeliveryLineModule,
|
|
19563
|
+
TransactionReceiveGoodsLineModule
|
|
19296
19564
|
],
|
|
19297
19565
|
declarations: [
|
|
19298
19566
|
TransactionComponent
|
|
@@ -20148,6 +20416,106 @@
|
|
|
20148
20416
|
},] }
|
|
20149
20417
|
];
|
|
20150
20418
|
|
|
20419
|
+
var TransactionStatusbarComponent = /** @class */ (function () {
|
|
20420
|
+
function TransactionStatusbarComponent(_dictionary) {
|
|
20421
|
+
this._dictionary = _dictionary;
|
|
20422
|
+
this.showClass = true;
|
|
20423
|
+
}
|
|
20424
|
+
Object.defineProperty(TransactionStatusbarComponent.prototype, "transaction", {
|
|
20425
|
+
get: function () {
|
|
20426
|
+
return this._transaction;
|
|
20427
|
+
},
|
|
20428
|
+
set: function (value) {
|
|
20429
|
+
this._transaction = value;
|
|
20430
|
+
this._total = value.quantityTotal;
|
|
20431
|
+
},
|
|
20432
|
+
enumerable: false,
|
|
20433
|
+
configurable: true
|
|
20434
|
+
});
|
|
20435
|
+
TransactionStatusbarComponent.prototype.ngOnInit = function () {
|
|
20436
|
+
this.setStatusbarData();
|
|
20437
|
+
};
|
|
20438
|
+
TransactionStatusbarComponent.prototype.setStatusbarData = function () {
|
|
20439
|
+
if (this.transactionKind === transactionKind_enum.TransactionKind.PurchaseOrder) {
|
|
20440
|
+
this.setStatusbarDataForPurchaseOrder();
|
|
20441
|
+
}
|
|
20442
|
+
else {
|
|
20443
|
+
this.setStatusbardataForSalesOrder();
|
|
20444
|
+
}
|
|
20445
|
+
};
|
|
20446
|
+
TransactionStatusbarComponent.prototype.setStatusbardataForSalesOrder = function () {
|
|
20447
|
+
var transaction = this._transaction;
|
|
20448
|
+
this.statusbarData = [
|
|
20449
|
+
this.getStatusbarLine("TO_ORDER", transaction.quantityTotal),
|
|
20450
|
+
this.getStatusbarLine("ALLOCATED", transaction.quantityAllocatedFromStock),
|
|
20451
|
+
this.getStatusbarLine("PLANNING_REQUESTED", transaction.quantityPlanningRequested),
|
|
20452
|
+
this.getStatusbarLine("PLANNING_PREFERRED_DATE_ENTERED", transaction.quantityPlanningPreferredDateEntered),
|
|
20453
|
+
this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePicked),
|
|
20454
|
+
this.getStatusbarLine("PICKED", transaction.quantityPicked),
|
|
20455
|
+
this.getStatusbarLine("PLANNED", transaction.quantityPlanningFinal),
|
|
20456
|
+
this.getStatusbarLine("DELIVERED", transaction.quantityDelivered),
|
|
20457
|
+
this.getStatusbarLine("INVOICED", transaction.quantityInvoiced), //Gefactureerd
|
|
20458
|
+
];
|
|
20459
|
+
};
|
|
20460
|
+
TransactionStatusbarComponent.prototype.setStatusbarDataForPurchaseOrder = function () {
|
|
20461
|
+
var transaction = this._transaction;
|
|
20462
|
+
this.statusbarData = [
|
|
20463
|
+
this.getStatusbarLine("IN_ORDER", transaction.quantityTotal),
|
|
20464
|
+
this.getStatusbarLine("CONFIRMED", transaction.quantityPurchaseConfirmed),
|
|
20465
|
+
this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification),
|
|
20466
|
+
//this.getStatusbarLine(),// Vooraangemeld todo: als BE gereed is
|
|
20467
|
+
this.getStatusbarLine("ITEM_ACCEPTED", transaction.quantityItemAccepted), // Binnengemeld
|
|
20468
|
+
//this.getStatusbarLine(),// Factuurcheck todo: als BE gereed is
|
|
20469
|
+
];
|
|
20470
|
+
};
|
|
20471
|
+
TransactionStatusbarComponent.prototype.getStatusbarLine = function (label, property) {
|
|
20472
|
+
return { label: this._dictionary.get(label), percentage: this.calculatePercentage(property, this._total), count: property };
|
|
20473
|
+
};
|
|
20474
|
+
TransactionStatusbarComponent.prototype.calculatePercentage = function (amount, totalAmount) {
|
|
20475
|
+
if (amount === 0 || totalAmount === 0) {
|
|
20476
|
+
return 0;
|
|
20477
|
+
}
|
|
20478
|
+
return Math.floor((amount / totalAmount) * 100);
|
|
20479
|
+
};
|
|
20480
|
+
return TransactionStatusbarComponent;
|
|
20481
|
+
}());
|
|
20482
|
+
TransactionStatusbarComponent.decorators = [
|
|
20483
|
+
{ type: i0.Component, args: [{
|
|
20484
|
+
selector: "co-transaction-statusbar",
|
|
20485
|
+
template: "\n <co-statusbar [statusbarData]=\"statusbarData\"></co-statusbar>\n ",
|
|
20486
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
20487
|
+
},] }
|
|
20488
|
+
];
|
|
20489
|
+
TransactionStatusbarComponent.ctorParameters = function () { return [
|
|
20490
|
+
{ type: DictionaryService }
|
|
20491
|
+
]; };
|
|
20492
|
+
TransactionStatusbarComponent.propDecorators = {
|
|
20493
|
+
transaction: [{ type: i0.Input }],
|
|
20494
|
+
transactionKind: [{ type: i0.Input }],
|
|
20495
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-statusbar",] }]
|
|
20496
|
+
};
|
|
20497
|
+
|
|
20498
|
+
var TransactionStatusbarModule = /** @class */ (function () {
|
|
20499
|
+
function TransactionStatusbarModule() {
|
|
20500
|
+
}
|
|
20501
|
+
return TransactionStatusbarModule;
|
|
20502
|
+
}());
|
|
20503
|
+
TransactionStatusbarModule.decorators = [
|
|
20504
|
+
{ type: i0.NgModule, args: [{
|
|
20505
|
+
imports: [
|
|
20506
|
+
common.CommonModule,
|
|
20507
|
+
CoreModule,
|
|
20508
|
+
sharedcomponents.StatusbarModule
|
|
20509
|
+
],
|
|
20510
|
+
declarations: [
|
|
20511
|
+
TransactionStatusbarComponent
|
|
20512
|
+
],
|
|
20513
|
+
exports: [
|
|
20514
|
+
TransactionStatusbarComponent
|
|
20515
|
+
]
|
|
20516
|
+
},] }
|
|
20517
|
+
];
|
|
20518
|
+
|
|
20151
20519
|
var TransactionSearchPurchaseOrderGridModule = /** @class */ (function () {
|
|
20152
20520
|
function TransactionSearchPurchaseOrderGridModule() {
|
|
20153
20521
|
}
|
|
@@ -20403,7 +20771,8 @@
|
|
|
20403
20771
|
PipeModule,
|
|
20404
20772
|
AvatarModule,
|
|
20405
20773
|
corecomponents_v12.IconModule,
|
|
20406
|
-
|
|
20774
|
+
sharedcomponents.StatusbarModule,
|
|
20775
|
+
TransactionStatusbarModule
|
|
20407
20776
|
],
|
|
20408
20777
|
declarations: [
|
|
20409
20778
|
TransactionSearchPurchaseOrderTileComponent
|
|
@@ -20428,7 +20797,8 @@
|
|
|
20428
20797
|
corecomponents_v12.ButtonModule,
|
|
20429
20798
|
PipeModule,
|
|
20430
20799
|
corecomponents_v12.IconModule,
|
|
20431
|
-
|
|
20800
|
+
sharedcomponents.StatusbarModule,
|
|
20801
|
+
TransactionStatusbarModule,
|
|
20432
20802
|
],
|
|
20433
20803
|
declarations: [
|
|
20434
20804
|
TransactionSearchSalesOrderTileComponent
|
|
@@ -20609,7 +20979,7 @@
|
|
|
20609
20979
|
TransactionSearchResultComponent.decorators = [
|
|
20610
20980
|
{ type: i0.Component, args: [{
|
|
20611
20981
|
selector: 'co-transaction-search-result',
|
|
20612
|
-
template: "\n <div class=\"transaction-search-header-wrapper\">\n <co-transaction-search-header\n [transactionType]=\"transactionType\"\n [activeSearchViewMode]=\"activeSearchViewMode\"\n [activeContentViewMode]=\"activeContentViewMode\"\n (viewModeChange)=\"activeContentViewMode = $event\"\n (resizeClick)=\"onResizeClick()\"\n (filterButtonClick)=\"onFilterClick()\"\n (closeClick)=\"onCloseClick()\">\n </co-transaction-search-header>\n </div>\n\n
|
|
20982
|
+
template: "\n <div class=\"transaction-search-header-wrapper\">\n <co-transaction-search-header\n [transactionType]=\"transactionType\"\n [activeSearchViewMode]=\"activeSearchViewMode\"\n [activeContentViewMode]=\"activeContentViewMode\"\n (viewModeChange)=\"activeContentViewMode = $event\"\n (resizeClick)=\"onResizeClick()\"\n (filterButtonClick)=\"onFilterClick()\"\n (closeClick)=\"onCloseClick()\">\n </co-transaction-search-header>\n </div>\n\n <div class=\"transaction-search-result-content-tiles-wrapper\" [ngClass]=\"fullscreen ? 'fullscreen' : 'sidebar'\"\n *ngIf=\"activeContentViewMode === contentViewModes.Tiles\">\n <div class=\"transaction-tile\" *ngFor=\"let transaction of searchService.transactions\">\n <co-transaction-search-tile\n [transaction]=\"transaction\"\n [transactionType]=\"transactionType\"\n [class]=\"transaction === selectedTransaction ? 'selected' : ''\"\n (transactionClick)=\"onTransactionClick($event)\">\n </co-transaction-search-tile>\n </div>\n </div>\n\n <div class=\"transaction-search-result-content-grid-wrapper\"\n *ngIf=\"activeContentViewMode === contentViewModes.Grid\">\n <co-transaction-search-grid\n [transactionType]=\"transactionType\"\n (transactionClick)=\"onTransactionClick($event)\"\n ></co-transaction-search-grid>\n </div>\n <co-pagination-bar *ngIf=\"searchService.transactions?.length > 0\"\n [currentPage]=\"searchService.currentPage\"\n [itemsPerPage]=\"searchService.transactionsPerPage\"\n [totalItems]=\"searchService.resultCount\"\n [previousLabel]=\"'PREVIOUS' | localize\"\n [nextLabel]=\"'NEXT' | localize\"\n [autoHide]=\"true\"\n [directionLinks]=\"fullscreen\"\n [paginationRange]=\"!fullscreen ? 6 : 8\"\n (previousClick)=\"onPreviousClick()\"\n (nextClick)=\"onNextClick()\"\n (pageClick)=\"onPageClick($event)\">\n </co-pagination-bar>\n <div class=\"empty-state-wrapper\" *ngIf=\"this.searchService.transactions && this.searchService.resultCount === 0\">\n <span [textContent]=\"'0_RESULTS_FOUND' | localize\"></span>\n </div>\n ",
|
|
20613
20983
|
encapsulation: i0.ViewEncapsulation.None
|
|
20614
20984
|
},] }
|
|
20615
20985
|
];
|
|
@@ -21026,7 +21396,8 @@
|
|
|
21026
21396
|
TransactionSalesOrderFilterModule,
|
|
21027
21397
|
TransactionPurchaseOrderFilterModule,
|
|
21028
21398
|
TransactionFilterModule,
|
|
21029
|
-
corecomponents_v12.IconCollapseHandleModule
|
|
21399
|
+
corecomponents_v12.IconCollapseHandleModule,
|
|
21400
|
+
TransactionStatusbarModule
|
|
21030
21401
|
],
|
|
21031
21402
|
declarations: [
|
|
21032
21403
|
TransactionSearchComponent
|
|
@@ -21101,10 +21472,10 @@
|
|
|
21101
21472
|
exports.TransactionHeaderOrderModule = TransactionHeaderOrderModule;
|
|
21102
21473
|
exports.TransactionHeaderRelationComponent = TransactionHeaderRelationComponent;
|
|
21103
21474
|
exports.TransactionHeaderRelationModule = TransactionHeaderRelationModule;
|
|
21104
|
-
exports.TransactionLineComponent = TransactionLineComponent;
|
|
21105
21475
|
exports.TransactionLineGridComponent = TransactionLineGridComponent;
|
|
21106
21476
|
exports.TransactionLineGridModule = TransactionLineGridModule;
|
|
21107
|
-
exports.
|
|
21477
|
+
exports.TransactionLineStatusbarComponent = TransactionLineStatusbarComponent;
|
|
21478
|
+
exports.TransactionLineStatusbarModule = TransactionLineStatusbarModule;
|
|
21108
21479
|
exports.TransactionLinesComponent = TransactionLinesComponent;
|
|
21109
21480
|
exports.TransactionLinesModule = TransactionLinesModule;
|
|
21110
21481
|
exports.TransactionModule = TransactionModule;
|
|
@@ -21118,6 +21489,8 @@
|
|
|
21118
21489
|
exports.TransactionSearchModule = TransactionSearchModule;
|
|
21119
21490
|
exports.TransactionSearchService = TransactionSearchService;
|
|
21120
21491
|
exports.TransactionService = TransactionService;
|
|
21492
|
+
exports.TransactionStatusbarComponent = TransactionStatusbarComponent;
|
|
21493
|
+
exports.TransactionStatusbarModule = TransactionStatusbarModule;
|
|
21121
21494
|
exports.TransactionTotalsComponent = TransactionTotalsComponent;
|
|
21122
21495
|
exports.TransactionTotalsModule = TransactionTotalsModule;
|
|
21123
21496
|
exports["ɵa"] = PendingReasonService;
|
|
@@ -21147,259 +21520,264 @@
|
|
|
21147
21520
|
exports["ɵbw"] = StepperModule;
|
|
21148
21521
|
exports["ɵbx"] = StepperComponent;
|
|
21149
21522
|
exports["ɵby"] = StepperStepComponent;
|
|
21150
|
-
exports["ɵbz"] =
|
|
21523
|
+
exports["ɵbz"] = TransactionLineModule;
|
|
21151
21524
|
exports["ɵc"] = DynamicComponentService;
|
|
21152
|
-
exports["ɵca"] =
|
|
21153
|
-
exports["ɵcb"] =
|
|
21154
|
-
exports["ɵcc"] =
|
|
21155
|
-
exports["ɵcd"] =
|
|
21156
|
-
exports["ɵce"] =
|
|
21157
|
-
exports["ɵcf"] =
|
|
21158
|
-
exports["ɵcg"] =
|
|
21159
|
-
exports["ɵch"] =
|
|
21160
|
-
exports["ɵci"] =
|
|
21161
|
-
exports["ɵcj"] =
|
|
21162
|
-
exports["ɵck"] =
|
|
21163
|
-
exports["ɵcl"] =
|
|
21164
|
-
exports["ɵcm"] =
|
|
21165
|
-
exports["ɵcn"] =
|
|
21166
|
-
exports["ɵco"] =
|
|
21167
|
-
exports["ɵcp"] =
|
|
21168
|
-
exports["ɵcq"] =
|
|
21169
|
-
exports["ɵcr"] =
|
|
21170
|
-
exports["ɵcs"] =
|
|
21171
|
-
exports["ɵct"] =
|
|
21172
|
-
exports["ɵcu"] =
|
|
21173
|
-
exports["ɵcv"] =
|
|
21174
|
-
exports["ɵcw"] =
|
|
21175
|
-
exports["ɵcx"] =
|
|
21176
|
-
exports["ɵcy"] =
|
|
21177
|
-
exports["ɵcz"] =
|
|
21525
|
+
exports["ɵca"] = TransactionLineComponent;
|
|
21526
|
+
exports["ɵcb"] = TransactionMappingService;
|
|
21527
|
+
exports["ɵcc"] = TransactionArticleTextModule;
|
|
21528
|
+
exports["ɵcd"] = TransactionArticleTextComponent;
|
|
21529
|
+
exports["ɵce"] = TransactionReceiveGoodsService;
|
|
21530
|
+
exports["ɵcf"] = TransactionEventService;
|
|
21531
|
+
exports["ɵcg"] = AvatarModule;
|
|
21532
|
+
exports["ɵch"] = AvatarComponent;
|
|
21533
|
+
exports["ɵci"] = SharedService;
|
|
21534
|
+
exports["ɵcj"] = SharedConnectorService;
|
|
21535
|
+
exports["ɵck"] = DeliveryTypeTileModule;
|
|
21536
|
+
exports["ɵcl"] = DeliveryTypeTileComponent;
|
|
21537
|
+
exports["ɵcm"] = PaymentModule;
|
|
21538
|
+
exports["ɵcn"] = PaymentTileModule;
|
|
21539
|
+
exports["ɵco"] = PaymentTileComponent;
|
|
21540
|
+
exports["ɵcp"] = PaymentQrCodeModule;
|
|
21541
|
+
exports["ɵcq"] = PaymentQrCodeComponent;
|
|
21542
|
+
exports["ɵcr"] = PaymentComponent;
|
|
21543
|
+
exports["ɵcs"] = PaymentService;
|
|
21544
|
+
exports["ɵct"] = RelationTypeModule;
|
|
21545
|
+
exports["ɵcu"] = RelationTypeComponent;
|
|
21546
|
+
exports["ɵcv"] = RelationGeneralModule;
|
|
21547
|
+
exports["ɵcw"] = RelationSuggestionsListModule;
|
|
21548
|
+
exports["ɵcx"] = RelationSuggestionsListItemModule;
|
|
21549
|
+
exports["ɵcy"] = RelationSuggestionsListItemComponent;
|
|
21550
|
+
exports["ɵcz"] = RelationSuggestionsListComponent;
|
|
21178
21551
|
exports["ɵd"] = OptionsService;
|
|
21179
|
-
exports["ɵda"] =
|
|
21180
|
-
exports["ɵdb"] =
|
|
21181
|
-
exports["ɵdc"] =
|
|
21182
|
-
exports["ɵdd"] =
|
|
21183
|
-
exports["ɵde"] =
|
|
21184
|
-
exports["ɵdf"] =
|
|
21185
|
-
exports["ɵdg"] =
|
|
21186
|
-
exports["ɵdh"] =
|
|
21187
|
-
exports["ɵdi"] =
|
|
21188
|
-
exports["ɵdj"] =
|
|
21189
|
-
exports["ɵdk"] =
|
|
21190
|
-
exports["ɵdl"] =
|
|
21191
|
-
exports["ɵdm"] =
|
|
21192
|
-
exports["ɵdn"] =
|
|
21193
|
-
exports["ɵdo"] =
|
|
21194
|
-
exports["ɵdp"] =
|
|
21195
|
-
exports["ɵdq"] =
|
|
21196
|
-
exports["ɵdr"] =
|
|
21197
|
-
exports["ɵds"] =
|
|
21198
|
-
exports["ɵdt"] =
|
|
21199
|
-
exports["ɵdu"] =
|
|
21200
|
-
exports["ɵdv"] =
|
|
21201
|
-
exports["ɵdw"] =
|
|
21202
|
-
exports["ɵdx"] =
|
|
21203
|
-
exports["ɵdy"] =
|
|
21204
|
-
exports["ɵdz"] =
|
|
21552
|
+
exports["ɵda"] = RelationGeneralComponent;
|
|
21553
|
+
exports["ɵdb"] = RelationAddressesModule;
|
|
21554
|
+
exports["ɵdc"] = RelationAddressesComponent;
|
|
21555
|
+
exports["ɵdd"] = RelationContactDetailsModule;
|
|
21556
|
+
exports["ɵde"] = RelationContactDetailsComponent;
|
|
21557
|
+
exports["ɵdf"] = RelationPreferencesModule;
|
|
21558
|
+
exports["ɵdg"] = RelationPreferencesComponent;
|
|
21559
|
+
exports["ɵdh"] = TransactionHeaderBlockModule;
|
|
21560
|
+
exports["ɵdi"] = TransactionHeaderBlockComponent;
|
|
21561
|
+
exports["ɵdj"] = TransactionHeaderDeliveryDateModule;
|
|
21562
|
+
exports["ɵdk"] = TransactionHeaderDeliveryDateComponent;
|
|
21563
|
+
exports["ɵdl"] = TransactionHeaderBaseComponent;
|
|
21564
|
+
exports["ɵdm"] = TransactionFilterPopupBaseComponent;
|
|
21565
|
+
exports["ɵdn"] = TransactionHeaderDeliveryOptionsModule;
|
|
21566
|
+
exports["ɵdo"] = TransactionHeaderDeliveryOptionsComponent;
|
|
21567
|
+
exports["ɵdp"] = TransactionHeaderRemarksModule;
|
|
21568
|
+
exports["ɵdq"] = TransactionHeaderRemarksComponent;
|
|
21569
|
+
exports["ɵdr"] = TransactionHeaderReferenceModule;
|
|
21570
|
+
exports["ɵds"] = TransactionHeaderReferenceComponent;
|
|
21571
|
+
exports["ɵdt"] = TransactionHeaderRelationReferenceModule;
|
|
21572
|
+
exports["ɵdu"] = TransactionHeaderRelationReferenceComponent;
|
|
21573
|
+
exports["ɵdv"] = TransactionHeaderDeliveryMethodModule;
|
|
21574
|
+
exports["ɵdw"] = TransactionLineCheckboxModule;
|
|
21575
|
+
exports["ɵdx"] = TransactionLineCheckboxListComponent;
|
|
21576
|
+
exports["ɵdy"] = TransactionHeaderDeliveryMethodComponent;
|
|
21577
|
+
exports["ɵdz"] = TransactionHeaderPreferredDeliveryDateModule;
|
|
21205
21578
|
exports["ɵe"] = DictionaryService;
|
|
21206
|
-
exports["ɵea"] =
|
|
21207
|
-
exports["ɵeb"] =
|
|
21208
|
-
exports["ɵec"] =
|
|
21209
|
-
exports["ɵed"] =
|
|
21210
|
-
exports["ɵee"] =
|
|
21211
|
-
exports["ɵef"] =
|
|
21212
|
-
exports["ɵeg"] =
|
|
21213
|
-
exports["ɵeh"] =
|
|
21214
|
-
exports["ɵei"] =
|
|
21215
|
-
exports["ɵej"] =
|
|
21216
|
-
exports["ɵek"] =
|
|
21217
|
-
exports["ɵel"] =
|
|
21218
|
-
exports["ɵem"] =
|
|
21219
|
-
exports["ɵen"] =
|
|
21220
|
-
exports["ɵeo"] =
|
|
21221
|
-
exports["ɵep"] =
|
|
21222
|
-
exports["ɵeq"] =
|
|
21223
|
-
exports["ɵer"] =
|
|
21224
|
-
exports["ɵes"] =
|
|
21225
|
-
exports["ɵet"] =
|
|
21226
|
-
exports["ɵeu"] =
|
|
21227
|
-
exports["ɵev"] =
|
|
21228
|
-
exports["ɵew"] =
|
|
21229
|
-
exports["ɵex"] =
|
|
21230
|
-
exports["ɵey"] =
|
|
21231
|
-
exports["ɵez"] =
|
|
21579
|
+
exports["ɵea"] = TransactionHeaderPreferredDeliveryDateComponent;
|
|
21580
|
+
exports["ɵeb"] = DialogTransactionHeaderDeliveryMethodModule;
|
|
21581
|
+
exports["ɵec"] = DialogHeaderSearchModule;
|
|
21582
|
+
exports["ɵed"] = DialogHeaderSearchComponent;
|
|
21583
|
+
exports["ɵee"] = DialogTransactionHeaderDeliveryMethodComponent;
|
|
21584
|
+
exports["ɵef"] = DialogTransactionHeaderBaseComponent;
|
|
21585
|
+
exports["ɵeg"] = TransactionBaseComponent;
|
|
21586
|
+
exports["ɵeh"] = TransactionHeaderPartialDeliveryModule;
|
|
21587
|
+
exports["ɵei"] = TransactionHeaderPartialDeliveryComponent;
|
|
21588
|
+
exports["ɵej"] = TransactionHeaderDownpaymentPercentageModule;
|
|
21589
|
+
exports["ɵek"] = TransactionHeaderDownpaymentPercentageComponent;
|
|
21590
|
+
exports["ɵel"] = TransactionHeaderDownpaymentAmountModule;
|
|
21591
|
+
exports["ɵem"] = TransactionHeaderDownpaymentAmountComponent;
|
|
21592
|
+
exports["ɵen"] = TransactionHeaderDefinitiveModule;
|
|
21593
|
+
exports["ɵeo"] = TransactionHeaderDefinitiveComponent;
|
|
21594
|
+
exports["ɵep"] = TransactionHeaderBranchModule;
|
|
21595
|
+
exports["ɵeq"] = TransactionHeaderBranchComponent;
|
|
21596
|
+
exports["ɵer"] = TransactionHeaderAdministrativeRelationModule;
|
|
21597
|
+
exports["ɵes"] = TransactionHeaderAdministrativeRelationComponent;
|
|
21598
|
+
exports["ɵet"] = TransactionHeaderMarketingModule;
|
|
21599
|
+
exports["ɵeu"] = TransactionHeaderMarketingComponent;
|
|
21600
|
+
exports["ɵev"] = CheckoutOverviewRelationEditComponent;
|
|
21601
|
+
exports["ɵew"] = CheckoutOverviewDeliveryEditComponent;
|
|
21602
|
+
exports["ɵex"] = CheckoutOverviewDeliveryAddressComponent;
|
|
21603
|
+
exports["ɵey"] = CheckoutOverviewPaymentComponent;
|
|
21604
|
+
exports["ɵez"] = CheckoutLoginComponent;
|
|
21232
21605
|
exports["ɵf"] = TransactionConnectorService;
|
|
21233
|
-
exports["ɵfa"] =
|
|
21234
|
-
exports["ɵfb"] =
|
|
21235
|
-
exports["ɵfc"] =
|
|
21236
|
-
exports["ɵfd"] =
|
|
21237
|
-
exports["ɵfe"] =
|
|
21238
|
-
exports["ɵff"] =
|
|
21239
|
-
exports["ɵfg"] =
|
|
21240
|
-
exports["ɵfh"] =
|
|
21241
|
-
exports["ɵfi"] =
|
|
21242
|
-
exports["ɵfj"] =
|
|
21243
|
-
exports["ɵfk"] =
|
|
21244
|
-
exports["ɵfl"] =
|
|
21245
|
-
exports["ɵfm"] =
|
|
21246
|
-
exports["ɵfn"] =
|
|
21247
|
-
exports["ɵfo"] =
|
|
21248
|
-
exports["ɵfp"] =
|
|
21249
|
-
exports["ɵfq"] =
|
|
21250
|
-
exports["ɵfr"] =
|
|
21251
|
-
exports["ɵfs"] =
|
|
21252
|
-
exports["ɵft"] =
|
|
21253
|
-
exports["ɵfu"] =
|
|
21254
|
-
exports["ɵfv"] =
|
|
21255
|
-
exports["ɵfw"] =
|
|
21256
|
-
exports["ɵfx"] =
|
|
21257
|
-
exports["ɵfy"] =
|
|
21258
|
-
exports["ɵfz"] =
|
|
21606
|
+
exports["ɵfa"] = TransactionFilterCategoriesModule;
|
|
21607
|
+
exports["ɵfb"] = TransactionFilterCategoriesComponent;
|
|
21608
|
+
exports["ɵfc"] = TransactionHeaderPaymentModule;
|
|
21609
|
+
exports["ɵfd"] = TransactionHeaderPaymentComponent;
|
|
21610
|
+
exports["ɵfe"] = TransactionLinesGridModule;
|
|
21611
|
+
exports["ɵff"] = TransactionBaseGridModule;
|
|
21612
|
+
exports["ɵfg"] = TransactionLineSidePanelModule;
|
|
21613
|
+
exports["ɵfh"] = TransactionLineSidePanelDefaultModule;
|
|
21614
|
+
exports["ɵfi"] = TransactionLinePriceModule;
|
|
21615
|
+
exports["ɵfj"] = TransactionLinePriceComponent;
|
|
21616
|
+
exports["ɵfk"] = TransactionLineBaseComponent;
|
|
21617
|
+
exports["ɵfl"] = TransactionLinePriceListModule;
|
|
21618
|
+
exports["ɵfm"] = TransactionLinePriceListComponent;
|
|
21619
|
+
exports["ɵfn"] = TransactionLineVatModule;
|
|
21620
|
+
exports["ɵfo"] = TransactionLineVatComponent;
|
|
21621
|
+
exports["ɵfp"] = TransactionLineQuantityModule;
|
|
21622
|
+
exports["ɵfq"] = TransactionLineQuantityComponent;
|
|
21623
|
+
exports["ɵfr"] = TransactionLineLineDiscountModule;
|
|
21624
|
+
exports["ɵfs"] = TransactionLineLineDiscountComponent;
|
|
21625
|
+
exports["ɵft"] = TransactionLineDeliveryMethodModule;
|
|
21626
|
+
exports["ɵfu"] = TransactionLineDeliveryMethodComponent;
|
|
21627
|
+
exports["ɵfv"] = TransactionLineDeliveryDateModule;
|
|
21628
|
+
exports["ɵfw"] = TransactionLineDeliveryDateComponent;
|
|
21629
|
+
exports["ɵfx"] = TransactionLineReferenceModule;
|
|
21630
|
+
exports["ɵfy"] = TransactionLineReferenceComponent;
|
|
21631
|
+
exports["ɵfz"] = TransactionLineCommissionCodeModule;
|
|
21259
21632
|
exports["ɵg"] = TransactionConnectorAdapterService;
|
|
21260
|
-
exports["ɵga"] =
|
|
21261
|
-
exports["ɵgb"] =
|
|
21262
|
-
exports["ɵgc"] =
|
|
21263
|
-
exports["ɵgd"] =
|
|
21264
|
-
exports["ɵge"] =
|
|
21265
|
-
exports["ɵgf"] =
|
|
21266
|
-
exports["ɵgg"] =
|
|
21267
|
-
exports["ɵgh"] =
|
|
21268
|
-
exports["ɵgi"] =
|
|
21269
|
-
exports["ɵgj"] =
|
|
21270
|
-
exports["ɵgk"] =
|
|
21271
|
-
exports["ɵgl"] =
|
|
21272
|
-
exports["ɵgm"] =
|
|
21273
|
-
exports["ɵgn"] =
|
|
21274
|
-
exports["ɵgo"] =
|
|
21275
|
-
exports["ɵgp"] =
|
|
21276
|
-
exports["ɵgq"] =
|
|
21277
|
-
exports["ɵgr"] =
|
|
21278
|
-
exports["ɵgs"] =
|
|
21279
|
-
exports["ɵgt"] =
|
|
21280
|
-
exports["ɵgu"] =
|
|
21281
|
-
exports["ɵgv"] =
|
|
21282
|
-
exports["ɵgw"] =
|
|
21283
|
-
exports["ɵgx"] =
|
|
21284
|
-
exports["ɵgy"] =
|
|
21285
|
-
exports["ɵgz"] =
|
|
21633
|
+
exports["ɵga"] = TransactionLineCommissionCodeComponent;
|
|
21634
|
+
exports["ɵgb"] = TransactionLineWarehouseModule;
|
|
21635
|
+
exports["ɵgc"] = TransactionLineWarehouseComponent;
|
|
21636
|
+
exports["ɵgd"] = TransactionLineDiscountAmountModule;
|
|
21637
|
+
exports["ɵge"] = TransactionLineDiscountAmountComponent;
|
|
21638
|
+
exports["ɵgf"] = TransactionLineQuantumDiscountModule;
|
|
21639
|
+
exports["ɵgg"] = TransactionLineQuantumDiscountComponent;
|
|
21640
|
+
exports["ɵgh"] = TransactionLineSpecialDiscountModule;
|
|
21641
|
+
exports["ɵgi"] = TransactionLineSpecialDiscountComponent;
|
|
21642
|
+
exports["ɵgj"] = TransactionLineSupplierModule;
|
|
21643
|
+
exports["ɵgk"] = TransactionLineSupplierComponent;
|
|
21644
|
+
exports["ɵgl"] = TransactionLineDescriptionModule;
|
|
21645
|
+
exports["ɵgm"] = TransactionLineDescriptionComponent;
|
|
21646
|
+
exports["ɵgn"] = TransactionLineSidePanelDefaultComponent;
|
|
21647
|
+
exports["ɵgo"] = TransactionReceivingGoodsHistoryModule;
|
|
21648
|
+
exports["ɵgp"] = TransactionHistoryGridModule;
|
|
21649
|
+
exports["ɵgq"] = TransactionHistoryGridStatusModule;
|
|
21650
|
+
exports["ɵgr"] = TransactionHistoryGridStatusComponent;
|
|
21651
|
+
exports["ɵgs"] = TransactionHistoryGridComponent;
|
|
21652
|
+
exports["ɵgt"] = TransactionReceivingGoodsHistoryComponent;
|
|
21653
|
+
exports["ɵgu"] = TransactionReceivingGoodsDetailsModule;
|
|
21654
|
+
exports["ɵgv"] = TransactionReceivingGoodsDetailsComponent;
|
|
21655
|
+
exports["ɵgw"] = ArticleService;
|
|
21656
|
+
exports["ɵgx"] = TransactionButtonBarModule;
|
|
21657
|
+
exports["ɵgy"] = TransactionButtonBarComponent;
|
|
21658
|
+
exports["ɵgz"] = TransactionButtonBarButtonComponent;
|
|
21286
21659
|
exports["ɵh"] = SelectMultipleCacheService;
|
|
21287
|
-
exports["ɵha"] =
|
|
21288
|
-
exports["ɵhb"] =
|
|
21289
|
-
exports["ɵhc"] =
|
|
21290
|
-
exports["ɵhd"] =
|
|
21291
|
-
exports["ɵhe"] =
|
|
21292
|
-
exports["ɵhf"] =
|
|
21293
|
-
exports["ɵhg"] =
|
|
21294
|
-
exports["ɵhh"] =
|
|
21295
|
-
exports["ɵhi"] =
|
|
21296
|
-
exports["ɵhj"] =
|
|
21297
|
-
exports["ɵhk"] =
|
|
21298
|
-
exports["ɵhl"] =
|
|
21299
|
-
exports["ɵhm"] =
|
|
21300
|
-
exports["ɵhn"] =
|
|
21301
|
-
exports["ɵho"] =
|
|
21302
|
-
exports["ɵhp"] =
|
|
21303
|
-
exports["ɵhq"] =
|
|
21304
|
-
exports["ɵhr"] =
|
|
21305
|
-
exports["ɵhs"] =
|
|
21306
|
-
exports["ɵht"] =
|
|
21307
|
-
exports["ɵhu"] =
|
|
21308
|
-
exports["ɵhv"] =
|
|
21309
|
-
exports["ɵhw"] =
|
|
21310
|
-
exports["ɵhx"] =
|
|
21311
|
-
exports["ɵhy"] =
|
|
21312
|
-
exports["ɵhz"] =
|
|
21660
|
+
exports["ɵha"] = TransactionLineSidePanelPurchaseModule;
|
|
21661
|
+
exports["ɵhb"] = DefaultOkCancelButtonsModule;
|
|
21662
|
+
exports["ɵhc"] = DefaultOkCancelButtonsComponent;
|
|
21663
|
+
exports["ɵhd"] = TransactionLineSidePanelPurchaseComponent;
|
|
21664
|
+
exports["ɵhe"] = TransactionLineSidePanelComponent;
|
|
21665
|
+
exports["ɵhf"] = DynamicBaseComponent;
|
|
21666
|
+
exports["ɵhg"] = TransactionLineActionButtonsModule;
|
|
21667
|
+
exports["ɵhh"] = TransactionArticleTextOverviewModule;
|
|
21668
|
+
exports["ɵhi"] = TransactionArticleTextOverviewComponent;
|
|
21669
|
+
exports["ɵhj"] = TransactionLineActionButtonsComponent;
|
|
21670
|
+
exports["ɵhk"] = TransactionBaseGridComponent;
|
|
21671
|
+
exports["ɵhl"] = TransactionGridBaseComponent;
|
|
21672
|
+
exports["ɵhm"] = TransactionImageService;
|
|
21673
|
+
exports["ɵhn"] = DialogTransactionLineCommissionCodeModule;
|
|
21674
|
+
exports["ɵho"] = DialogTransactionLineCommissionCodeComponent;
|
|
21675
|
+
exports["ɵhp"] = DialogTransactionLineBaseComponent;
|
|
21676
|
+
exports["ɵhq"] = DialogTransactionLineWarehouseModule;
|
|
21677
|
+
exports["ɵhr"] = DialogTransactionLineWarehouseComponent;
|
|
21678
|
+
exports["ɵhs"] = DialogTransactionLineWarehouseCcModule;
|
|
21679
|
+
exports["ɵht"] = DialogTransactionLineWarehouseCcComponent;
|
|
21680
|
+
exports["ɵhu"] = DialogTransactionLineDeliveryMethodModule;
|
|
21681
|
+
exports["ɵhv"] = DialogTransactionLineDeliveryMethodComponent;
|
|
21682
|
+
exports["ɵhw"] = DialogTransactionLineVatModule;
|
|
21683
|
+
exports["ɵhx"] = DialogTransactionLineVatComponent;
|
|
21684
|
+
exports["ɵhy"] = DialogTransactionLineDiscountModule;
|
|
21685
|
+
exports["ɵhz"] = DialogTransactionLinePriceListModule;
|
|
21313
21686
|
exports["ɵi"] = BusinessObjectCacheManagerService;
|
|
21314
|
-
exports["ɵia"] =
|
|
21315
|
-
exports["ɵib"] =
|
|
21316
|
-
exports["ɵic"] =
|
|
21317
|
-
exports["ɵid"] =
|
|
21318
|
-
exports["ɵie"] =
|
|
21319
|
-
exports["ɵif"] =
|
|
21320
|
-
exports["ɵig"] =
|
|
21321
|
-
exports["ɵih"] =
|
|
21322
|
-
exports["ɵii"] =
|
|
21323
|
-
exports["ɵij"] =
|
|
21324
|
-
exports["ɵik"] =
|
|
21325
|
-
exports["ɵil"] =
|
|
21326
|
-
exports["ɵim"] =
|
|
21327
|
-
exports["ɵin"] =
|
|
21328
|
-
exports["ɵio"] =
|
|
21329
|
-
exports["ɵip"] =
|
|
21330
|
-
exports["ɵiq"] =
|
|
21331
|
-
exports["ɵir"] =
|
|
21332
|
-
exports["ɵis"] =
|
|
21333
|
-
exports["ɵit"] =
|
|
21334
|
-
exports["ɵiu"] =
|
|
21335
|
-
exports["ɵiv"] =
|
|
21336
|
-
exports["ɵiw"] =
|
|
21337
|
-
exports["ɵix"] =
|
|
21338
|
-
exports["ɵiy"] =
|
|
21339
|
-
exports["ɵiz"] =
|
|
21687
|
+
exports["ɵia"] = DialogTransactionLinePriceListComponent;
|
|
21688
|
+
exports["ɵib"] = DialogTransactionLineDiscountComponent;
|
|
21689
|
+
exports["ɵic"] = TransactionLinesGridComponent;
|
|
21690
|
+
exports["ɵid"] = DiscountModule;
|
|
21691
|
+
exports["ɵie"] = DiscountComponent;
|
|
21692
|
+
exports["ɵif"] = TransactionQuickAccessOverviewModule;
|
|
21693
|
+
exports["ɵig"] = TransactionQuickAccessOverviewComponent;
|
|
21694
|
+
exports["ɵih"] = TransactionQuickAccessOrderDeliveryModule;
|
|
21695
|
+
exports["ɵii"] = TransactionQuickAccessOrderDeliveryComponent;
|
|
21696
|
+
exports["ɵij"] = TransactionOrderConfirmationGridModule;
|
|
21697
|
+
exports["ɵik"] = TransactionOrderConfirmationGridComponent;
|
|
21698
|
+
exports["ɵil"] = TransactionReceivedGoodsGridModule;
|
|
21699
|
+
exports["ɵim"] = DialogTransactionLineWarehouseLocationModule;
|
|
21700
|
+
exports["ɵin"] = TransactionLineWarehouseLocationModule;
|
|
21701
|
+
exports["ɵio"] = TransactionLineWarehouseLocationComponent;
|
|
21702
|
+
exports["ɵip"] = DialogTransactionLineWarehouseLocationComponent;
|
|
21703
|
+
exports["ɵiq"] = TransactionLineWarehouseLocationButtonModule;
|
|
21704
|
+
exports["ɵir"] = TransactionLineWarehouseLocationButtonComponent;
|
|
21705
|
+
exports["ɵis"] = TransactionReceivedGoodsGridComponent;
|
|
21706
|
+
exports["ɵit"] = ViewModeButtonsModule;
|
|
21707
|
+
exports["ɵiu"] = ViewModeButtonsComponent;
|
|
21708
|
+
exports["ɵiv"] = TransactionGridModule;
|
|
21709
|
+
exports["ɵiw"] = TransactionGridComponent;
|
|
21710
|
+
exports["ɵix"] = TransactionTileModule;
|
|
21711
|
+
exports["ɵiy"] = TransactionTileComponent;
|
|
21712
|
+
exports["ɵiz"] = TransactionOverviewLineModule;
|
|
21340
21713
|
exports["ɵj"] = CacheField;
|
|
21341
|
-
exports["ɵja"] =
|
|
21342
|
-
exports["ɵjb"] =
|
|
21343
|
-
exports["ɵjc"] =
|
|
21344
|
-
exports["ɵjd"] =
|
|
21345
|
-
exports["ɵje"] =
|
|
21346
|
-
exports["ɵjf"] =
|
|
21347
|
-
exports["ɵjg"] =
|
|
21348
|
-
exports["ɵjh"] =
|
|
21349
|
-
exports["ɵji"] =
|
|
21350
|
-
exports["ɵjj"] =
|
|
21351
|
-
exports["ɵjk"] =
|
|
21352
|
-
exports["ɵjl"] =
|
|
21353
|
-
exports["ɵjm"] =
|
|
21354
|
-
exports["ɵjn"] =
|
|
21355
|
-
exports["ɵjo"] =
|
|
21356
|
-
exports["ɵjp"] =
|
|
21357
|
-
exports["ɵjq"] =
|
|
21358
|
-
exports["ɵjr"] =
|
|
21359
|
-
exports["ɵjs"] =
|
|
21360
|
-
exports["ɵjt"] =
|
|
21361
|
-
exports["ɵju"] =
|
|
21362
|
-
exports["ɵjv"] =
|
|
21363
|
-
exports["ɵjw"] =
|
|
21364
|
-
exports["ɵjx"] =
|
|
21365
|
-
exports["ɵjy"] =
|
|
21366
|
-
exports["ɵjz"] =
|
|
21714
|
+
exports["ɵja"] = EditableLabelModule;
|
|
21715
|
+
exports["ɵjb"] = EditableLabelComponent;
|
|
21716
|
+
exports["ɵjc"] = TransactionBaseLineModule;
|
|
21717
|
+
exports["ɵjd"] = TransactionLineImageAndDescriptionModule;
|
|
21718
|
+
exports["ɵje"] = TransactionLineImageAndDescriptionComponent;
|
|
21719
|
+
exports["ɵjf"] = TransactionBaseLineComponent;
|
|
21720
|
+
exports["ɵjg"] = TransactionLinesLineBaseComponent;
|
|
21721
|
+
exports["ɵjh"] = TransactionLineCommissionButtonModule;
|
|
21722
|
+
exports["ɵji"] = TransactionLineCommissionButtonComponent;
|
|
21723
|
+
exports["ɵjj"] = TransactionLineWarehouseButtonModule;
|
|
21724
|
+
exports["ɵjk"] = TransactionLineWarehouseButtonComponent;
|
|
21725
|
+
exports["ɵjl"] = TransactionLineDeliveryButtonModule;
|
|
21726
|
+
exports["ɵjm"] = TransactionLineDeliveryButtonComponent;
|
|
21727
|
+
exports["ɵjn"] = TransactionLineDeliveryDateButtonModule;
|
|
21728
|
+
exports["ɵjo"] = TransactionLineDeliveryDateButtonComponent;
|
|
21729
|
+
exports["ɵjp"] = TransactionOverviewLineComponent;
|
|
21730
|
+
exports["ɵjq"] = TransactionOrderDeliveryLineModule;
|
|
21731
|
+
exports["ɵjr"] = StatusBarModule;
|
|
21732
|
+
exports["ɵjs"] = StatusBarComponent;
|
|
21733
|
+
exports["ɵjt"] = TransactionOrderDeliveryLineComponent;
|
|
21734
|
+
exports["ɵju"] = TransactionReceiveGoodsLineModule;
|
|
21735
|
+
exports["ɵjv"] = TransactionReceiveGoodsLineComponent;
|
|
21736
|
+
exports["ɵjw"] = TransactionSearchResultModule;
|
|
21737
|
+
exports["ɵjx"] = TransactionSearchSalesOrderTileModule;
|
|
21738
|
+
exports["ɵjy"] = TransactionSearchSalesOrderTileComponent;
|
|
21739
|
+
exports["ɵjz"] = TransactionSearchTileBaseComponent;
|
|
21367
21740
|
exports["ɵk"] = SelectMultipleParameterizedCacheService;
|
|
21368
|
-
exports["ɵka"] =
|
|
21369
|
-
exports["ɵkb"] =
|
|
21370
|
-
exports["ɵkc"] =
|
|
21371
|
-
exports["ɵkd"] =
|
|
21372
|
-
exports["ɵke"] =
|
|
21373
|
-
exports["ɵkf"] =
|
|
21374
|
-
exports["ɵkg"] =
|
|
21375
|
-
exports["ɵkh"] =
|
|
21376
|
-
exports["ɵki"] =
|
|
21377
|
-
exports["ɵkj"] =
|
|
21378
|
-
exports["ɵkk"] =
|
|
21379
|
-
exports["ɵkl"] =
|
|
21380
|
-
exports["ɵkm"] =
|
|
21381
|
-
exports["ɵkn"] =
|
|
21382
|
-
exports["ɵko"] =
|
|
21383
|
-
exports["ɵkp"] =
|
|
21384
|
-
exports["ɵkq"] =
|
|
21385
|
-
exports["ɵkr"] =
|
|
21386
|
-
exports["ɵks"] =
|
|
21387
|
-
exports["ɵkt"] =
|
|
21388
|
-
exports["ɵku"] =
|
|
21389
|
-
exports["ɵkv"] =
|
|
21390
|
-
exports["ɵkw"] =
|
|
21391
|
-
exports["ɵkx"] =
|
|
21392
|
-
exports["ɵky"] =
|
|
21393
|
-
exports["ɵkz"] =
|
|
21741
|
+
exports["ɵka"] = TransactionSearchPurchaseOrderTileModule;
|
|
21742
|
+
exports["ɵkb"] = TransactionSearchPurchaseOrderTileComponent;
|
|
21743
|
+
exports["ɵkc"] = TransactionSearchSalesOrderGridModule;
|
|
21744
|
+
exports["ɵkd"] = TransactionSearchSalesOrderGridComponent;
|
|
21745
|
+
exports["ɵke"] = TransactionSearchGridBaseComponent;
|
|
21746
|
+
exports["ɵkf"] = TransactionSearchPurchaseOrderGridModule;
|
|
21747
|
+
exports["ɵkg"] = TransactionSearchPurchaseOrderGridComponent;
|
|
21748
|
+
exports["ɵkh"] = TransactionSearchHeaderModule;
|
|
21749
|
+
exports["ɵki"] = TransactionSearchHeaderComponent;
|
|
21750
|
+
exports["ɵkj"] = TransactionSearchGridModule;
|
|
21751
|
+
exports["ɵkk"] = TransactionSearchGridComponent;
|
|
21752
|
+
exports["ɵkl"] = TransactionSearchTileModule;
|
|
21753
|
+
exports["ɵkm"] = TransactionSearchTileComponent;
|
|
21754
|
+
exports["ɵkn"] = TransactionSearchResultComponent;
|
|
21755
|
+
exports["ɵko"] = TransactionSalesOrderFilterModule;
|
|
21756
|
+
exports["ɵkp"] = TransactionSalesOrderFilterContentOrderModule;
|
|
21757
|
+
exports["ɵkq"] = TransactionFilterItemModule;
|
|
21758
|
+
exports["ɵkr"] = TransactionFilterItemComponent;
|
|
21759
|
+
exports["ɵks"] = TransactionSalesOrderFilterContentOrderComponent;
|
|
21760
|
+
exports["ɵkt"] = TransactionFilterContentBaseComponent;
|
|
21761
|
+
exports["ɵku"] = FilterRequestService;
|
|
21762
|
+
exports["ɵkv"] = TransactionSalesOrderFilterContentLogisticsModule;
|
|
21763
|
+
exports["ɵkw"] = TransactionFilterHistoricStateModule;
|
|
21764
|
+
exports["ɵkx"] = TransactionFilterHistoricStateComponent;
|
|
21765
|
+
exports["ɵky"] = TransactionSalesOrderFilterContentLogisticsComponent;
|
|
21766
|
+
exports["ɵkz"] = TransactionSalesOrderFilterContentArticleModule;
|
|
21394
21767
|
exports["ɵl"] = ErrorService;
|
|
21395
|
-
exports["ɵla"] =
|
|
21396
|
-
exports["ɵlb"] =
|
|
21397
|
-
exports["ɵlc"] =
|
|
21398
|
-
exports["ɵld"] =
|
|
21399
|
-
exports["ɵle"] =
|
|
21400
|
-
exports["ɵlf"] =
|
|
21401
|
-
exports["ɵlg"] =
|
|
21402
|
-
exports["ɵlh"] =
|
|
21768
|
+
exports["ɵla"] = TransactionSalesOrderFilterContentArticleComponent;
|
|
21769
|
+
exports["ɵlb"] = TransactionSalesOrderFilterComponent;
|
|
21770
|
+
exports["ɵlc"] = TransactionFilterBaseComponent;
|
|
21771
|
+
exports["ɵld"] = TransactionPurchaseOrderFilterModule;
|
|
21772
|
+
exports["ɵle"] = TransactionPurchaseOrderFilterContentOrderModule;
|
|
21773
|
+
exports["ɵlf"] = TransactionPurchaseOrderFilterContentOrderComponent;
|
|
21774
|
+
exports["ɵlg"] = TransactionPurchaseOrderFilterContentLogisticsModule;
|
|
21775
|
+
exports["ɵlh"] = TransactionPurchaseOrderFilterContentLogisticsComponent;
|
|
21776
|
+
exports["ɵli"] = TransactionPurchaseOrderFilterContentArticleModule;
|
|
21777
|
+
exports["ɵlj"] = TransactionPurchaseOrderFilterContentArticleComponent;
|
|
21778
|
+
exports["ɵlk"] = TransactionPurchaseOrderFilterComponent;
|
|
21779
|
+
exports["ɵll"] = TransactionFilterModule;
|
|
21780
|
+
exports["ɵlm"] = TransactionFilterComponent;
|
|
21403
21781
|
exports["ɵm"] = SelectSingleCacheService;
|
|
21404
21782
|
exports["ɵn"] = ArticleConnectorService;
|
|
21405
21783
|
exports["ɵo"] = CoreModule;
|