@colijnit/transaction 12.1.200 → 12.1.201
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 +659 -183
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +123 -115
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +124 -116
- package/esm2015/lib/component/transaction-header-fields/transaction-header-deposit-amount.component.js +3 -3
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-cash-desk-filter/transaction-cash-desk-filter.component.js +45 -0
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-cash-desk-filter/transaction-cash-desk-filter.module.js +40 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-article/transaction-cash-desk-filter-content-article.component.js +113 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-article/transaction-cash-desk-filter-content-article.module.js +29 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-logistics/transaction-cash-desk-filter-content-logistics.component.js +237 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-logistics/transaction-cash-desk-filter-content-logistics.module.js +35 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-order/transaction-cash-desk-filter-content-order.component.js +279 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-order/transaction-cash-desk-filter-content-order.module.js +32 -0
- 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 +1 -1
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-pos-order-tile/transaction-search-pos-order-tile.component.js +1 -4
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.js +26 -1
- package/esm2015/lib/component/transaction-search/transaction-search.module.js +3 -1
- package/esm2015/lib/service/transaction-mapping.service.js +9 -3
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +969 -187
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/transaction-search/transaction-filter/transaction-cash-desk-filter/style/_layout.scss +4 -0
- package/lib/component/transaction-search/transaction-filter/transaction-cash-desk-filter/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-filter/transaction-cash-desk-filter/style/_theme.scss +6 -0
- package/lib/component/transaction-search/transaction-filter/transaction-cash-desk-filter/style/material.scss +3 -0
- package/lib/component/transaction-search/transaction-filter/transaction-cash-desk-filter/transaction-cash-desk-filter.component.d.ts +9 -0
- package/lib/component/transaction-search/transaction-filter/transaction-cash-desk-filter/transaction-cash-desk-filter.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-filter/transaction-filter/style/_layout.scss +1 -1
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-article/style/_layout.scss +2 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-article/style/_material-definition.scss +1 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-article/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-article/style/material.scss +3 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-article/transaction-cash-desk-filter-content-article.component.d.ts +32 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-article/transaction-cash-desk-filter-content-article.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-logistics/style/_layout.scss +2 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-logistics/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-logistics/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-logistics/style/material.scss +3 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-logistics/transaction-cash-desk-filter-content-logistics.component.d.ts +55 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-logistics/transaction-cash-desk-filter-content-logistics.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-order/style/_layout.scss +2 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-order/style/_material-definition.scss +1 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-order/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-order/style/material.scss +3 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-order/transaction-cash-desk-filter-content-order.component.d.ts +81 -0
- package/lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-order/transaction-cash-desk-filter-content-order.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.d.ts +1 -0
- package/package.json +1 -1
|
File without changes
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IconCacheService } from '../../../../service/icon-cache.service';
|
|
2
|
+
import { TransactionFilterBaseComponent } from '../../../core/base/transaction-filter-base.component';
|
|
3
|
+
import { TransactionSearchService } from '../../service/transaction-search.service';
|
|
4
|
+
export declare class TransactionCashDeskFilterComponent extends TransactionFilterBaseComponent {
|
|
5
|
+
iconCacheService: IconCacheService;
|
|
6
|
+
searchService: TransactionSearchService;
|
|
7
|
+
showClass(): boolean;
|
|
8
|
+
constructor(iconCacheService: IconCacheService, searchService: TransactionSearchService);
|
|
9
|
+
}
|
package/lib/component/transaction-search/transaction-filter/transaction-filter/style/_layout.scss
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.transaction-filter-wrapper {
|
|
6
6
|
display: flex;
|
|
7
7
|
}
|
|
8
|
-
.co-transaction-sales-order-filter, .co-transaction-purchase-order-filter, .co-transaction-sales-quotation-filter {
|
|
8
|
+
.co-transaction-sales-order-filter, .co-transaction-purchase-order-filter, .co-transaction-sales-quotation-filter, co-transaction-cash-desk-filter {
|
|
9
9
|
font-family: $tp-co-transaction-filter-font-family;
|
|
10
10
|
font-size: $tp-co-transaction-filter-font-size;
|
|
11
11
|
width: $cc-co-transaction-filter-width;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { FilterItemMode, FilterItemViewmodel } from '@colijnit/corecomponents_v12';
|
|
2
|
+
import { TransactionFilterContentBaseComponent } from '../../../../core/base/transaction-filter-content-base.component';
|
|
3
|
+
export declare class TransactionCashDeskFilterContentArticleComponent extends TransactionFilterContentBaseComponent {
|
|
4
|
+
readonly modes: typeof FilterItemMode;
|
|
5
|
+
showClass(): boolean;
|
|
6
|
+
exceedanceCodes: FilterItemViewmodel[];
|
|
7
|
+
exceedanceCodeFields: {
|
|
8
|
+
text: any;
|
|
9
|
+
value: any;
|
|
10
|
+
};
|
|
11
|
+
turnoverGroups: FilterItemViewmodel[];
|
|
12
|
+
turnoverGroupFields: {
|
|
13
|
+
text: any;
|
|
14
|
+
value: any;
|
|
15
|
+
};
|
|
16
|
+
mainArticles: FilterItemViewmodel[];
|
|
17
|
+
mainArticleFields: {
|
|
18
|
+
text: any;
|
|
19
|
+
value: any;
|
|
20
|
+
};
|
|
21
|
+
suppliers: FilterItemViewmodel[];
|
|
22
|
+
supplierFields: {
|
|
23
|
+
text: any;
|
|
24
|
+
value: any;
|
|
25
|
+
};
|
|
26
|
+
getArticles: (text: string) => Promise<FilterItemViewmodel[]>;
|
|
27
|
+
protected loadCollections(): void;
|
|
28
|
+
private _setExceedanceCodes;
|
|
29
|
+
private _setTurnoverGroups;
|
|
30
|
+
private _setMainArticles;
|
|
31
|
+
private _setSuppliers;
|
|
32
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { FilterItemMode, FilterItemViewmodel } from '@colijnit/corecomponents_v12';
|
|
2
|
+
import { TransactionFilterContentBaseComponent } from '../../../../core/base/transaction-filter-content-base.component';
|
|
3
|
+
export declare class TransactionCashDeskFilterContentLogisticsComponent extends TransactionFilterContentBaseComponent {
|
|
4
|
+
readonly modes: typeof FilterItemMode;
|
|
5
|
+
showClass(): boolean;
|
|
6
|
+
deliveryMethods: any[];
|
|
7
|
+
deliveryMethodFields: {
|
|
8
|
+
text: any;
|
|
9
|
+
value: any;
|
|
10
|
+
};
|
|
11
|
+
deliveryDateFinal: FilterItemViewmodel[];
|
|
12
|
+
deliveryDateFinalFields: {
|
|
13
|
+
text: any;
|
|
14
|
+
value: any;
|
|
15
|
+
};
|
|
16
|
+
toBeDelivered: FilterItemViewmodel[];
|
|
17
|
+
toBeDeliveredFields: {
|
|
18
|
+
text: any;
|
|
19
|
+
value: any;
|
|
20
|
+
};
|
|
21
|
+
warehouses: FilterItemViewmodel[];
|
|
22
|
+
warehouseFields: {
|
|
23
|
+
text: any;
|
|
24
|
+
value: any;
|
|
25
|
+
};
|
|
26
|
+
sourceWarehouses: FilterItemViewmodel[];
|
|
27
|
+
sourceWarehouseFields: {
|
|
28
|
+
text: any;
|
|
29
|
+
value: any;
|
|
30
|
+
};
|
|
31
|
+
partialDelivery: FilterItemViewmodel[];
|
|
32
|
+
partialDeliveryFields: {
|
|
33
|
+
text: any;
|
|
34
|
+
value: any;
|
|
35
|
+
};
|
|
36
|
+
includingReturns: FilterItemViewmodel[];
|
|
37
|
+
includingReturnsFields: {
|
|
38
|
+
text: any;
|
|
39
|
+
value: any;
|
|
40
|
+
};
|
|
41
|
+
toBeOrdered: FilterItemViewmodel[];
|
|
42
|
+
toBeOrderedFields: {
|
|
43
|
+
text: any;
|
|
44
|
+
value: any;
|
|
45
|
+
};
|
|
46
|
+
protected loadCollections(): void;
|
|
47
|
+
private _setDeliveryMethods;
|
|
48
|
+
private _setDeliveryDateFinal;
|
|
49
|
+
private _setTobeDelivered;
|
|
50
|
+
private _setWarehouses;
|
|
51
|
+
private _setSourceWarehouses;
|
|
52
|
+
private _setPartialDelivery;
|
|
53
|
+
private _setIncludingReturns;
|
|
54
|
+
private _setToBeOrdered;
|
|
55
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { FilterItemMode, FilterItemViewmodel } from '@colijnit/corecomponents_v12';
|
|
2
|
+
import { TransactionFilterContentBaseComponent } from '../../../../core/base/transaction-filter-content-base.component';
|
|
3
|
+
export declare class TransactionCashDeskFilterContentOrderComponent extends TransactionFilterContentBaseComponent {
|
|
4
|
+
readonly modes: typeof FilterItemMode;
|
|
5
|
+
showClass(): boolean;
|
|
6
|
+
salesPersons: FilterItemViewmodel[];
|
|
7
|
+
salesPersonsFields: {
|
|
8
|
+
text: any;
|
|
9
|
+
value: any;
|
|
10
|
+
};
|
|
11
|
+
tags: FilterItemViewmodel[];
|
|
12
|
+
tagsFields: {
|
|
13
|
+
text: any;
|
|
14
|
+
value: any;
|
|
15
|
+
};
|
|
16
|
+
branches: FilterItemViewmodel[];
|
|
17
|
+
branchFields: {
|
|
18
|
+
text: any;
|
|
19
|
+
value: any;
|
|
20
|
+
};
|
|
21
|
+
paymentConditions: FilterItemViewmodel[];
|
|
22
|
+
paymentConditionsFields: {
|
|
23
|
+
text: any;
|
|
24
|
+
value: any;
|
|
25
|
+
};
|
|
26
|
+
onHoldCodes: FilterItemViewmodel[];
|
|
27
|
+
onHoldCodeFields: {
|
|
28
|
+
text: any;
|
|
29
|
+
value: any;
|
|
30
|
+
};
|
|
31
|
+
commissionCodes: FilterItemViewmodel[];
|
|
32
|
+
commissionCodeFields: {
|
|
33
|
+
text: any;
|
|
34
|
+
value: any;
|
|
35
|
+
};
|
|
36
|
+
orderDefinite: FilterItemViewmodel[];
|
|
37
|
+
orderDefiniteFields: {
|
|
38
|
+
text: any;
|
|
39
|
+
value: any;
|
|
40
|
+
};
|
|
41
|
+
orderFullyPaid: FilterItemViewmodel[];
|
|
42
|
+
orderFullyPaidFields: {
|
|
43
|
+
text: any;
|
|
44
|
+
value: any;
|
|
45
|
+
};
|
|
46
|
+
orderDepositFullyPaid: FilterItemViewmodel[];
|
|
47
|
+
orderDepositFullyPaidFields: {
|
|
48
|
+
text: any;
|
|
49
|
+
value: any;
|
|
50
|
+
};
|
|
51
|
+
orderActive: FilterItemViewmodel[];
|
|
52
|
+
orderActiveFields: {
|
|
53
|
+
text: any;
|
|
54
|
+
value: any;
|
|
55
|
+
};
|
|
56
|
+
customerGroups: FilterItemViewmodel[];
|
|
57
|
+
customerGroupFields: {
|
|
58
|
+
text: any;
|
|
59
|
+
value: any;
|
|
60
|
+
};
|
|
61
|
+
workflowStatuses: FilterItemViewmodel[];
|
|
62
|
+
workflowStatusFields: {
|
|
63
|
+
text: any;
|
|
64
|
+
value: any;
|
|
65
|
+
};
|
|
66
|
+
handleCollectionChange(): void;
|
|
67
|
+
loadCustomers: (nameFilter: string) => Promise<FilterItemViewmodel[]>;
|
|
68
|
+
protected loadCollections(): void;
|
|
69
|
+
private _setSalesPersons;
|
|
70
|
+
private _setTags;
|
|
71
|
+
private _setBranches;
|
|
72
|
+
private _setPaymentConditions;
|
|
73
|
+
private _setOnHoldCodes;
|
|
74
|
+
private _setCommissionCodes;
|
|
75
|
+
private _setOrderDefinitive;
|
|
76
|
+
private _setOrderFullyPaid;
|
|
77
|
+
private _setOrderDepositFullyPaid;
|
|
78
|
+
private _setOrderActive;
|
|
79
|
+
private _setCustomerGroups;
|
|
80
|
+
private _setWorkFlowStatuses;
|
|
81
|
+
}
|
|
@@ -25,6 +25,7 @@ export declare class TransactionStatusbarComponent implements ScreenConfigAdapte
|
|
|
25
25
|
redErrorBackground: boolean;
|
|
26
26
|
constructor(_dictionary: DictionaryService, screenConfigService: TransactionScreenConfigurationService);
|
|
27
27
|
setStatusbarData(): void;
|
|
28
|
+
setStatusbarDataForCashDesk(): void;
|
|
28
29
|
setStatusbardataForSalesOrder(): void;
|
|
29
30
|
setStatusbarDataForPurchaseOrder(): void;
|
|
30
31
|
getStatusbarLine(label: string, quantity: number, calculateWith?: number, forceDisplayFullyProcessed?: boolean): StatusbarData;
|