@colijnit/transaction 12.1.117 → 12.1.119
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 +2901 -1885
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +371 -352
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +372 -353
- package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +5 -8
- package/esm2015/lib/component/checkout/checkout.component.js +2 -2
- package/esm2015/lib/component/core/base/transaction-base.component.js +26 -4
- package/esm2015/lib/component/core/relation/customer-groups.component.js +1 -2
- package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.js +27 -4
- package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.module.js +4 -2
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.js +10 -2
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.module.js +12 -10
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.js +7 -1
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.module.js +15 -13
- package/esm2015/lib/component/payment/payment.component.js +3 -6
- package/esm2015/lib/component/payment/payment.module.js +4 -2
- package/esm2015/lib/component/payment-to-pay/payment-to-pay.component.js +26 -0
- package/esm2015/lib/component/payment-to-pay/payment-to-pay.module.js +21 -0
- package/esm2015/lib/component/transaction/transaction.module.js +4 -2
- package/esm2015/lib/component/transaction-button/transaction-button.component.js +52 -0
- package/esm2015/lib/component/transaction-button/transaction-button.module.js +22 -0
- package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +23 -10
- package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.module.js +12 -10
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +13 -66
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.js +24 -18
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +11 -13
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.js +4 -2
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +8 -1
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.js +15 -13
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.js +96 -0
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-delivery.component.js +70 -0
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-order.component.js +66 -0
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-payment.component.js +20 -0
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +185 -0
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.js +95 -0
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +84 -0
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +10 -182
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.js +19 -17
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +8 -11
- package/esm2015/lib/component/transaction-header-fields/transaction-header-currency.component.js +5 -5
- package/esm2015/lib/component/transaction-header-fields/transaction-header-definitive.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-date.component.js +9 -8
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method-button/transaction-header-delivery-method-button.component.js +87 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method-button/transaction-header-delivery-method-button.module.js +26 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.js +44 -40
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.js +9 -7
- package/esm2015/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/transaction-header-deliverydate-definitive-button.component.js +41 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/transaction-header-deliverydate-definitive-button.module.js +22 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-deposit-amount.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-deposit-percentage.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-amount.component.js +6 -6
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.js +6 -6
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-hold-codes.component.js +33 -20
- package/esm2015/lib/component/transaction-header-fields/transaction-header-hold-codes.module.js +4 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.js +9 -8
- package/esm2015/lib/component/transaction-header-fields/transaction-header-price-kind.component.js +5 -5
- package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.component.js +9 -8
- package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.module.js +8 -7
- package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.component.js +9 -8
- package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.module.js +8 -7
- package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.component.js +8 -7
- package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.module.js +8 -7
- package/esm2015/lib/component/transaction-header-fields/transaction-header-sales-person.component.js +2 -2
- package/esm2015/lib/component/transaction-labeled-price-input/transaction-labeled-price-input.component.js +78 -0
- package/esm2015/lib/component/transaction-labeled-price-input/transaction-labeled-price-input.module.js +23 -0
- package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.js +19 -11
- package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.module.js +9 -7
- package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.js +52 -0
- package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.js +34 -0
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.js +3 -2
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +15 -10
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.module.js +22 -20
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.component.js +7 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.module.js +9 -7
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +11 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.module.js +9 -7
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.js +12 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.module.js +9 -7
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.component.js +9 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.module.js +10 -8
- package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.js +11 -5
- package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.module.js +10 -8
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.component.js +11 -5
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.module.js +11 -9
- package/esm2015/lib/component/transaction-line-fields/transaction-line-vat-button.component.js +7 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-line-vat-button.module.js +8 -6
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.js +8 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.module.js +9 -7
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +13 -5
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.js +10 -8
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.component.js +9 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.module.js +9 -7
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.js +31 -12
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.component.js +10 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.module.js +9 -7
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +42 -60
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.module.js +4 -2
- package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.component.js +4 -3
- package/esm2015/lib/component/transaction-navigation-button/transaction-navigation-button.component.js +11 -4
- package/esm2015/lib/component/transaction-navigation-button/transaction-navigation-button.module.js +9 -7
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.js +11 -13
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.js +14 -16
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.js +11 -13
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.js +14 -16
- package/esm2015/lib/enum/icon.enum.js +3 -1
- package/esm2015/lib/enum/transaction-type-category.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +3 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/relation.service.js +26 -14
- package/esm2015/lib/service/transaction-base.service.js +15 -2
- package/esm2015/lib/service/transaction-connector-adapter.service.js +17 -1
- package/esm2015/lib/service/transaction-connector.service.js +6 -1
- package/esm2015/lib/service/transaction-event.service.js +7 -3
- package/esm2015/lib/service/transaction-mapping.service.js +3 -1
- package/esm2015/lib/service/transaction.service.js +48 -39
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +2830 -1786
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/core/base/transaction-base.component.d.ts +5 -1
- package/lib/component/delivery-type-tile/style/_material-definition.scss +1 -1
- package/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.d.ts +11 -4
- package/lib/component/payment/style/_layout.scss +0 -20
- package/lib/component/payment/style/_material-definition.scss +0 -7
- package/lib/component/payment/style/_theme.scss +0 -24
- package/lib/component/payment/style/material.scss +1 -0
- package/lib/component/payment-to-pay/payment-to-pay.component.d.ts +4 -0
- package/lib/component/payment-to-pay/payment-to-pay.module.d.ts +2 -0
- package/lib/component/payment-to-pay/style/_layout.scss +26 -0
- package/lib/component/payment-to-pay/style/_material-definition.scss +6 -0
- package/lib/component/payment-to-pay/style/_theme.scss +9 -0
- package/lib/component/payment-to-pay/style/material.scss +4 -0
- package/lib/component/relation/relation-address-select/style/_layout.scss +1 -1
- package/lib/component/relation/relation-address-tile/style/_material-definition.scss +1 -1
- package/lib/component/tile/style/_layout.scss +4 -0
- package/lib/component/tile/style/_material-definition.scss +1 -1
- package/lib/component/transaction-button/style/_layout.scss +69 -0
- package/lib/component/transaction-button/style/_material-definition.scss +21 -0
- package/lib/component/transaction-button/style/_theme.scss +4 -0
- package/lib/component/transaction-button/style/material.scss +4 -0
- package/lib/component/transaction-button/transaction-button.component.d.ts +12 -0
- package/lib/component/transaction-button/transaction-button.module.d.ts +2 -0
- package/lib/component/transaction-cash-register-order/style/_layout.scss +126 -0
- package/lib/component/transaction-cash-register-order/style/_material-definition.scss +0 -0
- package/lib/component/transaction-cash-register-order/style/_theme.scss +4 -0
- package/lib/component/transaction-cash-register-order/style/material.scss +5 -0
- package/lib/component/transaction-header/style/material.scss +1 -0
- package/lib/component/transaction-header/transaction-header/style/material.scss +1 -0
- package/lib/component/transaction-header/transaction-header/transaction-header.component.d.ts +3 -3
- package/lib/component/transaction-header/transaction-header-delivery/style/_layout.scss +19 -23
- package/lib/component/transaction-header/transaction-header-delivery/style/material.scss +1 -1
- package/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.d.ts +2 -9
- package/lib/component/transaction-header/transaction-header-order/style/_layout.scss +1 -1
- package/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.d.ts +0 -1
- package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +106 -0
- package/lib/component/transaction-header/transaction-header-popup/style/_material-definition.scss +40 -0
- package/lib/component/transaction-header/transaction-header-popup/style/_theme.scss +19 -0
- package/lib/component/transaction-header/transaction-header-popup/style/material.scss +4 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.d.ts +31 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-delivery.component.d.ts +6 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-order.component.d.ts +6 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-payment.component.d.ts +4 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.d.ts +43 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.d.ts +20 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.d.ts +2 -0
- package/lib/component/transaction-header/transaction-header-relation/style/_layout.scss +10 -10
- package/lib/component/transaction-header/transaction-header-relation/style/_theme.scss +1 -1
- package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +0 -40
- package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +0 -1
- package/lib/component/transaction-header-fields/transaction-header-currency.component.d.ts +1 -1
- package/lib/component/transaction-header-fields/transaction-header-delivery-date.component.d.ts +2 -2
- package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/style/_layout.scss +8 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/style/_material-definition.scss +0 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/style/_theme.scss +4 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/style/material.scss +4 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/transaction-header-delivery-method-button.component.d.ts +26 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/transaction-header-delivery-method-button.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/_layout.scss +10 -2
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/_material-definition.scss +9 -1
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/_theme.scss +8 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.d.ts +9 -11
- package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/style/_layout.scss +26 -0
- package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/style/_material-definition.scss +13 -0
- package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/style/_theme.scss +4 -0
- package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/style/material.scss +4 -0
- package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/transaction-header-deliverydate-definitive-button.component.d.ts +6 -0
- package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/transaction-header-deliverydate-definitive-button.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-discount-amount.component.d.ts +2 -2
- package/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.d.ts +2 -2
- package/lib/component/transaction-header-fields/transaction-header-hold-codes.component.d.ts +5 -4
- package/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.d.ts +2 -2
- package/lib/component/transaction-header-fields/transaction-header-price-kind.component.d.ts +1 -1
- package/lib/component/transaction-header-fields/transaction-header-reference.component.d.ts +2 -2
- package/lib/component/transaction-header-fields/transaction-header-relation-reference.component.d.ts +2 -2
- package/lib/component/transaction-header-fields/transaction-header-remarks.component.d.ts +2 -2
- package/lib/component/transaction-labeled-price-input/style/_layout.scss +8 -0
- package/lib/component/transaction-labeled-price-input/style/_material-definition.scss +0 -0
- package/lib/component/transaction-labeled-price-input/style/_theme.scss +4 -0
- package/lib/component/transaction-labeled-price-input/style/material.scss +4 -0
- package/lib/component/transaction-labeled-price-input/transaction-labeled-price-input.component.d.ts +16 -0
- package/lib/component/transaction-labeled-price-input/transaction-labeled-price-input.module.d.ts +2 -0
- package/lib/component/transaction-labeled-warehouse-location-button/style/_layout.scss +5 -38
- package/lib/component/transaction-labeled-warehouse-location-button/style/_material-definition.scss +5 -0
- package/lib/component/transaction-labeled-warehouse-location-button/style/_theme.scss +1 -1
- package/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.d.ts +10 -10
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_layout.scss +4 -0
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_theme.scss +4 -0
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/material.scss +4 -0
- package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.d.ts +4 -0
- package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.d.ts +2 -0
- package/lib/component/transaction-line/transaction-goods-allocation-line/style/_layout.scss +4 -4
- package/lib/component/transaction-line/transaction-invoice-line/style/_layout.scss +5 -5
- package/lib/component/transaction-line/transaction-line/style/_layout.scss +5 -5
- package/lib/component/transaction-line/transaction-order-delivery-line/style/_layout.scss +5 -5
- package/lib/component/transaction-line/transaction-purchase-line/style/_layout.scss +1 -1
- package/lib/component/transaction-line/transaction-purchase-order-line/style/_layout.scss +4 -4
- package/lib/component/transaction-line/transaction-receive-goods-line/style/_layout.scss +5 -5
- package/lib/component/transaction-line-checkbox-list/style/_material-definition.scss +4 -4
- package/lib/component/transaction-line-fields/transaction-line-delivery-button.component.d.ts +2 -2
- package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.d.ts +3 -1
- package/lib/component/transaction-line-fields/transaction-line-discount-button.component.d.ts +1 -1
- package/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.d.ts +4 -4
- package/lib/component/transaction-line-fields/transaction-line-supplier-button.component.d.ts +3 -3
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +4 -4
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.component.d.ts +3 -3
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.d.ts +2 -2
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.component.d.ts +3 -3
- package/lib/component/transaction-line-purchase-confirmation/style/_layout.scss +20 -25
- package/lib/component/transaction-line-purchase-confirmation/style/material.scss +1 -0
- package/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.d.ts +1 -3
- package/lib/component/transaction-line-purchase-receive-goods/style/_layout.scss +1 -9
- package/lib/component/transaction-line-side-panel/style/_layout.scss +1 -1
- package/lib/component/transaction-navigation-button/transaction-navigation-button.component.d.ts +3 -3
- package/lib/component/transaction-navigation-button-list/style/_material-definition.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_layout.scss +5 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_layout.scss +8 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.d.ts +1 -1
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.d.ts +5 -5
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.d.ts +6 -6
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.d.ts +5 -5
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.d.ts +6 -6
- package/lib/enum/icon.enum.d.ts +2 -0
- package/lib/enum/transaction-type-category.enum.d.ts +2 -1
- package/lib/res/dictionary/dictionaries.d.ts +3 -0
- package/lib/service/relation.service.d.ts +16 -14
- package/lib/service/transaction-base.service.d.ts +2 -0
- package/lib/service/transaction-connector-adapter.service.d.ts +1 -0
- package/lib/service/transaction-connector.service.d.ts +1 -0
- package/lib/service/transaction-event.service.d.ts +10 -6
- package/lib/service/transaction.service.d.ts +20 -19
- package/lib/style/_variables.scss +19 -21
- package/lib/style/transaction-globals.scss +0 -49
- package/package.json +2 -2
|
@@ -6,37 +6,32 @@
|
|
|
6
6
|
width: 100%;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
.header-left-text {
|
|
16
|
-
float: left;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.header-right-text {
|
|
20
|
-
color: $tp-co-transaction-line-purchase-confirmation-delivery-date-text-color;
|
|
21
|
-
}
|
|
9
|
+
.header-wrapper {
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
margin: $tp-co-transaction-line-receive-goods-title-margin;
|
|
13
|
+
font-size: $tp-co-transaction-line-receive-goods-title-font-size;
|
|
14
|
+
height: 30px;
|
|
22
15
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
16
|
+
.details-header {
|
|
17
|
+
width: 100%;
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: space-between;
|
|
20
|
+
font-size: $tp-co-transaction-line-receive-goods-title-font-size;
|
|
21
|
+
font-weight: bold;
|
|
27
22
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
23
|
+
.deliver-date-text {
|
|
24
|
+
font-weight: normal;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
32
27
|
}
|
|
33
28
|
|
|
34
29
|
.details-column {
|
|
35
30
|
width: 45%;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
31
|
+
display: flex;
|
|
32
|
+
row-gap: 10px;
|
|
33
|
+
flex-direction: column;
|
|
34
|
+
padding: 5px;
|
|
40
35
|
}
|
|
41
36
|
|
|
42
37
|
.columns-wrapper {
|
|
@@ -6,18 +6,16 @@ export declare class TransactionLinePurchaseConfirmationComponent extends Transa
|
|
|
6
6
|
get isEditing(): boolean;
|
|
7
7
|
showClass(): boolean;
|
|
8
8
|
docDeliveryBatch: DocDeliveryBatch;
|
|
9
|
-
showAddOrder: boolean;
|
|
10
9
|
filteredDocBatchArray: DocDeliveryBatch[];
|
|
11
10
|
isEditMode: boolean;
|
|
12
11
|
private _subs;
|
|
13
12
|
ngOnInit(): void;
|
|
14
13
|
ngOnDestroy(): void;
|
|
15
|
-
addButtonClicked(): void;
|
|
16
14
|
handleSaveDetailsEdit(): Promise<void>;
|
|
17
15
|
handleDeleteHistoryRow(row: DocDeliveryBatch): Promise<void>;
|
|
18
16
|
handleSelectHistoryRow(row: DocDeliveryBatch): void;
|
|
19
17
|
handleCancelClick(): void;
|
|
20
18
|
protected transactionLineSet(): void;
|
|
21
19
|
private _updateBatchArray;
|
|
22
|
-
private
|
|
20
|
+
private _initNewDocDeliveryBatch;
|
|
23
21
|
}
|
|
@@ -55,18 +55,10 @@
|
|
|
55
55
|
.location-wrapper {
|
|
56
56
|
position: relative;
|
|
57
57
|
|
|
58
|
-
.transaction-
|
|
59
|
-
height: 45px;
|
|
58
|
+
.co-transaction-button {
|
|
60
59
|
width: auto;
|
|
61
60
|
margin: 5px;
|
|
62
61
|
}
|
|
63
|
-
|
|
64
|
-
.required {
|
|
65
|
-
position: absolute;
|
|
66
|
-
right: 7px;
|
|
67
|
-
top: 7px;
|
|
68
|
-
color: $tp-color-error;
|
|
69
|
-
}
|
|
70
62
|
}
|
|
71
63
|
|
|
72
64
|
.commit-button-wrapper {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
top: $tp-transaction-line-side-panel-top;
|
|
14
14
|
width: $tp-transaction-line-side-panel-width;
|
|
15
15
|
height: $tp-transaction-line-side-panel-height;
|
|
16
|
-
z-index:
|
|
16
|
+
z-index: 999;
|
|
17
17
|
box-shadow: $tp-transaction-line-side-panel-box-shadow;
|
|
18
18
|
padding: $tp-transaction-line-side-panel-padding;
|
|
19
19
|
background: white;
|
package/lib/component/transaction-navigation-button/transaction-navigation-button.component.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { Icon } from
|
|
3
|
-
import { IconCacheService } from
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { Icon } from '../../enum/icon.enum';
|
|
3
|
+
import { IconCacheService } from '../../service/icon-cache.service';
|
|
4
4
|
export declare class TransactionNavigationButtonComponent {
|
|
5
5
|
iconService: IconCacheService;
|
|
6
6
|
readonly icons: typeof Icon;
|
|
@@ -7,4 +7,4 @@ $tp-co-transaction-navigation-button-list-overlay-padding: 10px !default;
|
|
|
7
7
|
$tp-co-transaction-navigation-button-list-overlay-box-shadow: 1px 1px 10px 1px #b6bfbf !default;
|
|
8
8
|
$tp-co-transaction-navigation-button-list-column-gap: $tp-transaction-line-column-gap !default;
|
|
9
9
|
$tp-co-transaction-navigation-button-list-row-gap: $tp-transaction-line-row-gap !default;
|
|
10
|
-
$tp-co-transaction-navigation-button-list-relation-button-width: $tp-transaction-
|
|
10
|
+
$tp-co-transaction-navigation-button-list-relation-button-width: $tp-transaction-default-button-width-big !default;
|
|
@@ -20,7 +20,7 @@ export declare abstract class TransactionQuickAccessSendMethodBaseComponent exte
|
|
|
20
20
|
defaultSendMethodIcon: string;
|
|
21
21
|
emailAddresses: string[];
|
|
22
22
|
showSendMethodDialog: boolean;
|
|
23
|
-
sendMethods: import("@colijnit/sharedcomponents").ɵ
|
|
23
|
+
sendMethods: import("@colijnit/sharedcomponents").ɵbk[];
|
|
24
24
|
showLoader: boolean;
|
|
25
25
|
protected abstract reportDocumentEmailRequest: ReportingDocumentEmailBaseRequest;
|
|
26
26
|
protected abstract reportDocumentPrintRequest: ReportingDocumentPrintBaseRequest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FilterItemViewmodel } from
|
|
2
|
-
import { TransactionService } from
|
|
3
|
-
import { TransactionFilterContentBaseComponent } from
|
|
4
|
-
import { FilterRequestService } from
|
|
5
|
-
import { TransactionSearchService } from
|
|
1
|
+
import { FilterItemViewmodel } from '@colijnit/corecomponents_v12';
|
|
2
|
+
import { TransactionService } from '../../../../../service/transaction.service';
|
|
3
|
+
import { TransactionFilterContentBaseComponent } from '../../../../core/base/transaction-filter-content-base.component';
|
|
4
|
+
import { FilterRequestService } from '../../../service/filter-request.service';
|
|
5
|
+
import { TransactionSearchService } from '../../../service/transaction-search.service';
|
|
6
6
|
export declare class TransactionPurchaseOrderFilterContentLogisticsComponent extends TransactionFilterContentBaseComponent {
|
|
7
7
|
searchService: TransactionSearchService;
|
|
8
8
|
filterRequestService: FilterRequestService;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { FilterItemViewmodel } from
|
|
2
|
-
import { TransactionService } from
|
|
3
|
-
import { TransactionFilterContentBaseComponent } from
|
|
4
|
-
import { FilterRequestService } from
|
|
5
|
-
import { TransactionSearchService } from
|
|
6
|
-
import { RelationService } from
|
|
1
|
+
import { FilterItemViewmodel } from '@colijnit/corecomponents_v12';
|
|
2
|
+
import { TransactionService } from '../../../../../service/transaction.service';
|
|
3
|
+
import { TransactionFilterContentBaseComponent } from '../../../../core/base/transaction-filter-content-base.component';
|
|
4
|
+
import { FilterRequestService } from '../../../service/filter-request.service';
|
|
5
|
+
import { TransactionSearchService } from '../../../service/transaction-search.service';
|
|
6
|
+
import { RelationService } from '../../../../../service/relation.service';
|
|
7
7
|
export declare class TransactionPurchaseOrderFilterContentOrderComponent extends TransactionFilterContentBaseComponent {
|
|
8
8
|
searchService: TransactionSearchService;
|
|
9
9
|
filterRequestService: FilterRequestService;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FilterItemViewmodel } from
|
|
2
|
-
import { TransactionService } from
|
|
3
|
-
import { TransactionFilterContentBaseComponent } from
|
|
4
|
-
import { FilterRequestService } from
|
|
5
|
-
import { TransactionSearchService } from
|
|
1
|
+
import { FilterItemViewmodel } from '@colijnit/corecomponents_v12';
|
|
2
|
+
import { TransactionService } from '../../../../../service/transaction.service';
|
|
3
|
+
import { TransactionFilterContentBaseComponent } from '../../../../core/base/transaction-filter-content-base.component';
|
|
4
|
+
import { FilterRequestService } from '../../../service/filter-request.service';
|
|
5
|
+
import { TransactionSearchService } from '../../../service/transaction-search.service';
|
|
6
6
|
export declare class TransactionSalesOrderFilterContentLogisticsComponent extends TransactionFilterContentBaseComponent {
|
|
7
7
|
searchService: TransactionSearchService;
|
|
8
8
|
filterRequestService: FilterRequestService;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { FilterItemViewmodel } from
|
|
2
|
-
import { TransactionService } from
|
|
3
|
-
import { TransactionFilterContentBaseComponent } from
|
|
4
|
-
import { FilterRequestService } from
|
|
5
|
-
import { TransactionSearchService } from
|
|
6
|
-
import { RelationService } from
|
|
1
|
+
import { FilterItemViewmodel } from '@colijnit/corecomponents_v12';
|
|
2
|
+
import { TransactionService } from '../../../../../service/transaction.service';
|
|
3
|
+
import { TransactionFilterContentBaseComponent } from '../../../../core/base/transaction-filter-content-base.component';
|
|
4
|
+
import { FilterRequestService } from '../../../service/filter-request.service';
|
|
5
|
+
import { TransactionSearchService } from '../../../service/transaction-search.service';
|
|
6
|
+
import { RelationService } from '../../../../../service/relation.service';
|
|
7
7
|
export declare class TransactionSalesOrderFilterContentOrderComponent extends TransactionFilterContentBaseComponent {
|
|
8
8
|
searchService: TransactionSearchService;
|
|
9
9
|
filterRequestService: FilterRequestService;
|
package/lib/enum/icon.enum.d.ts
CHANGED
|
@@ -69,6 +69,8 @@ export declare enum Icon {
|
|
|
69
69
|
RegularCartFlatbedBoxesCircleCheck = "regular_cart_flatbed_boxes_circle_check",
|
|
70
70
|
RegularIndustryClock = "regular_industry_clock",
|
|
71
71
|
RegularIndustryTag = "regular_industry_tag",
|
|
72
|
+
RegularTruckMovingCircleExclamation = "regular_truck_moving_circle_exclamation",
|
|
73
|
+
RegularTruckMovingCircleUser = "regular_truck_moving_circle_user",
|
|
72
74
|
Resize = "resize",
|
|
73
75
|
ShareSolid = "share_solid",
|
|
74
76
|
SharpLightTruckMovingClock = "sharp_light_truck_moving_clock",
|
|
@@ -11,5 +11,6 @@ export declare enum TransactionTypeCategory {
|
|
|
11
11
|
SalesOrderLogistics = "salesOrderLogistics",
|
|
12
12
|
SalesOrderPlanning = "salesOrderPlanning",
|
|
13
13
|
SalesOrderDeliveryNote = "salesOrderDeliveryNote",
|
|
14
|
-
SalesOrderInvoice = "salesOrderInvoice"
|
|
14
|
+
SalesOrderInvoice = "salesOrderInvoice",
|
|
15
|
+
SalesOrderCashRegister = "salesOrderCashRegister"
|
|
15
16
|
}
|
|
@@ -2983,6 +2983,7 @@ export declare class Dictionaries {
|
|
|
2983
2983
|
CONFIG_RESUME: string;
|
|
2984
2984
|
CONFIG_START: string;
|
|
2985
2985
|
CONFIRM: string;
|
|
2986
|
+
CONFIRM_DETAILS: string;
|
|
2986
2987
|
CONFIRMATION: string;
|
|
2987
2988
|
CONFIRMATION_BY: string;
|
|
2988
2989
|
CONFIRMATION_CODE: string;
|
|
@@ -11077,6 +11078,7 @@ export declare class Dictionaries {
|
|
|
11077
11078
|
CONFIG_RESUME: string;
|
|
11078
11079
|
CONFIG_START: string;
|
|
11079
11080
|
CONFIRM: string;
|
|
11081
|
+
CONFIRM_DETAILS: string;
|
|
11080
11082
|
CONFIRMATION: string;
|
|
11081
11083
|
CONFIRMATION_BY: string;
|
|
11082
11084
|
CONFIRMATION_CODE: string;
|
|
@@ -14814,6 +14816,7 @@ export declare class Dictionaries {
|
|
|
14814
14816
|
PROTECTED: string;
|
|
14815
14817
|
PROVISION: string;
|
|
14816
14818
|
PSP_PAYMENT_METHOD: string;
|
|
14819
|
+
PUBLIC_ACCESS: string;
|
|
14817
14820
|
PUBLICATION: string;
|
|
14818
14821
|
PUBLICATIONS: string;
|
|
14819
14822
|
PUBLICATION_AND_SALES_CHANNELS: string;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { SelectMultipleCacheService } from
|
|
2
|
-
import { RelationConnectorService } from
|
|
3
|
-
import { RelationKind } from
|
|
4
|
-
import { ValidationResult } from
|
|
5
|
-
import { CustomerFullObject } from
|
|
6
|
-
import { RelationRequest } from
|
|
7
|
-
import { RelationListObject } from
|
|
8
|
-
import { BranchLov } from
|
|
9
|
-
import { SupplierFullObject } from
|
|
10
|
-
import { SelectSingleCacheService } from
|
|
11
|
-
import { SelectMultipleParameterizedCacheService } from
|
|
12
|
-
import { Relation } from
|
|
13
|
-
import { RelationAnyType } from
|
|
14
|
-
import { Address } from
|
|
1
|
+
import { SelectMultipleCacheService } from '../cache/service/select-multiple-cache.service';
|
|
2
|
+
import { RelationConnectorService } from './relation-connector.service';
|
|
3
|
+
import { RelationKind } from '@colijnit/articleapi/build/enum/relation-kind.enum';
|
|
4
|
+
import { ValidationResult } from '@colijnit/ioneconnector/build/model/validation-result';
|
|
5
|
+
import { CustomerFullObject } from '@colijnit/relationapi/build/model/customer-full-object.bo';
|
|
6
|
+
import { RelationRequest } from '@colijnit/relationapi/build/model/relation-request';
|
|
7
|
+
import { RelationListObject } from '@colijnit/relationapi/build/model/relation-list-object.bo';
|
|
8
|
+
import { BranchLov } from '@colijnit/relationapi/build/model/branch-lov.bo';
|
|
9
|
+
import { SupplierFullObject } from '@colijnit/relationapi/build/model/supplier-full-object.bo';
|
|
10
|
+
import { SelectSingleCacheService } from '../cache/service/select-single-cache.service';
|
|
11
|
+
import { SelectMultipleParameterizedCacheService } from '../cache/service/select-multiple-parameterized-cache.service';
|
|
12
|
+
import { Relation } from '@colijnit/relationapi/build/model/relation.bo';
|
|
13
|
+
import { RelationAnyType } from '@colijnit/relationapi/build/model/relation-any-type';
|
|
14
|
+
import { Address } from '@colijnit/relationapi/build/model/address.bo';
|
|
15
15
|
export declare class RelationService {
|
|
16
16
|
private _adapterService;
|
|
17
17
|
private _selectMultipleCacheService;
|
|
@@ -21,6 +21,7 @@ export declare class RelationService {
|
|
|
21
21
|
private readonly _getMethods;
|
|
22
22
|
private readonly _updateMethods;
|
|
23
23
|
private readonly _insertMethods;
|
|
24
|
+
private _boFactory;
|
|
24
25
|
constructor(_adapterService: RelationConnectorService, _selectMultipleCacheService: SelectMultipleCacheService, _selectSingleCacheService: SelectSingleCacheService, _selectMultipleParameterizedCacheService: SelectMultipleParameterizedCacheService);
|
|
25
26
|
getCustomerFullObject(relationNo: number): Promise<CustomerFullObject>;
|
|
26
27
|
getSupplierFullObject(relationNo: number): Promise<SupplierFullObject>;
|
|
@@ -38,6 +39,7 @@ export declare class RelationService {
|
|
|
38
39
|
updateRelation(relationKind: RelationKind, relation: Relation): Promise<Relation>;
|
|
39
40
|
lockRelation(relationKind: RelationKind, relationNr: number): Promise<ValidationResult>;
|
|
40
41
|
getRelation(relationKind: RelationKind, relationNr: number): Promise<RelationAnyType>;
|
|
42
|
+
cloneRelation(relation: RelationAnyType): RelationAnyType;
|
|
41
43
|
commit(): Promise<boolean>;
|
|
42
44
|
private _lockCustomerFullObject;
|
|
43
45
|
private _lockSupplierFullObject;
|
|
@@ -47,6 +47,7 @@ export declare class TransactionBaseService {
|
|
|
47
47
|
set transactionKind(value: TransactionKind);
|
|
48
48
|
get transactionKind(): TransactionKind;
|
|
49
49
|
currentTransaction: TransactionInfoResponse;
|
|
50
|
+
hasTransactionLines: boolean;
|
|
50
51
|
set purchaseOrdersCompleted(value: boolean);
|
|
51
52
|
get purchaseOrdersCompleted(): boolean;
|
|
52
53
|
set receiveGoodsCompleted(value: boolean);
|
|
@@ -72,6 +73,7 @@ export declare class TransactionBaseService {
|
|
|
72
73
|
private _purchaseOrderConfirmationCompleted;
|
|
73
74
|
private _deliveryCompleted;
|
|
74
75
|
private _invoiceCompleted;
|
|
76
|
+
private _alreadyLocked;
|
|
75
77
|
constructor(optionsService: OptionsService, dialogService: DialogService, connector: TransactionConnectorService, sharedService: SharedService, articleConnector: ArticleConnectorService, dictionaryService: DictionaryService, transactionEventService: TransactionEventService, relationService: RelationService);
|
|
76
78
|
init(options: any): Promise<void>;
|
|
77
79
|
createNewRelation(): void;
|
|
@@ -179,6 +179,7 @@ export declare class TransactionConnectorAdapterService {
|
|
|
179
179
|
changeHeaderTransactionDeliveryOptions(uuid: string, options: string[]): Promise<TransactionInfoResponse>;
|
|
180
180
|
changeHeaderTransactionPartialDelivery(uuid: string, allowPartial: boolean): Promise<TransactionInfoResponse>;
|
|
181
181
|
changeHeaderTransactionBranch(uuid: string, branch: number): Promise<TransactionInfoResponse>;
|
|
182
|
+
changeHeaderTransactionOnHoldCodes(uuid: string, codes: string[]): Promise<TransactionInfoResponse>;
|
|
182
183
|
changeHeaderTransactionPriceKind(uuid: string, priceKind: string): Promise<TransactionInfoResponse>;
|
|
183
184
|
changeHeaderTransactionAdmCoordinator(uuid: string, relation: number): Promise<TransactionInfoResponse>;
|
|
184
185
|
changeHeaderTransactionMarketing(uuid: string, code: string): Promise<TransactionInfoResponse>;
|
|
@@ -169,6 +169,7 @@ export declare class TransactionConnectorService {
|
|
|
169
169
|
changeHeaderTransactionDeliveryOptions(uuid: string, options: string[]): Promise<TransactionInfoResponse>;
|
|
170
170
|
changeHeaderTransactionPartialDelivery(uuid: string, allowPartial: boolean): Promise<TransactionInfoResponse>;
|
|
171
171
|
changeHeaderTransactionBranch(uuid: string, branch: number): Promise<TransactionInfoResponse>;
|
|
172
|
+
changeHeaderTransactionOnHoldCodes(uuid: string, codes: string[]): Promise<TransactionInfoResponse>;
|
|
172
173
|
changeHeaderTransactionPriceKind(uuid: string, priceKind: string): Promise<TransactionInfoResponse>;
|
|
173
174
|
changeHeaderTransactionAdmCoordinator(uuid: string, relation: number): Promise<TransactionInfoResponse>;
|
|
174
175
|
changeHeaderTransactionMarketing(uuid: string, code: string): Promise<TransactionInfoResponse>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BehaviorSubject, Subject } from
|
|
2
|
-
import { PositionGridRow } from
|
|
3
|
-
import { Scroll } from
|
|
4
|
-
import { TransactionLineInfo } from
|
|
5
|
-
import { BusinessObject } from
|
|
6
|
-
import { TransactionInfoResponse } from
|
|
1
|
+
import { BehaviorSubject, Subject } from 'rxjs';
|
|
2
|
+
import { PositionGridRow } from '../enum/position-grid-row.enum';
|
|
3
|
+
import { Scroll } from '@angular/router';
|
|
4
|
+
import { TransactionLineInfo } from '@colijnit/transactionapi/build/model/transaction-line-info.bo';
|
|
5
|
+
import { BusinessObject } from '@colijnit/ioneconnector/build/model/business-object';
|
|
6
|
+
import { TransactionInfoResponse } from '@colijnit/transactionapi/build/model/transaction-info-response.bo';
|
|
7
7
|
export declare class TransactionEventService {
|
|
8
8
|
readonly addToCartBySku: Subject<{
|
|
9
9
|
sku: string;
|
|
@@ -91,5 +91,9 @@ export declare class TransactionEventService {
|
|
|
91
91
|
line: TransactionLineInfo;
|
|
92
92
|
visible: boolean;
|
|
93
93
|
}>;
|
|
94
|
+
readonly headerPopupSaveButtonEnableChange: Subject<boolean>;
|
|
95
|
+
readonly headerPopupSaveButtonClick: Subject<void>;
|
|
96
|
+
readonly headerPopupWantsToClose: Subject<void>;
|
|
97
|
+
readonly headerPopupClose: Subject<void>;
|
|
94
98
|
constructor();
|
|
95
99
|
}
|
|
@@ -83,28 +83,29 @@ export declare class TransactionService extends PendingReasonService {
|
|
|
83
83
|
updatePriceTransactionLine(uuid: string, lineUuid: string, price: number): Promise<boolean>;
|
|
84
84
|
updateReferenceTransactionLine(uuid: string, lineUuid: string, reference: string): Promise<boolean>;
|
|
85
85
|
updateGoodDescriptionTransactionLine(uuid: string, lineUuid: string, goodDescription: string): Promise<boolean>;
|
|
86
|
-
updateHeaderTransactionDefinitive(uuid: string, definitive: boolean): Promise<boolean>;
|
|
86
|
+
updateHeaderTransactionDefinitive(uuid: string, definitive: boolean, saveTransaction: boolean): Promise<boolean>;
|
|
87
87
|
updateHeaderDeliveryAddress(uuid: string, newNawNr: number): Promise<boolean>;
|
|
88
88
|
updateHeaderInvoiceAddress(uuid: string, newNawNr: number): Promise<boolean>;
|
|
89
|
-
updateHeaderTransactionDeliveryDate(uuid: string, date: Date): Promise<boolean>;
|
|
90
|
-
updateHeaderTransactionDeliveryDateDefinitive(uuid: string, definitive: boolean): Promise<boolean>;
|
|
91
|
-
updateHeaderTransactionRemark(uuid: string, remark: string): Promise<boolean>;
|
|
92
|
-
updateHeaderTransactionReference(uuid: string, reference: string): Promise<boolean>;
|
|
93
|
-
updateHeaderTransactionRelationReference(uuid: string, reference: string): Promise<boolean>;
|
|
94
|
-
updateHeaderTransactionDepositAmount(uuid: string, amount: number): Promise<boolean>;
|
|
95
|
-
updateHeaderTransactionDepositPercentage(uuid: string, amount: number): Promise<boolean>;
|
|
96
|
-
updateHeaderTransactionPreferredDeliveryDate(uuid: string, date: Date): Promise<boolean>;
|
|
97
|
-
updateHeaderTransactionDeliveryMethod(uuid: string, method: string): Promise<boolean>;
|
|
98
|
-
updateHeaderTransactionDeliveryOptions(uuid: string, options: string[]): Promise<boolean>;
|
|
99
|
-
updateHeaderTransactionPartialDelivery(uuid: string, allowPartial: boolean): Promise<boolean>;
|
|
100
|
-
updateHeaderTransactionBranch(uuid: string, branch: number): Promise<boolean>;
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
89
|
+
updateHeaderTransactionDeliveryDate(uuid: string, date: Date, saveTransaction: boolean): Promise<boolean>;
|
|
90
|
+
updateHeaderTransactionDeliveryDateDefinitive(uuid: string, definitive: boolean, saveTransaction: boolean): Promise<boolean>;
|
|
91
|
+
updateHeaderTransactionRemark(uuid: string, remark: string, saveTransaction: boolean): Promise<boolean>;
|
|
92
|
+
updateHeaderTransactionReference(uuid: string, reference: string, saveTransaction: boolean): Promise<boolean>;
|
|
93
|
+
updateHeaderTransactionRelationReference(uuid: string, reference: string, saveTransaction: boolean): Promise<boolean>;
|
|
94
|
+
updateHeaderTransactionDepositAmount(uuid: string, amount: number, saveTransaction: boolean): Promise<boolean>;
|
|
95
|
+
updateHeaderTransactionDepositPercentage(uuid: string, amount: number, saveTransaction: boolean): Promise<boolean>;
|
|
96
|
+
updateHeaderTransactionPreferredDeliveryDate(uuid: string, date: Date, saveTransaction: boolean): Promise<boolean>;
|
|
97
|
+
updateHeaderTransactionDeliveryMethod(uuid: string, method: string, saveTransaction: boolean): Promise<boolean>;
|
|
98
|
+
updateHeaderTransactionDeliveryOptions(uuid: string, options: string[], saveTransaction: boolean): Promise<boolean>;
|
|
99
|
+
updateHeaderTransactionPartialDelivery(uuid: string, allowPartial: boolean, saveTransaction: boolean): Promise<boolean>;
|
|
100
|
+
updateHeaderTransactionBranch(uuid: string, branch: number, saveTransaction: boolean): Promise<boolean>;
|
|
101
|
+
updateHeaderTransactionOnHoldCodes(uuid: string, codes: string[], saveTransaction: boolean): Promise<boolean>;
|
|
102
|
+
updateHeaderTransactionPriceKind(uuid: string, priceKind: string, saveTransaction: boolean): Promise<boolean>;
|
|
103
|
+
updateHeaderTransactionAdmCoordinator(uuid: string, relation: number, saveTransaction: boolean): Promise<boolean>;
|
|
104
|
+
updateHeaderTransactionSalesPerson(uuid: string, relation: number, saveTransaction: boolean): Promise<boolean>;
|
|
105
|
+
updateHeaderTransactionCurrency(uuid: string, currencyId: number, saveTransaction: boolean): Promise<boolean>;
|
|
105
106
|
updateHeaderTransactionPaymentCondition(uuid: string, condition: string): Promise<boolean>;
|
|
106
|
-
updateHeaderTransactionMarketing(uuid: string, code: string): Promise<boolean>;
|
|
107
|
-
updateHeaderTransactionDiscount(uuid: string, type: DiscountType, amount: number): Promise<boolean>;
|
|
107
|
+
updateHeaderTransactionMarketing(uuid: string, code: string, saveTransaction: boolean): Promise<boolean>;
|
|
108
|
+
updateHeaderTransactionDiscount(uuid: string, type: DiscountType, amount: number, saveTransaction: boolean): Promise<boolean>;
|
|
108
109
|
updateQuantityTransactionLine(uuid: string, lineUuid: string, quantity: number): Promise<boolean>;
|
|
109
110
|
updateDeliveryDateTransactionLine(uuid: string, lineUuid: string, date: Date): Promise<boolean>;
|
|
110
111
|
updatePriceListTransactionLine(uuid: string, lineUuid: string, priceList: string): Promise<boolean>;
|
|
@@ -17,6 +17,7 @@ $tp-color-text-grey: #747b87 !default;
|
|
|
17
17
|
$tp-color-negative-value: #C1002A !default;
|
|
18
18
|
|
|
19
19
|
$tp-color-border: #DCE4EA !default;
|
|
20
|
+
$tp-color-background-selected: #f1fcff !default;
|
|
20
21
|
$tp-color-dark: $tp-color-font !default;
|
|
21
22
|
$tp-color-light: #FFFFFF !default;
|
|
22
23
|
$tp-color-light-accent: #DCE4EA !default;
|
|
@@ -42,7 +43,7 @@ $tp-font-size: 12px !default;
|
|
|
42
43
|
$tp-font-size-big: 14px !default;
|
|
43
44
|
$tp-font-size-small: 10px !default;
|
|
44
45
|
|
|
45
|
-
$tp-item-size:
|
|
46
|
+
$tp-item-size: 45px !default;
|
|
46
47
|
$tp-item-size-small: 25px !default;
|
|
47
48
|
$tp-item-size-very-small: 20px !default;
|
|
48
49
|
$tp-item-size-medium: 60px !default;
|
|
@@ -71,25 +72,10 @@ $tp-sm-width: 960px !default;
|
|
|
71
72
|
$tp-md-width: 1280px !default;
|
|
72
73
|
$tp-lg-width: 1920px !default;
|
|
73
74
|
|
|
74
|
-
// transaction
|
|
75
|
-
$tp-transaction-
|
|
76
|
-
$tp-transaction-
|
|
77
|
-
$tp-transaction-
|
|
78
|
-
$tp-transaction-line-button-font-weight: 600 !default;
|
|
79
|
-
$tp-transaction-line-button-icon-size: 13px !default;
|
|
80
|
-
$tp-transaction-line-button-icon-margin: 5px !default;;
|
|
81
|
-
$tp-transaction-line-button-icon-padding: 4px !default;;
|
|
82
|
-
$tp-transaction-line-button-icon-spacer-width: 1px !default;
|
|
83
|
-
$tp-transaction-line-button-height: 26px !default;
|
|
84
|
-
$tp-transaction-line-button-background-color: $tp-default-background-accent !default;
|
|
85
|
-
$tp-transaction-line-button-border-color: $tp-color-border !default;
|
|
86
|
-
$tp-transaction-line-button-column-gap: 15px !default;
|
|
87
|
-
$tp-transaction-line-button-padding: 0 10px !default;
|
|
88
|
-
$tp-transaction-line-button-radius: $tp-default-border-radius !default;
|
|
89
|
-
$tp-transaction-line-button-border: 1px solid !default;
|
|
90
|
-
$tp-transaction-line-button-label-row-gap: 9px !default;
|
|
91
|
-
$tp-transaction-line-button-label-padding-right: 5px !default;
|
|
92
|
-
$tp-transaction-line-button-label-color: rgba(0, 0, 0, 0.7) !default;
|
|
75
|
+
// transaction buttons
|
|
76
|
+
$tp-transaction-default-button-width: 78px !default;
|
|
77
|
+
$tp-transaction-default-button-width-big: 175px !default;
|
|
78
|
+
$tp-transaction-default-button-height: 26px !default;
|
|
93
79
|
$tp-transaction-line-input-number-picker-width: 110px !default;
|
|
94
80
|
|
|
95
81
|
$tp-transaction-header-font-family: $tp-font-family !default;
|
|
@@ -138,7 +124,7 @@ $cc-co-input-search-border-radius: $tp-default-border-radius !default;
|
|
|
138
124
|
|
|
139
125
|
$cc-co-input-text-icon-margin-number: 5px !default;
|
|
140
126
|
$cc-co-input-text-spacer-color: $tp-color-border !default;
|
|
141
|
-
|
|
127
|
+
//$cc-co-input-text-icon-padding: 4px !default;
|
|
142
128
|
|
|
143
129
|
$cc-co-input-number-picker-button-background-color-hover: $tp-color-action !default;
|
|
144
130
|
$cc-co-input-number-picker-button-background-color-select: $tp-color-action !default;
|
|
@@ -156,4 +142,16 @@ $cc-simple-grid-row-selected-background-color: $tp-color-select !default;
|
|
|
156
142
|
$cc-simple-grid-row-height: 60px !default;
|
|
157
143
|
|
|
158
144
|
$cc-co-carousel-padding: 10px 20px !default;
|
|
145
|
+
|
|
146
|
+
$cc-co-calendar-width: 250px !default;
|
|
147
|
+
$cc-co-calendar-day-height: 34px !default;
|
|
148
|
+
$cc-co-calendar-day-number-font-size: 13px !default;
|
|
149
|
+
$cc-co-calendar-day-number-font-weight: 400 !default;
|
|
150
|
+
$cc-co-calendar-highlighted-day-background-color: #eee !default;
|
|
151
|
+
$cc-co-calendar-highlighted-day-color: black !default;
|
|
152
|
+
$cc-co-calendar-selected-day-background-color: #2b60a7 !default;
|
|
153
|
+
$cc-co-calendar-day-number-font-weight: normal !default;
|
|
154
|
+
$cc-co-calendar-weekday-font-size: 13px !default;
|
|
155
|
+
$cc-co-calendar-weekday-color: #0000008a !default;
|
|
156
|
+
$cc-co-calendar-day-margin: 0 !default;
|
|
159
157
|
/****************************/
|
|
@@ -59,55 +59,6 @@
|
|
|
59
59
|
cursor: default;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.transaction-line-button {
|
|
63
|
-
font-size: $tp-transaction-line-button-font-size;
|
|
64
|
-
font-weight: $tp-transaction-line-button-font-weight;
|
|
65
|
-
display: flex;
|
|
66
|
-
align-items: center;
|
|
67
|
-
height: $tp-transaction-line-button-height;
|
|
68
|
-
|
|
69
|
-
.icon-wrapper {
|
|
70
|
-
display: flex;
|
|
71
|
-
height: 100%;
|
|
72
|
-
flex-shrink: 0;
|
|
73
|
-
align-items: center;
|
|
74
|
-
margin-right: $tp-transaction-line-button-icon-margin;
|
|
75
|
-
|
|
76
|
-
.co-icon {
|
|
77
|
-
height: 100%;
|
|
78
|
-
width: auto;
|
|
79
|
-
padding: $tp-transaction-line-button-icon-padding;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.spacer {
|
|
83
|
-
height: 100%;
|
|
84
|
-
min-width: $tp-transaction-line-button-icon-spacer-width;
|
|
85
|
-
background-color: $tp-color-border;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
&:not(.no-border) {
|
|
89
|
-
border: $tp-transaction-line-button-border;
|
|
90
|
-
border-color: $tp-transaction-line-button-border-color;
|
|
91
|
-
border-radius: $tp-transaction-line-button-radius;
|
|
92
|
-
background-color: $tp-transaction-line-button-background-color;
|
|
93
|
-
}
|
|
94
|
-
&:not(.no-pointer) {
|
|
95
|
-
cursor: pointer;
|
|
96
|
-
}
|
|
97
|
-
&:not(.custom-width) {
|
|
98
|
-
width: $tp-transaction-line-button-width;
|
|
99
|
-
&.big {
|
|
100
|
-
width: $tp-transaction-line-button-big-width;
|
|
101
|
-
}
|
|
102
|
-
&.full-width {
|
|
103
|
-
width: 100%;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
&.center-align {
|
|
107
|
-
justify-content: center;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
62
|
.transaction-negative-value {
|
|
112
63
|
color: $tp-color-negative-value;
|
|
113
64
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.119",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 12",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@colijnit/articleapi": ">=1.0.16",
|
|
13
13
|
"@colijnit/catalog": ">=12.1.29",
|
|
14
14
|
"@colijnit/corecomponents": ">=1.12.0",
|
|
15
|
-
"@colijnit/corecomponents_v12": ">=12.0.
|
|
15
|
+
"@colijnit/corecomponents_v12": ">=12.0.114",
|
|
16
16
|
"@colijnit/ioneconnector": ">=2.1.11",
|
|
17
17
|
"@colijnit/mainapi": ">=1.0.10",
|
|
18
18
|
"@colijnit/relationapi": ">=1.0.6",
|