@colijnit/sharedcomponents 256.2.5 → 256.2.7
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-sharedcomponents.umd.js +23 -13
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +10 -4
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +38 -38
- package/esm2015/lib/components/send-method-dialog/components/send-method-purchase/send-method-purchase.component.js +2 -2
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +97 -97
- package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +2 -2
- package/esm2015/lib/res/dictionary/dictionaries.js +5 -5
- package/fesm2015/colijnit-sharedcomponents.js +148 -142
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.d.ts +2 -1
- package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.d.ts +1 -1
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +169 -1
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare class Dictionaries {
|
|
2
2
|
text_de: {
|
|
3
|
+
ADDRESS_ADD: string;
|
|
3
4
|
CHAPTER: string;
|
|
4
5
|
CHARACTERISTIC: string;
|
|
5
6
|
CHARACTERISTICS: string;
|
|
@@ -918,6 +919,7 @@ export declare class Dictionaries {
|
|
|
918
919
|
SCHEDULE: string;
|
|
919
920
|
SCHEMA: string;
|
|
920
921
|
SCHEMA_NAME: string;
|
|
922
|
+
SHOW_ORDER: string;
|
|
921
923
|
SCORING_OPPORTUNITY_PERC: string;
|
|
922
924
|
SCREEN: string;
|
|
923
925
|
SEARCH: string;
|
|
@@ -958,6 +960,8 @@ export declare class Dictionaries {
|
|
|
958
960
|
MESSAGE_SAVE_CHANGES: string;
|
|
959
961
|
MESSAGE_SAVE_CHANGES_TITLE: string;
|
|
960
962
|
MESSAGE_STARTUP_VALIDATIONS_WARNING: string;
|
|
963
|
+
NO_IMAGE: string;
|
|
964
|
+
EXPECTED_DELIVERY_WEEK: string;
|
|
961
965
|
SEARCH_ARTICLES: string;
|
|
962
966
|
SEARCH_CATALOGUE: string;
|
|
963
967
|
SEARCH_CONTACTS: string;
|
|
@@ -1404,6 +1408,7 @@ export declare class Dictionaries {
|
|
|
1404
1408
|
TOTAL_PRICE_CONFIG: string;
|
|
1405
1409
|
TOTAL_PRICE_CONFIG2: string;
|
|
1406
1410
|
TOTAL_QUANTITY: string;
|
|
1411
|
+
QUANTITY: string;
|
|
1407
1412
|
TO_ACCEPT: string;
|
|
1408
1413
|
TO_BE_PLANNED: string;
|
|
1409
1414
|
TO_BE_USED: string;
|
|
@@ -1577,6 +1582,9 @@ export declare class Dictionaries {
|
|
|
1577
1582
|
ORDER_INFO: string;
|
|
1578
1583
|
ORDER_KIND: string;
|
|
1579
1584
|
PRODUCT_OPEN_ACTIVITIES: string;
|
|
1585
|
+
PASSWORD_FORGOTTEN_TEXT: string;
|
|
1586
|
+
PASSWORD_FORGOTTEN_TEXT_EXTRA: string;
|
|
1587
|
+
TOTAL_GROSS: string;
|
|
1580
1588
|
};
|
|
1581
1589
|
text_en: {
|
|
1582
1590
|
"0_RESULTS_FOUND": string;
|
|
@@ -1710,6 +1718,11 @@ export declare class Dictionaries {
|
|
|
1710
1718
|
BUILD_SELF: string;
|
|
1711
1719
|
BULK: string;
|
|
1712
1720
|
BULKLOCATION: string;
|
|
1721
|
+
BULK_3D_UPLOAD: string;
|
|
1722
|
+
BULK_3D_REF: string;
|
|
1723
|
+
BULK_3D_REF_DESC: string;
|
|
1724
|
+
BULK_3D_ZIP: string;
|
|
1725
|
+
BULK_3D_ZIP_DESC: string;
|
|
1713
1726
|
BUSINESS_ADDRESS: string;
|
|
1714
1727
|
BUSINESS_ADDRESS_ADDITION: string;
|
|
1715
1728
|
BUSINESS_ADDRESS_ADDITION_NUMBER: string;
|
|
@@ -1980,6 +1993,7 @@ export declare class Dictionaries {
|
|
|
1980
1993
|
COMMISSION_ADVICE: string;
|
|
1981
1994
|
COMMISSION_CODE: string;
|
|
1982
1995
|
COMMISSION_CODE_WAREHOUSE_SELECTION: string;
|
|
1996
|
+
WAREHOUSE_SELECTION: string;
|
|
1983
1997
|
COMMISSSION_CODE_ONE_PURCHASE: string;
|
|
1984
1998
|
CONFIGURATION_BOX: string;
|
|
1985
1999
|
CONFIGURATION_BUILDER: string;
|
|
@@ -1987,6 +2001,7 @@ export declare class Dictionaries {
|
|
|
1987
2001
|
CONFIGURATION_NOT_FINISHED_YET: string;
|
|
1988
2002
|
CONFIGURATION_OVERVIEW: string;
|
|
1989
2003
|
CONFIGURATION_YOURS: string;
|
|
2004
|
+
CONFIGURATION_LIBRARY: string;
|
|
1990
2005
|
CONFIGURATOR_TEST: string;
|
|
1991
2006
|
CONFIGURE: string;
|
|
1992
2007
|
CONFIGURE_ARTICLE: string;
|
|
@@ -2848,6 +2863,7 @@ export declare class Dictionaries {
|
|
|
2848
2863
|
CONDITION_OPERATOR: string;
|
|
2849
2864
|
CONDITION_OPTIONS: string;
|
|
2850
2865
|
CONDITION_VALUE: string;
|
|
2866
|
+
"DELETE_STOCK_LINE?": string;
|
|
2851
2867
|
DEPARTMENT: string;
|
|
2852
2868
|
DEPARTMENTS: string;
|
|
2853
2869
|
DEPARTMENT_CODE: string;
|
|
@@ -3234,6 +3250,7 @@ export declare class Dictionaries {
|
|
|
3234
3250
|
UNDELIVERED_PURCHASE: string;
|
|
3235
3251
|
UNDERLYING_OPVS: string;
|
|
3236
3252
|
UNDERSTOOD_DONT_SHOW_AGAIN: string;
|
|
3253
|
+
UNDO: string;
|
|
3237
3254
|
UNDO_DELETE: string;
|
|
3238
3255
|
UNDO_DELIVERY: string;
|
|
3239
3256
|
REGISTER_ILLNESS: string;
|
|
@@ -3388,6 +3405,7 @@ export declare class Dictionaries {
|
|
|
3388
3405
|
OPTED_FOR_CASH: string;
|
|
3389
3406
|
OPTED_FOR_PIN: string;
|
|
3390
3407
|
OPTION: string;
|
|
3408
|
+
OPTION_LIBRARY: string;
|
|
3391
3409
|
OPTIONAL: string;
|
|
3392
3410
|
OPTIONS: string;
|
|
3393
3411
|
MESSAGE_ERROR_POSTALCODE_RETRIEVAL: string;
|
|
@@ -3440,6 +3458,7 @@ export declare class Dictionaries {
|
|
|
3440
3458
|
MESSAGE_KIND: string;
|
|
3441
3459
|
MESSAGE_LICENCE_EXPIRES_MONTH: string;
|
|
3442
3460
|
MESSAGE_LICENSE_EXPIRED: string;
|
|
3461
|
+
MESSAGE_LOGGED_CLIENT_FAILURE: string;
|
|
3443
3462
|
MESSAGE_LOGGED_IN: string;
|
|
3444
3463
|
MESSAGE_LOGIN_FAILURE: string;
|
|
3445
3464
|
MESSAGE_LOGIN_FAILURE2: string;
|
|
@@ -3495,6 +3514,7 @@ export declare class Dictionaries {
|
|
|
3495
3514
|
PRICE_TAG_IMAGE: string;
|
|
3496
3515
|
PRICE_TAG_INTER_BRANCH: string;
|
|
3497
3516
|
PRICE_TAG_STICKERS: string;
|
|
3517
|
+
PRINT_PRICE_TAG_STICKERS: string;
|
|
3498
3518
|
PRICE_TAG_TEXT: string;
|
|
3499
3519
|
PRICE_TESTER: string;
|
|
3500
3520
|
PRICE_TO: string;
|
|
@@ -3884,6 +3904,7 @@ export declare class Dictionaries {
|
|
|
3884
3904
|
INVOICE_AMOUNT_CUSTOMER: string;
|
|
3885
3905
|
INVOICE_BLOCKED: string;
|
|
3886
3906
|
INVOICE_CHECK: string;
|
|
3907
|
+
INVOICE_CHECK2: string;
|
|
3887
3908
|
INVOICE_DATA: string;
|
|
3888
3909
|
INVOICE_DATE: string;
|
|
3889
3910
|
INVOICE_FREQUENCY: string;
|
|
@@ -4090,6 +4111,7 @@ export declare class Dictionaries {
|
|
|
4090
4111
|
DRIVER_CHECKOUT_DEFAULT: string;
|
|
4091
4112
|
DRIVER_CHECKOUT_EXISTING_SELECTION: string;
|
|
4092
4113
|
DROPSHIPMENT: string;
|
|
4114
|
+
DROPSHIPMENT_NO: string;
|
|
4093
4115
|
DROPSHIPMENT_AVAILABLE: string;
|
|
4094
4116
|
DROPSHIPMENT_INFO: string;
|
|
4095
4117
|
DROPSHIPMENT_POSSIBLE: string;
|
|
@@ -4461,6 +4483,7 @@ export declare class Dictionaries {
|
|
|
4461
4483
|
IMPORT_RELATION_SUCCESS: string;
|
|
4462
4484
|
IMPORT_SCHEMAS: string;
|
|
4463
4485
|
IMPORT_SCHEMA_NAME: string;
|
|
4486
|
+
CHANGE_STOCK_LINE: string;
|
|
4464
4487
|
CORRECT_ACCEPTED_ORDER: string;
|
|
4465
4488
|
CORRECT_ALLOCATIONS_FIRST: string;
|
|
4466
4489
|
CORRECT_ASSIGNMENT_FIRST: string;
|
|
@@ -4573,6 +4596,7 @@ export declare class Dictionaries {
|
|
|
4573
4596
|
MULTIPLE_INTERBRANCH_LINES_MESSAGE: string;
|
|
4574
4597
|
MULTIPLE_PURCHASEORDERS: string;
|
|
4575
4598
|
MULTIPLE_RESERVATIONS: string;
|
|
4599
|
+
MULTIPLE_SESSIONS_ARE_NOT_ALLOWED: string;
|
|
4576
4600
|
MULTI_BUY: string;
|
|
4577
4601
|
MULTI_FACTORIELE_INTAKE: string;
|
|
4578
4602
|
MULTI_FACTOR_AUTHENTICATION_TOO_LONG: string;
|
|
@@ -4589,6 +4613,7 @@ export declare class Dictionaries {
|
|
|
4589
4613
|
MUTATION_USER: string;
|
|
4590
4614
|
MY_CLIENTDATA: string;
|
|
4591
4615
|
MY_EMPLOYERS: string;
|
|
4616
|
+
MY_PLANNING: string;
|
|
4592
4617
|
MY_ORDERS: string;
|
|
4593
4618
|
MY_SERVICES: string;
|
|
4594
4619
|
MY_SERVICE_REQUESTS: string;
|
|
@@ -4773,6 +4798,7 @@ export declare class Dictionaries {
|
|
|
4773
4798
|
INCLUDE_LINE_DETAILS: string;
|
|
4774
4799
|
INCLUDE_NO_STOCK_ART: string;
|
|
4775
4800
|
INCLUDE_REAFFIRMATIONS: string;
|
|
4801
|
+
INCLUDE_UNPROCESSED_ENTRIES: string;
|
|
4776
4802
|
INCLUDING_CONTACT_PERSONS: string;
|
|
4777
4803
|
INCLUDING_OPENING_BALANCE: string;
|
|
4778
4804
|
INCLUDING_PRINTED: string;
|
|
@@ -4813,6 +4839,7 @@ export declare class Dictionaries {
|
|
|
4813
4839
|
STOCKTAGSWINDOW: string;
|
|
4814
4840
|
STOCK_ADJUSTMENTS: string;
|
|
4815
4841
|
STOCK_AVAILABLE_CHANGE_WAREHOUSE_OR_COMMISSIONCODE: string;
|
|
4842
|
+
STOCK_COMPARISON: string;
|
|
4816
4843
|
STOCK_DATE: string;
|
|
4817
4844
|
STOCK_DETAILS: string;
|
|
4818
4845
|
STOCK_DIFFERENCES: string;
|
|
@@ -4830,6 +4857,7 @@ export declare class Dictionaries {
|
|
|
4830
4857
|
STOCK_NOT_EDITABLE: string;
|
|
4831
4858
|
STOCK_NOT_EDITABLE_BECAUSE_OF_LOCKED_STOCKS: string;
|
|
4832
4859
|
STOCK_NOT_EDITABLE_BECAUSE_OF_TRANSACTIONS: string;
|
|
4860
|
+
STOCK_OVERVIEW: string;
|
|
4833
4861
|
STOCK_PARAMETERS: string;
|
|
4834
4862
|
STOCK_REPLENISHMENT: string;
|
|
4835
4863
|
STOCK_REMARK: string;
|
|
@@ -4875,6 +4903,10 @@ export declare class Dictionaries {
|
|
|
4875
4903
|
BATCH_PENDING: string;
|
|
4876
4904
|
BATCH_REQUIRED: string;
|
|
4877
4905
|
BATCH_RUNNING: string;
|
|
4906
|
+
BATCH_INVOICE: string;
|
|
4907
|
+
BATCH_ORDER_CONFIRMATION: string;
|
|
4908
|
+
BATCH_PURCHASE_ORDER_FORM: string;
|
|
4909
|
+
BATCH_DELIVERY_NOTES: string;
|
|
4878
4910
|
BCC: string;
|
|
4879
4911
|
BEFORE_DATE: string;
|
|
4880
4912
|
BEGIN_BOOK: string;
|
|
@@ -5228,6 +5260,7 @@ export declare class Dictionaries {
|
|
|
5228
5260
|
BOOKING_SEARCH_GENERAL_INFO: string;
|
|
5229
5261
|
BOOKING_SEARCH_GENERAL_INFO_CUSTOMER: string;
|
|
5230
5262
|
BOOKING_SEARCH_GENERAL_INFO_SUPPLIER: string;
|
|
5263
|
+
BOOKING_SEARCH_GENERAL_INFO_INVOICE_CHECK: string;
|
|
5231
5264
|
BOOKING_SELECTION: string;
|
|
5232
5265
|
BOOK_AMOUNT: string;
|
|
5233
5266
|
BOOK_DATA: string;
|
|
@@ -5430,6 +5463,7 @@ export declare class Dictionaries {
|
|
|
5430
5463
|
ABS_COMPOSITE_SITUATION: string;
|
|
5431
5464
|
ACCEPT: string;
|
|
5432
5465
|
ACCEPTANCE: string;
|
|
5466
|
+
COMBINED: string;
|
|
5433
5467
|
CONTACT_MANAGEMENT: string;
|
|
5434
5468
|
CONTACT_MOMENTS: string;
|
|
5435
5469
|
CONTACT_OF_ORGANISATIONS: string;
|
|
@@ -5499,6 +5533,14 @@ export declare class Dictionaries {
|
|
|
5499
5533
|
CONTRA_ACCOUNT: string;
|
|
5500
5534
|
CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
|
|
5501
5535
|
CONTRA_VAT: string;
|
|
5536
|
+
LAYOUT_SETTINGS: string;
|
|
5537
|
+
RELATION_LAYOUTS: string;
|
|
5538
|
+
RELATION_LAYOUTS_MESSAGE: string;
|
|
5539
|
+
SHIPPING_METHOD_SETTINGS: string;
|
|
5540
|
+
SHIPPING_METHOD_STANDARD_SETTINGS: string;
|
|
5541
|
+
OVERRULE_VIA_EMAIL: string;
|
|
5542
|
+
OVERRULE_VIA_EDI: string;
|
|
5543
|
+
OVERRULE_VIA_PRINT: string;
|
|
5502
5544
|
WARRANTY: string;
|
|
5503
5545
|
WARRANTY_TYPE: string;
|
|
5504
5546
|
WASHING_SYMBOLS: string;
|
|
@@ -5635,6 +5677,7 @@ export declare class Dictionaries {
|
|
|
5635
5677
|
SELECT_DRAWER: string;
|
|
5636
5678
|
SELECT_EMAIL_ADDRESS: string;
|
|
5637
5679
|
SELECT_EMPLOYER: string;
|
|
5680
|
+
SELECT_LINE_FIRST: string;
|
|
5638
5681
|
SELECT_END_DATE: string;
|
|
5639
5682
|
SELECT_EXISTING_CUSTOMER: string;
|
|
5640
5683
|
SELECT_FOR_HAS_BEEN_PICKED: string;
|
|
@@ -6162,6 +6205,7 @@ export declare class Dictionaries {
|
|
|
6162
6205
|
SEARCH_BUYORDERS: string;
|
|
6163
6206
|
SEARCH_BY_ARTICLENUMBER_NAME_OR_DESCRIPTION: string;
|
|
6164
6207
|
SEARCH_BY_ARTICLENUMBER_OR_DESCRIPTION: string;
|
|
6208
|
+
SEARCH_BY_OPTION_VALUE: string;
|
|
6165
6209
|
SEARCH_CATALOGUE: string;
|
|
6166
6210
|
SEARCH_CITY: string;
|
|
6167
6211
|
SEARCH_CODE: string;
|
|
@@ -6419,6 +6463,7 @@ export declare class Dictionaries {
|
|
|
6419
6463
|
CANNOT_DELETE_REMOTE_ARTICLE: string;
|
|
6420
6464
|
CANNOT_DISPLAY_TEXT: string;
|
|
6421
6465
|
CANNOT_KILL_OWN_SESSION: string;
|
|
6466
|
+
CONTRA_LEDGER_ACCOUNTS: string;
|
|
6422
6467
|
SEO_TITLES: string;
|
|
6423
6468
|
SEO_URLS: string;
|
|
6424
6469
|
SEPTEMBER: string;
|
|
@@ -6463,6 +6508,7 @@ export declare class Dictionaries {
|
|
|
6463
6508
|
SERVICE_HISTORY: string;
|
|
6464
6509
|
SERVICE_INFO: string;
|
|
6465
6510
|
SHOW_ACTIVE_ADDRESSES_ONLY: string;
|
|
6511
|
+
ABOUT_ORDER: string;
|
|
6466
6512
|
SHOW_ACTIVE_ONLY: string;
|
|
6467
6513
|
SHOW_ACTIVE_PERSONS_ONLY: string;
|
|
6468
6514
|
SHOW_ACTIVITIES_FOR_GROUP: string;
|
|
@@ -6551,6 +6597,8 @@ export declare class Dictionaries {
|
|
|
6551
6597
|
PASSWORD_ENTRY: string;
|
|
6552
6598
|
PASSWORD_ENTRY_FOR: string;
|
|
6553
6599
|
PASSWORD_FORGOTTEN: string;
|
|
6600
|
+
PASSWORD_FORGOTTEN_TEXT: string;
|
|
6601
|
+
PASSWORD_FORGOTTEN_TEXT_EXTRA: string;
|
|
6554
6602
|
PASSWORD_KIND: string;
|
|
6555
6603
|
PASSWORD_MUST_BE_10_CHARACTERS: string;
|
|
6556
6604
|
PASSWORD_MUST_BE_6_CHARACTERS: string;
|
|
@@ -6666,6 +6714,11 @@ export declare class Dictionaries {
|
|
|
6666
6714
|
VAT_HOME_CUR: string;
|
|
6667
6715
|
VAT_ID: string;
|
|
6668
6716
|
VAT_KEYS: string;
|
|
6717
|
+
VAT_CODE_EXTERNAL: string;
|
|
6718
|
+
VAT_KIND: string;
|
|
6719
|
+
VAT_START_DATE: string;
|
|
6720
|
+
VAT_END_DATE: string;
|
|
6721
|
+
VAT_PERCENTAGE_HISTORY: string;
|
|
6669
6722
|
EXCEPTION_TEXT_12_4: string;
|
|
6670
6723
|
EXCEPTION_TEXT_2_1: string;
|
|
6671
6724
|
EXCEPTION_TEXT_2_2: string;
|
|
@@ -6958,6 +7011,7 @@ export declare class Dictionaries {
|
|
|
6958
7011
|
STYLE_GROUPING: string;
|
|
6959
7012
|
SUBJECT: string;
|
|
6960
7013
|
SUBMIT: string;
|
|
7014
|
+
SUBMIT_A_NEW_VOUCHER_CODE: string;
|
|
6961
7015
|
SUBSCRIBE: string;
|
|
6962
7016
|
SUBTOTAL: string;
|
|
6963
7017
|
SUBTOTAL_ACCOUNT: string;
|
|
@@ -7047,6 +7101,7 @@ export declare class Dictionaries {
|
|
|
7047
7101
|
ARTICLE_IMAGE: string;
|
|
7048
7102
|
ARTICLE_INFO: string;
|
|
7049
7103
|
ARTICLE_ORDER_DETAILS: string;
|
|
7104
|
+
ARTICLE_OPTION_LIBRARY: string;
|
|
7050
7105
|
MARKED: string;
|
|
7051
7106
|
MARKETING: string;
|
|
7052
7107
|
MARKETING_CODE: string;
|
|
@@ -7627,6 +7682,7 @@ export declare class Dictionaries {
|
|
|
7627
7682
|
FIRST_REC_DATE: string;
|
|
7628
7683
|
FIRST_SICK_DAY: string;
|
|
7629
7684
|
FRIDAY_ABBREVATION: string;
|
|
7685
|
+
FORMAT: string;
|
|
7630
7686
|
FROM: string;
|
|
7631
7687
|
FROM1: string;
|
|
7632
7688
|
FROM_BOOKING_DATE: string;
|
|
@@ -7663,11 +7719,13 @@ export declare class Dictionaries {
|
|
|
7663
7719
|
NOT_BEFORE: string;
|
|
7664
7720
|
NOT_BLOCKED: string;
|
|
7665
7721
|
NOT_COMPLETE: string;
|
|
7722
|
+
NOT_CHECKED: string;
|
|
7666
7723
|
NOT_COMPLETELY_ALLOCATED: string;
|
|
7667
7724
|
NOT_COMPLETELY_ASSIGNED: string;
|
|
7668
7725
|
NOT_COMPLETELY_SIGNED_IN: string;
|
|
7669
7726
|
NOT_COMPLETE_ORDERS: string;
|
|
7670
7727
|
NOT_DEFINITE: string;
|
|
7728
|
+
NOT_DELIVERED: string;
|
|
7671
7729
|
NOT_ENOUGH_CONTAINER_VOLUME: string;
|
|
7672
7730
|
NOT_EXPIRED: string;
|
|
7673
7731
|
NOT_FOUND: string;
|
|
@@ -8217,7 +8275,9 @@ export declare class Dictionaries {
|
|
|
8217
8275
|
OPEN_RELATION_MANAGEMENT: string;
|
|
8218
8276
|
OPEN_SALES_OVERVIEW: string;
|
|
8219
8277
|
OPEN_SHOPPING_CART: string;
|
|
8278
|
+
OPEN_STOCK_DETAILS: string;
|
|
8220
8279
|
ORDER_CANNOT_BE_COMPLETELY_ACCEPTED: string;
|
|
8280
|
+
ORDER_CAN_NOT_BE_PLANNED_ON_RESOURCE: string;
|
|
8221
8281
|
ORDER_CODE: string;
|
|
8222
8282
|
UNKNOWN_ADDRESS_CHECK_IT: string;
|
|
8223
8283
|
UNKNOWN_DELIVERY_DATE: string;
|
|
@@ -8243,6 +8303,8 @@ export declare class Dictionaries {
|
|
|
8243
8303
|
UPDATE_SINGLE_SEARCH_INDEX: string;
|
|
8244
8304
|
UPDATE_STOCK: string;
|
|
8245
8305
|
UPLOAD: string;
|
|
8306
|
+
UPLOADING: string;
|
|
8307
|
+
UPLOADED: string;
|
|
8246
8308
|
UPLOAD_FILE: string;
|
|
8247
8309
|
UPLOAD_IMAGE: string;
|
|
8248
8310
|
UPLOAD_IMAGE_MSG: string;
|
|
@@ -8305,10 +8367,12 @@ export declare class Dictionaries {
|
|
|
8305
8367
|
VOUCHERS: string;
|
|
8306
8368
|
VOUCHER_AMOUNT: string;
|
|
8307
8369
|
VOUCHER_CODE: string;
|
|
8370
|
+
VOUCHER_CODE_ALREADY_EXISTS: string;
|
|
8308
8371
|
VOUCHER_CODE_EXISTS: string;
|
|
8309
8372
|
VOUCHER_CODE_INFO: string;
|
|
8310
8373
|
VOUCHER_DEACTIVE: string;
|
|
8311
8374
|
VOUCHER_EXPIRED: string;
|
|
8375
|
+
VOUCHER_INFORMATION: string;
|
|
8312
8376
|
VOUCHER_MAX_USED: string;
|
|
8313
8377
|
VOUCHER_NO_BALANCE: string;
|
|
8314
8378
|
VOUCHER_PAYMENTS: string;
|
|
@@ -8338,9 +8402,11 @@ export declare class Dictionaries {
|
|
|
8338
8402
|
WAREHOUSE_NOT_IN_BRANCH: string;
|
|
8339
8403
|
WAREHOUSE_NUMBER: string;
|
|
8340
8404
|
WAREHOUSE_RECEIPT: string;
|
|
8405
|
+
WAREHOUSE_TRANSFERS: string;
|
|
8341
8406
|
WAREHOUSE_REQUIRED: string;
|
|
8342
8407
|
WARNING: string;
|
|
8343
8408
|
WARNING_MESSAGE_DELETE_NOTIFICATION_LINKS: string;
|
|
8409
|
+
PERCEPTIBLE_STORAGE: string;
|
|
8344
8410
|
PURCHASE_CONFIRMATION_IMPORT: string;
|
|
8345
8411
|
PURCHASE_DATE: string;
|
|
8346
8412
|
PURCHASE_DESCRIPTION: string;
|
|
@@ -8463,6 +8529,7 @@ export declare class Dictionaries {
|
|
|
8463
8529
|
INPUT: string;
|
|
8464
8530
|
INPUT_DISCOUNT: string;
|
|
8465
8531
|
INPUT_NEW_LINE: string;
|
|
8532
|
+
INPUT_VOUCHER_CODE: string;
|
|
8466
8533
|
INSERT_NEW_DRAWER: string;
|
|
8467
8534
|
INSERT_NEW_FORM: string;
|
|
8468
8535
|
INSERT_NEW_RELATION: string;
|
|
@@ -8543,6 +8610,7 @@ export declare class Dictionaries {
|
|
|
8543
8610
|
IONE_WORKABILITY: string;
|
|
8544
8611
|
IP_ADDRESS: string;
|
|
8545
8612
|
IS: string;
|
|
8613
|
+
IS_ACTIVE: string;
|
|
8546
8614
|
ISO_CODE: string;
|
|
8547
8615
|
ISSUED_BY: string;
|
|
8548
8616
|
ISSUED_IN_TRANSCTION: string;
|
|
@@ -8660,6 +8728,7 @@ export declare class Dictionaries {
|
|
|
8660
8728
|
OVERVIEW: string;
|
|
8661
8729
|
OVERVIEW_AND_PAYMENT: string;
|
|
8662
8730
|
OVERVIEW_TRANSFERS: string;
|
|
8731
|
+
OVERVIEW_OF: string;
|
|
8663
8732
|
OVER_COVERAGE_PERCENTAGE: string;
|
|
8664
8733
|
OWED_VAT: string;
|
|
8665
8734
|
OWED_VAT_LAYOUT_CODE: string;
|
|
@@ -8918,6 +8987,7 @@ export declare class Dictionaries {
|
|
|
8918
8987
|
STAFF_DOCTOR: string;
|
|
8919
8988
|
STAFF_DOCTORS: string;
|
|
8920
8989
|
STANDARD: string;
|
|
8990
|
+
STOCK_BELOW_ZERO_TEXT: string;
|
|
8921
8991
|
LATE_PURCHASE: string;
|
|
8922
8992
|
LAYERED_ARTICLES: string;
|
|
8923
8993
|
LAYER_CONFIGURATION: string;
|
|
@@ -9001,6 +9071,7 @@ export declare class Dictionaries {
|
|
|
9001
9071
|
LINE_TOTAL: string;
|
|
9002
9072
|
LINE_TOTAL_INCL_VAT: string;
|
|
9003
9073
|
LINE_TYPE: string;
|
|
9074
|
+
LINKED_ADMINISTRATIONS: string;
|
|
9004
9075
|
LINKED_ARTICLES: string;
|
|
9005
9076
|
LINKED_ARTICLE_DOUBLE: string;
|
|
9006
9077
|
LINKED_DEPARTMENTS: string;
|
|
@@ -9647,6 +9718,7 @@ export declare class Dictionaries {
|
|
|
9647
9718
|
PORTAL_ID: string;
|
|
9648
9719
|
PORTAL_LOGIN: string;
|
|
9649
9720
|
PORT_COST: string;
|
|
9721
|
+
PONTO_INTEGRATION_SUCCESFULLY_AUTHORIZED: string;
|
|
9650
9722
|
POS: string;
|
|
9651
9723
|
POS2: string;
|
|
9652
9724
|
POSGROUP_REQUIRED: string;
|
|
@@ -9691,7 +9763,6 @@ export declare class Dictionaries {
|
|
|
9691
9763
|
MESSAGE_CONNECTION_RESUMED: string;
|
|
9692
9764
|
MESSAGE_COPY_RECORD_QUESTION: string;
|
|
9693
9765
|
MESSAGE_COULD_NOT_CHECK_UNIQUE_BUILD_NUMBER: string;
|
|
9694
|
-
MESSAGE_COULD_NOT_CHECK_COMPILE_REVISION: string;
|
|
9695
9766
|
MESSAGE_CUSTOMER_NOT_FOUND: string;
|
|
9696
9767
|
MESSAGE_DATA_ALREADY_DELETED: string;
|
|
9697
9768
|
MESSAGE_DATA_IS_BEING_LOADED: string;
|
|
@@ -10406,6 +10477,9 @@ export declare class Dictionaries {
|
|
|
10406
10477
|
SCHEMA_NAME: string;
|
|
10407
10478
|
SCREEN: string;
|
|
10408
10479
|
SEARCH: string;
|
|
10480
|
+
QUANTITY: string;
|
|
10481
|
+
SHOW_ORDER: string;
|
|
10482
|
+
NO_IMAGE: string;
|
|
10409
10483
|
CURRENCY_CODE: string;
|
|
10410
10484
|
CURRENCY_UNIT: string;
|
|
10411
10485
|
CURRENT: string;
|
|
@@ -10873,6 +10947,12 @@ export declare class Dictionaries {
|
|
|
10873
10947
|
ORDER_INFO: string;
|
|
10874
10948
|
ORDER_KIND: string;
|
|
10875
10949
|
PRODUCT_OPEN_ACTIVITIES: string;
|
|
10950
|
+
TOTAL_GROSS: string;
|
|
10951
|
+
DELIVERY_COSTS: string;
|
|
10952
|
+
PASSWORD_FORGOTTEN_TEXT: string;
|
|
10953
|
+
PASSWORD_FORGOTTEN_TEXT_EXTRA: string;
|
|
10954
|
+
EMAIL_OR_USERNAME: string;
|
|
10955
|
+
LOGIN: string;
|
|
10876
10956
|
};
|
|
10877
10957
|
text_nl: {
|
|
10878
10958
|
"0_RESULTS_FOUND": string;
|
|
@@ -10894,6 +10974,7 @@ export declare class Dictionaries {
|
|
|
10894
10974
|
ABILITY_TO_WORK: string;
|
|
10895
10975
|
ABOUT_DATA: string;
|
|
10896
10976
|
ABOUT_PREFIX: string;
|
|
10977
|
+
ABOUT_ORDER: string;
|
|
10897
10978
|
ABROAD_PERFORMANCE: string;
|
|
10898
10979
|
ABSENCE: string;
|
|
10899
10980
|
ABSENCEFILE: string;
|
|
@@ -11557,6 +11638,7 @@ export declare class Dictionaries {
|
|
|
11557
11638
|
ADD_RETAIL_FORMULA: string;
|
|
11558
11639
|
ADD_ROLE: string;
|
|
11559
11640
|
ADD_ROUGHNESS_MAP: string;
|
|
11641
|
+
ADD_NEW_SCALING_BONES_RECORD: string;
|
|
11560
11642
|
ADD_STUDIO: string;
|
|
11561
11643
|
ADD_TAGS: string;
|
|
11562
11644
|
ADD_TASK2: string;
|
|
@@ -11868,11 +11950,13 @@ export declare class Dictionaries {
|
|
|
11868
11950
|
AMOUNT_OF_EMPLOYEES: string;
|
|
11869
11951
|
AMOUNT_OF_WEEKS2: string;
|
|
11870
11952
|
AMOUNT_OF_WEEKS: string;
|
|
11953
|
+
AMOUNT_ON_STORAGE_UNIT: string;
|
|
11871
11954
|
AMOUNT_ORDERLINES: string;
|
|
11872
11955
|
AMOUNT_OUT: string;
|
|
11873
11956
|
AMOUNT_OUTSTANDING_CREDITORS: string;
|
|
11874
11957
|
AMOUNT_OUTSTANDING_DEBTORS: string;
|
|
11875
11958
|
AMOUNT_PICKED: string;
|
|
11959
|
+
AMOUNT_PRE_RECEIVED: string;
|
|
11876
11960
|
AMOUNT_PRODUCTS: string;
|
|
11877
11961
|
AMOUNT_PURCHASE: string;
|
|
11878
11962
|
AMOUNT_PURCHASED: string;
|
|
@@ -11948,6 +12032,7 @@ export declare class Dictionaries {
|
|
|
11948
12032
|
ARTICLES_MUST_DIFFER: string;
|
|
11949
12033
|
ARTICLES_NOT_IN_DATE_RANGE: string;
|
|
11950
12034
|
ARTICLES_NOT_IN_LIST_RANGE: string;
|
|
12035
|
+
ARTICLE_ADDED_TO_CART: string;
|
|
11951
12036
|
ARTICLE_ALREADY_LINKED: string;
|
|
11952
12037
|
ARTICLE_ALREADY_PICKED_CONTINUE_ANYWAY: string;
|
|
11953
12038
|
ARTICLE_ALREADY_PRESENT: string;
|
|
@@ -12001,6 +12086,7 @@ export declare class Dictionaries {
|
|
|
12001
12086
|
ARTICLE_NUMBER: string;
|
|
12002
12087
|
ARTICLE_NUMBER_SUPPLIER: string;
|
|
12003
12088
|
ARTICLE_ORDER_DETAILS: string;
|
|
12089
|
+
ARTICLE_OPTION_LIBRARY: string;
|
|
12004
12090
|
ARTICLE_PRODUCT_LIST: string;
|
|
12005
12091
|
ARTICLE_SEARCH: string;
|
|
12006
12092
|
ARTICLE_SEARCH_GENERAL_INFO: string;
|
|
@@ -12171,6 +12257,10 @@ export declare class Dictionaries {
|
|
|
12171
12257
|
BATCH_REQUIRED: string;
|
|
12172
12258
|
BATCH_RUNNING: string;
|
|
12173
12259
|
BATCH_DELIVERY: string;
|
|
12260
|
+
BATCH_INVOICE: string;
|
|
12261
|
+
BATCH_ORDER_CONFIRMATION: string;
|
|
12262
|
+
BATCH_PURCHASE_ORDER_FORM: string;
|
|
12263
|
+
BATCH_DELIVERY_NOTES: string;
|
|
12174
12264
|
BCC: string;
|
|
12175
12265
|
BEFORE_DATE: string;
|
|
12176
12266
|
BEGIN_BOOK: string;
|
|
@@ -12194,6 +12284,8 @@ export declare class Dictionaries {
|
|
|
12194
12284
|
BOM_COMPONENTS: string;
|
|
12195
12285
|
BOM_CONFIGURATION: string;
|
|
12196
12286
|
BOM_PURCHASE_PRICE: string;
|
|
12287
|
+
BONEPAIR_1: string;
|
|
12288
|
+
BONEPAIR_2: string;
|
|
12197
12289
|
BONUS: string;
|
|
12198
12290
|
BOOK: string;
|
|
12199
12291
|
BOOKINGS: string;
|
|
@@ -12207,6 +12299,7 @@ export declare class Dictionaries {
|
|
|
12207
12299
|
BOOKING_SEARCH_GENERAL_INFO_SUPPLIER: string;
|
|
12208
12300
|
BOOKING_SEARCH_GENERAL_INFO_CUSTOMER: string;
|
|
12209
12301
|
BOOKING_SEARCH_GENERAL_INFO: string;
|
|
12302
|
+
BOOKING_SEARCH_GENERAL_INFO_INVOICE_CHECK: string;
|
|
12210
12303
|
BOOKING_SELECTION: string;
|
|
12211
12304
|
BOOK_AMOUNT: string;
|
|
12212
12305
|
BOOK_DATA: string;
|
|
@@ -12246,6 +12339,11 @@ export declare class Dictionaries {
|
|
|
12246
12339
|
BUILD_SELF: string;
|
|
12247
12340
|
BULK: string;
|
|
12248
12341
|
BULKLOCATION: string;
|
|
12342
|
+
BULK_3D_UPLOAD: string;
|
|
12343
|
+
BULK_3D_REF: string;
|
|
12344
|
+
BULK_3D_REF_DESC: string;
|
|
12345
|
+
BULK_3D_ZIP: string;
|
|
12346
|
+
BULK_3D_ZIP_DESC: string;
|
|
12249
12347
|
BUSINESS_ADDRESS: string;
|
|
12250
12348
|
BUSINESS_ADDRESS_ADDITION: string;
|
|
12251
12349
|
BUSINESS_ADDRESS_ADDITION_NUMBER: string;
|
|
@@ -12654,6 +12752,7 @@ export declare class Dictionaries {
|
|
|
12654
12752
|
COLLAPSE: string;
|
|
12655
12753
|
COLLAPSE_ALL: string;
|
|
12656
12754
|
COLLATE_ORDERFORMS: string;
|
|
12755
|
+
COMBINED: string;
|
|
12657
12756
|
COLLECT: string;
|
|
12658
12757
|
COLLECTION: string;
|
|
12659
12758
|
COLLECTION_CODE: string;
|
|
@@ -12693,6 +12792,7 @@ export declare class Dictionaries {
|
|
|
12693
12792
|
COMMISSION_ADVICE: string;
|
|
12694
12793
|
COMMISSION_CODE: string;
|
|
12695
12794
|
COMMISSION_CODE_WAREHOUSE_SELECTION: string;
|
|
12795
|
+
WAREHOUSE_SELECTION: string;
|
|
12696
12796
|
COMMISSSION_CODE_ONE_PURCHASE: string;
|
|
12697
12797
|
COMMONLY_USED_MANAGEMENT_OVERVIEWS: string;
|
|
12698
12798
|
COMMUNICATION: string;
|
|
@@ -12761,6 +12861,7 @@ export declare class Dictionaries {
|
|
|
12761
12861
|
CONFIGURATION_OVERVIEW: string;
|
|
12762
12862
|
CONFIGURATION_PRESET: string;
|
|
12763
12863
|
CONFIGURATION_YOURS: string;
|
|
12864
|
+
CONFIGURATION_LIBRARY: string;
|
|
12764
12865
|
CONFIGURATOR_TEST: string;
|
|
12765
12866
|
CONFIGURE: string;
|
|
12766
12867
|
CONFIGURE_ARTICLE: string;
|
|
@@ -12891,6 +12992,7 @@ export declare class Dictionaries {
|
|
|
12891
12992
|
CONTRACT_TYPE: string;
|
|
12892
12993
|
CONTRA_ACCOUNT: string;
|
|
12893
12994
|
CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
|
|
12995
|
+
CONTRA_LEDGER_ACCOUNTS: string;
|
|
12894
12996
|
CONTRA_VAT: string;
|
|
12895
12997
|
CONTRIBUTION_EMPLOYER: string;
|
|
12896
12998
|
CONTROLLED: string;
|
|
@@ -13226,6 +13328,7 @@ export declare class Dictionaries {
|
|
|
13226
13328
|
DEFAULT: string;
|
|
13227
13329
|
DEFAULTS: string;
|
|
13228
13330
|
DEFAULT_ANSWER: string;
|
|
13331
|
+
DEFAULT_ARTICLE: string;
|
|
13229
13332
|
DEFAULT_ARTICLE_GROUP: string;
|
|
13230
13333
|
DEFAULT_AVAILABLE: string;
|
|
13231
13334
|
DEFAULT_CHOICE: string;
|
|
@@ -13288,6 +13391,7 @@ export declare class Dictionaries {
|
|
|
13288
13391
|
DELETE_REMARK_QUESTION: string;
|
|
13289
13392
|
DELETE_SHOPPING_CART_QUESTION: string;
|
|
13290
13393
|
DELETE_STATE_AND_TRANSITIONS_QUESTION: string;
|
|
13394
|
+
"DELETE_STOCK_LINE?": string;
|
|
13291
13395
|
DELETE_STORAGE_CAR: string;
|
|
13292
13396
|
DELETE_TASK: string;
|
|
13293
13397
|
DELETE_TRANSACTION: string;
|
|
@@ -13589,6 +13693,7 @@ export declare class Dictionaries {
|
|
|
13589
13693
|
DRIVER_CHECKOUT_DEFAULT: string;
|
|
13590
13694
|
DRIVER_CHECKOUT_EXISTING_SELECTION: string;
|
|
13591
13695
|
DROPSHIPMENT: string;
|
|
13696
|
+
DROPSHIPMENT_NO: string;
|
|
13592
13697
|
DROPSHIPMENT_AVAILABLE: string;
|
|
13593
13698
|
DROPSHIPMENT_INFO: string;
|
|
13594
13699
|
DROPSHIPMENT_POSSIBLE: string;
|
|
@@ -14157,6 +14262,7 @@ export declare class Dictionaries {
|
|
|
14157
14262
|
FREQUENT_ABSENCE: string;
|
|
14158
14263
|
FRIDAY: string;
|
|
14159
14264
|
FRIDAY_ABBREVATION: string;
|
|
14265
|
+
FORMAT: string;
|
|
14160
14266
|
FROM1: string;
|
|
14161
14267
|
FROM: string;
|
|
14162
14268
|
FROM_BOOKING_DATE: string;
|
|
@@ -14388,6 +14494,7 @@ export declare class Dictionaries {
|
|
|
14388
14494
|
HOME_CATALOG: string;
|
|
14389
14495
|
HOME_CATALOG_PICTURE: string;
|
|
14390
14496
|
HOME_CATALOG_TITLE: string;
|
|
14497
|
+
HOME_DECO_HUB_SESSIONS: string;
|
|
14391
14498
|
HOTKEY_BLOCKED_PROCESS_BUSY: string;
|
|
14392
14499
|
HOURLY_RATE: string;
|
|
14393
14500
|
HOURS: string;
|
|
@@ -14441,6 +14548,7 @@ export declare class Dictionaries {
|
|
|
14441
14548
|
INCLUDE_LINE_DETAILS: string;
|
|
14442
14549
|
INCLUDE_NO_STOCK_ART: string;
|
|
14443
14550
|
INCLUDE_REAFFIRMATIONS: string;
|
|
14551
|
+
INCLUDE_UNPROCESSED_ENTRIES: string;
|
|
14444
14552
|
INCLUDING_CONTACT_PERSONS: string;
|
|
14445
14553
|
INCLUDING_OPENING_BALANCE: string;
|
|
14446
14554
|
INCLUDING_PRINTED: string;
|
|
@@ -14484,6 +14592,7 @@ export declare class Dictionaries {
|
|
|
14484
14592
|
INPUT: string;
|
|
14485
14593
|
INPUT_DISCOUNT: string;
|
|
14486
14594
|
INPUT_NEW_LINE: string;
|
|
14595
|
+
INPUT_VOUCHER_CODE: string;
|
|
14487
14596
|
INSERT_NEW_DRAWER: string;
|
|
14488
14597
|
INSERT_NEW_FORM: string;
|
|
14489
14598
|
INSERT_NEW_RELATION: string;
|
|
@@ -14575,6 +14684,7 @@ export declare class Dictionaries {
|
|
|
14575
14684
|
INVOICE_AMOUNT_CUSTOMER: string;
|
|
14576
14685
|
INVOICE_BLOCKED: string;
|
|
14577
14686
|
INVOICE_CHECK: string;
|
|
14687
|
+
INVOICE_CHECK2: string;
|
|
14578
14688
|
INVOICE_DATA: string;
|
|
14579
14689
|
INVOICE_DATE: string;
|
|
14580
14690
|
INVOICE_FREQUENCY: string;
|
|
@@ -14626,6 +14736,7 @@ export declare class Dictionaries {
|
|
|
14626
14736
|
ISO_CODE: string;
|
|
14627
14737
|
ISSUED_BY: string;
|
|
14628
14738
|
ISSUED_IN_TRANSCTION: string;
|
|
14739
|
+
IS_ACTIVE: string;
|
|
14629
14740
|
IS_CONTACT_OF: string;
|
|
14630
14741
|
IS_FIXED_SCHEDULE: string;
|
|
14631
14742
|
IS_GIFTCARD: string;
|
|
@@ -14640,6 +14751,7 @@ export declare class Dictionaries {
|
|
|
14640
14751
|
IS_WEEKENDSHIFTS: string;
|
|
14641
14752
|
ITEM: string;
|
|
14642
14753
|
ITEM_ACCEPTED: string;
|
|
14754
|
+
ITEM_NOT_ACCEPTED: string;
|
|
14643
14755
|
ITEM_ACCEPTED_NOT_PROCESSED: string;
|
|
14644
14756
|
IWO: string;
|
|
14645
14757
|
JANUARY: string;
|
|
@@ -14666,6 +14778,7 @@ export declare class Dictionaries {
|
|
|
14666
14778
|
KASPICK_PRINTER: string;
|
|
14667
14779
|
KEEP_LOCATION: string;
|
|
14668
14780
|
KEYBOARD_LAYOUT: string;
|
|
14781
|
+
KEYCLOAK_SYNC_ISSUE: string;
|
|
14669
14782
|
KILL_SESSION: string;
|
|
14670
14783
|
KIND: string;
|
|
14671
14784
|
KIND_OF_ART_DESCRIPTION: string;
|
|
@@ -14731,6 +14844,7 @@ export declare class Dictionaries {
|
|
|
14731
14844
|
LAYOUT2: string;
|
|
14732
14845
|
LAYOUT: string;
|
|
14733
14846
|
LAYOUTS: string;
|
|
14847
|
+
LAYOUT_SETTINGS: string;
|
|
14734
14848
|
LEAD_TIME: string;
|
|
14735
14849
|
LEAST_EXPENSIVE_PRODUCT: string;
|
|
14736
14850
|
LEAVE: string;
|
|
@@ -14805,6 +14919,7 @@ export declare class Dictionaries {
|
|
|
14805
14919
|
LINE_TOTAL: string;
|
|
14806
14920
|
LINE_TOTAL_INCL_VAT: string;
|
|
14807
14921
|
LINE_TYPE: string;
|
|
14922
|
+
LINKED_ADMINISTRATIONS: string;
|
|
14808
14923
|
LINKED_ARTICLES: string;
|
|
14809
14924
|
LINKED_ARTICLE_DOUBLE: string;
|
|
14810
14925
|
LINKED_DEPARTMENTS: string;
|
|
@@ -14848,7 +14963,9 @@ export declare class Dictionaries {
|
|
|
14848
14963
|
LOCATION: string;
|
|
14849
14964
|
LOCATIONS: string;
|
|
14850
14965
|
LOCATION_ADVICE: string;
|
|
14966
|
+
LOCATION_ARTICLE: string;
|
|
14851
14967
|
LOCATION_FROM: string;
|
|
14968
|
+
LOCATION_INVENTORY: string;
|
|
14852
14969
|
LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE: string;
|
|
14853
14970
|
LOCATION_NOT_EDITABLE: string;
|
|
14854
14971
|
LOCATION_NOT_SAME_AS_ROW: string;
|
|
@@ -14986,6 +15103,7 @@ export declare class Dictionaries {
|
|
|
14986
15103
|
MAX_USAGE_NUMBER: string;
|
|
14987
15104
|
MAX_USAGE_USER: string;
|
|
14988
15105
|
MAX_USERS: string;
|
|
15106
|
+
MAX_VALUE: string;
|
|
14989
15107
|
MAY: string;
|
|
14990
15108
|
MEASUREMENTS2: string;
|
|
14991
15109
|
MEASUREMENTS: string;
|
|
@@ -15141,6 +15259,7 @@ export declare class Dictionaries {
|
|
|
15141
15259
|
MESSAGE_ERROR_IMAGE: string;
|
|
15142
15260
|
MESSAGE_ERROR_LIST_PRINTER: string;
|
|
15143
15261
|
MESSAGE_ERROR_LOADING_FILTER: string;
|
|
15262
|
+
MESSAGE_ERROR_LOADING_HOME_DECO_HUB_SESSIONS: string;
|
|
15144
15263
|
MESSAGE_ERROR_LOADING_LOGINS: string;
|
|
15145
15264
|
MESSAGE_ERROR_LOADING_MODULE: string;
|
|
15146
15265
|
MESSAGE_ERROR_LOADING_MODULE_TITLE: string;
|
|
@@ -15199,6 +15318,7 @@ export declare class Dictionaries {
|
|
|
15199
15318
|
MESSAGE_KIND: string;
|
|
15200
15319
|
MESSAGE_LICENCE_EXPIRES_MONTH: string;
|
|
15201
15320
|
MESSAGE_LICENSE_EXPIRED: string;
|
|
15321
|
+
MESSAGE_LOGGED_CLIENT_FAILURE: string;
|
|
15202
15322
|
MESSAGE_LOGGED_IN: string;
|
|
15203
15323
|
MESSAGE_LOGIN_FAILURE2: string;
|
|
15204
15324
|
MESSAGE_LOGIN_FAILURE: string;
|
|
@@ -15362,6 +15482,7 @@ export declare class Dictionaries {
|
|
|
15362
15482
|
MIN_NUMBER: string;
|
|
15363
15483
|
MIN_NUMBER_NON_ZERO: string;
|
|
15364
15484
|
MIN_STOCK: string;
|
|
15485
|
+
MIN_VALUE: string;
|
|
15365
15486
|
MIX_AND_MATCH: string;
|
|
15366
15487
|
MOBILE: string;
|
|
15367
15488
|
MODE: string;
|
|
@@ -15388,6 +15509,7 @@ export declare class Dictionaries {
|
|
|
15388
15509
|
MULTIPLE_INTERBRANCH_LINES_MESSAGE: string;
|
|
15389
15510
|
MULTIPLE_PURCHASEORDERS: string;
|
|
15390
15511
|
MULTIPLE_RESERVATIONS: string;
|
|
15512
|
+
MULTIPLE_SESSIONS_ARE_NOT_ALLOWED: string;
|
|
15391
15513
|
MULTI_BUY: string;
|
|
15392
15514
|
MULTI_FACTORIELE_INTAKE: string;
|
|
15393
15515
|
MULTI_FACTOR_AUTHENTICATION_TOO_LONG: string;
|
|
@@ -15405,6 +15527,7 @@ export declare class Dictionaries {
|
|
|
15405
15527
|
MY_ABSENCEFILES: string;
|
|
15406
15528
|
MY_CLIENTDATA: string;
|
|
15407
15529
|
MY_EMPLOYERS: string;
|
|
15530
|
+
MY_PLANNING: string;
|
|
15408
15531
|
MY_ORDERS: string;
|
|
15409
15532
|
MY_SERVICES: string;
|
|
15410
15533
|
MY_SERVICE_REQUESTS: string;
|
|
@@ -15506,6 +15629,7 @@ export declare class Dictionaries {
|
|
|
15506
15629
|
NEW_STATUS: string;
|
|
15507
15630
|
NEW_STOCK: string;
|
|
15508
15631
|
NEW_STOCK_LINE: string;
|
|
15632
|
+
CHANGE_STOCK_LINE: string;
|
|
15509
15633
|
NEW_STOREROOM: string;
|
|
15510
15634
|
NEW_TRANSACTION: string;
|
|
15511
15635
|
NEW_USER_ACCOUNT_MESSAGE: string;
|
|
@@ -15597,7 +15721,9 @@ export declare class Dictionaries {
|
|
|
15597
15721
|
NOT_COMPLETE: string;
|
|
15598
15722
|
NOT_COMPLETELY_ALLOCATED: string;
|
|
15599
15723
|
NOT_COMPLETE_ORDERS: string;
|
|
15724
|
+
NOT_CHECKED: string;
|
|
15600
15725
|
NOT_DEFINITE: string;
|
|
15726
|
+
NOT_DELIVERED: string;
|
|
15601
15727
|
NOT_ENOUGH_CONTAINER_VOLUME: string;
|
|
15602
15728
|
NOT_EXPIRED: string;
|
|
15603
15729
|
NOT_FOUND: string;
|
|
@@ -15755,6 +15881,7 @@ export declare class Dictionaries {
|
|
|
15755
15881
|
NO_VALID_DEFAULT: string;
|
|
15756
15882
|
NO_VALID_EMPLOYEE_CONTRACT: string;
|
|
15757
15883
|
NO_VALID_EMPLOYEE_CONTRACT_TODAY: string;
|
|
15884
|
+
NO_VALID_INPUT: string;
|
|
15758
15885
|
NO_VALID_NUMBER: string;
|
|
15759
15886
|
NO_VALUE: string;
|
|
15760
15887
|
NO_VOLUME_DISTRIBUTE_ON_PRICE: string;
|
|
@@ -15872,6 +15999,7 @@ export declare class Dictionaries {
|
|
|
15872
15999
|
ON_HOLD_CODE: string;
|
|
15873
16000
|
ON_HOLD_CODES: string;
|
|
15874
16001
|
ON_MY_DASH: string;
|
|
16002
|
+
ON_STORAGE_UNIT: string;
|
|
15875
16003
|
OPEN: string;
|
|
15876
16004
|
OPENING: string;
|
|
15877
16005
|
OPENING_BALANCE: string;
|
|
@@ -15913,6 +16041,7 @@ export declare class Dictionaries {
|
|
|
15913
16041
|
OPEN_SALES_OVERVIEW: string;
|
|
15914
16042
|
OPEN_SHOPPING_CART: string;
|
|
15915
16043
|
OPEN_STOCK_DETAILS: string;
|
|
16044
|
+
PERCEPTIBLE_STORAGE: string;
|
|
15916
16045
|
OPEN_TASK: string;
|
|
15917
16046
|
OPEN_TEXT: string;
|
|
15918
16047
|
OPEN_WEBVIEW_FAILED_NO_EXTSOURCE: string;
|
|
@@ -15923,6 +16052,7 @@ export declare class Dictionaries {
|
|
|
15923
16052
|
OPTED_FOR_CASH: string;
|
|
15924
16053
|
OPTED_FOR_PIN: string;
|
|
15925
16054
|
OPTION: string;
|
|
16055
|
+
OPTION_LIBRARY: string;
|
|
15926
16056
|
OPTIONAL: string;
|
|
15927
16057
|
OPTIONS: string;
|
|
15928
16058
|
OPTIONVALUE: string;
|
|
@@ -15970,6 +16100,7 @@ export declare class Dictionaries {
|
|
|
15970
16100
|
ORDER_BY_ARTICLENR: string;
|
|
15971
16101
|
ORDER_BY_CUST_REACTION: string;
|
|
15972
16102
|
ORDER_CANNOT_BE_COMPLETELY_ACCEPTED: string;
|
|
16103
|
+
ORDER_CAN_NOT_BE_PLANNED_ON_RESOURCE: string;
|
|
15973
16104
|
ORDER_CODE: string;
|
|
15974
16105
|
ORDER_COMMISSION: string;
|
|
15975
16106
|
ORDER_COMMISSION_ADVICE: string;
|
|
@@ -16108,6 +16239,10 @@ export declare class Dictionaries {
|
|
|
16108
16239
|
OVERVIEW: string;
|
|
16109
16240
|
OVERVIEW_AND_PAYMENT: string;
|
|
16110
16241
|
OVERVIEW_TRANSFERS: string;
|
|
16242
|
+
OVERVIEW_OF: string;
|
|
16243
|
+
OVERRULE_VIA_EMAIL: string;
|
|
16244
|
+
OVERRULE_VIA_EDI: string;
|
|
16245
|
+
OVERRULE_VIA_PRINT: string;
|
|
16111
16246
|
OVER_COVERAGE_PERCENTAGE: string;
|
|
16112
16247
|
OWNER: string;
|
|
16113
16248
|
OWN_REFERENCE: string;
|
|
@@ -16174,6 +16309,8 @@ export declare class Dictionaries {
|
|
|
16174
16309
|
PASSWORD_ENTRY: string;
|
|
16175
16310
|
PASSWORD_ENTRY_FOR: string;
|
|
16176
16311
|
PASSWORD_FORGOTTEN: string;
|
|
16312
|
+
PASSWORD_FORGOTTEN_TEXT: string;
|
|
16313
|
+
PASSWORD_FORGOTTEN_TEXT_EXTRA: string;
|
|
16177
16314
|
PASSWORD_KIND: string;
|
|
16178
16315
|
PASSWORD_MUST_BE_10_CHARACTERS: string;
|
|
16179
16316
|
PASSWORD_MUST_CONTAIN_LETTER_NUMBER_SPECIAL: string;
|
|
@@ -16366,6 +16503,7 @@ export declare class Dictionaries {
|
|
|
16366
16503
|
PORTAL_ID: string;
|
|
16367
16504
|
PORTAL_LOGIN: string;
|
|
16368
16505
|
PORT_COST: string;
|
|
16506
|
+
PONTO_INTEGRATION_SUCCESFULLY_AUTHORIZED: string;
|
|
16369
16507
|
POS2: string;
|
|
16370
16508
|
POS: string;
|
|
16371
16509
|
POSGROUP_REQUIRED: string;
|
|
@@ -16505,6 +16643,7 @@ export declare class Dictionaries {
|
|
|
16505
16643
|
PRICE_TAG_IMAGE: string;
|
|
16506
16644
|
PRICE_TAG_INTER_BRANCH: string;
|
|
16507
16645
|
PRICE_TAG_STICKERS: string;
|
|
16646
|
+
PRINT_PRICE_TAG_STICKERS: string;
|
|
16508
16647
|
PRICE_TAG_TEXT: string;
|
|
16509
16648
|
PRICE_TESTER: string;
|
|
16510
16649
|
PRICE_TO: string;
|
|
@@ -16880,6 +17019,8 @@ export declare class Dictionaries {
|
|
|
16880
17019
|
RECALCULATE_ALL_PRICES: string;
|
|
16881
17020
|
RECALCULATE_DELIVERYDATE_FOR_ALL_LINES: string;
|
|
16882
17021
|
RECALCULATE_DEPOSIT_AMOUNT: string;
|
|
17022
|
+
RECALCULATE_FOR_ALL_LOCATIONS: string;
|
|
17023
|
+
RECALCULATE_FOR_SINGLE_LOCATION: string;
|
|
16883
17024
|
RECALCULATE_TO_PAY_DOWN: string;
|
|
16884
17025
|
RECEIPT: string;
|
|
16885
17026
|
RECEIPT_DETAILS: string;
|
|
@@ -16984,6 +17125,8 @@ export declare class Dictionaries {
|
|
|
16984
17125
|
RELATION_DEPENDANT_TEMPLATE: string;
|
|
16985
17126
|
RELATION_DISCOUNT: string;
|
|
16986
17127
|
RELATION_ID: string;
|
|
17128
|
+
RELATION_LAYOUTS: string;
|
|
17129
|
+
RELATION_LAYOUTS_MESSAGE: string;
|
|
16987
17130
|
RELATION_MANAGEMENT: string;
|
|
16988
17131
|
RELATION_NAME: string;
|
|
16989
17132
|
RELATION_NAME_KIND: string;
|
|
@@ -17021,6 +17164,7 @@ export declare class Dictionaries {
|
|
|
17021
17164
|
REMINDER_ORDER_FORM: string;
|
|
17022
17165
|
REMOVE_AMOUNT: string;
|
|
17023
17166
|
REMOVE_ARTICLE: string;
|
|
17167
|
+
REMOVE_DIRECT_SELL: string;
|
|
17024
17168
|
REMOVE_EDI_STRUCTURE_CONNECTION: string;
|
|
17025
17169
|
REMOVE_ENDDATE_FROM_CURRENT_WORKFLOW: string;
|
|
17026
17170
|
REMOVE_FROM_RESOURCE: string;
|
|
@@ -17218,6 +17362,7 @@ export declare class Dictionaries {
|
|
|
17218
17362
|
ROUTE: string;
|
|
17219
17363
|
ROUTE_OF: string;
|
|
17220
17364
|
ROW: string;
|
|
17365
|
+
ROW_ADVICE: string;
|
|
17221
17366
|
ROWS: string;
|
|
17222
17367
|
ROW_BEING_EDITED: string;
|
|
17223
17368
|
ROW_NUMBER: string;
|
|
@@ -17347,6 +17492,8 @@ export declare class Dictionaries {
|
|
|
17347
17492
|
SAVING_SYSTEM_ACTION: string;
|
|
17348
17493
|
SAVING_WORKFLOW_DELETES_ALL_TEST_DATA: string;
|
|
17349
17494
|
SBI_CODE: string;
|
|
17495
|
+
SCALING_AXIS: string;
|
|
17496
|
+
SCALING_PARAMETERS: string;
|
|
17350
17497
|
SCANNED: string;
|
|
17351
17498
|
SCAN_ARTICLE2: string;
|
|
17352
17499
|
SCAN_ARTICLE: string;
|
|
@@ -17413,6 +17560,7 @@ export declare class Dictionaries {
|
|
|
17413
17560
|
SEARCH_BUYORDERS: string;
|
|
17414
17561
|
SEARCH_BY_ARTICLENUMBER_NAME_OR_DESCRIPTION: string;
|
|
17415
17562
|
SEARCH_BY_ARTICLENUMBER_OR_DESCRIPTION: string;
|
|
17563
|
+
SEARCH_BY_OPTION_VALUE: string;
|
|
17416
17564
|
SEARCH_FILTER: string;
|
|
17417
17565
|
SEARCH_CATALOGUE: string;
|
|
17418
17566
|
SEARCH_CODE: string;
|
|
@@ -17503,6 +17651,7 @@ export declare class Dictionaries {
|
|
|
17503
17651
|
SELECT_ACCOUNT_MANAGER: string;
|
|
17504
17652
|
SELECT_CONSULTANT: string;
|
|
17505
17653
|
SELECT_EMPLOYER: string;
|
|
17654
|
+
SELECT_LINE_FIRST: string;
|
|
17506
17655
|
SELECT_MAILING_CODE: string;
|
|
17507
17656
|
SELECT_CASE_MANAGER: string;
|
|
17508
17657
|
SELECT_MEDICAL_OFFICER: string;
|
|
@@ -17705,6 +17854,8 @@ export declare class Dictionaries {
|
|
|
17705
17854
|
SHIPPING_COST_ARTICLE: string;
|
|
17706
17855
|
SHIPPING_COST_LINE: string;
|
|
17707
17856
|
SHIPPING_DATE: string;
|
|
17857
|
+
SHIPPING_METHOD_SETTINGS: string;
|
|
17858
|
+
SHIPPING_METHOD_STANDARD_SETTINGS: string;
|
|
17708
17859
|
SHOPPING_CART: string;
|
|
17709
17860
|
SHOPPING_CART_ADD: string;
|
|
17710
17861
|
SHOPPING_CART_CHECKOUT: string;
|
|
@@ -17976,6 +18127,8 @@ export declare class Dictionaries {
|
|
|
17976
18127
|
STOCKTAGSWINDOW: string;
|
|
17977
18128
|
STOCK_ADJUSTMENTS: string;
|
|
17978
18129
|
STOCK_AVAILABLE_CHANGE_WAREHOUSE_OR_COMMISSIONCODE: string;
|
|
18130
|
+
STOCK_BELOW_ZERO_TEXT: string;
|
|
18131
|
+
STOCK_COMPARISON: string;
|
|
17979
18132
|
STOCK_DATE: string;
|
|
17980
18133
|
STOCK_DETAILS: string;
|
|
17981
18134
|
STOCK_DIFFERENCES: string;
|
|
@@ -17993,6 +18146,7 @@ export declare class Dictionaries {
|
|
|
17993
18146
|
STOCK_NOT_EDITABLE: string;
|
|
17994
18147
|
STOCK_NOT_EDITABLE_BECAUSE_OF_LOCKED_STOCKS: string;
|
|
17995
18148
|
STOCK_NOT_EDITABLE_BECAUSE_OF_TRANSACTIONS: string;
|
|
18149
|
+
STOCK_OVERVIEW: string;
|
|
17996
18150
|
STOCK_PARAMETERS: string;
|
|
17997
18151
|
STOCK_REPLENISHMENT: string;
|
|
17998
18152
|
STOCK_REMARK: string;
|
|
@@ -18044,6 +18198,7 @@ export declare class Dictionaries {
|
|
|
18044
18198
|
STYLE_GROUPING: string;
|
|
18045
18199
|
SUBJECT: string;
|
|
18046
18200
|
SUBMIT: string;
|
|
18201
|
+
SUBMIT_A_NEW_VOUCHER_CODE: string;
|
|
18047
18202
|
SUBSCRIBE: string;
|
|
18048
18203
|
SUBTOTAL: string;
|
|
18049
18204
|
SUBTOTAL_ACCOUNT: string;
|
|
@@ -18513,6 +18668,7 @@ export declare class Dictionaries {
|
|
|
18513
18668
|
UNDELIVERED_PURCHASE: string;
|
|
18514
18669
|
UNDERLYING_OPVS: string;
|
|
18515
18670
|
UNDERSTOOD_DONT_SHOW_AGAIN: string;
|
|
18671
|
+
UNDO: string;
|
|
18516
18672
|
UNDO_DELETE: string;
|
|
18517
18673
|
UNDO_RETURNS: string;
|
|
18518
18674
|
UNDO_DELIVERY: string;
|
|
@@ -18549,10 +18705,13 @@ export declare class Dictionaries {
|
|
|
18549
18705
|
UPDATE_ARTICLE_PRICE: string;
|
|
18550
18706
|
UPDATE_CONTAINER: string;
|
|
18551
18707
|
UPDATE_DATE: string;
|
|
18708
|
+
UPDATE_LOCATION_INVENTORY: string;
|
|
18552
18709
|
UPDATE_SEARCH_INDEXES: string;
|
|
18553
18710
|
UPDATE_SINGLE_SEARCH_INDEX: string;
|
|
18554
18711
|
UPDATE_STOCK: string;
|
|
18555
18712
|
UPLOAD: string;
|
|
18713
|
+
UPLOADING: string;
|
|
18714
|
+
UPLOADED: string;
|
|
18556
18715
|
UPLOAD_FILE: string;
|
|
18557
18716
|
UPLOAD_IMAGE: string;
|
|
18558
18717
|
UPLOAD_IMAGE_MSG: string;
|
|
@@ -18647,6 +18806,11 @@ export declare class Dictionaries {
|
|
|
18647
18806
|
VAT_PAYMENT: string;
|
|
18648
18807
|
VAT_PERCENTAGE2: string;
|
|
18649
18808
|
VAT_PERCENTAGE: string;
|
|
18809
|
+
VAT_CODE_EXTERNAL: string;
|
|
18810
|
+
VAT_PERCENTAGE_HISTORY: string;
|
|
18811
|
+
VAT_KIND: string;
|
|
18812
|
+
VAT_START_DATE: string;
|
|
18813
|
+
VAT_END_DATE: string;
|
|
18650
18814
|
VAT_PURCHASE: string;
|
|
18651
18815
|
VAT_RECEIVABLE: string;
|
|
18652
18816
|
VAT_SALES: string;
|
|
@@ -18690,9 +18854,11 @@ export declare class Dictionaries {
|
|
|
18690
18854
|
VOUCHER_AMOUNT: string;
|
|
18691
18855
|
VOUCHER_CAN_ONLY_BE_USED_ONCE: string;
|
|
18692
18856
|
VOUCHER_CODE: string;
|
|
18857
|
+
VOUCHER_CODE_ALREADY_EXISTS: string;
|
|
18693
18858
|
VOUCHER_CODE_EXISTS: string;
|
|
18694
18859
|
VOUCHER_CODE_INFO: string;
|
|
18695
18860
|
VOUCHER_EXPIRED: string;
|
|
18861
|
+
VOUCHER_INFORMATION: string;
|
|
18696
18862
|
VOUCHER_MAX_USED: string;
|
|
18697
18863
|
VOUCHER_NO_BALANCE: string;
|
|
18698
18864
|
VOUCHER_NOT_INVOICED: string;
|
|
@@ -18724,6 +18890,8 @@ export declare class Dictionaries {
|
|
|
18724
18890
|
WAREHOUSE_NUMBER: string;
|
|
18725
18891
|
WAREHOUSE_RECEIPT: string;
|
|
18726
18892
|
WAREHOUSE_REQUIRED: string;
|
|
18893
|
+
WAREHOUSE_ROWS: string;
|
|
18894
|
+
WAREHOUSE_TRANSFERS: string;
|
|
18727
18895
|
WARNING: string;
|
|
18728
18896
|
WARNING_MESSAGE_DELETE_NOTIFICATION_LINKS: string;
|
|
18729
18897
|
WARNING_MESSAGE_DELETE_STANDARD_LIST: string;
|