@colijnit/transaction 254.1.25 → 254.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 +78 -81
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.component.js +10 -3
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/transaction-creation.service.js +19 -34
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +31 -39
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +9 -0
- package/package.json +1 -1
|
@@ -8550,7 +8550,10 @@ export declare class Dictionaries {
|
|
|
8550
8550
|
ORDER_CONFIRMATION_INBOX_ALL: string;
|
|
8551
8551
|
ORDER_COPIED: string;
|
|
8552
8552
|
ORDER_COPIED_PURCHASE: string;
|
|
8553
|
+
ORDER_COPIED_PURCHASE_ORDER: string;
|
|
8553
8554
|
ORDER_COPIED_RETAIL: string;
|
|
8555
|
+
ORDER_COPIED_RETAIL_ORDER: string;
|
|
8556
|
+
ORDER_COPIED_RETAIL_OFFER_ORDER: string;
|
|
8554
8557
|
ORDER_COPIED_SERVICE: string;
|
|
8555
8558
|
ORDER_DATA: string;
|
|
8556
8559
|
ORDER_DATE: string;
|
|
@@ -11911,6 +11914,7 @@ export declare class Dictionaries {
|
|
|
11911
11914
|
ARTICLE_DATA: string;
|
|
11912
11915
|
ARTICLE_DESCRIPTION: string;
|
|
11913
11916
|
ARTICLE_DETAILS: string;
|
|
11917
|
+
ARTICLE_FILTER: string;
|
|
11914
11918
|
ARTICLE_FILTER_AUTO_UPDATE_OFF: string;
|
|
11915
11919
|
ARTICLE_FILTER_AUTO_UPDATE_ON: string;
|
|
11916
11920
|
ARTICLE_FORMULA: string;
|
|
@@ -13990,6 +13994,7 @@ export declare class Dictionaries {
|
|
|
13990
13994
|
FILTERS: string;
|
|
13991
13995
|
FILTER_DETERMINED: string;
|
|
13992
13996
|
FILTER_LINES: string;
|
|
13997
|
+
FILTER_MAIN_ARTICLE: string;
|
|
13993
13998
|
FILTER_MANAGER_OBJECT: string;
|
|
13994
13999
|
FILTER_MANAGER_ONE_SETUP_NEEDED: string;
|
|
13995
14000
|
FINAL_BALANCE: string;
|
|
@@ -15540,6 +15545,7 @@ export declare class Dictionaries {
|
|
|
15540
15545
|
NO_ARRIVAL_DATE: string;
|
|
15541
15546
|
NO_ARTICLE: string;
|
|
15542
15547
|
NO_ARTICLES_ALLOWED_ON_GROUPED_OPT: string;
|
|
15548
|
+
NO_ARTICLE_FILTER_POSSIBLE: string;
|
|
15543
15549
|
NO_ART_POSSIBLE: string;
|
|
15544
15550
|
NO_CELLPHONE_NUMBER_FOR_THIS_RELATION2: string;
|
|
15545
15551
|
NO_CELLPHONE_NUMBER_FOR_THIS_RELATION: string;
|
|
@@ -15885,7 +15891,10 @@ export declare class Dictionaries {
|
|
|
15885
15891
|
ORDER_CONFIRMATION_INBOX_ALL: string;
|
|
15886
15892
|
ORDER_CONFIRMATIONS: string;
|
|
15887
15893
|
ORDER_COPIED_PURCHASE: string;
|
|
15894
|
+
ORDER_COPIED_PURCHASE_ORDER: string;
|
|
15888
15895
|
ORDER_COPIED_RETAIL: string;
|
|
15896
|
+
ORDER_COPIED_RETAIL_ORDER: string;
|
|
15897
|
+
ORDER_COPIED_RETAIL_OFFER_ORDER: string;
|
|
15889
15898
|
ORDER_COPIED_SERVICE: string;
|
|
15890
15899
|
ORDER_DATA: string;
|
|
15891
15900
|
ORDER_DATE: string;
|