@colijnit/transaction 12.1.128 → 12.1.130
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 +1718 -766
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +225 -224
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +226 -225
- package/esm2015/lib/component/checkout/checkout.module.js +2 -8
- package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.js +6 -3
- package/esm2015/lib/component/core/base/dialog-transaction-base.component.js +5 -3
- package/esm2015/lib/component/core/base/transaction-base.component.js +9 -2
- package/esm2015/lib/component/core/core.module.js +2 -3
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.js +1 -8
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.js +1 -6
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +7 -2
- package/esm2015/lib/component/digital-signature/digital-signature.component.js +65 -0
- package/esm2015/lib/component/digital-signature/digital-signature.module.js +23 -0
- package/esm2015/lib/component/relation/relation-address/relation-address.module.js +7 -8
- package/esm2015/lib/component/relation/relation-address-select/relation-address-select.component.js +9 -9
- package/esm2015/lib/component/relation/relation-addresses/relation-addresses.component.js +2 -2
- package/esm2015/lib/component/relation/relation-general/relation-general.component.js +19 -17
- package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.component.js +17 -17
- package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.module.js +10 -12
- package/esm2015/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.js +2 -2
- package/esm2015/lib/component/transaction/transaction.component.js +13 -5
- package/esm2015/lib/component/transaction/transaction.module.js +2 -5
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-overview-button-bar-button.component.js +37 -0
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-picking-button-bar-button.component.js +13 -4
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +2 -1
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.module.js +6 -3
- package/esm2015/lib/component/transaction-card/transaction-card/transaction-card.component.js +6 -3
- package/esm2015/lib/component/transaction-grid/transaction-grid/transaction-grid.component.js +6 -3
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +3 -2
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +6 -3
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.js +21 -10
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +49 -20
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.js +22 -13
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +6 -3
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +20 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +6 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.js +6 -7
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +8 -5
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.module.js +2 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-currency.component.js +6 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-currency.module.js +2 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-definitive.module.js +4 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method-button/transaction-header-delivery-method-button.component.js +6 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.js +2 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-hold-codes.module.js +2 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.module.js +7 -8
- package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.component.js +6 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-condition.module.js +2 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-price-kind.module.js +2 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-sales-person.module.js +2 -3
- package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.js +6 -3
- package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.component.js +6 -3
- package/esm2015/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.component.js +2 -2
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.js +13 -6
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +3 -8
- package/esm2015/lib/component/transaction-line-fields/transaction-line-amount.component.js +6 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.component.js +1 -7
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.module.js +2 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +1 -10
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.js +4 -32
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.module.js +2 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-amount.component.js +5 -5
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.component.js +1 -7
- package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.js +6 -11
- package/esm2015/lib/component/transaction-line-fields/transaction-line-line-discount.component.js +5 -5
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price-list.module.js +7 -8
- package/esm2015/lib/component/transaction-line-fields/transaction-line-quantum-discount.component.js +5 -5
- package/esm2015/lib/component/transaction-line-fields/transaction-line-reference.component.js +4 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-line-special-discount.component.js +5 -5
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.component.js +6 -8
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.component.js +6 -8
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.component.js +6 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.module.js +6 -8
- package/esm2015/lib/component/transaction-line-fields/transaction-line-vat-button.component.js +1 -6
- package/esm2015/lib/component/transaction-line-fields/transaction-line-vat.module.js +8 -9
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.js +1 -10
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +7 -13
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.js +6 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse.module.js +7 -8
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.component.js +1 -8
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +8 -8
- package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.component.js +7 -4
- package/esm2015/lib/component/transaction-line-sales-allocation/transaction-line-sales-allocation.component.js +6 -3
- package/esm2015/lib/component/transaction-line-side-panel-article-details/transaction-line-side-panel-article-details.component.js +5 -19
- package/esm2015/lib/component/transaction-line-side-panel-article-details/transaction-line-side-panel-article-details.module.js +6 -7
- package/esm2015/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.module.js +23 -24
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.component.js +13 -14
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.component.js +13 -14
- package/esm2015/lib/component/transaction-lines/transaction-lines.component.js +21 -1
- package/esm2015/lib/component/transaction-lines/transaction-lines.module.js +9 -9
- package/esm2015/lib/component/transaction-navigation-button/transaction-navigation-button.component.js +1 -7
- package/esm2015/lib/component/transaction-print-package-sticker/transaction-print-package-sticker.component.js +3 -3
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.js +66 -28
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.module.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +21 -3
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +62 -24
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.module.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +42 -18
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.component.js +2 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.js +6 -6
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +6 -6
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.js +1 -1
- 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.module.js +8 -10
- 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.module.js +8 -10
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +6 -6
- package/esm2015/lib/component/transaction-tile/transaction-tile.component.js +3 -3
- package/esm2015/lib/enum/icon.enum.js +6 -1
- package/esm2015/lib/model/icon-svg.js +6 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/article-connector.service.js +10 -10
- package/esm2015/lib/service/dialog.service.js +14 -10
- package/esm2015/lib/service/error.service.js +15 -8
- package/esm2015/lib/service/pending-reason.service.js +2 -2
- package/esm2015/lib/service/relation-connector.service.js +12 -12
- package/esm2015/lib/service/relation.service.js +5 -5
- package/esm2015/lib/service/shared-connector.service.js +18 -6
- package/esm2015/lib/service/shared.service.js +4 -1
- package/esm2015/lib/service/transaction-base.service.js +23 -5
- package/esm2015/lib/service/transaction-connector-adapter.service.js +150 -4
- package/esm2015/lib/service/transaction-connector.service.js +64 -1
- package/esm2015/lib/service/transaction-event.service.js +7 -2
- package/esm2015/lib/service/transaction-mapping.service.js +3 -2
- package/esm2015/lib/service/transaction-screen-configuration.service.js +21 -4
- package/esm2015/lib/service/transaction.service.js +159 -15
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +1149 -632
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout-overview-relation-edit/style/material.scss +0 -1
- package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/material.scss +0 -1
- package/lib/component/checkout-simple/style/_theme.scss +1 -1
- package/lib/component/confirmation-dialog/style/material.scss +1 -1
- package/lib/component/core/base/transaction-base.component.d.ts +5 -1
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.d.ts +1 -0
- package/lib/component/digital-signature/digital-signature.component.d.ts +13 -0
- package/lib/component/digital-signature/digital-signature.module.d.ts +2 -0
- package/lib/component/digital-signature/style/_layout.scss +13 -0
- package/lib/component/digital-signature/style/_theme.scss +4 -0
- package/lib/component/digital-signature/style/material.scss +4 -0
- package/lib/component/relation/relation-address/style/material.scss +0 -1
- package/lib/component/relation/relation-address-select/relation-address-select.component.d.ts +5 -5
- package/lib/component/relation/relation-general/relation-general.component.d.ts +9 -10
- package/lib/component/shared/transaction-article-text/style/_layout.scss +5 -18
- package/lib/component/shared/transaction-article-text/style/material.scss +0 -1
- package/lib/component/shared/transaction-article-text/transaction-article-text.component.d.ts +3 -2
- package/lib/component/transaction/transaction.component.d.ts +5 -1
- package/lib/component/transaction-button-bar/style/_layout.scss +2 -1
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-overview-button-bar-button.component.d.ts +12 -0
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-picking-button-bar-button.component.d.ts +3 -1
- package/lib/component/transaction-card/transaction-card/transaction-card.component.d.ts +3 -1
- package/lib/component/transaction-grid/transaction-grid/transaction-grid.component.d.ts +3 -1
- package/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.d.ts +3 -1
- package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +16 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.d.ts +4 -2
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.d.ts +4 -2
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.d.ts +4 -1
- package/lib/component/transaction-header/transaction-header-relation/style/material.scss +0 -1
- package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +5 -0
- package/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.d.ts +3 -1
- package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +4 -3
- 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/transaction-header-delivery-method-button.component.d.ts +3 -1
- package/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.component.d.ts +3 -1
- package/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.d.ts +3 -1
- package/lib/component/transaction-line/transaction-line/transaction-line.component.d.ts +3 -1
- package/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.d.ts +1 -2
- package/lib/component/transaction-line-action-buttons/style/_layout.scss +1 -0
- package/lib/component/transaction-line-fields/transaction-line-amount.component.d.ts +1 -0
- package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.d.ts +0 -16
- package/lib/component/transaction-line-fields/transaction-line-discount-amount.component.d.ts +2 -2
- package/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.d.ts +3 -1
- package/lib/component/transaction-line-fields/transaction-line-line-discount.component.d.ts +2 -2
- package/lib/component/transaction-line-fields/transaction-line-quantum-discount.component.d.ts +2 -2
- package/lib/component/transaction-line-fields/transaction-line-reference.component.d.ts +2 -2
- package/lib/component/transaction-line-fields/transaction-line-special-discount.component.d.ts +2 -2
- package/lib/component/transaction-line-fields/transaction-line-supplier-button.component.d.ts +3 -1
- package/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.component.d.ts +3 -1
- package/lib/component/transaction-line-fields/transaction-line-supplier.component.d.ts +3 -1
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +3 -1
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.d.ts +3 -1
- package/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.component.d.ts +3 -1
- package/lib/component/transaction-line-sales-allocation/transaction-line-sales-allocation.component.d.ts +3 -1
- package/lib/component/transaction-line-side-panel-article-details/transaction-line-side-panel-article-details.component.d.ts +4 -4
- package/lib/component/transaction-print-package-sticker/transaction-print-package-sticker.component.d.ts +6 -6
- package/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.d.ts +13 -9
- package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_layout.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +2 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.d.ts +15 -7
- package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.d.ts +12 -10
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.d.ts +8 -8
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_layout.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +6 -7
- package/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.d.ts +8 -7
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.d.ts +2 -2
- package/lib/component/transaction-tile/transaction-tile.component.d.ts +4 -4
- package/lib/enum/icon.enum.d.ts +5 -0
- package/lib/res/dictionary/dictionaries.d.ts +62 -0
- package/lib/service/article-connector.service.d.ts +8 -8
- package/lib/service/dialog.service.d.ts +6 -4
- package/lib/service/error.service.d.ts +3 -4
- package/lib/service/relation-connector.service.d.ts +11 -11
- package/lib/service/shared-connector.service.d.ts +4 -3
- package/lib/service/shared.service.d.ts +1 -0
- package/lib/service/transaction-base.service.d.ts +4 -1
- package/lib/service/transaction-connector-adapter.service.d.ts +40 -15
- package/lib/service/transaction-connector.service.d.ts +37 -12
- package/lib/service/transaction-event.service.d.ts +10 -1
- package/lib/service/transaction-screen-configuration.service.d.ts +9 -3
- package/lib/service/transaction.service.d.ts +39 -14
- package/lib/style/_variables.scss +2 -3
- package/lib/style/transaction-globals.scss +11 -0
- package/package.json +9 -24
- package/esm2015/lib/component/discount/discount.component.js +0 -110
- package/esm2015/lib/component/discount/discount.module.js +0 -29
- package/esm2015/lib/enum/order-discount-type.enum.js +0 -7
- package/lib/component/discount/discount.component.d.ts +0 -19
- package/lib/component/discount/discount.module.d.ts +0 -2
- package/lib/component/discount/style/_layout.scss +0 -0
- package/lib/component/discount/style/_theme.scss +0 -0
- package/lib/component/discount/style/material.scss +0 -0
- package/lib/enum/order-discount-type.enum.d.ts +0 -5
- /package/lib/component/{discount → digital-signature}/style/_material-definition.scss +0 -0
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
2
|
import { Icon } from "../../../enum/icon.enum";
|
|
3
|
-
import { EmailInvoiceRequest } from "@colijnit/transactionapi/build/model/email-invoice-request";
|
|
4
|
-
import { PrintInvoiceRequest } from "@colijnit/transactionapi/build/model/print-invoice-request";
|
|
5
3
|
import { PdfInvoiceRequest } from "@colijnit/transactionapi/build/model/pdf-invoice-request";
|
|
6
4
|
import { TransactionQuickAccessSendMethodBaseComponent } from "../transaction-quick-access-send-method-base.component";
|
|
7
5
|
import { ReportLayoutSelectionEmail } from "@colijnit/mainapi/build/model/report-layout-selection-email.bo";
|
|
8
6
|
import { ReportLayoutSelectionPrint } from "@colijnit/mainapi/build/model/report-layout-selection-print.bo";
|
|
9
|
-
import {
|
|
7
|
+
import { ReportingDocumentEmailSignDocBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request";
|
|
8
|
+
import { ReportingDocumentPrintSignDocBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request";
|
|
10
9
|
export declare class TransactionQuickAccessReceivedGoodsComponent extends TransactionQuickAccessSendMethodBaseComponent implements OnInit {
|
|
11
10
|
readonly icons: typeof Icon;
|
|
12
|
-
reportDocumentEmailRequest:
|
|
13
|
-
reportDocumentPrintRequest:
|
|
11
|
+
reportDocumentEmailRequest: ReportingDocumentEmailSignDocBaseRequest;
|
|
12
|
+
reportDocumentPrintRequest: ReportingDocumentPrintSignDocBaseRequest;
|
|
14
13
|
reportDocumentPdfRequest: PdfInvoiceRequest;
|
|
15
14
|
localCheckboxState: boolean;
|
|
16
15
|
commitDate: Date;
|
|
@@ -26,7 +25,7 @@ export declare class TransactionQuickAccessReceivedGoodsComponent extends Transa
|
|
|
26
25
|
protected getEmailLayouts(): Promise<ReportLayoutSelectionEmail[]>;
|
|
27
26
|
protected getPrintLayouts(): Promise<ReportLayoutSelectionPrint[]>;
|
|
28
27
|
protected pdfDocument(): void;
|
|
29
|
-
protected printDocument(printRequest:
|
|
30
|
-
protected emailDocument(emailInvoiceRequest:
|
|
28
|
+
protected printDocument(printRequest: ReportingDocumentPrintSignDocBaseRequest): void;
|
|
29
|
+
protected emailDocument(emailInvoiceRequest: ReportingDocumentEmailSignDocBaseRequest): void;
|
|
31
30
|
handleGlobalLocationChange(location: string): void;
|
|
32
31
|
}
|
|
@@ -2,13 +2,13 @@ import { OnInit } from "@angular/core";
|
|
|
2
2
|
import { ReportLayoutSelectionEmail } from "@colijnit/mainapi/build/model/report-layout-selection-email.bo";
|
|
3
3
|
import { ReportLayoutSelectionPrint } from "@colijnit/mainapi/build/model/report-layout-selection-print.bo";
|
|
4
4
|
import { SendMethodType } from "@colijnit/mainapi/build/enum/send-method-type.enum";
|
|
5
|
-
import { ReportingDocumentEmailBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-email-base-request";
|
|
6
|
-
import { ReportingDocumentPrintBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-print-base-request";
|
|
7
5
|
import { ReportingDocumentPdfBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-pdf-base-request";
|
|
8
6
|
import { TransactionBaseComponent } from "../core/base/transaction-base.component";
|
|
9
7
|
import { Icon } from "../../enum/icon.enum";
|
|
10
8
|
import { TransactionTypeCategory } from "../../enum/transaction-type-category.enum";
|
|
11
9
|
import { Printer } from "@colijnit/mainapi/build/model/printer.bo";
|
|
10
|
+
import { ReportingDocumentEmailSignDocBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request";
|
|
11
|
+
import { ReportingDocumentPrintSignDocBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request";
|
|
12
12
|
export declare abstract class TransactionQuickAccessSendMethodBaseComponent extends TransactionBaseComponent implements OnInit {
|
|
13
13
|
readonly icons: typeof Icon;
|
|
14
14
|
readonly sendMethodType: typeof SendMethodType;
|
|
@@ -20,18 +20,19 @@ 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").ɵbq[];
|
|
24
24
|
showLoader: boolean;
|
|
25
|
-
|
|
26
|
-
protected abstract
|
|
25
|
+
signatureDocumentId: number;
|
|
26
|
+
protected abstract reportDocumentEmailRequest: ReportingDocumentEmailSignDocBaseRequest;
|
|
27
|
+
protected abstract reportDocumentPrintRequest: ReportingDocumentPrintSignDocBaseRequest;
|
|
27
28
|
protected abstract reportDocumentPdfRequest: ReportingDocumentPdfBaseRequest;
|
|
28
29
|
ngOnInit(): void;
|
|
29
30
|
transactionSet(): void;
|
|
30
31
|
relationSet(): void;
|
|
31
32
|
handleSendMethodOkClick(method: string): Promise<void>;
|
|
32
33
|
handleSend(method: string): Promise<void>;
|
|
33
|
-
protected abstract printDocument(request:
|
|
34
|
-
protected abstract emailDocument(request:
|
|
34
|
+
protected abstract printDocument(request: ReportingDocumentPrintSignDocBaseRequest): any;
|
|
35
|
+
protected abstract emailDocument(request: ReportingDocumentEmailSignDocBaseRequest): any;
|
|
35
36
|
protected abstract pdfDocument(request: ReportingDocumentPdfBaseRequest): any;
|
|
36
37
|
protected abstract getEmailLayouts(): Promise<ReportLayoutSelectionEmail[]>;
|
|
37
38
|
protected abstract getPrintLayouts(): Promise<ReportLayoutSelectionPrint[]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IconCacheService } from
|
|
2
|
-
import { TransactionSearchTileBaseComponent } from
|
|
1
|
+
import { IconCacheService } from '../../../../service/icon-cache.service';
|
|
2
|
+
import { TransactionSearchTileBaseComponent } from '../../../core/base/transaction-search-tile-base.component';
|
|
3
3
|
export declare class TransactionSearchSalesOrderTileComponent extends TransactionSearchTileBaseComponent {
|
|
4
4
|
iconCacheService: IconCacheService;
|
|
5
5
|
constructor(iconCacheService: IconCacheService);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { TransactionLineInfo } from
|
|
3
|
-
import { TransactionTypeCategory } from
|
|
4
|
-
import { TransactionBaseComponent } from
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { TransactionLineInfo } from '@colijnit/transactionapi/build/model/transaction-line-info.bo';
|
|
3
|
+
import { TransactionTypeCategory } from '../../enum/transaction-type-category.enum';
|
|
4
|
+
import { TransactionBaseComponent } from '../core/base/transaction-base.component';
|
|
5
5
|
export declare class TransactionTileComponent extends TransactionBaseComponent {
|
|
6
6
|
activeCategory: TransactionTypeCategory;
|
|
7
7
|
showSidePanelClicked: EventEmitter<TransactionLineInfo>;
|
package/lib/enum/icon.enum.d.ts
CHANGED
|
@@ -22,9 +22,14 @@ export declare enum Icon {
|
|
|
22
22
|
CartShoppingRegular = "cart_shopping_regular",
|
|
23
23
|
CartShoppingSolid = "cart_shopping_solid",
|
|
24
24
|
CashRegister = "cash_register",
|
|
25
|
+
Check = "check",
|
|
26
|
+
CheckDialog = "check_dialog",
|
|
25
27
|
CheckDuotone = "check_duotone",
|
|
28
|
+
CheckThin = "check_thin",
|
|
29
|
+
CloseDialog = "close_dialog",
|
|
26
30
|
CreditCardRegular = "credit_card_regular",
|
|
27
31
|
CreditCardSolid = "credit_card_solid",
|
|
32
|
+
Crossskinny = "crossskinny",
|
|
28
33
|
DeliveryTruck = "delivery_truck",
|
|
29
34
|
DetailView = "detail_view",
|
|
30
35
|
EditPencil = "edit_pencil",
|
|
@@ -1927,6 +1927,7 @@ export declare class Dictionaries {
|
|
|
1927
1927
|
ADD_H3D_CONNECTION: string;
|
|
1928
1928
|
ADD_LEDGER_VAT: string;
|
|
1929
1929
|
ADD_LINE: string;
|
|
1930
|
+
ADD_LINK: string;
|
|
1930
1931
|
ADD_MARKUP_ITEM: string;
|
|
1931
1932
|
ADD_NEW_ADDRESS: string;
|
|
1932
1933
|
ADD_NEW_ARTICLE_FORMULA: string;
|
|
@@ -2101,6 +2102,7 @@ export declare class Dictionaries {
|
|
|
2101
2102
|
ALIGN_JUSTIFY: string;
|
|
2102
2103
|
ALIGN_LEFT: string;
|
|
2103
2104
|
ALIGN_RIGHT: string;
|
|
2105
|
+
ALSO_AS_USDZ: string;
|
|
2104
2106
|
ALL2: string;
|
|
2105
2107
|
ALL: string;
|
|
2106
2108
|
ALLOCATE: string;
|
|
@@ -2450,6 +2452,7 @@ export declare class Dictionaries {
|
|
|
2450
2452
|
BACK_TO_TRANSFER_LIST: string;
|
|
2451
2453
|
BALANCE2: string;
|
|
2452
2454
|
BALANCE: string;
|
|
2455
|
+
BALANCE_AFTER_ENTRY: string;
|
|
2453
2456
|
BALANCE_SIDE: string;
|
|
2454
2457
|
BANK: string;
|
|
2455
2458
|
BANKS: string;
|
|
@@ -3045,6 +3048,7 @@ export declare class Dictionaries {
|
|
|
3045
3048
|
CONTAINER_NR: string;
|
|
3046
3049
|
CONTAINER_TYPE: string;
|
|
3047
3050
|
CONTAINER_VOLUME: string;
|
|
3051
|
+
CONTAINS_THESE_WORDS: string;
|
|
3048
3052
|
CONTENT: string;
|
|
3049
3053
|
CONTENT_COLOR: string;
|
|
3050
3054
|
CONTENT_STORAGE: string;
|
|
@@ -4046,6 +4050,7 @@ export declare class Dictionaries {
|
|
|
4046
4050
|
EXTRA_LIST_COLUMNS_3: string;
|
|
4047
4051
|
EXTRA_LONG_366_731_DAYS: string;
|
|
4048
4052
|
EXTRA_URL: string;
|
|
4053
|
+
EQUAL_TO: string;
|
|
4049
4054
|
FABRICATION_COST: string;
|
|
4050
4055
|
FABRICATION_COST_LINE_TOTAL: string;
|
|
4051
4056
|
FABRIC_SIZE: string;
|
|
@@ -4330,6 +4335,7 @@ export declare class Dictionaries {
|
|
|
4330
4335
|
HARDWARE_SERIAL_NUMBERS: string;
|
|
4331
4336
|
HAS_IMAGES: string;
|
|
4332
4337
|
HAS_TEXTS: string;
|
|
4338
|
+
HAS_WORDS: string;
|
|
4333
4339
|
HEADER: string;
|
|
4334
4340
|
HEADER_ACTIVE: string;
|
|
4335
4341
|
HEAD_TEXT: string;
|
|
@@ -4480,6 +4486,7 @@ export declare class Dictionaries {
|
|
|
4480
4486
|
INTER_BRANCH_TRANSFER_REQUEST: string;
|
|
4481
4487
|
INTRASTAT_DECLARATION: string;
|
|
4482
4488
|
INTRO: string;
|
|
4489
|
+
INTEREST_DATE: string;
|
|
4483
4490
|
INVALID_COPY_EXCEPTION: string;
|
|
4484
4491
|
INVALID_COUPON: string;
|
|
4485
4492
|
INVALID_EXCEPTION: string;
|
|
@@ -4694,6 +4701,7 @@ export declare class Dictionaries {
|
|
|
4694
4701
|
LINKED_ARTICLE_DOUBLE: string;
|
|
4695
4702
|
LINKED_DEPARTMENTS: string;
|
|
4696
4703
|
LINKED_ORGANIZATIONS: string;
|
|
4704
|
+
LINKED_LEDGER_ACCOUNT_TEXT: string;
|
|
4697
4705
|
LINKED_TRANSACTIONS: string;
|
|
4698
4706
|
LINKS: string;
|
|
4699
4707
|
LINKS_NOT_COPIED_WARNING: string;
|
|
@@ -5467,10 +5475,12 @@ export declare class Dictionaries {
|
|
|
5467
5475
|
NO_HOME_DASHBOARD_RIGHTS: string;
|
|
5468
5476
|
NO_IMAGE: string;
|
|
5469
5477
|
NO_IMAGES: string;
|
|
5478
|
+
NO_INVOICE_LINES: string;
|
|
5470
5479
|
NO_LICENSE_FOUND: string;
|
|
5471
5480
|
NO_LINES_FOUND: string;
|
|
5472
5481
|
NO_LINES_TO_DELETE: string;
|
|
5473
5482
|
NO_LINES_TO_PLAN: string;
|
|
5483
|
+
NO_LINK_EXISTS: string;
|
|
5474
5484
|
NO_LOCATION: string;
|
|
5475
5485
|
NO_MAILING_CODES: string;
|
|
5476
5486
|
NO_MALING_CODES: string;
|
|
@@ -6872,6 +6882,8 @@ export declare class Dictionaries {
|
|
|
6872
6882
|
SCAN_TAG: string;
|
|
6873
6883
|
SCAN_TRANSACTION: string;
|
|
6874
6884
|
SCAN_TOO_FAST: string;
|
|
6885
|
+
SCAN_TOO_FAST2: string;
|
|
6886
|
+
SCAN_BARCODE_DOESNT_EXIST: string;
|
|
6875
6887
|
SCHEDULE: string;
|
|
6876
6888
|
SCHEDULED_PROCESSING: string;
|
|
6877
6889
|
SCHEDULE_EXPLANATION: string;
|
|
@@ -6892,6 +6904,7 @@ export declare class Dictionaries {
|
|
|
6892
6904
|
SEARCH2: string;
|
|
6893
6905
|
SEARCH: string;
|
|
6894
6906
|
SEARCH_PAYMENT_BATCH: string;
|
|
6907
|
+
CREATE_PAYMENT_BATCH: string;
|
|
6895
6908
|
SEARCHING: string;
|
|
6896
6909
|
SEARCHRESULTS_FOR: string;
|
|
6897
6910
|
SEARCH_LAST_NAME: string;
|
|
@@ -7745,6 +7758,7 @@ export declare class Dictionaries {
|
|
|
7745
7758
|
TRANSACTION_NUMBER2: string;
|
|
7746
7759
|
TRANSACTION_NUMBER: string;
|
|
7747
7760
|
TRANSACTION_PRICE_DECLARATION: string;
|
|
7761
|
+
TRANSACTION_REFERENCE: string;
|
|
7748
7762
|
TRANSACTION_SEARCH_GENERAL_INFO: string;
|
|
7749
7763
|
TRANSACTION_SUM: string;
|
|
7750
7764
|
TRANSACTION_SUM_E: string;
|
|
@@ -9633,6 +9647,9 @@ export declare class Dictionaries {
|
|
|
9633
9647
|
ABSENCEFILE_POA_7_1_5_INFO: string;
|
|
9634
9648
|
ABSENCEFILE_POA_7_1_6: string;
|
|
9635
9649
|
ABSENCEFILE_POA_7_1_6_INFO: string;
|
|
9650
|
+
ABSENCEFILE_POA_8_NEW: string;
|
|
9651
|
+
ABSENCEFILE_POA_8_1_NEW: string;
|
|
9652
|
+
ABSENCEFILE_POA_8_2_NEW: string;
|
|
9636
9653
|
ABSENCEFILE_POA_8: string;
|
|
9637
9654
|
ABSENCEFILE_POA_8_1: string;
|
|
9638
9655
|
ABSENCEFILE_POA_8_1_INFO: string;
|
|
@@ -9720,12 +9737,15 @@ export declare class Dictionaries {
|
|
|
9720
9737
|
ACCOUNT_INACTIVE_PW_NOT_SENT: string;
|
|
9721
9738
|
ACCOUNT_INVITE_FOR: string;
|
|
9722
9739
|
ACCOUNT_IS_ALREADY_ACTIVE: string;
|
|
9740
|
+
ACCOUNT_KIND: string;
|
|
9723
9741
|
ACCOUNT_MANAGER: string;
|
|
9724
9742
|
ACCOUNT_NAME: string;
|
|
9725
9743
|
ACCOUNT_NUMBER: string;
|
|
9726
9744
|
ACCOUNT_PRIVATE_PERSONS: string;
|
|
9727
9745
|
ACCOUNT_RELATIONS_TO: string;
|
|
9728
9746
|
ACCOUNT_STATUS: string;
|
|
9747
|
+
ACCOUNT_TYPE: string;
|
|
9748
|
+
ACCOUNTING_OPERATION_TYPE: string;
|
|
9729
9749
|
ACHIEVABLE: string;
|
|
9730
9750
|
ACTION: string;
|
|
9731
9751
|
ACTIONS2: string;
|
|
@@ -9824,6 +9844,7 @@ export declare class Dictionaries {
|
|
|
9824
9844
|
ADD_H3D_CONNECTION: string;
|
|
9825
9845
|
ADD_LEDGER_VAT: string;
|
|
9826
9846
|
ADD_LINE: string;
|
|
9847
|
+
ADD_LINK: string;
|
|
9827
9848
|
ADD_MARKUP_ITEM: string;
|
|
9828
9849
|
ADD_METALNESS_MAP: string;
|
|
9829
9850
|
ADD_NEW_ADDRESS: string;
|
|
@@ -9939,7 +9960,9 @@ export declare class Dictionaries {
|
|
|
9939
9960
|
ADMINISTRATIVE_COORDINATOR: string;
|
|
9940
9961
|
ADMINISTRATIVE_MANAGER: string;
|
|
9941
9962
|
ADMINISTRATOR: string;
|
|
9963
|
+
ADMIN_CODE: string;
|
|
9942
9964
|
ADMIN_DESCRIPTION: string;
|
|
9965
|
+
ADMIN_FINANCIAL_YEAR_ID: string;
|
|
9943
9966
|
ADMIN_ID: string;
|
|
9944
9967
|
ADMIN_LINK: string;
|
|
9945
9968
|
ADMIN_SHORT: string;
|
|
@@ -10053,11 +10076,16 @@ export declare class Dictionaries {
|
|
|
10053
10076
|
AF_FIRST_EVAL_4_4_YES: string;
|
|
10054
10077
|
AF_FIRST_EVAL_4_5_EXPLANATION: string;
|
|
10055
10078
|
AF_FIRST_EVAL_4_5_QUESTION: string;
|
|
10079
|
+
AF_FIRST_EVAL_4_6_QUESTION: string;
|
|
10080
|
+
AF_FIRST_EVAL_4_7_QUESTION: string;
|
|
10056
10081
|
AF_FIRST_EVAL_4_RUBRIC: string;
|
|
10057
10082
|
AF_FIRST_EVAL_6_1_EXPLANATION: string;
|
|
10058
10083
|
AF_FIRST_EVAL_6_1_QUESTION: string;
|
|
10059
10084
|
AF_FIRST_EVAL_6_1_YES: string;
|
|
10060
10085
|
AF_FIRST_EVAL_6_RUBRIC: string;
|
|
10086
|
+
AF_FIRST_EVAL_7_RUBRIC_NEW: string;
|
|
10087
|
+
AF_FIRST_EVAL_7_1_QUESTION_NEW: string;
|
|
10088
|
+
AF_FIRST_EVAL_7_2_QUESTION_NEW: string;
|
|
10061
10089
|
AF_FIRST_EVAL_7_RUBRIC: string;
|
|
10062
10090
|
AGE: string;
|
|
10063
10091
|
AGENDA: string;
|
|
@@ -10090,6 +10118,7 @@ export declare class Dictionaries {
|
|
|
10090
10118
|
ALIGN_JUSTIFY: string;
|
|
10091
10119
|
ALIGN_LEFT: string;
|
|
10092
10120
|
ALIGN_RIGHT: string;
|
|
10121
|
+
ALSO_AS_USDZ: string;
|
|
10093
10122
|
ALL2: string;
|
|
10094
10123
|
ALL: string;
|
|
10095
10124
|
ALLOCATE: string;
|
|
@@ -10447,6 +10476,7 @@ export declare class Dictionaries {
|
|
|
10447
10476
|
BACK_TO_TRANSFER_LIST: string;
|
|
10448
10477
|
BALANCE2: string;
|
|
10449
10478
|
BALANCE: string;
|
|
10479
|
+
BALANCE_AFTER_ENTRY: string;
|
|
10450
10480
|
BALANCE_CREDIT: string;
|
|
10451
10481
|
BALANCE_DEBIT: string;
|
|
10452
10482
|
BALANCE_SIDE: string;
|
|
@@ -10520,6 +10550,7 @@ export declare class Dictionaries {
|
|
|
10520
10550
|
BLACK_LIST_WORD: string;
|
|
10521
10551
|
BLACK_LIST_WORDS: string;
|
|
10522
10552
|
BLOCK: string;
|
|
10553
|
+
BLOCK_POSTING_NR: string;
|
|
10523
10554
|
BLOCKED: string;
|
|
10524
10555
|
BLOCK_INVOICE: string;
|
|
10525
10556
|
BLOCK_MANUAL_PRICECHANGE: string;
|
|
@@ -10857,6 +10888,7 @@ export declare class Dictionaries {
|
|
|
10857
10888
|
CHECK_ALL_LINES: string;
|
|
10858
10889
|
CHECK_ALL_TASKS: string;
|
|
10859
10890
|
CHECK_BATCHJOB_STATUS: string;
|
|
10891
|
+
CHECK_FINAL_BALANCE: string;
|
|
10860
10892
|
CHECK_FOR_NEW_CATALOGI: string;
|
|
10861
10893
|
CHECK_FOR_TRIGGERS: string;
|
|
10862
10894
|
CHECK_FOR_TRIGGERS_WITH_BATCH: string;
|
|
@@ -10865,6 +10897,7 @@ export declare class Dictionaries {
|
|
|
10865
10897
|
CHECK_INVOICE: string;
|
|
10866
10898
|
CHECK_ON_GROUP_LEVEL: string;
|
|
10867
10899
|
CHECK_ORDER_LINES: string;
|
|
10900
|
+
CHECK_POSTING_DATE: string;
|
|
10868
10901
|
CHECK_STOCK: string;
|
|
10869
10902
|
CHECK_TG_LINES: string;
|
|
10870
10903
|
CHECK_WAREHOUSE_AND_COMMISSIONCODE: string;
|
|
@@ -10908,6 +10941,8 @@ export declare class Dictionaries {
|
|
|
10908
10941
|
CITY2: string;
|
|
10909
10942
|
CITY: string;
|
|
10910
10943
|
CLARIFY: string;
|
|
10944
|
+
CLASSIFICATION_CODE: string;
|
|
10945
|
+
CLASSIFICATION_DESCRIPTION: string;
|
|
10911
10946
|
CLASSIFICATIONS: string;
|
|
10912
10947
|
CLEAN: string;
|
|
10913
10948
|
CLEAN_PROCESSES_FOR_INACTIVE_CUSTOMERS: string;
|
|
@@ -11159,6 +11194,7 @@ export declare class Dictionaries {
|
|
|
11159
11194
|
CONTAINER_NR: string;
|
|
11160
11195
|
CONTAINER_TYPE: string;
|
|
11161
11196
|
CONTAINER_VOLUME: string;
|
|
11197
|
+
CONTAINS_THESE_WORDS: string;
|
|
11162
11198
|
CONTENT: string;
|
|
11163
11199
|
CONTENT_COLOR: string;
|
|
11164
11200
|
CONTENT_STORAGE: string;
|
|
@@ -11267,12 +11303,14 @@ export declare class Dictionaries {
|
|
|
11267
11303
|
COSTS: string;
|
|
11268
11304
|
COST_CENTER: string;
|
|
11269
11305
|
COST_CENTER_EMPLOYMENT_CONTRACT: string;
|
|
11306
|
+
COST_CENTER_TYPE: string;
|
|
11270
11307
|
COST_CENTRE: string;
|
|
11271
11308
|
COST_DESCRIPTION: string;
|
|
11272
11309
|
COST_ID: string;
|
|
11273
11310
|
COST_LEDGER: string;
|
|
11274
11311
|
COST_NUMBER: string;
|
|
11275
11312
|
COST_OF_SALES: string;
|
|
11313
|
+
COST_TYPE: string;
|
|
11276
11314
|
COUNTING_FRAME: string;
|
|
11277
11315
|
COUNTRY: string;
|
|
11278
11316
|
COUNTRY_CODE: string;
|
|
@@ -12263,6 +12301,7 @@ export declare class Dictionaries {
|
|
|
12263
12301
|
EXTERNAL_SERVICE_RETRIED: string;
|
|
12264
12302
|
EXTERNAL_SERVICE_RETRY_FAILED: string;
|
|
12265
12303
|
EXTERNAL_SOURCE: string;
|
|
12304
|
+
EXTERNAL_SOURCE_KEY: string;
|
|
12266
12305
|
EXTERNAL_SOURCES: string;
|
|
12267
12306
|
EXTERNAL_SOURCE_NOT_CONFIGURED: string;
|
|
12268
12307
|
EXTRA: string;
|
|
@@ -12280,6 +12319,7 @@ export declare class Dictionaries {
|
|
|
12280
12319
|
EXTRA_LONG_366_731_DAYS: string;
|
|
12281
12320
|
EXTRA_SPHERECODES: string;
|
|
12282
12321
|
EXTRA_URL: string;
|
|
12322
|
+
EQUAL_TO: string;
|
|
12283
12323
|
FABRICATION_COST: string;
|
|
12284
12324
|
FABRICATION_COST_LINE_TOTAL: string;
|
|
12285
12325
|
FABRIC_SIZE: string;
|
|
@@ -12600,6 +12640,7 @@ export declare class Dictionaries {
|
|
|
12600
12640
|
HAS_IMAGES: string;
|
|
12601
12641
|
HAS_NON_ACTIVE_PARENT: string;
|
|
12602
12642
|
HAS_TEXTS: string;
|
|
12643
|
+
HAS_WORDS: string;
|
|
12603
12644
|
HD_DELETE_QUESTION: string;
|
|
12604
12645
|
HD_ORDER_DEFINITIVE: string;
|
|
12605
12646
|
HD_UNABLE_TO_REMOVE_PROJECT: string;
|
|
@@ -12774,6 +12815,7 @@ export declare class Dictionaries {
|
|
|
12774
12815
|
INTER_BRANCH_TRANSFER_REQUEST: string;
|
|
12775
12816
|
INTRASTAT_DECLARATION: string;
|
|
12776
12817
|
INTRO: string;
|
|
12818
|
+
INTEREST_DATE: string;
|
|
12777
12819
|
INVALIDATE_CACHE: string;
|
|
12778
12820
|
INVALIDATE_CACHE_PER_TYPE: string;
|
|
12779
12821
|
INVALID_COPY_EXCEPTION: string;
|
|
@@ -12877,6 +12919,7 @@ export declare class Dictionaries {
|
|
|
12877
12919
|
IS_REINTEGRATION_EXECUTED_CLARIFY: string;
|
|
12878
12920
|
IS_SALARY_NOT_PAYED_CLARIFY: string;
|
|
12879
12921
|
IS_SMALLER_THAN: string;
|
|
12922
|
+
IS_TOTAL: string;
|
|
12880
12923
|
IS_UNEQUAL_TO: string;
|
|
12881
12924
|
IS_WEEKENDSHIFTS: string;
|
|
12882
12925
|
ITEM: string;
|
|
@@ -12989,6 +13032,7 @@ export declare class Dictionaries {
|
|
|
12989
13032
|
LEDGERJOURNAL: string;
|
|
12990
13033
|
LEDGERJOURNAL_PAYMENT: string;
|
|
12991
13034
|
LEDGER_ACCOUNT: string;
|
|
13035
|
+
LEDGER_ACCOUNTS: string;
|
|
12992
13036
|
LEDGER_ACCOUNT_CREDIT: string;
|
|
12993
13037
|
LEDGER_ACCOUNT_DEBIT: string;
|
|
12994
13038
|
LEDGER_ACCOUNT_DESCRIPTION: string;
|
|
@@ -12997,6 +13041,9 @@ export declare class Dictionaries {
|
|
|
12997
13041
|
LEDGER_CLASSIFICATION: string;
|
|
12998
13042
|
LEDGER_DESCRIPTION: string;
|
|
12999
13043
|
LEDGER_INITIAL_PAYMENT: string;
|
|
13044
|
+
LEDGER_ID: string;
|
|
13045
|
+
LEDGER_JOURNAL: string;
|
|
13046
|
+
LEDGER_JOURNAL_TYPE: string;
|
|
13000
13047
|
LEDGER_MAIN_CLASSIFICATION: string;
|
|
13001
13048
|
LEDGER_VAT: string;
|
|
13002
13049
|
LEDGER_WAREHOUSES: string;
|
|
@@ -13038,6 +13085,7 @@ export declare class Dictionaries {
|
|
|
13038
13085
|
LINKED_ARTICLE_DOUBLE: string;
|
|
13039
13086
|
LINKED_DEPARTMENTS: string;
|
|
13040
13087
|
LINKED_ORGANIZATIONS: string;
|
|
13088
|
+
LINKED_LEDGER_ACCOUNT_TEXT: string;
|
|
13041
13089
|
LINKED_TRANSACTIONS: string;
|
|
13042
13090
|
LINKS: string;
|
|
13043
13091
|
LINKS_NOT_COPIED_WARNING: string;
|
|
@@ -13120,6 +13168,8 @@ export declare class Dictionaries {
|
|
|
13120
13168
|
MAINTENANCE_FEE: string;
|
|
13121
13169
|
MAIN_ACCOUNTANCY: string;
|
|
13122
13170
|
MAIN_ARTICLE: string;
|
|
13171
|
+
MAIN_CLASSIFICATION_CODE: string;
|
|
13172
|
+
MAIN_CLASSIFICATION_DESCRIPTION: string;
|
|
13123
13173
|
MAIN_COMPACTION_DESCRIPTION: string;
|
|
13124
13174
|
MAIN_DEBTOR: string;
|
|
13125
13175
|
MAIN_MENU: string;
|
|
@@ -13171,6 +13221,7 @@ export declare class Dictionaries {
|
|
|
13171
13221
|
MASK: string;
|
|
13172
13222
|
MASS_PRODUCT_ACTION: string;
|
|
13173
13223
|
MASS_PRODUCT_ACTION_DEFAULT: string;
|
|
13224
|
+
MASTER: string;
|
|
13174
13225
|
MASTERDATA: string;
|
|
13175
13226
|
MATCHED_LINES: string;
|
|
13176
13227
|
MATCH_REFERENCE: string;
|
|
@@ -13883,11 +13934,13 @@ export declare class Dictionaries {
|
|
|
13883
13934
|
NO_IMAGES: string;
|
|
13884
13935
|
NO_IMPORT: string;
|
|
13885
13936
|
NO_INFO_SHARED: string;
|
|
13937
|
+
NO_INVOICE_LINES: string;
|
|
13886
13938
|
NO_JOURNALS_FOR_ADMINISTRATION: string;
|
|
13887
13939
|
NO_LICENSE_FOUND: string;
|
|
13888
13940
|
NO_LINES_FOUND: string;
|
|
13889
13941
|
NO_LINES_TO_DELETE: string;
|
|
13890
13942
|
NO_LINES_TO_PLAN: string;
|
|
13943
|
+
NO_LINK_EXISTS: string;
|
|
13891
13944
|
NO_LOCATION: string;
|
|
13892
13945
|
NO_MAILING_CODES: string;
|
|
13893
13946
|
NO_MANUAL_TRIGGERS_FOR_TASK: string;
|
|
@@ -14413,6 +14466,7 @@ export declare class Dictionaries {
|
|
|
14413
14466
|
PERIODS: string;
|
|
14414
14467
|
PERIOD_CODE: string;
|
|
14415
14468
|
PERIOD_FROM: string;
|
|
14469
|
+
PERIOD_ID: string;
|
|
14416
14470
|
PERIOD_NO_STOCK_AVAILABLE: string;
|
|
14417
14471
|
PERIOD_PER: string;
|
|
14418
14472
|
PERIOD_SELECTION: string;
|
|
@@ -14447,6 +14501,7 @@ export declare class Dictionaries {
|
|
|
14447
14501
|
PICKING_CONTROLE: string;
|
|
14448
14502
|
PICKING_CONTROLE_DEFAULT: string;
|
|
14449
14503
|
PICKING_LIST_INTER_BRANCH: string;
|
|
14504
|
+
PICKING_ORDER: string;
|
|
14450
14505
|
PICKING_ORDERS: string;
|
|
14451
14506
|
PICKING_WILL_BE_UNDONE_WHEN_TRANSFERRING: string;
|
|
14452
14507
|
PICKUP: string;
|
|
@@ -15472,6 +15527,8 @@ export declare class Dictionaries {
|
|
|
15472
15527
|
SCAN_TAG: string;
|
|
15473
15528
|
SCAN_TRANSACTION: string;
|
|
15474
15529
|
SCAN_TOO_FAST: string;
|
|
15530
|
+
SCAN_TOO_FAST2: string;
|
|
15531
|
+
SCAN_BARCODE_DOESNT_EXIST: string;
|
|
15475
15532
|
SCHEDULE: string;
|
|
15476
15533
|
SCHEDULED_PROCESSING: string;
|
|
15477
15534
|
SCHEDULE_EXPLANATION: string;
|
|
@@ -15503,6 +15560,7 @@ export declare class Dictionaries {
|
|
|
15503
15560
|
SELECT_LEDGER_JOURNAL: string;
|
|
15504
15561
|
SEARCH_MEMBER_NR: string;
|
|
15505
15562
|
SEARCH_PAYMENT_BATCH: string;
|
|
15563
|
+
CREATE_PAYMENT_BATCH: string;
|
|
15506
15564
|
SEARCHING: string;
|
|
15507
15565
|
SEARCHRESULTS_FOR: string;
|
|
15508
15566
|
SEARCH_ADD_ARTICLE: string;
|
|
@@ -16109,6 +16167,7 @@ export declare class Dictionaries {
|
|
|
16109
16167
|
SUBMIT: string;
|
|
16110
16168
|
SUBSCRIBE: string;
|
|
16111
16169
|
SUBTOTAL: string;
|
|
16170
|
+
SUBTOTAL_ACCOUNT: string;
|
|
16112
16171
|
SUB_TITLE_BR_ACTIONS: string;
|
|
16113
16172
|
SUB_TITLE_BR_ARTICLES: string;
|
|
16114
16173
|
SUB_TITLE_BR_CONDITION: string;
|
|
@@ -16418,6 +16477,7 @@ export declare class Dictionaries {
|
|
|
16418
16477
|
TO_TRANSFER: string;
|
|
16419
16478
|
TP_BE_PLANNED: string;
|
|
16420
16479
|
TRACE_ACTIVE: string;
|
|
16480
|
+
TRACE_CHANGES: string;
|
|
16421
16481
|
TRACE_CONTENT: string;
|
|
16422
16482
|
TRACE_NOT_ACTIVE: string;
|
|
16423
16483
|
TRACE_OBJECT: string;
|
|
@@ -16455,6 +16515,7 @@ export declare class Dictionaries {
|
|
|
16455
16515
|
TRANSACTION_NUMBER2: string;
|
|
16456
16516
|
TRANSACTION_NUMBER: string;
|
|
16457
16517
|
TRANSACTION_PRICE_DECLARATION: string;
|
|
16518
|
+
TRANSACTION_REFERENCE: string;
|
|
16458
16519
|
TRANSACTION_SEARCH_GENERAL_INFO: string;
|
|
16459
16520
|
TRANSACTION_SHOW_INACTIVE: string;
|
|
16460
16521
|
TRANSACTION_SUM: string;
|
|
@@ -16606,6 +16667,7 @@ export declare class Dictionaries {
|
|
|
16606
16667
|
URL_PARAMETERS: string;
|
|
16607
16668
|
URL_TO_CALL: string;
|
|
16608
16669
|
USE: string;
|
|
16670
|
+
USE_CLASSIFICATION: string;
|
|
16609
16671
|
USED_COUPONS: string;
|
|
16610
16672
|
USED_IN: string;
|
|
16611
16673
|
USER: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OptionsService } from
|
|
2
|
-
import { Articles } from
|
|
3
|
-
import { StockLocation } from
|
|
4
|
-
import { ArticleExtendedRequest } from
|
|
5
|
-
import { ArticleLight } from
|
|
6
|
-
import { TurnoverGroupImage } from
|
|
7
|
-
import { MainArticle } from
|
|
8
|
-
import { TransactionEventService } from
|
|
1
|
+
import { OptionsService } from './options.service';
|
|
2
|
+
import { Articles } from '@colijnit/articleapi/build/articles';
|
|
3
|
+
import { StockLocation } from '@colijnit/articleapi/build/model/stock-location.bo';
|
|
4
|
+
import { ArticleExtendedRequest } from '@colijnit/articleapi/build/model/article-extended-request';
|
|
5
|
+
import { ArticleLight } from '@colijnit/articleapi/build/model/article-light.bo';
|
|
6
|
+
import { TurnoverGroupImage } from '@colijnit/articleapi/build/model/turnover-group-image.bo';
|
|
7
|
+
import { MainArticle } from '@colijnit/articleapi/build/model/main-article.bo';
|
|
8
|
+
import { TransactionEventService } from './transaction-event.service';
|
|
9
9
|
export declare class ArticleConnectorService {
|
|
10
10
|
private _optionsService;
|
|
11
11
|
private _transactionEventService;
|
|
@@ -6,21 +6,23 @@ import { DialogResponseInterface } from '../interface/dialog-response.interface'
|
|
|
6
6
|
import { ToastComponent } from '../component/toast/toast.component';
|
|
7
7
|
import { TransactionInfoResponse } from '@colijnit/transactionapi/build/model/transaction-info-response.bo';
|
|
8
8
|
import { TransactionKind } from '@colijnit/transactionapi/build/enum/transaction-kind.enum';
|
|
9
|
+
import { DictionaryService } from "./dictionary.service";
|
|
9
10
|
export declare class DialogService {
|
|
10
11
|
private _compFactoryResolver;
|
|
11
12
|
private appRef;
|
|
12
13
|
private injector;
|
|
13
14
|
private dynamicComponentService;
|
|
15
|
+
private _dictionaryService;
|
|
14
16
|
toasts: ComponentRef<ToastComponent>[];
|
|
15
17
|
private _componentRefs;
|
|
16
|
-
constructor(_compFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector, dynamicComponentService: DynamicComponentService);
|
|
18
|
+
constructor(_compFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector, dynamicComponentService: DynamicComponentService, _dictionaryService: DictionaryService);
|
|
17
19
|
showYesNo(title: string, text: string, showRememberChoice?: boolean): Promise<DialogResponseInterface>;
|
|
18
|
-
showError(message: string, details?: string): Promise<any>;
|
|
19
|
-
showInformation(message: string): Promise<any>;
|
|
20
|
+
showError(message: string, localize: boolean, details?: string): Promise<any>;
|
|
21
|
+
showInformation(message: string, localize: boolean): Promise<any>;
|
|
20
22
|
showCharacteristics(title: string, choices: TransactionLineCharacteristicChoice[], value: string): Promise<DialogResponseInterface>;
|
|
21
23
|
showWarehouseCC(transactionKind: TransactionKind, transactionLine: TransactionLineInfo): Promise<DialogResponseInterface>;
|
|
22
24
|
showBranch(transaction: TransactionInfoResponse): Promise<DialogResponseInterface>;
|
|
23
25
|
showWarehouseLocation(warehouseNr: number, useModel?: boolean, autoClose?: boolean, showClose?: boolean, transactionLine?: TransactionLineInfo): Promise<DialogResponseInterface>;
|
|
24
|
-
showToast(text: string): Promise<void>;
|
|
26
|
+
showToast(text: string, localize: boolean): Promise<void>;
|
|
25
27
|
hideToastAfterMs(ms?: number): void;
|
|
26
28
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { DialogService } from
|
|
2
|
-
import { DictionaryService } from
|
|
3
|
-
import { DataServiceResponseData } from
|
|
1
|
+
import { DialogService } from './dialog.service';
|
|
2
|
+
import { DictionaryService } from './dictionary.service';
|
|
3
|
+
import { DataServiceResponseData } from '@colijnit/ioneconnector/build/model/data-service-response-data';
|
|
4
4
|
export declare class ErrorService {
|
|
5
5
|
private _dialogService;
|
|
6
6
|
private _dictionaryService;
|
|
7
7
|
constructor(_dialogService: DialogService, _dictionaryService: DictionaryService);
|
|
8
|
-
showError(message: string, details?: string): Promise<any>;
|
|
9
8
|
showValidationError(response: DataServiceResponseData | any): Promise<any>;
|
|
10
9
|
private _messageAsValidationError;
|
|
11
10
|
private _messageDetails;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { OptionsService } from
|
|
2
|
-
import { RelationApi } from
|
|
3
|
-
import { CustomerFullObject } from
|
|
4
|
-
import { SupplierFullObject } from
|
|
5
|
-
import { ErrorService } from
|
|
6
|
-
import { RelationRequest } from
|
|
7
|
-
import { RelationListObject } from
|
|
8
|
-
import { BranchLov } from
|
|
9
|
-
import { ValidationResult } from
|
|
10
|
-
import { TransactionEventService } from
|
|
11
|
-
import { Address } from
|
|
1
|
+
import { OptionsService } from './options.service';
|
|
2
|
+
import { RelationApi } from '@colijnit/relationapi';
|
|
3
|
+
import { CustomerFullObject } from '@colijnit/relationapi/build/model/customer-full-object.bo';
|
|
4
|
+
import { SupplierFullObject } from '@colijnit/relationapi/build/model/supplier-full-object.bo';
|
|
5
|
+
import { ErrorService } from './error.service';
|
|
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 { ValidationResult } from '@colijnit/ioneconnector/build/model/validation-result';
|
|
10
|
+
import { TransactionEventService } from './transaction-event.service';
|
|
11
|
+
import { Address } from '@colijnit/relationapi/build/model/address.bo';
|
|
12
12
|
export declare class RelationConnectorService {
|
|
13
13
|
private _optionsService;
|
|
14
14
|
private _errorService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { OptionsService } from
|
|
2
|
-
import { Sharedapi } from
|
|
3
|
-
import { CoDocument } from
|
|
1
|
+
import { OptionsService } from './options.service';
|
|
2
|
+
import { Sharedapi } from '@colijnit/sharedapi/build/sharedapi';
|
|
3
|
+
import { CoDocument } from '@colijnit/sharedapi/build/model/co-document.bo';
|
|
4
4
|
export declare class SharedConnectorService {
|
|
5
5
|
private _optionsService;
|
|
6
6
|
connector: Sharedapi;
|
|
@@ -9,4 +9,5 @@ export declare class SharedConnectorService {
|
|
|
9
9
|
connect(): Promise<void>;
|
|
10
10
|
selectDocsByTableKey(table: string, key: string): Promise<CoDocument[]>;
|
|
11
11
|
getDocumentContent(id: number, thumbnail?: boolean): Promise<string>;
|
|
12
|
+
storeSignedDoc(documentId: number, documentBody: string): Promise<void>;
|
|
12
13
|
}
|
|
@@ -12,4 +12,5 @@ export declare class SharedService implements OnDestroy {
|
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
selectDocsByTableKey(table: string, key: string): Promise<CoDocument[]>;
|
|
14
14
|
getDocumentContent(docId: number, thumbnail?: boolean): Promise<string>;
|
|
15
|
+
storeSignedDoc(documentId: number, documentBody: string): Promise<void>;
|
|
15
16
|
}
|
|
@@ -54,6 +54,7 @@ export declare class TransactionBaseService {
|
|
|
54
54
|
set receiveGoodsCompleted(value: boolean);
|
|
55
55
|
get receiveGoodsCompleted(): boolean;
|
|
56
56
|
set allocateGoodsCompleted(value: boolean);
|
|
57
|
+
set salesOrderPickingGoodsCompleted(value: boolean);
|
|
57
58
|
get allocateGoodsCompleted(): boolean;
|
|
58
59
|
set purchaseOrderConfirmationCompleted(value: boolean);
|
|
59
60
|
get purchaseOrderConfirmationCompleted(): boolean;
|
|
@@ -74,6 +75,7 @@ export declare class TransactionBaseService {
|
|
|
74
75
|
private _purchaseOrdersCompleted;
|
|
75
76
|
private _receiveGoodsCompleted;
|
|
76
77
|
private _allocateGoodsCompleted;
|
|
78
|
+
private _pickingGoodsCompleted;
|
|
77
79
|
private _purchaseOrderConfirmationCompleted;
|
|
78
80
|
private _deliveryCompleted;
|
|
79
81
|
private _invoiceCompleted;
|
|
@@ -85,7 +87,7 @@ export declare class TransactionBaseService {
|
|
|
85
87
|
resetCurrentTransaction(): void;
|
|
86
88
|
saveTransaction(rememberTransaction?: boolean): Promise<TransactionInfoResponse>;
|
|
87
89
|
commit(): Promise<boolean>;
|
|
88
|
-
rollback(): Promise<boolean>;
|
|
90
|
+
rollback(refresh?: boolean): Promise<boolean>;
|
|
89
91
|
searchTransactions(request: TransactionSearchViewRequest): Promise<TransactionSearchResult>;
|
|
90
92
|
getTransactionById(transactionId: number): Promise<void>;
|
|
91
93
|
getTransactionByNrAndKind(transactionNr: number, transactionKind: TransactionKind): Promise<void>;
|
|
@@ -107,4 +109,5 @@ export declare class TransactionBaseService {
|
|
|
107
109
|
private _getRelationClass;
|
|
108
110
|
private _getRelation;
|
|
109
111
|
private _setAmount;
|
|
112
|
+
private _pickingGoodsCompletedCheck;
|
|
110
113
|
}
|