@colijnit/transaction 255.1.25 → 255.1.26
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 +4 -4
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +4 -4
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +37 -0
- package/package.json +3 -3
|
@@ -2919,6 +2919,7 @@ export declare class Dictionaries {
|
|
|
2919
2919
|
AMOUNT_AMORTIZED: string;
|
|
2920
2920
|
AMOUNT_ASSIGNED: string;
|
|
2921
2921
|
AMOUNT_AVAILABLE: string;
|
|
2922
|
+
AMOUNT_AVAILABLE2: string;
|
|
2922
2923
|
AMOUNT_CANNOT_BE_GREATER_THAN_TOTAL_MINUS_INVOICED: string;
|
|
2923
2924
|
AMOUNT_CANNOT_BE_LESS_THAN_ORDERED_OR_INVOICED: string;
|
|
2924
2925
|
AMOUNT_CANNOT_BE_MORE_THAN_ORDERED_OR_INVOICED: string;
|
|
@@ -6575,6 +6576,7 @@ export declare class Dictionaries {
|
|
|
6575
6576
|
PAYMENT_DISCOUNT: string;
|
|
6576
6577
|
PAYMENT_EXECUTED: string;
|
|
6577
6578
|
PAYMENT_FAILED: string;
|
|
6579
|
+
PAYMENT_HISTORY: string;
|
|
6578
6580
|
PAYMENT_ID: string;
|
|
6579
6581
|
PAYMENT_INFO: string;
|
|
6580
6582
|
PAYMENT_INFORMATION: string;
|
|
@@ -8063,6 +8065,7 @@ export declare class Dictionaries {
|
|
|
8063
8065
|
HISTORICAL_SEARCH: string;
|
|
8064
8066
|
HISTORICAL_SEARCH2: string;
|
|
8065
8067
|
HISTORIC_ACTIVITIES: string;
|
|
8068
|
+
HISTORIC_ACTIVITY_CHAT: string;
|
|
8066
8069
|
HISTORIC_ADDRESSES: string;
|
|
8067
8070
|
HISTORIC_REMARK: string;
|
|
8068
8071
|
HISTORY: string;
|
|
@@ -8127,6 +8130,8 @@ export declare class Dictionaries {
|
|
|
8127
8130
|
ONLY_ONE_SEQUEL_ARTICLE_ALLOWED: string;
|
|
8128
8131
|
ONLY_OPTIONS_ALLOWED: string;
|
|
8129
8132
|
ONLY_OPTIONVALUES_ALLOWED: string;
|
|
8133
|
+
ONLY_OUTSTANDING: string;
|
|
8134
|
+
ONLY_PAID_OFF: string;
|
|
8130
8135
|
ONLY_PARTIAL_DELVERIES: string;
|
|
8131
8136
|
ONLY_PLANNED_LINES: string;
|
|
8132
8137
|
ONLY_PLANNING_REQUEST: string;
|
|
@@ -8157,6 +8162,7 @@ export declare class Dictionaries {
|
|
|
8157
8162
|
OPEN_CONTACTPERSON_ACCOUNT: string;
|
|
8158
8163
|
OPEN_CONTACTPERSON_SUPPLIER: string;
|
|
8159
8164
|
OPEN_CONVERSION_ARTICLE: string;
|
|
8165
|
+
OPEN_CUSTOMER_ORDERS: string;
|
|
8160
8166
|
OPEN_EMPLOYEE_DETAILS: string;
|
|
8161
8167
|
OPEN_EMPLOYEE_EMPLOYER: string;
|
|
8162
8168
|
OPEN_EXTRA: string;
|
|
@@ -8550,7 +8556,10 @@ export declare class Dictionaries {
|
|
|
8550
8556
|
ORDER_CONFIRMATION_INBOX_ALL: string;
|
|
8551
8557
|
ORDER_COPIED: string;
|
|
8552
8558
|
ORDER_COPIED_PURCHASE: string;
|
|
8559
|
+
ORDER_COPIED_PURCHASE_ORDER: string;
|
|
8553
8560
|
ORDER_COPIED_RETAIL: string;
|
|
8561
|
+
ORDER_COPIED_RETAIL_ORDER: string;
|
|
8562
|
+
ORDER_COPIED_RETAIL_OFFER_ORDER: string;
|
|
8554
8563
|
ORDER_COPIED_SERVICE: string;
|
|
8555
8564
|
ORDER_DATA: string;
|
|
8556
8565
|
ORDER_DATE: string;
|
|
@@ -8600,7 +8609,9 @@ export declare class Dictionaries {
|
|
|
8600
8609
|
OUTSTANDING_AMOUNTS_BOOKINGS: string;
|
|
8601
8610
|
OUTSTANDING_AMOUNTS_CUSTOMERS: string;
|
|
8602
8611
|
OUTSTANDING_AMOUNTS_SUPPLIERS: string;
|
|
8612
|
+
OUTSTANDING_AMOUNTS_TYPE: string;
|
|
8603
8613
|
OUTSTANDING_AMOUNT_CURRENCY: string;
|
|
8614
|
+
OUTSTANDING_AND_PAID_OFF: string;
|
|
8604
8615
|
OUTSTANDING_DEPOSIT_PAYMENTS: string;
|
|
8605
8616
|
OUTSTANDING_ENTRIES: string;
|
|
8606
8617
|
OUTSTANDING_ENTRIES_INTEGRATION: string;
|
|
@@ -8926,6 +8937,9 @@ export declare class Dictionaries {
|
|
|
8926
8937
|
LENGTH: string;
|
|
8927
8938
|
LENGTH_DEPTH: string;
|
|
8928
8939
|
LESS: string;
|
|
8940
|
+
LESS_THEN_30: string;
|
|
8941
|
+
BETWEEN_30_AND_60: string;
|
|
8942
|
+
MORE_THEN_60: string;
|
|
8929
8943
|
LETTERS: string;
|
|
8930
8944
|
LEVEL: string;
|
|
8931
8945
|
LEVEL2: string;
|
|
@@ -9295,6 +9309,7 @@ export declare class Dictionaries {
|
|
|
9295
9309
|
PACKING_SLIP_NR: string;
|
|
9296
9310
|
PAGE: string;
|
|
9297
9311
|
PAID: string;
|
|
9312
|
+
PAID2: string;
|
|
9298
9313
|
PAID_DOWN: string;
|
|
9299
9314
|
PAID_DOWN2: string;
|
|
9300
9315
|
PAID_ITEMS: string;
|
|
@@ -11775,6 +11790,7 @@ export declare class Dictionaries {
|
|
|
11775
11790
|
AMOUNTS_TYPE: string;
|
|
11776
11791
|
AMOUNT_ALLOCATED: string;
|
|
11777
11792
|
AMOUNT_AVAILABLE: string;
|
|
11793
|
+
AMOUNT_AVAILABLE2: string;
|
|
11778
11794
|
AMOUNT_CANNOT_BE_LESS_THAN_ORDERED_OR_INVOICED: string;
|
|
11779
11795
|
AMOUNT_CANNOT_BE_MORE_THAN_ORDERED_OR_INVOICED: string;
|
|
11780
11796
|
AMOUNT_CANNOT_BE_ZERO_OR_EMPTY: string;
|
|
@@ -11911,6 +11927,7 @@ export declare class Dictionaries {
|
|
|
11911
11927
|
ARTICLE_DATA: string;
|
|
11912
11928
|
ARTICLE_DESCRIPTION: string;
|
|
11913
11929
|
ARTICLE_DETAILS: string;
|
|
11930
|
+
ARTICLE_FILTER: string;
|
|
11914
11931
|
ARTICLE_FILTER_AUTO_UPDATE_OFF: string;
|
|
11915
11932
|
ARTICLE_FILTER_AUTO_UPDATE_ON: string;
|
|
11916
11933
|
ARTICLE_FORMULA: string;
|
|
@@ -13210,6 +13227,7 @@ export declare class Dictionaries {
|
|
|
13210
13227
|
DELETE_COMPOSITION_QUESTION: string;
|
|
13211
13228
|
DELETE_CONDITION: string;
|
|
13212
13229
|
DELETE_CONFIG: string;
|
|
13230
|
+
DELETE_CUSTOMER_WIL_DELETE_TRANSACTION: string;
|
|
13213
13231
|
DELETE_DEFINITIVE: string;
|
|
13214
13232
|
DELETE_DROPSHIPMENT_INFO: string;
|
|
13215
13233
|
DELETE_EXPORT_CATALOG: string;
|
|
@@ -13990,6 +14008,7 @@ export declare class Dictionaries {
|
|
|
13990
14008
|
FILTERS: string;
|
|
13991
14009
|
FILTER_DETERMINED: string;
|
|
13992
14010
|
FILTER_LINES: string;
|
|
14011
|
+
FILTER_MAIN_ARTICLE: string;
|
|
13993
14012
|
FILTER_MANAGER_OBJECT: string;
|
|
13994
14013
|
FILTER_MANAGER_ONE_SETUP_NEEDED: string;
|
|
13995
14014
|
FINAL_BALANCE: string;
|
|
@@ -14301,6 +14320,7 @@ export declare class Dictionaries {
|
|
|
14301
14320
|
HISTORICAL_SEARCH: string;
|
|
14302
14321
|
HISTORIC_ACTIVITIES: string;
|
|
14303
14322
|
HISTORIC_ADDRESSES: string;
|
|
14323
|
+
HISTORIC_ACTIVITY_CHAT: string;
|
|
14304
14324
|
HISTORY: string;
|
|
14305
14325
|
HISTORY_INTERBRANCH_DEFAULT: string;
|
|
14306
14326
|
HISTORY_POS_DEFAULT: string;
|
|
@@ -14700,6 +14720,9 @@ export declare class Dictionaries {
|
|
|
14700
14720
|
LENGTH: string;
|
|
14701
14721
|
LENGTH_DEPTH: string;
|
|
14702
14722
|
LESS: string;
|
|
14723
|
+
LESS_THEN_30: string;
|
|
14724
|
+
BETWEEN_30_AND_60: string;
|
|
14725
|
+
MORE_THEN_60: string;
|
|
14703
14726
|
LETTERS: string;
|
|
14704
14727
|
LEVEL2: string;
|
|
14705
14728
|
LEVEL: string;
|
|
@@ -15351,6 +15374,7 @@ export declare class Dictionaries {
|
|
|
15351
15374
|
NEEDS_FIELDNAME: string;
|
|
15352
15375
|
NEEDS_INVOICE: string;
|
|
15353
15376
|
NEEDS_PLANNING: string;
|
|
15377
|
+
NEED_REGISTER_DRAWER_MESSAGE: string;
|
|
15354
15378
|
NEEDS_VALID_CONDITION: string;
|
|
15355
15379
|
NEEDS_VALUE: string;
|
|
15356
15380
|
NEED_HELP: string;
|
|
@@ -15540,6 +15564,7 @@ export declare class Dictionaries {
|
|
|
15540
15564
|
NO_ARRIVAL_DATE: string;
|
|
15541
15565
|
NO_ARTICLE: string;
|
|
15542
15566
|
NO_ARTICLES_ALLOWED_ON_GROUPED_OPT: string;
|
|
15567
|
+
NO_ARTICLE_FILTER_POSSIBLE: string;
|
|
15543
15568
|
NO_ART_POSSIBLE: string;
|
|
15544
15569
|
NO_CELLPHONE_NUMBER_FOR_THIS_RELATION2: string;
|
|
15545
15570
|
NO_CELLPHONE_NUMBER_FOR_THIS_RELATION: string;
|
|
@@ -15764,6 +15789,8 @@ export declare class Dictionaries {
|
|
|
15764
15789
|
ONLY_ONE_SEQUEL_ARTICLE_ALLOWED: string;
|
|
15765
15790
|
ONLY_OPTIONS_ALLOWED: string;
|
|
15766
15791
|
ONLY_OPTIONVALUES_ALLOWED: string;
|
|
15792
|
+
ONLY_OUTSTANDING: string;
|
|
15793
|
+
ONLY_PAID_OFF: string;
|
|
15767
15794
|
ONLY_PARTIAL_DELVERIES: string;
|
|
15768
15795
|
ONLY_PLANNED_LINES: string;
|
|
15769
15796
|
ONLY_PLANNING_REQUEST: string;
|
|
@@ -15793,6 +15820,8 @@ export declare class Dictionaries {
|
|
|
15793
15820
|
OPEN_CONTACTPERSON_ACCOUNT: string;
|
|
15794
15821
|
OPEN_CONTACTPERSON_SUPPLIER: string;
|
|
15795
15822
|
OPEN_CONVERSION_ARTICLE: string;
|
|
15823
|
+
OPEN_CUSTOMER_ORDERS: string;
|
|
15824
|
+
OPEN_DRAWER_NO_PRINTER_MESSAGE: string;
|
|
15796
15825
|
OPEN_EMPLOYEE_DETAILS: string;
|
|
15797
15826
|
OPEN_EMPLOYEE_EMPLOYER: string;
|
|
15798
15827
|
OPEN_EXTRA: string;
|
|
@@ -15885,7 +15914,10 @@ export declare class Dictionaries {
|
|
|
15885
15914
|
ORDER_CONFIRMATION_INBOX_ALL: string;
|
|
15886
15915
|
ORDER_CONFIRMATIONS: string;
|
|
15887
15916
|
ORDER_COPIED_PURCHASE: string;
|
|
15917
|
+
ORDER_COPIED_PURCHASE_ORDER: string;
|
|
15888
15918
|
ORDER_COPIED_RETAIL: string;
|
|
15919
|
+
ORDER_COPIED_RETAIL_ORDER: string;
|
|
15920
|
+
ORDER_COPIED_RETAIL_OFFER_ORDER: string;
|
|
15889
15921
|
ORDER_COPIED_SERVICE: string;
|
|
15890
15922
|
ORDER_DATA: string;
|
|
15891
15923
|
ORDER_DATE: string;
|
|
@@ -15990,6 +16022,8 @@ export declare class Dictionaries {
|
|
|
15990
16022
|
OUTSTANDING_AMOUNTS_BOOKINGS: string;
|
|
15991
16023
|
OUTSTANDING_AMOUNTS_CUSTOMERS: string;
|
|
15992
16024
|
OUTSTANDING_AMOUNTS_SUPPLIERS: string;
|
|
16025
|
+
OUTSTANDING_AND_PAID_OFF: string;
|
|
16026
|
+
OUTSTANDING_AMOUNTS_TYPE: string;
|
|
15993
16027
|
OUTSTANDING_DEPOSIT_PAYMENTS: string;
|
|
15994
16028
|
OUTSTANDING_ENTRIES: string;
|
|
15995
16029
|
OUTSTANDING_ENTRIES_INTEGRATION: string;
|
|
@@ -16029,6 +16063,7 @@ export declare class Dictionaries {
|
|
|
16029
16063
|
PACKING_SLIP_NR: string;
|
|
16030
16064
|
PAGE: string;
|
|
16031
16065
|
PAID: string;
|
|
16066
|
+
PAID2: string;
|
|
16032
16067
|
PAID_DOWN2: string;
|
|
16033
16068
|
PAID_DOWN: string;
|
|
16034
16069
|
PAID_ITEMS: string;
|
|
@@ -16112,6 +16147,7 @@ export declare class Dictionaries {
|
|
|
16112
16147
|
PAYMENT_DESCRIPTION: string;
|
|
16113
16148
|
PAYMENT_DISCOUNT: string;
|
|
16114
16149
|
PAYMENT_EXECUTED: string;
|
|
16150
|
+
PAYMENT_HISTORY: string;
|
|
16115
16151
|
PAYMENT_ID: string;
|
|
16116
16152
|
PAYMENT_INFO: string;
|
|
16117
16153
|
PAYMENT_INFORMATION: string;
|
|
@@ -17347,6 +17383,7 @@ export declare class Dictionaries {
|
|
|
17347
17383
|
SEARCH_POSTAL_CODE: string;
|
|
17348
17384
|
SEARCH_PRICE_LIST: string;
|
|
17349
17385
|
SEARCH_PRODUCT: string;
|
|
17386
|
+
SEARCH_PROJECT_CODE: string;
|
|
17350
17387
|
SEARCH_PUBLISHED_ARTICLES: string;
|
|
17351
17388
|
SEARCH_PURCHASENUMBER: string;
|
|
17352
17389
|
SEARCH_PURCHASEPERSON: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "255.1.
|
|
3
|
+
"version": "255.1.26",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 12",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
"@colijnit/articleapi": ">=255.1.1",
|
|
13
13
|
"@colijnit/catalog": ">=255.1.1",
|
|
14
14
|
"@colijnit/corecomponents": ">=1.12.0",
|
|
15
|
-
"@colijnit/corecomponents_v12": ">=255.1.
|
|
15
|
+
"@colijnit/corecomponents_v12": ">=255.1.8",
|
|
16
16
|
"@colijnit/ioneconnector": ">=255.1.1",
|
|
17
17
|
"@colijnit/mainapi": ">=255.1.4",
|
|
18
18
|
"@colijnit/product": ">=255.1.1",
|
|
19
19
|
"@colijnit/relation": ">=255.1.2",
|
|
20
20
|
"@colijnit/relationapi": ">=255.1.1",
|
|
21
21
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
22
|
-
"@colijnit/sharedcomponents": ">=255.1.
|
|
22
|
+
"@colijnit/sharedcomponents": ">=255.1.15",
|
|
23
23
|
"@colijnit/transactionapi": ">=255.1.11",
|
|
24
24
|
"@types/three": ">=0.125.0",
|
|
25
25
|
"@tweenjs/tween.js": ">=17.2.0",
|