@colijnit/transaction 257.1.38 → 257.1.39
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 +179 -51
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/add-product/add-product.component.js +8 -10
- package/esm2015/lib/component/transaction-internal/transaction-internal.component.js +2 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.js +12 -4
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +12 -4
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.js +9 -10
- package/esm2015/lib/component/transaction-reservation/service/transaction-sales-reservation.service.js +3 -3
- package/esm2015/lib/component/transaction-reservation/transaction-sales-reservation-popup/transaction-sales-reservation-popup.component.js +3 -2
- package/esm2015/lib/component/transaction-search/transaction-batch-process-dialog/transaction-batch-process-dialog.component.js +34 -25
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/transaction-invoice-check-order-tile.component.js +148 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/transaction-invoice-check-order-tile.module.js +33 -0
- package/esm2015/lib/component/transaction-search/transaction-shipping-method-dialog/transaction-shipping-method-dialog.component.js +6 -21
- package/esm2015/lib/interface/invoice-check-order-line.interface.js +2 -0
- package/esm2015/lib/interface/invoice-check-order.interface.js +2 -0
- package/esm2015/lib/model/transaction-invoice-check-order-line.js +18 -0
- package/esm2015/lib/model/transaction-invoice-check-order.js +14 -0
- package/esm2015/lib/service/transaction-connector-adapter.service.js +13 -1
- package/esm2015/lib/service/transaction-connector.service.js +6 -1
- package/esm2015/lib/service/transaction.service.js +6 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/esm2015/public_api.js +6 -1
- package/fesm2015/colijnit-transaction.js +287 -76
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/add-product/add-product.component.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.d.ts +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.d.ts +1 -1
- package/lib/component/transaction-reservation/service/transaction-sales-reservation.service.d.ts +1 -1
- package/lib/component/transaction-reservation/transaction-sales-reservation-popup/transaction-sales-reservation-popup.component.d.ts +1 -0
- package/lib/component/transaction-search/transaction-batch-process-dialog/style/_layout.scss +12 -0
- package/lib/component/transaction-search/transaction-batch-process-dialog/transaction-batch-process-dialog.component.d.ts +1 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/style/_layout.scss +81 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/style/material.scss +3 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/transaction-invoice-check-order-tile.component.d.ts +21 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/transaction-invoice-check-order-tile.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-shipping-method-dialog/transaction-shipping-method-dialog.component.d.ts +1 -4
- package/lib/interface/invoice-check-order-line.interface.d.ts +27 -0
- package/lib/interface/invoice-check-order.interface.d.ts +14 -0
- package/lib/model/transaction-invoice-check-order-line.d.ts +27 -0
- package/lib/model/transaction-invoice-check-order.d.ts +12 -0
- package/lib/service/transaction-connector-adapter.service.d.ts +1 -0
- package/lib/service/transaction-connector.service.d.ts +1 -0
- package/lib/service/transaction.service.d.ts +1 -0
- package/package.json +3 -3
- package/public_api.d.ts +5 -0
- package/colijnit-transaction-257.1.35.tgz +0 -0
|
@@ -26,7 +26,6 @@ export declare class AddProductComponent implements OnInit {
|
|
|
26
26
|
return: boolean;
|
|
27
27
|
catalogOptions: any;
|
|
28
28
|
catalogParameters: any;
|
|
29
|
-
isSearchInputFocused: boolean;
|
|
30
29
|
searchText: string;
|
|
31
30
|
showRelatedProductsPopup: boolean;
|
|
32
31
|
cartPlusIcon: SafeHtml;
|
|
@@ -40,7 +39,6 @@ export declare class AddProductComponent implements OnInit {
|
|
|
40
39
|
ngOnInit(): void;
|
|
41
40
|
ngOnDestroy(): void;
|
|
42
41
|
handleSearch(text: string): Promise<void>;
|
|
43
|
-
handleInputFocus(isFocused: boolean): void;
|
|
44
42
|
handleAddArticle(article: ArticleExtended): Promise<void>;
|
|
45
43
|
handleAddArticleClick(data: {
|
|
46
44
|
article: string | ArticleExtended;
|
|
@@ -31,7 +31,7 @@ export declare class TransactionQuickAccessInvoiceComponent extends TransactionQ
|
|
|
31
31
|
protected emailDocument(request: ReportingDocumentEmailSignDocBaseRequest): void;
|
|
32
32
|
transactionSet(): void;
|
|
33
33
|
_prepareRequest(request: EmailInvoiceRequest | PrintInvoiceRequest | PdfInvoiceRequest): boolean;
|
|
34
|
-
|
|
34
|
+
getHistoricDocuments(): void;
|
|
35
35
|
handleSendDocument(defaultSendMethod: string): void;
|
|
36
36
|
handleSendMethodOkClick(method: string): Promise<void>;
|
|
37
37
|
private _createRequestLines;
|
|
@@ -36,7 +36,7 @@ export declare class TransactionQuickAccessOrderDeliveryComponent extends Transa
|
|
|
36
36
|
transactionSet(): void;
|
|
37
37
|
_prepareRequest(request: EmailDeliveryNoteRequest | PrintDeliveryNoteRequest | PdfDeliveryNoteRequest): void;
|
|
38
38
|
_prepareHistoricRequest(request: EmailHistoricDeliveryNoteRequest | PrintHistoricDeliveryNoteRequest | PdfHistoricDeliveryNoteRequest): void;
|
|
39
|
-
|
|
39
|
+
getHistoricDocuments(): void;
|
|
40
40
|
handleSendDocument(defaultSendMethod: string): void;
|
|
41
41
|
handleSendMethodOkClick(method: string): Promise<void>;
|
|
42
42
|
private _createRequestLines;
|
package/lib/component/transaction-reservation/service/transaction-sales-reservation.service.d.ts
CHANGED
|
@@ -12,6 +12,6 @@ export declare class TransactionSalesReservationService {
|
|
|
12
12
|
getSalesOrderLines(salesOrderId: number): Promise<void>;
|
|
13
13
|
makeGetSalesOrderLinesRequest(salesOrderId: number, purchaseTransactionOrder?: number, correctionAllowed?: boolean, correctionMode?: boolean, supplierNo?: number): OrderReservationSalesOrderLinesRequest;
|
|
14
14
|
reservationAvailable(salesOrderId: number, lineNr: number): boolean;
|
|
15
|
-
processReservation(reservationLines: PurchaseReservationPurchaseLine[]): Promise<boolean>;
|
|
15
|
+
processReservation(reservationLines: PurchaseReservationPurchaseLine[], transId: number): Promise<boolean>;
|
|
16
16
|
resetLineData(): void;
|
|
17
17
|
}
|
|
@@ -12,6 +12,7 @@ export declare class TransactionSalesReservationPopupComponent implements OnInit
|
|
|
12
12
|
private _transactionHeaderService;
|
|
13
13
|
readonly icons: typeof Icon;
|
|
14
14
|
reservationOrderLines: PurchaseReservationPurchaseLine[];
|
|
15
|
+
transactionId: number;
|
|
15
16
|
showClass(): boolean;
|
|
16
17
|
constructor(iconCacheService: IconCacheService, salesReservationService: TransactionSalesReservationService, _transactionService: TransactionService, _transactionHeaderService: TransactionHeaderService);
|
|
17
18
|
ngOnInit(): void;
|
package/lib/component/transaction-search/transaction-batch-process-dialog/style/_layout.scss
CHANGED
|
@@ -46,6 +46,18 @@
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
+
.total-number {
|
|
50
|
+
display: flex;
|
|
51
|
+
align-items: center;
|
|
52
|
+
|
|
53
|
+
.delete-icon {
|
|
54
|
+
width: 15px;
|
|
55
|
+
height: 15px;
|
|
56
|
+
margin-left: auto;
|
|
57
|
+
cursor: pointer;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
49
61
|
.progress-bar-container {
|
|
50
62
|
width: 100%;
|
|
51
63
|
height: 10px;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
@include export-module('cc-transaction-invoice-check-order-tile-layout') {
|
|
2
|
+
.co-transaction-invoice-check-order-tile {
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
.column {
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: row;
|
|
8
|
+
gap: 10px;
|
|
9
|
+
justify-content: space-between;
|
|
10
|
+
}
|
|
11
|
+
.row {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: row;
|
|
14
|
+
width: 100%;
|
|
15
|
+
gap: 1em;
|
|
16
|
+
.center {
|
|
17
|
+
padding-left: 3em;
|
|
18
|
+
gap: 2em;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.grid-wrapper {
|
|
22
|
+
width: 100%;
|
|
23
|
+
max-height: 600px;
|
|
24
|
+
overflow: auto;
|
|
25
|
+
}
|
|
26
|
+
.transaction-tile-wrapper {
|
|
27
|
+
width: 40%;
|
|
28
|
+
height: 160px;
|
|
29
|
+
padding: 7.5px 10px;
|
|
30
|
+
box-shadow: 0 2px 4px 0 #0000005c;
|
|
31
|
+
border-left: 4px solid #45b8bf;
|
|
32
|
+
border-radius: 5px;
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
.tile {
|
|
36
|
+
height: 100%;
|
|
37
|
+
width: 100%;
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
justify-content: space-around;
|
|
41
|
+
.tile-header {
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-direction: row;
|
|
44
|
+
justify-content: space-between;
|
|
45
|
+
gap: 0.5em;
|
|
46
|
+
}
|
|
47
|
+
.tile-upper-right{
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: column;
|
|
50
|
+
gap: 5px;
|
|
51
|
+
}
|
|
52
|
+
.tile-footer {
|
|
53
|
+
align-items: center;
|
|
54
|
+
display: flex;
|
|
55
|
+
justify-content: space-between;
|
|
56
|
+
flex-direction: row;
|
|
57
|
+
gap: 0.5em;
|
|
58
|
+
.tile-bottom-left {
|
|
59
|
+
display: flex;
|
|
60
|
+
align-items: center;
|
|
61
|
+
gap: 10px;
|
|
62
|
+
.co-icon {
|
|
63
|
+
width: 22px;
|
|
64
|
+
height: 22px;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.header {
|
|
70
|
+
display: flex;
|
|
71
|
+
flex-direction: row;
|
|
72
|
+
align-items: center;
|
|
73
|
+
span {
|
|
74
|
+
min-width: 6em;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { IconCacheService } from '../../../../service/icon-cache.service';
|
|
3
|
+
import { Icon } from '../../../../enum/icon.enum';
|
|
4
|
+
import { InvoiceCheckOrderInterface } from '../../../../interface/invoice-check-order.interface';
|
|
5
|
+
import { InvoiceCheckOrderLineInterface } from '../../../../interface/invoice-check-order-line.interface';
|
|
6
|
+
export declare class TransactionInvoiceCheckOrderTileComponent {
|
|
7
|
+
iconCacheService: IconCacheService;
|
|
8
|
+
readonly icons: typeof Icon;
|
|
9
|
+
showClass(): boolean;
|
|
10
|
+
selected: boolean;
|
|
11
|
+
invoiceCheckOrder: InvoiceCheckOrderInterface;
|
|
12
|
+
invoiceCheckOrderSelectEvent: EventEmitter<boolean>;
|
|
13
|
+
lineSelectedEvent: EventEmitter<{
|
|
14
|
+
selected: boolean;
|
|
15
|
+
lineNumber: number;
|
|
16
|
+
}>;
|
|
17
|
+
selectAllLinesEvent: EventEmitter<void>;
|
|
18
|
+
constructor(iconCacheService: IconCacheService);
|
|
19
|
+
handleInvoiceCheckOrderSelected(value: boolean): void;
|
|
20
|
+
handleLineSelected(selected: boolean, line: InvoiceCheckOrderLineInterface): void;
|
|
21
|
+
}
|
|
@@ -8,7 +8,6 @@ import { Printer } from '@colijnit/mainapi/build/model/printer.bo';
|
|
|
8
8
|
import { TransactionSearchView } from '@colijnit/transactionapi/build/model/transaction-search-view.bo';
|
|
9
9
|
import { BatchTransactionSendingRequest } from '@colijnit/transactionapi/build/model/batch-transaction-sending-request';
|
|
10
10
|
import { TransactionInfoResponse } from '@colijnit/transactionapi/build/model/transaction-info-response.bo';
|
|
11
|
-
import { SendMethodType } from "@colijnit/mainapi/build/enum/send-method-type.enum";
|
|
12
11
|
interface OverruleOptions {
|
|
13
12
|
code: number;
|
|
14
13
|
description: string;
|
|
@@ -18,10 +17,8 @@ export declare class ShippingMethodDialogComponent implements OnInit {
|
|
|
18
17
|
transactionService: TransactionService;
|
|
19
18
|
changeDetector: ChangeDetectorRef;
|
|
20
19
|
category: string;
|
|
21
|
-
visibleMethods: SendMethodType[] | SendMethodType;
|
|
22
20
|
selectedTransactions: TransactionSearchView[] | TransactionInfoResponse;
|
|
23
21
|
saveClicked: EventEmitter<BatchTransactionSendingRequest>;
|
|
24
|
-
purchaseClick: EventEmitter<any>;
|
|
25
22
|
cancelClicked: EventEmitter<void>;
|
|
26
23
|
showClass(): boolean;
|
|
27
24
|
readonly icons: typeof Icon;
|
|
@@ -37,11 +34,11 @@ export declare class ShippingMethodDialogComponent implements OnInit {
|
|
|
37
34
|
overruledEdi: OverruleOptions;
|
|
38
35
|
overruledPrint: OverruleOptions;
|
|
39
36
|
batchTransactionSendingRequest: BatchTransactionSendingRequest;
|
|
37
|
+
overruleOptions: OverruleOptions[];
|
|
40
38
|
constructor(iconService: IconCacheService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
41
39
|
ngOnInit(): void;
|
|
42
40
|
saveButtonClicked(): void;
|
|
43
41
|
cancelButtonClicked(): void;
|
|
44
|
-
handlePurchaseClick(data: any): void;
|
|
45
42
|
private _getPrintLayouts;
|
|
46
43
|
private _getEmailLayouts;
|
|
47
44
|
private _getPrinters;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export interface InvoiceCheckOrderLineInterface {
|
|
2
|
+
transId: number;
|
|
3
|
+
transNo: number;
|
|
4
|
+
lineNumber: number;
|
|
5
|
+
screenLineNumber: number;
|
|
6
|
+
goodId: number;
|
|
7
|
+
articleNumber: number;
|
|
8
|
+
precision: boolean;
|
|
9
|
+
articleDescription: string;
|
|
10
|
+
confirmedDeliveryDate: Date;
|
|
11
|
+
purchasePrice: number;
|
|
12
|
+
purchasePriceNetto: number;
|
|
13
|
+
transportCosts: number;
|
|
14
|
+
transportPrice: number;
|
|
15
|
+
manufactoringPrice: number;
|
|
16
|
+
excludeBookingPrice: boolean;
|
|
17
|
+
bookingPrice: number;
|
|
18
|
+
pricelistCode: number;
|
|
19
|
+
valutaCode: number;
|
|
20
|
+
vatCode: number;
|
|
21
|
+
amountOrdered: number;
|
|
22
|
+
amountReceived: number;
|
|
23
|
+
checked: number;
|
|
24
|
+
toCheck: number;
|
|
25
|
+
process: boolean;
|
|
26
|
+
selected: boolean;
|
|
27
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { InvoiceCheckOrderLineInterface } from './invoice-check-order-line.interface';
|
|
2
|
+
export interface InvoiceCheckOrderInterface {
|
|
3
|
+
transId: number;
|
|
4
|
+
transNo: number;
|
|
5
|
+
transactionDate: Date;
|
|
6
|
+
relationId: number;
|
|
7
|
+
supplierNumber: number;
|
|
8
|
+
supplierName: string;
|
|
9
|
+
plannedDeliveryDate: Date;
|
|
10
|
+
confirmedDeliveryDate: Date;
|
|
11
|
+
referenceRelation: string;
|
|
12
|
+
customerName: string;
|
|
13
|
+
invoiceCheckOrderLines?: InvoiceCheckOrderLineInterface[];
|
|
14
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class TransactionInvoiceCheckOrderLine {
|
|
2
|
+
transId: number;
|
|
3
|
+
transNo: number;
|
|
4
|
+
lineNumber: number;
|
|
5
|
+
screenLineNumber: number;
|
|
6
|
+
goodId: number;
|
|
7
|
+
articleNumber: number;
|
|
8
|
+
precision: boolean;
|
|
9
|
+
articleDescription: string;
|
|
10
|
+
confirmedDeliveryDate: Date;
|
|
11
|
+
purchasePrice: number;
|
|
12
|
+
purchasePriceNetto: number;
|
|
13
|
+
transportCosts: number;
|
|
14
|
+
transportPrice: number;
|
|
15
|
+
manufactoringPrice: number;
|
|
16
|
+
excludeBookingPrice: boolean;
|
|
17
|
+
bookingPrice: number;
|
|
18
|
+
pricelistCode: number;
|
|
19
|
+
valutaCode: number;
|
|
20
|
+
vatCode: number;
|
|
21
|
+
amountOrdered: number;
|
|
22
|
+
amountReceived: number;
|
|
23
|
+
checked: number;
|
|
24
|
+
toCheck: number;
|
|
25
|
+
process: boolean;
|
|
26
|
+
selected: boolean;
|
|
27
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class TransactionInvoiceCheckOrder {
|
|
2
|
+
transId: number;
|
|
3
|
+
transNo: number;
|
|
4
|
+
transactionDate: Date;
|
|
5
|
+
relationId: number;
|
|
6
|
+
supplierNumber: number;
|
|
7
|
+
supplierName: string;
|
|
8
|
+
plannedDeliveryDate: Date;
|
|
9
|
+
confirmedDeliveryDate: Date;
|
|
10
|
+
referenceRelation: string;
|
|
11
|
+
customerName: string;
|
|
12
|
+
}
|
|
@@ -413,6 +413,7 @@ export declare class TransactionConnectorAdapterService {
|
|
|
413
413
|
startDeliveryNotesBatch(request: BatchTransactionSendingRequest): Promise<void>;
|
|
414
414
|
startInvoiceBatch(request: BatchTransactionSendingRequest): Promise<void>;
|
|
415
415
|
getBatchJobProgressesForTheUser(): Promise<BatchJobProgress[]>;
|
|
416
|
+
deleteBatchJob(batchJobProgressId: number): Promise<void>;
|
|
416
417
|
emailOrderConfirmation(request: EmailOrderConfirmationRequest): Promise<CoDocument | boolean>;
|
|
417
418
|
emailHistoricOrderConfirmation(request: EmailHistoricOrderConfirmationRequest): Promise<void>;
|
|
418
419
|
pdfOrderConfirmation(request: PdfOrderConfirmationRequest): Promise<CoDocument | boolean>;
|
|
@@ -381,6 +381,7 @@ export declare class TransactionConnectorService {
|
|
|
381
381
|
startDeliveryNotesBatch(request: BatchTransactionSendingRequest): Promise<void>;
|
|
382
382
|
startInvoiceBatch(request: BatchTransactionSendingRequest): Promise<void>;
|
|
383
383
|
getBatchJobProgressesForTheUser(): Promise<BatchJobProgress[]>;
|
|
384
|
+
deleteBatchJob(batchJobProgressId: number): Promise<void>;
|
|
384
385
|
emailOrderConfirmation(request: EmailOrderConfirmationRequest): Promise<CoDocument | boolean>;
|
|
385
386
|
emailHistoricOrderConfirmation(request: EmailHistoricOrderConfirmationRequest): Promise<void>;
|
|
386
387
|
pdfOrderConfirmation(request: PdfOrderConfirmationRequest): Promise<CoDocument | boolean>;
|
|
@@ -326,6 +326,7 @@ export declare class TransactionService extends PendingReasonService {
|
|
|
326
326
|
startDeliveryNotesBatch(request: BatchTransactionSendingRequest): Promise<void>;
|
|
327
327
|
startInvoiceBatch(request: BatchTransactionSendingRequest): Promise<void>;
|
|
328
328
|
getBatchJobProgressesForTheUser(): Promise<BatchJobProgress[]>;
|
|
329
|
+
deleteBatchJob(batchJobProgressId: number): Promise<void>;
|
|
329
330
|
emailOrderConfirmation(request: EmailOrderConfirmationRequest): Promise<CoDocument | boolean>;
|
|
330
331
|
emailHistoricOrderConfirmation(request: EmailHistoricOrderConfirmationRequest): Promise<void>;
|
|
331
332
|
pdfOrderConfirmation(request: PdfOrderConfirmationRequest): Promise<CoDocument | boolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "257.1.
|
|
3
|
+
"version": "257.1.39",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 12",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@colijnit/articleapi": ">=257.1.2",
|
|
13
13
|
"@colijnit/catalog": ">=257.1.15",
|
|
14
14
|
"@colijnit/corecomponents": ">=1.12.0",
|
|
15
|
-
"@colijnit/corecomponents_v12": ">=257.1.
|
|
15
|
+
"@colijnit/corecomponents_v12": ">=257.1.21",
|
|
16
16
|
"@colijnit/ioneconnector": ">=257.1.0",
|
|
17
17
|
"@colijnit/mainapi": ">=257.1.2",
|
|
18
18
|
"@colijnit/product": ">=257.1.4",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@colijnit/relationapi": ">=257.1.0",
|
|
21
21
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
22
22
|
"@colijnit/sharedcomponents": ">=257.1.13",
|
|
23
|
-
"@colijnit/transactionapi": ">=257.1.
|
|
23
|
+
"@colijnit/transactionapi": ">=257.1.18",
|
|
24
24
|
"@types/three": ">=0.125.0",
|
|
25
25
|
"@tweenjs/tween.js": ">=17.2.0",
|
|
26
26
|
"three": ">=0.125.0",
|
package/public_api.d.ts
CHANGED
|
@@ -70,6 +70,11 @@ export * from "./lib/component/transaction-cash-register-dialog/transaction-cash
|
|
|
70
70
|
export * from "./lib/component/transaction-cash-register-dialog/transaction-cash-register-dialog.component";
|
|
71
71
|
export * from "./lib/component/transaction-create-wizard/transaction-create-wizard.module";
|
|
72
72
|
export * from "./lib/component/transaction-create-wizard/transaction-create-wizard.component";
|
|
73
|
+
export * from "./lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/transaction-invoice-check-order-tile.component";
|
|
74
|
+
export * from "./lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/transaction-invoice-check-order-tile.module";
|
|
75
|
+
export * from "./lib/model/transaction-invoice-check-order";
|
|
76
|
+
export * from "./lib/interface/invoice-check-order.interface";
|
|
77
|
+
export * from "./lib/interface/invoice-check-order-line.interface";
|
|
73
78
|
export * from "./lib/component/transaction-search/service/transaction-search.service";
|
|
74
79
|
export * from "./lib/component/delivery-planning/service/delivery-planning.service";
|
|
75
80
|
export * from "./lib/component/transaction-search/service/filter-request.service";
|
|
Binary file
|