@colijnit/transaction 12.1.116 → 12.1.118
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 +2673 -1926
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +325 -316
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +326 -317
- package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +5 -8
- package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +4 -2
- package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +7 -2
- package/esm2015/lib/component/checkout/checkout.component.js +7 -4
- package/esm2015/lib/component/core/base/transaction-base.component.js +26 -4
- package/esm2015/lib/component/core/base/transaction-input-field-base.component.js +4 -1
- package/esm2015/lib/component/core/relation/customer-groups.component.js +1 -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 +4 -2
- 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 +4 -2
- package/esm2015/lib/component/payment/payment.component.js +6 -3
- package/esm2015/lib/component/payment/payment.module.js +2 -4
- package/esm2015/lib/component/relation/relation-address/relation-address.component.js +5 -1
- package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +4 -2
- package/esm2015/lib/component/stepper/stepper.component.js +20 -7
- package/esm2015/lib/component/transaction/transaction.module.js +2 -4
- package/esm2015/lib/component/transaction-button/transaction-button.component.js +50 -0
- package/esm2015/lib/component/transaction-button/transaction-button.module.js +22 -0
- package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.js +1 -2
- package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +18 -5
- package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.module.js +3 -1
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +10 -63
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.js +8 -2
- 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 +4 -2
- 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 +4 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +8 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +12 -12
- package/esm2015/lib/component/transaction-header-fields/transaction-header-currency.component.js +11 -6
- 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 +6 -5
- 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 +5 -3
- 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 +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.js +2 -2
- 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-payment-condition.component.js +6 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.js +6 -5
- package/esm2015/lib/component/transaction-header-fields/transaction-header-price-kind.component.js +6 -6
- package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.component.js +6 -5
- package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.module.js +4 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.component.js +6 -5
- package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.module.js +4 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.component.js +5 -4
- package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.module.js +4 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-sales-person.component.js +8 -3
- package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.js +9 -2
- package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.module.js +4 -2
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +7 -1
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.module.js +4 -2
- 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 +4 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +13 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.module.js +4 -2
- 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 +4 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.component.js +7 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.module.js +4 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.js +8 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.module.js +4 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.component.js +7 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.module.js +4 -2
- 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 +4 -2
- 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 +4 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +10 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.js +4 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.component.js +6 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.module.js +4 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.component.js +7 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.module.js +4 -2
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +1 -2
- package/esm2015/lib/component/transaction-navigation-button/transaction-navigation-button.component.js +8 -1
- package/esm2015/lib/component/transaction-navigation-button/transaction-navigation-button.module.js +4 -2
- 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 +5 -7
- 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 +5 -7
- 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 +5 -7
- 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 +5 -7
- package/esm2015/lib/enum/icon.enum.js +5 -1
- package/esm2015/lib/enum/transaction-type-category.enum.js +1 -2
- package/esm2015/lib/model/icon-svg.js +5 -1
- package/esm2015/lib/model/relation-any-type.js +1 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
- package/esm2015/lib/service/relation.service.js +13 -1
- package/esm2015/lib/service/transaction-base.service.js +45 -2
- package/esm2015/lib/service/transaction-connector-adapter.service.js +29 -1
- package/esm2015/lib/service/transaction-connector.service.js +9 -1
- package/esm2015/lib/service/transaction-event.service.js +5 -1
- package/esm2015/lib/service/transaction-mapping.service.js +1 -3
- package/esm2015/lib/service/transaction.service.js +56 -43
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +2626 -1836
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.d.ts +1 -0
- package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +1 -0
- package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +5 -0
- package/lib/component/checkout/checkout.component.d.ts +1 -0
- 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/payment/style/_layout.scss +20 -0
- package/lib/component/payment/style/_material-definition.scss +7 -0
- package/lib/component/payment/style/_theme.scss +24 -0
- package/lib/component/payment/style/material.scss +0 -1
- package/lib/component/relation/relation-address-select/style/_layout.scss +1 -1
- package/lib/component/relation/relation-address-tile/style/_layout.scss +6 -0
- package/lib/component/relation/relation-address-tile/style/_material-definition.scss +3 -1
- package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +1 -0
- package/lib/component/stepper/stepper.component.d.ts +5 -0
- package/lib/component/stepper/style/_layout.scss +25 -0
- package/lib/component/stepper/style/_material-definition.scss +12 -0
- package/lib/component/stepper/style/_theme.scss +14 -0
- package/lib/component/tile/style/_layout.scss +2 -4
- package/lib/component/tile/style/_material-definition.scss +2 -2
- package/lib/component/transaction-button/style/_layout.scss +61 -0
- package/lib/component/transaction-button/style/_material-definition.scss +19 -0
- package/lib/component/transaction-button/style/_theme.scss +4 -0
- package/lib/component/transaction-button/transaction-button.component.d.ts +11 -0
- package/lib/component/transaction-button/transaction-button.module.d.ts +2 -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-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 +0 -7
- 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-administrative-relation.component.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +2 -2
- package/lib/component/transaction-header-fields/transaction-header-currency.component.d.ts +3 -1
- 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/_theme.scss +4 -0
- package/lib/component/{transaction-line/transaction-cash-register-order-line → transaction-header-fields/transaction-header-delivery-method-button}/style/material.scss +1 -1
- 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-hold-codes.component.d.ts +5 -4
- package/lib/component/transaction-header-fields/transaction-header-payment-condition.component.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-price-kind.component.d.ts +2 -1
- package/lib/component/transaction-header-fields/transaction-header-sales-person.component.d.ts +2 -0
- package/lib/component/transaction-labeled-warehouse-location-button/style/_layout.scss +6 -6
- 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 +1 -1
- 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 +3 -3
- 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-date-button.component.d.ts +3 -1
- package/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.d.ts +1 -1
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +1 -1
- package/lib/component/transaction-navigation-button-list/style/_material-definition.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.d.ts +1 -1
- package/lib/enum/icon.enum.d.ts +4 -0
- package/lib/enum/transaction-type-category.enum.d.ts +1 -2
- package/lib/model/relation-any-type.d.ts +2 -1
- package/lib/res/dictionary/dictionaries.d.ts +1 -0
- package/lib/service/relation.service.d.ts +2 -0
- package/lib/service/transaction-base.service.d.ts +10 -0
- package/lib/service/transaction-connector-adapter.service.d.ts +2 -0
- package/lib/service/transaction-connector.service.d.ts +2 -0
- package/lib/service/transaction-event.service.d.ts +4 -0
- package/lib/service/transaction.service.d.ts +20 -19
- package/lib/style/_variables.scss +9 -22
- package/lib/style/transaction-globals.scss +0 -49
- package/package.json +4 -4
- package/esm2015/lib/component/payment-to-pay/payment-to-pay.component.js +0 -26
- package/esm2015/lib/component/payment-to-pay/payment-to-pay.module.js +0 -21
- package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.js +0 -52
- package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.js +0 -34
- package/lib/component/payment-to-pay/payment-to-pay.component.d.ts +0 -4
- package/lib/component/payment-to-pay/payment-to-pay.module.d.ts +0 -2
- package/lib/component/payment-to-pay/style/_layout.scss +0 -26
- package/lib/component/payment-to-pay/style/_material-definition.scss +0 -6
- package/lib/component/payment-to-pay/style/_theme.scss +0 -9
- package/lib/component/transaction-cash-register-order/style/_layout.scss +0 -126
- package/lib/component/transaction-cash-register-order/style/_theme.scss +0 -4
- package/lib/component/transaction-cash-register-order/style/material.scss +0 -5
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_layout.scss +0 -4
- 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 +0 -4
- package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.d.ts +0 -4
- package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.d.ts +0 -2
- /package/lib/component/{payment-to-pay → transaction-button}/style/material.scss +0 -0
- /package/lib/component/{transaction-cash-register-order → transaction-header-fields/transaction-header-delivery-method-button}/style/_material-definition.scss +0 -0
|
@@ -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.118",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 12",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -12,13 +12,13 @@
|
|
|
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.111",
|
|
16
16
|
"@colijnit/ioneconnector": ">=2.1.11",
|
|
17
17
|
"@colijnit/mainapi": ">=1.0.10",
|
|
18
|
-
"@colijnit/relationapi": ">=1.0.
|
|
18
|
+
"@colijnit/relationapi": ">=1.0.6",
|
|
19
19
|
"@colijnit/sharedapi": ">=1.0.10",
|
|
20
20
|
"@colijnit/sharedcomponents": ">=1.0.40",
|
|
21
|
-
"@colijnit/transactionapi": ">=1.1.
|
|
21
|
+
"@colijnit/transactionapi": ">=1.1.80",
|
|
22
22
|
"@syncfusion/ej2-angular-buttons": ">=19.3.44",
|
|
23
23
|
"@syncfusion/ej2-angular-calendars": ">=19.3.44",
|
|
24
24
|
"@syncfusion/ej2-angular-dropdowns": ">=19.3.45",
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding, Input, ViewEncapsulation } from "@angular/core";
|
|
2
|
-
export class PaymentToPayComponent {
|
|
3
|
-
constructor() {
|
|
4
|
-
this.amountToPay = 0;
|
|
5
|
-
}
|
|
6
|
-
showClass() {
|
|
7
|
-
return true;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
PaymentToPayComponent.decorators = [
|
|
11
|
-
{ type: Component, args: [{
|
|
12
|
-
selector: "co-payment-to-pay",
|
|
13
|
-
template: `
|
|
14
|
-
<div class="payment-to-pay">
|
|
15
|
-
<div [textContent]="'TO_PAY' | localize"></div>
|
|
16
|
-
<div class="payment-amount" [textContent]="amountToPay === 0 ? amountToPay : (amountToPay | coCurrency)"></div>
|
|
17
|
-
</div>
|
|
18
|
-
`,
|
|
19
|
-
encapsulation: ViewEncapsulation.None
|
|
20
|
-
},] }
|
|
21
|
-
];
|
|
22
|
-
PaymentToPayComponent.propDecorators = {
|
|
23
|
-
amountToPay: [{ type: Input }],
|
|
24
|
-
showClass: [{ type: HostBinding, args: ["class.co-payment-to-pay",] }]
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudC10by1wYXkuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvcGF5bWVudC10by1wYXkvcGF5bWVudC10by1wYXkuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQVkvRSxNQUFNLE9BQU8scUJBQXFCO0lBVmxDO1FBYVMsZ0JBQVcsR0FBVyxDQUFDLENBQUM7SUFPakMsQ0FBQztJQUpRLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7OztZQWxCRixTQUFTLFNBQUM7Z0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsUUFBUSxFQUFFOzs7OztLQUtUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3hDOzs7MEJBR0UsS0FBSzt3QkFHTCxXQUFXLFNBQUMseUJBQXlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiBcImNvLXBheW1lbnQtdG8tcGF5XCIsXHJcbiAgICB0ZW1wbGF0ZTogYFxyXG4gICAgICA8ZGl2IGNsYXNzPVwicGF5bWVudC10by1wYXlcIj5cclxuICAgICAgICA8ZGl2IFt0ZXh0Q29udGVudF09XCInVE9fUEFZJyB8IGxvY2FsaXplXCI+PC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInBheW1lbnQtYW1vdW50XCIgW3RleHRDb250ZW50XT1cImFtb3VudFRvUGF5ID09PSAwID8gYW1vdW50VG9QYXkgOiAoYW1vdW50VG9QYXkgfCBjb0N1cnJlbmN5KVwiPjwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIGAsXHJcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQYXltZW50VG9QYXlDb21wb25lbnQge1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBhbW91bnRUb1BheTogbnVtYmVyID0gMDtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tcGF5bWVudC10by1wYXlcIilcclxuICBwdWJsaWMgc2hvd0NsYXNzKCkge1xyXG4gICAgcmV0dXJuIHRydWU7XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { PaymentToPayComponent } from "./payment-to-pay.component";
|
|
4
|
-
import { PipeModule } from "../../pipe/pipe.module";
|
|
5
|
-
export class PaymentToPayModule {
|
|
6
|
-
}
|
|
7
|
-
PaymentToPayModule.decorators = [
|
|
8
|
-
{ type: NgModule, args: [{
|
|
9
|
-
imports: [
|
|
10
|
-
CommonModule,
|
|
11
|
-
PipeModule
|
|
12
|
-
],
|
|
13
|
-
declarations: [
|
|
14
|
-
PaymentToPayComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
PaymentToPayComponent
|
|
18
|
-
]
|
|
19
|
-
},] }
|
|
20
|
-
];
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudC10by1wYXkubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvcGF5bWVudC10by1wYXkvcGF5bWVudC10by1wYXkubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLDRCQUE0QixDQUFDO0FBQ2pFLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQWNsRCxNQUFNLE9BQU8sa0JBQWtCOzs7WUFaOUIsUUFBUSxTQUFDO2dCQUNOLE9BQU8sRUFBRTtvQkFDTCxZQUFZO29CQUNaLFVBQVU7aUJBQ2I7Z0JBQ0QsWUFBWSxFQUFFO29CQUNWLHFCQUFxQjtpQkFDeEI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNMLHFCQUFxQjtpQkFDeEI7YUFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7UGF5bWVudFRvUGF5Q29tcG9uZW50fSBmcm9tIFwiLi9wYXltZW50LXRvLXBheS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtQaXBlTW9kdWxlfSBmcm9tIFwiLi4vLi4vcGlwZS9waXBlLm1vZHVsZVwiO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICAgIGltcG9ydHM6IFtcclxuICAgICAgICBDb21tb25Nb2R1bGUsXHJcbiAgICAgICAgUGlwZU1vZHVsZVxyXG4gICAgXSxcclxuICAgIGRlY2xhcmF0aW9uczogW1xyXG4gICAgICAgIFBheW1lbnRUb1BheUNvbXBvbmVudFxyXG4gICAgXSxcclxuICAgIGV4cG9ydHM6IFtcclxuICAgICAgICBQYXltZW50VG9QYXlDb21wb25lbnRcclxuICAgIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIFBheW1lbnRUb1BheU1vZHVsZSB7XHJcbn1cclxuIl19
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding, ViewEncapsulation } from "@angular/core";
|
|
2
|
-
import { TransactionBaseComponent } from "../../core/base/transaction-base.component";
|
|
3
|
-
export class TransactionCashRegisterOrderLineComponent extends TransactionBaseComponent {
|
|
4
|
-
showClass() {
|
|
5
|
-
return true;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
TransactionCashRegisterOrderLineComponent.decorators = [
|
|
9
|
-
{ type: Component, args: [{
|
|
10
|
-
selector: "co-transaction-cash-register-order-line",
|
|
11
|
-
template: `
|
|
12
|
-
<co-transaction-base-line
|
|
13
|
-
[transactionInfo]="transactionInfo"
|
|
14
|
-
[transactionLine]="transactionLine"
|
|
15
|
-
[preview]="false"
|
|
16
|
-
[checkbox]="false"
|
|
17
|
-
[actionButtons]="false"
|
|
18
|
-
observeVisibility #observer=visibilityObserve (visibilityChange)="handleVisibilityChange(transactionLine, $event)">
|
|
19
|
-
<div class="line-content-wrapper">
|
|
20
|
-
<co-transaction-line-warehouse-button [transactionLine]="transactionLine" [transactionInfo]="transactionInfo"></co-transaction-line-warehouse-button>
|
|
21
|
-
<co-transaction-line-vat-button [transactionLine]="transactionLine" [transactionInfo]="transactionInfo"></co-transaction-line-vat-button>
|
|
22
|
-
<co-editable-label class="transaction-line-totals-total price"
|
|
23
|
-
[model]="(transactionLine.price + transactionLine.discountAmount) | coCurrency"
|
|
24
|
-
[crossedOut]="!!transactionLine.discountAmount"
|
|
25
|
-
[editModel]="transactionLine.displayNetLineTotal"
|
|
26
|
-
[readonly]="true"
|
|
27
|
-
></co-editable-label>
|
|
28
|
-
<co-transaction-line-discount-button [transactionLine]="transactionLine" [transactionInfo]="transactionInfo"></co-transaction-line-discount-button>
|
|
29
|
-
<co-editable-label class="transaction-line-totals-total price"
|
|
30
|
-
[model]="transactionLine.price | coCurrency"
|
|
31
|
-
[readonly]="true"
|
|
32
|
-
></co-editable-label>
|
|
33
|
-
<div class="transaction-line-totals-amount">
|
|
34
|
-
<co-input-number-picker class="amount-number-picker"
|
|
35
|
-
[(model)]="transactionLine.quantityToAllocate"
|
|
36
|
-
[min]="1"
|
|
37
|
-
></co-input-number-picker>
|
|
38
|
-
</div>
|
|
39
|
-
<co-editable-label class="transaction-line-totals-total price"
|
|
40
|
-
[model]="transactionLine.price * transactionLine.amount | coCurrency"
|
|
41
|
-
[readonly]="true"
|
|
42
|
-
></co-editable-label>
|
|
43
|
-
</div>
|
|
44
|
-
</co-transaction-base-line>
|
|
45
|
-
`,
|
|
46
|
-
encapsulation: ViewEncapsulation.None
|
|
47
|
-
},] }
|
|
48
|
-
];
|
|
49
|
-
TransactionCashRegisterOrderLineComponent.propDecorators = {
|
|
50
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-cash-register-order-line",] }]
|
|
51
|
-
};
|
|
52
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUvdHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lL3RyYW5zYWN0aW9uLWNhc2gtcmVnaXN0ZXItb3JkZXItbGluZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDeEUsT0FBTyxFQUFDLHdCQUF3QixFQUFDLE1BQU0sNENBQTRDLENBQUM7QUF5Q3BGLE1BQU0sT0FBTyx5Q0FBMEMsU0FBUSx3QkFBd0I7SUFHOUUsU0FBUztRQUNkLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQzs7O1lBNUNGLFNBQVMsU0FBQztnQkFDUCxRQUFRLEVBQUUseUNBQXlDO2dCQUNuRCxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7S0FrQ1Q7Z0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDeEM7Ozt3QkFHRSxXQUFXLFNBQUMsK0NBQStDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkJhc2VDb21wb25lbnR9IGZyb20gXCIuLi8uLi9jb3JlL2Jhc2UvdHJhbnNhY3Rpb24tYmFzZS5jb21wb25lbnRcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6IFwiY28tdHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lXCIsXHJcbiAgICB0ZW1wbGF0ZTogYFxyXG4gICAgICA8Y28tdHJhbnNhY3Rpb24tYmFzZS1saW5lXHJcbiAgICAgICAgW3RyYW5zYWN0aW9uSW5mb109XCJ0cmFuc2FjdGlvbkluZm9cIlxyXG4gICAgICAgIFt0cmFuc2FjdGlvbkxpbmVdPVwidHJhbnNhY3Rpb25MaW5lXCJcclxuICAgICAgICBbcHJldmlld109XCJmYWxzZVwiXHJcbiAgICAgICAgW2NoZWNrYm94XT1cImZhbHNlXCJcclxuICAgICAgICBbYWN0aW9uQnV0dG9uc109XCJmYWxzZVwiXHJcbiAgICAgICAgb2JzZXJ2ZVZpc2liaWxpdHkgI29ic2VydmVyPXZpc2liaWxpdHlPYnNlcnZlICh2aXNpYmlsaXR5Q2hhbmdlKT1cImhhbmRsZVZpc2liaWxpdHlDaGFuZ2UodHJhbnNhY3Rpb25MaW5lLCAkZXZlbnQpXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImxpbmUtY29udGVudC13cmFwcGVyXCI+XHJcbiAgICAgICAgICA8Y28tdHJhbnNhY3Rpb24tbGluZS13YXJlaG91c2UtYnV0dG9uIFt0cmFuc2FjdGlvbkxpbmVdPVwidHJhbnNhY3Rpb25MaW5lXCIgW3RyYW5zYWN0aW9uSW5mb109XCJ0cmFuc2FjdGlvbkluZm9cIj48L2NvLXRyYW5zYWN0aW9uLWxpbmUtd2FyZWhvdXNlLWJ1dHRvbj5cclxuICAgICAgICAgIDxjby10cmFuc2FjdGlvbi1saW5lLXZhdC1idXR0b24gW3RyYW5zYWN0aW9uTGluZV09XCJ0cmFuc2FjdGlvbkxpbmVcIiBbdHJhbnNhY3Rpb25JbmZvXT1cInRyYW5zYWN0aW9uSW5mb1wiPjwvY28tdHJhbnNhY3Rpb24tbGluZS12YXQtYnV0dG9uPlxyXG4gICAgICAgICAgPGNvLWVkaXRhYmxlLWxhYmVsIGNsYXNzPVwidHJhbnNhY3Rpb24tbGluZS10b3RhbHMtdG90YWwgcHJpY2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIFttb2RlbF09XCIodHJhbnNhY3Rpb25MaW5lLnByaWNlICsgdHJhbnNhY3Rpb25MaW5lLmRpc2NvdW50QW1vdW50KSB8IGNvQ3VycmVuY3lcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjcm9zc2VkT3V0XT1cIiEhdHJhbnNhY3Rpb25MaW5lLmRpc2NvdW50QW1vdW50XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZWRpdE1vZGVsXT1cInRyYW5zYWN0aW9uTGluZS5kaXNwbGF5TmV0TGluZVRvdGFsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbcmVhZG9ubHldPVwidHJ1ZVwiXHJcbiAgICAgICAgICA+PC9jby1lZGl0YWJsZS1sYWJlbD5cclxuICAgICAgICAgIDxjby10cmFuc2FjdGlvbi1saW5lLWRpc2NvdW50LWJ1dHRvbiBbdHJhbnNhY3Rpb25MaW5lXT1cInRyYW5zYWN0aW9uTGluZVwiIFt0cmFuc2FjdGlvbkluZm9dPVwidHJhbnNhY3Rpb25JbmZvXCI+PC9jby10cmFuc2FjdGlvbi1saW5lLWRpc2NvdW50LWJ1dHRvbj5cclxuICAgICAgICAgIDxjby1lZGl0YWJsZS1sYWJlbCBjbGFzcz1cInRyYW5zYWN0aW9uLWxpbmUtdG90YWxzLXRvdGFsIHByaWNlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbW9kZWxdPVwidHJhbnNhY3Rpb25MaW5lLnByaWNlIHwgY29DdXJyZW5jeVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3JlYWRvbmx5XT1cInRydWVcIlxyXG4gICAgICAgICAgPjwvY28tZWRpdGFibGUtbGFiZWw+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidHJhbnNhY3Rpb24tbGluZS10b3RhbHMtYW1vdW50XCI+XHJcbiAgICAgICAgICAgIDxjby1pbnB1dC1udW1iZXItcGlja2VyIGNsYXNzPVwiYW1vdW50LW51bWJlci1waWNrZXJcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbKG1vZGVsKV09XCJ0cmFuc2FjdGlvbkxpbmUucXVhbnRpdHlUb0FsbG9jYXRlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW21pbl09XCIxXCJcclxuICAgICAgICAgICAgPjwvY28taW5wdXQtbnVtYmVyLXBpY2tlcj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGNvLWVkaXRhYmxlLWxhYmVsIGNsYXNzPVwidHJhbnNhY3Rpb24tbGluZS10b3RhbHMtdG90YWwgcHJpY2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIFttb2RlbF09XCJ0cmFuc2FjdGlvbkxpbmUucHJpY2UgKiB0cmFuc2FjdGlvbkxpbmUuYW1vdW50IHwgY29DdXJyZW5jeVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3JlYWRvbmx5XT1cInRydWVcIlxyXG4gICAgICAgICAgPjwvY28tZWRpdGFibGUtbGFiZWw+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvY28tdHJhbnNhY3Rpb24tYmFzZS1saW5lPlxyXG4gICAgYCxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uQ2FzaFJlZ2lzdGVyT3JkZXJMaW5lQ29tcG9uZW50IGV4dGVuZHMgVHJhbnNhY3Rpb25CYXNlQ29tcG9uZW50IHtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tdHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lXCIpXHJcbiAgcHVibGljIHNob3dDbGFzcygpIHtcclxuICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxuXHJcbn1cclxuIl19
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { TransactionCashRegisterOrderLineComponent } from "./transaction-cash-register-order-line.component";
|
|
4
|
-
import { TransactionBaseLineModule } from "../transaction-base-line/transaction-base-line.module";
|
|
5
|
-
import { TransactionLineWarehouseButtonModule } from "../../transaction-line-fields/transaction-line-warehouse-button.module";
|
|
6
|
-
import { InputNumberPickerModule, ObserveVisibilityModule } from "@colijnit/corecomponents_v12";
|
|
7
|
-
import { EditableLabelModule } from "../../editable-label/editable-label.module";
|
|
8
|
-
import { TransactionLineVatButtonModule } from "../../transaction-line-fields/transaction-line-vat-button.module";
|
|
9
|
-
import { CoCurrencyPipeModule } from "@colijnit/corecomponents";
|
|
10
|
-
import { TransactionLineDiscountButtonModule } from "../../transaction-line-fields/transaction-line-discount-button.module";
|
|
11
|
-
export class TransactionCashRegisterOrderLineModule {
|
|
12
|
-
}
|
|
13
|
-
TransactionCashRegisterOrderLineModule.decorators = [
|
|
14
|
-
{ type: NgModule, args: [{
|
|
15
|
-
imports: [
|
|
16
|
-
CommonModule,
|
|
17
|
-
TransactionBaseLineModule,
|
|
18
|
-
TransactionLineWarehouseButtonModule,
|
|
19
|
-
InputNumberPickerModule,
|
|
20
|
-
EditableLabelModule,
|
|
21
|
-
ObserveVisibilityModule,
|
|
22
|
-
TransactionLineVatButtonModule,
|
|
23
|
-
CoCurrencyPipeModule,
|
|
24
|
-
TransactionLineDiscountButtonModule
|
|
25
|
-
],
|
|
26
|
-
declarations: [
|
|
27
|
-
TransactionCashRegisterOrderLineComponent
|
|
28
|
-
],
|
|
29
|
-
exports: [
|
|
30
|
-
TransactionCashRegisterOrderLineComponent
|
|
31
|
-
]
|
|
32
|
-
},] }
|
|
33
|
-
];
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUvdHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lL3RyYW5zYWN0aW9uLWNhc2gtcmVnaXN0ZXItb3JkZXItbGluZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUNMLHlDQUF5QyxFQUMxQyxNQUFNLGtEQUFrRCxDQUFDO0FBQzFELE9BQU8sRUFBQyx5QkFBeUIsRUFBQyxNQUFNLHVEQUF1RCxDQUFDO0FBQ2hHLE9BQU8sRUFDTCxvQ0FBb0MsRUFDckMsTUFBTSx3RUFBd0UsQ0FBQztBQUNoRixPQUFPLEVBQUMsdUJBQXVCLEVBQUUsdUJBQXVCLEVBQUMsTUFBTSw4QkFBOEIsQ0FBQztBQUM5RixPQUFPLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSw0Q0FBNEMsQ0FBQztBQUMvRSxPQUFPLEVBQUMsOEJBQThCLEVBQUMsTUFBTSxrRUFBa0UsQ0FBQztBQUNoSCxPQUFPLEVBQUMsb0JBQW9CLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUM5RCxPQUFPLEVBQ0wsbUNBQW1DLEVBQ3BDLE1BQU0sdUVBQXVFLENBQUM7QUFxQi9FLE1BQU0sT0FBTyxzQ0FBc0M7OztZQW5CbEQsUUFBUSxTQUFDO2dCQUNSLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLHlCQUF5QjtvQkFDekIsb0NBQW9DO29CQUNwQyx1QkFBdUI7b0JBQ3ZCLG1CQUFtQjtvQkFDbkIsdUJBQXVCO29CQUN2Qiw4QkFBOEI7b0JBQzlCLG9CQUFvQjtvQkFDcEIsbUNBQW1DO2lCQUNwQztnQkFDRCxZQUFZLEVBQUU7b0JBQ1oseUNBQXlDO2lCQUMxQztnQkFDRCxPQUFPLEVBQUU7b0JBQ1AseUNBQXlDO2lCQUMxQzthQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcclxuaW1wb3J0IHtcclxuICBUcmFuc2FjdGlvbkNhc2hSZWdpc3Rlck9yZGVyTGluZUNvbXBvbmVudFxyXG59IGZyb20gXCIuL3RyYW5zYWN0aW9uLWNhc2gtcmVnaXN0ZXItb3JkZXItbGluZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkJhc2VMaW5lTW9kdWxlfSBmcm9tIFwiLi4vdHJhbnNhY3Rpb24tYmFzZS1saW5lL3RyYW5zYWN0aW9uLWJhc2UtbGluZS5tb2R1bGVcIjtcclxuaW1wb3J0IHtcclxuICBUcmFuc2FjdGlvbkxpbmVXYXJlaG91c2VCdXR0b25Nb2R1bGVcclxufSBmcm9tIFwiLi4vLi4vdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS13YXJlaG91c2UtYnV0dG9uLm1vZHVsZVwiO1xyXG5pbXBvcnQge0lucHV0TnVtYmVyUGlja2VyTW9kdWxlLCBPYnNlcnZlVmlzaWJpbGl0eU1vZHVsZX0gZnJvbSBcIkBjb2xpam5pdC9jb3JlY29tcG9uZW50c192MTJcIjtcclxuaW1wb3J0IHtFZGl0YWJsZUxhYmVsTW9kdWxlfSBmcm9tIFwiLi4vLi4vZWRpdGFibGUtbGFiZWwvZWRpdGFibGUtbGFiZWwubW9kdWxlXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25MaW5lVmF0QnV0dG9uTW9kdWxlfSBmcm9tIFwiLi4vLi4vdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS12YXQtYnV0dG9uLm1vZHVsZVwiO1xyXG5pbXBvcnQge0NvQ3VycmVuY3lQaXBlTW9kdWxlfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzXCI7XHJcbmltcG9ydCB7XHJcbiAgVHJhbnNhY3Rpb25MaW5lRGlzY291bnRCdXR0b25Nb2R1bGVcclxufSBmcm9tIFwiLi4vLi4vdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS1kaXNjb3VudC1idXR0b24ubW9kdWxlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIFRyYW5zYWN0aW9uQmFzZUxpbmVNb2R1bGUsXHJcbiAgICBUcmFuc2FjdGlvbkxpbmVXYXJlaG91c2VCdXR0b25Nb2R1bGUsXHJcbiAgICBJbnB1dE51bWJlclBpY2tlck1vZHVsZSxcclxuICAgIEVkaXRhYmxlTGFiZWxNb2R1bGUsXHJcbiAgICBPYnNlcnZlVmlzaWJpbGl0eU1vZHVsZSxcclxuICAgIFRyYW5zYWN0aW9uTGluZVZhdEJ1dHRvbk1vZHVsZSxcclxuICAgIENvQ3VycmVuY3lQaXBlTW9kdWxlLFxyXG4gICAgVHJhbnNhY3Rpb25MaW5lRGlzY291bnRCdXR0b25Nb2R1bGVcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgVHJhbnNhY3Rpb25DYXNoUmVnaXN0ZXJPcmRlckxpbmVDb21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFRyYW5zYWN0aW9uQ2FzaFJlZ2lzdGVyT3JkZXJMaW5lQ29tcG9uZW50XHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgVHJhbnNhY3Rpb25DYXNoUmVnaXN0ZXJPcmRlckxpbmVNb2R1bGUge1xyXG59XHJcbiJdfQ==
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
@include export-module('cc-payment-to-pay-layout') {
|
|
2
|
-
.co-payment-to-pay {
|
|
3
|
-
|
|
4
|
-
.payment-to-pay {
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
align-items: flex-start;
|
|
8
|
-
row-gap: $tp-payment-to-pay-row-gap;
|
|
9
|
-
grid-column: 1 / 1;
|
|
10
|
-
grid-row: 1 / 1;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.payment-amount {
|
|
14
|
-
display: flex;
|
|
15
|
-
align-items: center;
|
|
16
|
-
justify-content: center;
|
|
17
|
-
height: $tp-payment-to-pay-amount-height;
|
|
18
|
-
border: $tp-payment-to-pay-amount-border;
|
|
19
|
-
font-family: $tp-payment-to-pay-amount-font-family;
|
|
20
|
-
font-size: $tp-payment-to-pay-amount-font-size;
|
|
21
|
-
font-weight: $tp-payment-to-pay-amount-font-weight;
|
|
22
|
-
border-radius: 5px;
|
|
23
|
-
width: 100%;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
$tp-payment-to-pay-row-gap: 20px !default;
|
|
2
|
-
$tp-payment-to-pay-amount-height: 60px !default;
|
|
3
|
-
$tp-payment-to-pay-amount-border: 1px solid !default;
|
|
4
|
-
$tp-payment-to-pay-amount-font-family: $tp-font-family !default;
|
|
5
|
-
$tp-payment-to-pay-amount-font-size: 32px !default;
|
|
6
|
-
$tp-payment-to-pay-amount-font-weight: bold !default;
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
@include export-module('cc-transaction-cash-register-order-layout') {
|
|
2
|
-
.co-transaction-cash-register-order {
|
|
3
|
-
font-family: "Public sans";
|
|
4
|
-
font-size: 12px;
|
|
5
|
-
display: block;
|
|
6
|
-
padding: 25px;
|
|
7
|
-
|
|
8
|
-
.cash-register-wrapper {
|
|
9
|
-
display: flex;
|
|
10
|
-
width: 100%;
|
|
11
|
-
height: 100%;
|
|
12
|
-
column-gap: 40px;
|
|
13
|
-
|
|
14
|
-
.cash-register-main-content {
|
|
15
|
-
display: flex;
|
|
16
|
-
width: 75%;
|
|
17
|
-
row-gap: 30px;
|
|
18
|
-
height: inherit;
|
|
19
|
-
flex-direction: column;
|
|
20
|
-
|
|
21
|
-
.cash-register-header-wrapper {
|
|
22
|
-
display: flex;
|
|
23
|
-
width: 100%;
|
|
24
|
-
justify-content: space-between;
|
|
25
|
-
align-items: center;
|
|
26
|
-
|
|
27
|
-
.cash-register-header-buttons-wrapper {
|
|
28
|
-
display: flex;
|
|
29
|
-
column-gap: 10px;
|
|
30
|
-
|
|
31
|
-
.cash-register-header-button {
|
|
32
|
-
width: 136px;
|
|
33
|
-
height: 30px;
|
|
34
|
-
background-color: #f5f5fc;
|
|
35
|
-
padding: 5px;
|
|
36
|
-
font-size: 11px;
|
|
37
|
-
border-radius: 8px;
|
|
38
|
-
display: flex;
|
|
39
|
-
align-items: center;
|
|
40
|
-
text-align: center;
|
|
41
|
-
font-weight: bold;
|
|
42
|
-
cursor: pointer;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.cash-register-avatar-wrapper {
|
|
47
|
-
display: flex;
|
|
48
|
-
|
|
49
|
-
.transaction-sales-avatar {
|
|
50
|
-
height: 30px;
|
|
51
|
-
width: 30px;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.cash-register-lines-wrapper {
|
|
57
|
-
display: flex;
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.cash-register-side-content {
|
|
64
|
-
display: flex;
|
|
65
|
-
width: 25%;
|
|
66
|
-
height: inherit;
|
|
67
|
-
flex-direction: column;
|
|
68
|
-
row-gap: 50px;
|
|
69
|
-
|
|
70
|
-
.cash-register-totals-wrapper {
|
|
71
|
-
display: flex;
|
|
72
|
-
flex-direction: column;
|
|
73
|
-
font-size: 11px;
|
|
74
|
-
padding: 8px;
|
|
75
|
-
width: 100%;
|
|
76
|
-
background-color: white;
|
|
77
|
-
border: 1px solid #f3f3f6;
|
|
78
|
-
border-radius: 8px;
|
|
79
|
-
row-gap: 5px;
|
|
80
|
-
|
|
81
|
-
.cash-register-totals-row {
|
|
82
|
-
display: flex;
|
|
83
|
-
font-weight: bold;
|
|
84
|
-
justify-content: space-between;
|
|
85
|
-
padding: 5px;
|
|
86
|
-
&.total {
|
|
87
|
-
font-size: 12px;
|
|
88
|
-
}
|
|
89
|
-
&.discount {
|
|
90
|
-
background: #5fdcb3;
|
|
91
|
-
border-radius: 8px;
|
|
92
|
-
cursor: pointer;
|
|
93
|
-
color: white;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.cash-register-payment-wrapper {
|
|
100
|
-
display: flex;
|
|
101
|
-
flex-direction: column;
|
|
102
|
-
row-gap: 10px;
|
|
103
|
-
|
|
104
|
-
.cash-register-payment-methods-wrapper {
|
|
105
|
-
display: grid;
|
|
106
|
-
grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
|
|
107
|
-
grid-gap: 5px;
|
|
108
|
-
padding: 8px;
|
|
109
|
-
border-radius: 8px;
|
|
110
|
-
background: $tp-payment-amount-background-color;
|
|
111
|
-
|
|
112
|
-
.co-tile-wrapper {
|
|
113
|
-
min-height: 70px;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.cash-register-num-pad-wrapper {
|
|
118
|
-
display: flex;
|
|
119
|
-
flex-direction: column;
|
|
120
|
-
row-gap: 10px;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
File without changes
|
|
File without changes
|