@colijnit/sharedcomponents 257.1.4 → 257.1.6
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 +373 -249
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +130 -129
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +131 -130
- 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 +3 -3
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +72 -72
- package/esm2015/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.js +46 -25
- package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +26 -24
- package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +7 -4
- package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +3 -2
- package/esm2015/lib/components/stock/service/stock-module-screen-config.service.js +27 -0
- package/esm2015/lib/components/stock/stock-information/stock-information.component.js +30 -2
- package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +5 -5
- package/esm2015/lib/components/stock/stock.component.js +20 -6
- package/esm2015/lib/components/stock/stock.module.js +3 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/shared-connector.service.js +2 -2
- package/esm2015/lib/service/shared-event.service.js +15 -0
- package/esm2015/public-api.js +2 -1
- package/fesm2015/colijnit-sharedcomponents.js +248 -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 +2 -1
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +1 -1
- package/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.d.ts +4 -1
- package/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.d.ts +3 -1
- package/lib/components/stock/components/stock-location/stock-location.component.d.ts +2 -1
- package/lib/components/stock/service/stock-module-screen-config.service.d.ts +9 -0
- package/lib/components/stock/stock-information/stock-information.component.d.ts +8 -1
- package/lib/components/stock/stock.component.d.ts +5 -2
- package/lib/components/stock/style/_layout.scss +27 -4
- package/lib/components/stock/style/_material-definition.scss +3 -3
- package/lib/components/tab-bar/style/_layout.scss +6 -3
- package/lib/res/dictionary/dictionaries.d.ts +142 -2
- package/lib/service/shared-event.service.d.ts +4 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -1818,6 +1818,7 @@ export declare class Dictionaries {
|
|
|
1818
1818
|
CATALOG_EDITION: string;
|
|
1819
1819
|
CATALOG_FILE_NAME: string;
|
|
1820
1820
|
CATALOG_MANAGEMENT: string;
|
|
1821
|
+
CATALOG_TYPES: string;
|
|
1821
1822
|
CATEGORIES: string;
|
|
1822
1823
|
CATEGORY: string;
|
|
1823
1824
|
CATEGORY_NR: string;
|
|
@@ -1953,6 +1954,7 @@ export declare class Dictionaries {
|
|
|
1953
1954
|
COLOR: string;
|
|
1954
1955
|
COLORS: string;
|
|
1955
1956
|
COLORS_SELECTED: string;
|
|
1957
|
+
COLOUR: string;
|
|
1956
1958
|
COLOR_DESC: string;
|
|
1957
1959
|
COLUMN: string;
|
|
1958
1960
|
COLUMNS: string;
|
|
@@ -2008,6 +2010,7 @@ export declare class Dictionaries {
|
|
|
2008
2010
|
CONFIRMATION_NO: string;
|
|
2009
2011
|
CONFIRMATION_STATE: string;
|
|
2010
2012
|
CONFIRMED: string;
|
|
2013
|
+
CONFIRMED_AMOUNT: string;
|
|
2011
2014
|
CONFIRMED_ARRIVAL_DATA: string;
|
|
2012
2015
|
CONFIRMED_DATE: string;
|
|
2013
2016
|
CONFIRMED_DELIVERY_DATA: string;
|
|
@@ -2490,6 +2493,7 @@ export declare class Dictionaries {
|
|
|
2490
2493
|
ALLOWED_CHANGES: string;
|
|
2491
2494
|
ALLOW_OPEN_ABSENCEFILE: string;
|
|
2492
2495
|
ALLOW_PART_DELIVERY: string;
|
|
2496
|
+
ALLOW_PONTO_CONNECTION: string;
|
|
2493
2497
|
ALLOW_ROTATION: string;
|
|
2494
2498
|
ALLOW_SIDEBAR: string;
|
|
2495
2499
|
ALLOW_STORAGE_DECOUPLING: string;
|
|
@@ -2899,6 +2903,7 @@ export declare class Dictionaries {
|
|
|
2899
2903
|
DIMENSION_STEP_1_MSG2: string;
|
|
2900
2904
|
DIMENSION_STEP_2_MSG: string;
|
|
2901
2905
|
DIMENSION_STEP_3_MSG: string;
|
|
2906
|
+
DROPZONE_TEXT: string;
|
|
2902
2907
|
AMORTIZATION: string;
|
|
2903
2908
|
AMORTIZATION_ENTRY: string;
|
|
2904
2909
|
AMORTIZATION_GRID_HEADER: string;
|
|
@@ -2919,6 +2924,7 @@ export declare class Dictionaries {
|
|
|
2919
2924
|
AMOUNT_AMORTIZED: string;
|
|
2920
2925
|
AMOUNT_ASSIGNED: string;
|
|
2921
2926
|
AMOUNT_AVAILABLE: string;
|
|
2927
|
+
AMOUNT_AVAILABLE2: string;
|
|
2922
2928
|
AMOUNT_CANNOT_BE_GREATER_THAN_TOTAL_MINUS_INVOICED: string;
|
|
2923
2929
|
AMOUNT_CANNOT_BE_LESS_THAN_ORDERED_OR_INVOICED: string;
|
|
2924
2930
|
AMOUNT_CANNOT_BE_MORE_THAN_ORDERED_OR_INVOICED: string;
|
|
@@ -3008,6 +3014,7 @@ export declare class Dictionaries {
|
|
|
3008
3014
|
AVAILABILITY: string;
|
|
3009
3015
|
AVAILABILITY_RESOURCES: string;
|
|
3010
3016
|
AVAILABLE: string;
|
|
3017
|
+
HOMEDECORATOR: string;
|
|
3011
3018
|
NO_DIFFERENCES_FOUND: string;
|
|
3012
3019
|
NO_DIRECT_SELL: string;
|
|
3013
3020
|
NO_DOCS_TO_SIGN: string;
|
|
@@ -3162,6 +3169,7 @@ export declare class Dictionaries {
|
|
|
3162
3169
|
RESERVATION_PURCHASEORDER: string;
|
|
3163
3170
|
RESERVATION_STICKER: string;
|
|
3164
3171
|
RESERVED: string;
|
|
3172
|
+
RESET: string;
|
|
3165
3173
|
RESERVE_STICKERS: string;
|
|
3166
3174
|
RESET_FILTER: string;
|
|
3167
3175
|
RESET_FILTERS: string;
|
|
@@ -3432,6 +3440,7 @@ export declare class Dictionaries {
|
|
|
3432
3440
|
MESSAGE_KIND: string;
|
|
3433
3441
|
MESSAGE_LICENCE_EXPIRES_MONTH: string;
|
|
3434
3442
|
MESSAGE_LICENSE_EXPIRED: string;
|
|
3443
|
+
MESSAGE_LOGGED_CLIENT_FAILURE: string;
|
|
3435
3444
|
MESSAGE_LOGGED_IN: string;
|
|
3436
3445
|
MESSAGE_LOGIN_FAILURE: string;
|
|
3437
3446
|
MESSAGE_LOGIN_FAILURE2: string;
|
|
@@ -3925,6 +3934,7 @@ export declare class Dictionaries {
|
|
|
3925
3934
|
LOAD_ALL_NODES: string;
|
|
3926
3935
|
LOAD_DEFAULT_REPORTS: string;
|
|
3927
3936
|
LOAD_LINES: string;
|
|
3937
|
+
LOAD_PONTO_TRANSACTIONS: string;
|
|
3928
3938
|
LOAD_TRANSACTION: string;
|
|
3929
3939
|
LOC: string;
|
|
3930
3940
|
LOCAL_CASH_DRAWER_COMM_PORT: string;
|
|
@@ -4452,6 +4462,7 @@ export declare class Dictionaries {
|
|
|
4452
4462
|
IMPORT_RELATION_SUCCESS: string;
|
|
4453
4463
|
IMPORT_SCHEMAS: string;
|
|
4454
4464
|
IMPORT_SCHEMA_NAME: string;
|
|
4465
|
+
CHANGE_STOCK_LINE: string;
|
|
4455
4466
|
CORRECT_ACCEPTED_ORDER: string;
|
|
4456
4467
|
CORRECT_ALLOCATIONS_FIRST: string;
|
|
4457
4468
|
CORRECT_ASSIGNMENT_FIRST: string;
|
|
@@ -4580,6 +4591,7 @@ export declare class Dictionaries {
|
|
|
4580
4591
|
MUTATION_USER: string;
|
|
4581
4592
|
MY_CLIENTDATA: string;
|
|
4582
4593
|
MY_EMPLOYERS: string;
|
|
4594
|
+
MY_PLANNING: string;
|
|
4583
4595
|
MY_ORDERS: string;
|
|
4584
4596
|
MY_SERVICES: string;
|
|
4585
4597
|
MY_SERVICE_REQUESTS: string;
|
|
@@ -4699,6 +4711,7 @@ export declare class Dictionaries {
|
|
|
4699
4711
|
QR_CODE_SCANNER: string;
|
|
4700
4712
|
QR_SCAN: string;
|
|
4701
4713
|
QUANTITY: string;
|
|
4714
|
+
QUANTITY_ACCEPTED: string;
|
|
4702
4715
|
QUANTITY_CANNOT_BE_LESS_THAN_ALLOCATED: string;
|
|
4703
4716
|
QUANTITY_CANNOT_BE_LESS_THAN_DELIVERED: string;
|
|
4704
4717
|
QUANTITY_CANNOT_BE_LESS_THAN_INVOICED: string;
|
|
@@ -4985,6 +4998,8 @@ export declare class Dictionaries {
|
|
|
4985
4998
|
ONE_OF_FOLLOWING_APPLICABLE: string;
|
|
4986
4999
|
ONE_PAGE_PER_SORT: string;
|
|
4987
5000
|
ONE_PURCHASEORDER: string;
|
|
5001
|
+
ONE_OR_MORE_LEDGERACCOUNTS_REJECTED: string;
|
|
5002
|
+
ONE_OR_MORE_LINES_WITHOUT_LEDGERACCOUNT_ID: string;
|
|
4988
5003
|
ONLY_ACHIEVABLE: string;
|
|
4989
5004
|
ONLY_ADD_ALL_FROM_ONE_CONDITION: string;
|
|
4990
5005
|
ONLY_ADD_EVERYTHING_FROM_ONE_CONDITION: string;
|
|
@@ -5486,6 +5501,7 @@ export declare class Dictionaries {
|
|
|
5486
5501
|
CONTRACT_TYPE: string;
|
|
5487
5502
|
CONTRA_ACCOUNT: string;
|
|
5488
5503
|
CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
|
|
5504
|
+
CONTRA_VAT: string;
|
|
5489
5505
|
WARRANTY: string;
|
|
5490
5506
|
WARRANTY_TYPE: string;
|
|
5491
5507
|
WASHING_SYMBOLS: string;
|
|
@@ -6044,6 +6060,7 @@ export declare class Dictionaries {
|
|
|
6044
6060
|
SELECT2: string;
|
|
6045
6061
|
SELECTED: string;
|
|
6046
6062
|
SELECTED_ADDRESSES: string;
|
|
6063
|
+
SELECTED_BALANCE: string;
|
|
6047
6064
|
SELECTED_CASH_DRAWER: string;
|
|
6048
6065
|
SELECTED_CASH_REGISTER: string;
|
|
6049
6066
|
SELECTED_LINES_NOT_FOUND: string;
|
|
@@ -6450,6 +6467,7 @@ export declare class Dictionaries {
|
|
|
6450
6467
|
SERVICE_HISTORY: string;
|
|
6451
6468
|
SERVICE_INFO: string;
|
|
6452
6469
|
SHOW_ACTIVE_ADDRESSES_ONLY: string;
|
|
6470
|
+
ABOUT_ORDER: string;
|
|
6453
6471
|
SHOW_ACTIVE_ONLY: string;
|
|
6454
6472
|
SHOW_ACTIVE_PERSONS_ONLY: string;
|
|
6455
6473
|
SHOW_ACTIVITIES_FOR_GROUP: string;
|
|
@@ -6488,6 +6506,7 @@ export declare class Dictionaries {
|
|
|
6488
6506
|
SHOW_ON_DASHBOARD: string;
|
|
6489
6507
|
SHOW_OPTION_PRICES: string;
|
|
6490
6508
|
SHOW_ORDERS_WITHOUT_LINES: string;
|
|
6509
|
+
SHOW_ORDER: string;
|
|
6491
6510
|
SHOW_OUTSTANDING_ENTRIES: string;
|
|
6492
6511
|
SHOW_POPUP: string;
|
|
6493
6512
|
SHOW_PRIVACY_PREFERENCES: string;
|
|
@@ -6495,6 +6514,7 @@ export declare class Dictionaries {
|
|
|
6495
6514
|
SHOW_RESULT: string;
|
|
6496
6515
|
SHOW_SELECTED_EXCEPTIONS_ONLY: string;
|
|
6497
6516
|
SHOW_SELECTION: string;
|
|
6517
|
+
SHOW_SERVICE: string;
|
|
6498
6518
|
SHOW_SIGNED_IN: string;
|
|
6499
6519
|
SHOW_SOME: string;
|
|
6500
6520
|
SHOW_STATUSBAR: string;
|
|
@@ -6575,6 +6595,7 @@ export declare class Dictionaries {
|
|
|
6575
6595
|
PAYMENT_DISCOUNT: string;
|
|
6576
6596
|
PAYMENT_EXECUTED: string;
|
|
6577
6597
|
PAYMENT_FAILED: string;
|
|
6598
|
+
PAYMENT_HISTORY: string;
|
|
6578
6599
|
PAYMENT_ID: string;
|
|
6579
6600
|
PAYMENT_INFO: string;
|
|
6580
6601
|
PAYMENT_INFORMATION: string;
|
|
@@ -6594,6 +6615,7 @@ export declare class Dictionaries {
|
|
|
6594
6615
|
USE_DEFAULTS: string;
|
|
6595
6616
|
USE_DEPOSIT_RULE: string;
|
|
6596
6617
|
USE_GOOGLE: string;
|
|
6618
|
+
USE_GENERAL_GAMEOBJECT: string;
|
|
6597
6619
|
USE_MIN_STOCK_CALC: string;
|
|
6598
6620
|
USE_OWN_ARTICLE_COUNTER: string;
|
|
6599
6621
|
USE_RECOMMENDED_PRICES: string;
|
|
@@ -6639,6 +6661,7 @@ export declare class Dictionaries {
|
|
|
6639
6661
|
VARIOUS_PRODUCTS: string;
|
|
6640
6662
|
VAT: string;
|
|
6641
6663
|
VAT2: string;
|
|
6664
|
+
VAT_CONTRA: string;
|
|
6642
6665
|
VAT_AMOUNT: string;
|
|
6643
6666
|
VAT_CODE: string;
|
|
6644
6667
|
VAT_CODE_PURCHASE: string;
|
|
@@ -6934,6 +6957,7 @@ export declare class Dictionaries {
|
|
|
6934
6957
|
STUDIO_CODE: string;
|
|
6935
6958
|
SIGN_DOCUMENTS: string;
|
|
6936
6959
|
SIGN_IN: string;
|
|
6960
|
+
SIGN_UP: string;
|
|
6937
6961
|
STUK_EENHEID: string;
|
|
6938
6962
|
STYLEGUIDE: string;
|
|
6939
6963
|
STYLE_GROUPING: string;
|
|
@@ -7042,8 +7066,10 @@ export declare class Dictionaries {
|
|
|
7042
7066
|
MATCHED_LINES: string;
|
|
7043
7067
|
MATCH_REFERENCE: string;
|
|
7044
7068
|
MATERIAL: string;
|
|
7069
|
+
MATERIAL_GENERIC: string;
|
|
7045
7070
|
MATERIALS: string;
|
|
7046
7071
|
MATERIAL_CODE: string;
|
|
7072
|
+
MATERIAL_TYPE: string;
|
|
7047
7073
|
MATURETIES: string;
|
|
7048
7074
|
MAX: string;
|
|
7049
7075
|
MAXIMUM_DISCOUNT: string;
|
|
@@ -7096,6 +7122,7 @@ export declare class Dictionaries {
|
|
|
7096
7122
|
CREATE_NEW_WORK: string;
|
|
7097
7123
|
CREATE_OR_PICK_EXPORT: string;
|
|
7098
7124
|
CREATE_PAYMENT_BATCH: string;
|
|
7125
|
+
CREATE_PONTO_INTEGRATION: string;
|
|
7099
7126
|
CREATE_PREVENTIVE_ABSENCE_FILE: string;
|
|
7100
7127
|
CREATE_PURCHASE_ORDER: string;
|
|
7101
7128
|
CREATE_REFERENCE_FILE: string;
|
|
@@ -7280,6 +7307,7 @@ export declare class Dictionaries {
|
|
|
7280
7307
|
NEXT_ORDER: string;
|
|
7281
7308
|
NEXT_PAGE: string;
|
|
7282
7309
|
NEXT_SLASH_FINISH: string;
|
|
7310
|
+
NEXT_STATE: string;
|
|
7283
7311
|
NEXT_VERSION: string;
|
|
7284
7312
|
NEXT_WEEK: string;
|
|
7285
7313
|
NIGHT_ROUTINE: string;
|
|
@@ -7532,6 +7560,7 @@ export declare class Dictionaries {
|
|
|
7532
7560
|
SALESORDER_ASC: string;
|
|
7533
7561
|
SALESORDER_DESC: string;
|
|
7534
7562
|
SALESORDER_DETAIL: string;
|
|
7563
|
+
SALES_TRANSACTION: string;
|
|
7535
7564
|
SALES_AMOUNT: string;
|
|
7536
7565
|
SALES_AMOUNT2: string;
|
|
7537
7566
|
SALES_AMOUNT_DECIM_NOT_COMPLIANT_W_SALES_UNIT: string;
|
|
@@ -7661,6 +7690,7 @@ export declare class Dictionaries {
|
|
|
7661
7690
|
NOV_BTW_V: string;
|
|
7662
7691
|
NOW: string;
|
|
7663
7692
|
NOW_AVAILABLE: string;
|
|
7693
|
+
NO_ACCOUNT_YET: string;
|
|
7664
7694
|
NO_ACTION: string;
|
|
7665
7695
|
NO_ACTIVE_WORKFLOWS: string;
|
|
7666
7696
|
NO_ACTIVE_WORKFLOW_FOR_TASK: string;
|
|
@@ -7706,6 +7736,9 @@ export declare class Dictionaries {
|
|
|
7706
7736
|
NO_REPORT_DATA: string;
|
|
7707
7737
|
NO_RESULTS: string;
|
|
7708
7738
|
NO_RESULTS_FOUND: string;
|
|
7739
|
+
NO_SEARCH_RESULTS_HEADER: string;
|
|
7740
|
+
NO_SEARCH_RESULTS_TEXT: string;
|
|
7741
|
+
NO_SEARCH_RESULTS_CONTENT: string;
|
|
7709
7742
|
NO_RETOUR_POSSIBLE: string;
|
|
7710
7743
|
NO_RETURNS: string;
|
|
7711
7744
|
NO_RETURN_WAREHOUSE: string;
|
|
@@ -7726,6 +7759,7 @@ export declare class Dictionaries {
|
|
|
7726
7759
|
TOTAL_TRANSACTION_DISCOUNT: string;
|
|
7727
7760
|
TOTAL_TURNOVER: string;
|
|
7728
7761
|
TOTAL_OUTSTANDING_AMOUNT: string;
|
|
7762
|
+
TOTAL_SELECTED_AMOUNT: string;
|
|
7729
7763
|
TOTAL_VALUE: string;
|
|
7730
7764
|
TOTAL_WAGE: string;
|
|
7731
7765
|
TOTAL_WEIGHT: string;
|
|
@@ -7995,6 +8029,7 @@ export declare class Dictionaries {
|
|
|
7995
8029
|
H3DCONNTARGETS: string;
|
|
7996
8030
|
H3DDEFAULT: string;
|
|
7997
8031
|
H3DGAMEOBJECT: string;
|
|
8032
|
+
H3DGENERALGAMEOBJECT: string;
|
|
7998
8033
|
H3DID: string;
|
|
7999
8034
|
H3DLINK: string;
|
|
8000
8035
|
H3DLINK_ORDERED: string;
|
|
@@ -8063,6 +8098,7 @@ export declare class Dictionaries {
|
|
|
8063
8098
|
HISTORICAL_SEARCH: string;
|
|
8064
8099
|
HISTORICAL_SEARCH2: string;
|
|
8065
8100
|
HISTORIC_ACTIVITIES: string;
|
|
8101
|
+
HISTORIC_ACTIVITY_CHAT: string;
|
|
8066
8102
|
HISTORIC_ADDRESSES: string;
|
|
8067
8103
|
HISTORIC_REMARK: string;
|
|
8068
8104
|
HISTORY: string;
|
|
@@ -8127,6 +8163,8 @@ export declare class Dictionaries {
|
|
|
8127
8163
|
ONLY_ONE_SEQUEL_ARTICLE_ALLOWED: string;
|
|
8128
8164
|
ONLY_OPTIONS_ALLOWED: string;
|
|
8129
8165
|
ONLY_OPTIONVALUES_ALLOWED: string;
|
|
8166
|
+
ONLY_OUTSTANDING: string;
|
|
8167
|
+
ONLY_PAID_OFF: string;
|
|
8130
8168
|
ONLY_PARTIAL_DELVERIES: string;
|
|
8131
8169
|
ONLY_PLANNED_LINES: string;
|
|
8132
8170
|
ONLY_PLANNING_REQUEST: string;
|
|
@@ -8157,6 +8195,7 @@ export declare class Dictionaries {
|
|
|
8157
8195
|
OPEN_CONTACTPERSON_ACCOUNT: string;
|
|
8158
8196
|
OPEN_CONTACTPERSON_SUPPLIER: string;
|
|
8159
8197
|
OPEN_CONVERSION_ARTICLE: string;
|
|
8198
|
+
OPEN_CUSTOMER_ORDERS: string;
|
|
8160
8199
|
OPEN_EMPLOYEE_DETAILS: string;
|
|
8161
8200
|
OPEN_EMPLOYEE_EMPLOYER: string;
|
|
8162
8201
|
OPEN_EXTRA: string;
|
|
@@ -8183,6 +8222,7 @@ export declare class Dictionaries {
|
|
|
8183
8222
|
OPEN_RELATION_MANAGEMENT: string;
|
|
8184
8223
|
OPEN_SALES_OVERVIEW: string;
|
|
8185
8224
|
OPEN_SHOPPING_CART: string;
|
|
8225
|
+
OPEN_STOCK_DETAILS: string;
|
|
8186
8226
|
ORDER_CANNOT_BE_COMPLETELY_ACCEPTED: string;
|
|
8187
8227
|
ORDER_CODE: string;
|
|
8188
8228
|
UNKNOWN_ADDRESS_CHECK_IT: string;
|
|
@@ -8201,6 +8241,7 @@ export declare class Dictionaries {
|
|
|
8201
8241
|
UNTILL: string;
|
|
8202
8242
|
UPDATE_ALL_SEARCH_INDEXES: string;
|
|
8203
8243
|
UPDATE_ALL_SEARCH_INDEXES_FAST: string;
|
|
8244
|
+
UPDATE_ARTICLES: string;
|
|
8204
8245
|
UPDATE_ARTICLE_PRICE: string;
|
|
8205
8246
|
UPDATE_CONTAINER: string;
|
|
8206
8247
|
UPDATE_DATE: string;
|
|
@@ -8306,6 +8347,7 @@ export declare class Dictionaries {
|
|
|
8306
8347
|
WAREHOUSE_REQUIRED: string;
|
|
8307
8348
|
WARNING: string;
|
|
8308
8349
|
WARNING_MESSAGE_DELETE_NOTIFICATION_LINKS: string;
|
|
8350
|
+
PERCEPTIBLE_STORAGE: string;
|
|
8309
8351
|
PURCHASE_CONFIRMATION_IMPORT: string;
|
|
8310
8352
|
PURCHASE_DATE: string;
|
|
8311
8353
|
PURCHASE_DESCRIPTION: string;
|
|
@@ -8550,7 +8592,10 @@ export declare class Dictionaries {
|
|
|
8550
8592
|
ORDER_CONFIRMATION_INBOX_ALL: string;
|
|
8551
8593
|
ORDER_COPIED: string;
|
|
8552
8594
|
ORDER_COPIED_PURCHASE: string;
|
|
8595
|
+
ORDER_COPIED_PURCHASE_ORDER: string;
|
|
8553
8596
|
ORDER_COPIED_RETAIL: string;
|
|
8597
|
+
ORDER_COPIED_RETAIL_ORDER: string;
|
|
8598
|
+
ORDER_COPIED_RETAIL_OFFER_ORDER: string;
|
|
8554
8599
|
ORDER_COPIED_SERVICE: string;
|
|
8555
8600
|
ORDER_DATA: string;
|
|
8556
8601
|
ORDER_DATE: string;
|
|
@@ -8600,7 +8645,9 @@ export declare class Dictionaries {
|
|
|
8600
8645
|
OUTSTANDING_AMOUNTS_BOOKINGS: string;
|
|
8601
8646
|
OUTSTANDING_AMOUNTS_CUSTOMERS: string;
|
|
8602
8647
|
OUTSTANDING_AMOUNTS_SUPPLIERS: string;
|
|
8648
|
+
OUTSTANDING_AMOUNTS_TYPE: string;
|
|
8603
8649
|
OUTSTANDING_AMOUNT_CURRENCY: string;
|
|
8650
|
+
OUTSTANDING_AND_PAID_OFF: string;
|
|
8604
8651
|
OUTSTANDING_DEPOSIT_PAYMENTS: string;
|
|
8605
8652
|
OUTSTANDING_ENTRIES: string;
|
|
8606
8653
|
OUTSTANDING_ENTRIES_INTEGRATION: string;
|
|
@@ -8926,6 +8973,9 @@ export declare class Dictionaries {
|
|
|
8926
8973
|
LENGTH: string;
|
|
8927
8974
|
LENGTH_DEPTH: string;
|
|
8928
8975
|
LESS: string;
|
|
8976
|
+
LESS_THEN_30: string;
|
|
8977
|
+
BETWEEN_30_AND_60: string;
|
|
8978
|
+
MORE_THEN_60: string;
|
|
8929
8979
|
LETTERS: string;
|
|
8930
8980
|
LEVEL: string;
|
|
8931
8981
|
LEVEL2: string;
|
|
@@ -9081,6 +9131,7 @@ export declare class Dictionaries {
|
|
|
9081
9131
|
DELIVERY_DATE_DEF: string;
|
|
9082
9132
|
DELIVERY_DATE_DEFINITE: string;
|
|
9083
9133
|
DELIVERY_DATE_DEFINITIVE: string;
|
|
9134
|
+
DELIVERY_DATE_SUPPLIER: string;
|
|
9084
9135
|
SUMMARY: string;
|
|
9085
9136
|
SUMMON: string;
|
|
9086
9137
|
SUM_INCLUDING_VAT: string;
|
|
@@ -9102,6 +9153,7 @@ export declare class Dictionaries {
|
|
|
9102
9153
|
SUPPLIERNAME: string;
|
|
9103
9154
|
SUPPLIERNO: string;
|
|
9104
9155
|
SUPPLIERNR: string;
|
|
9156
|
+
SUPPLIERNR_ARTICLE: string;
|
|
9105
9157
|
SUPPLIERS: string;
|
|
9106
9158
|
SUPPLIER_BLOCKED: string;
|
|
9107
9159
|
SUPPLIER_BLOCKED2: string;
|
|
@@ -9295,6 +9347,7 @@ export declare class Dictionaries {
|
|
|
9295
9347
|
PACKING_SLIP_NR: string;
|
|
9296
9348
|
PAGE: string;
|
|
9297
9349
|
PAID: string;
|
|
9350
|
+
PAID2: string;
|
|
9298
9351
|
PAID_DOWN: string;
|
|
9299
9352
|
PAID_DOWN2: string;
|
|
9300
9353
|
PAID_ITEMS: string;
|
|
@@ -9725,6 +9778,7 @@ export declare class Dictionaries {
|
|
|
9725
9778
|
MESSAGE_ERROR_NO_EMAIL: string;
|
|
9726
9779
|
MESSAGE_ERROR_OC_RETRIEVAL: string;
|
|
9727
9780
|
MESSAGE_ERROR_PASSWORD: string;
|
|
9781
|
+
DATA_AND_PREFERENCES: string;
|
|
9728
9782
|
};
|
|
9729
9783
|
text_fr: {
|
|
9730
9784
|
CHARACTERISTIC: string;
|
|
@@ -10844,6 +10898,7 @@ export declare class Dictionaries {
|
|
|
10844
10898
|
ABILITY_TO_WORK: string;
|
|
10845
10899
|
ABOUT_DATA: string;
|
|
10846
10900
|
ABOUT_PREFIX: string;
|
|
10901
|
+
ABOUT_ORDER: string;
|
|
10847
10902
|
ABROAD_PERFORMANCE: string;
|
|
10848
10903
|
ABSENCE: string;
|
|
10849
10904
|
ABSENCEFILE: string;
|
|
@@ -11713,6 +11768,7 @@ export declare class Dictionaries {
|
|
|
11713
11768
|
ALLOWED_CHANGES: string;
|
|
11714
11769
|
ALLOW_OPEN_ABSENCEFILE: string;
|
|
11715
11770
|
ALLOW_PART_DELIVERY: string;
|
|
11771
|
+
ALLOW_PONTO_CONNECTION: string;
|
|
11716
11772
|
ALLOW_ROTATION: string;
|
|
11717
11773
|
ALLOW_SIDEBAR: string;
|
|
11718
11774
|
ALLOW_STORAGE_DECOUPLING: string;
|
|
@@ -11775,6 +11831,7 @@ export declare class Dictionaries {
|
|
|
11775
11831
|
AMOUNTS_TYPE: string;
|
|
11776
11832
|
AMOUNT_ALLOCATED: string;
|
|
11777
11833
|
AMOUNT_AVAILABLE: string;
|
|
11834
|
+
AMOUNT_AVAILABLE2: string;
|
|
11778
11835
|
AMOUNT_CANNOT_BE_LESS_THAN_ORDERED_OR_INVOICED: string;
|
|
11779
11836
|
AMOUNT_CANNOT_BE_MORE_THAN_ORDERED_OR_INVOICED: string;
|
|
11780
11837
|
AMOUNT_CANNOT_BE_ZERO_OR_EMPTY: string;
|
|
@@ -11911,6 +11968,7 @@ export declare class Dictionaries {
|
|
|
11911
11968
|
ARTICLE_DATA: string;
|
|
11912
11969
|
ARTICLE_DESCRIPTION: string;
|
|
11913
11970
|
ARTICLE_DETAILS: string;
|
|
11971
|
+
ARTICLE_FILTER: string;
|
|
11914
11972
|
ARTICLE_FILTER_AUTO_UPDATE_OFF: string;
|
|
11915
11973
|
ARTICLE_FILTER_AUTO_UPDATE_ON: string;
|
|
11916
11974
|
ARTICLE_FORMULA: string;
|
|
@@ -12366,6 +12424,7 @@ export declare class Dictionaries {
|
|
|
12366
12424
|
CATALOG_EDITION: string;
|
|
12367
12425
|
CATALOG_FILE_NAME: string;
|
|
12368
12426
|
CATALOG_MANAGEMENT: string;
|
|
12427
|
+
CATALOG_TYPES: string;
|
|
12369
12428
|
CATEGORIES: string;
|
|
12370
12429
|
CATEGORY: string;
|
|
12371
12430
|
CATEGORY_NR: string;
|
|
@@ -12600,6 +12659,7 @@ export declare class Dictionaries {
|
|
|
12600
12659
|
COLLAPSE_ALL: string;
|
|
12601
12660
|
COLLATE_ORDERFORMS: string;
|
|
12602
12661
|
COLLECT: string;
|
|
12662
|
+
COLLECTION: string;
|
|
12603
12663
|
COLLECTION_CODE: string;
|
|
12604
12664
|
COLLECTION_CODE_CATEGORIES: string;
|
|
12605
12665
|
COLLECTION_LIST: string;
|
|
@@ -12612,6 +12672,7 @@ export declare class Dictionaries {
|
|
|
12612
12672
|
COLORS: string;
|
|
12613
12673
|
COLORS_SELECTED: string;
|
|
12614
12674
|
COLOR_DESC: string;
|
|
12675
|
+
COLOUR: string;
|
|
12615
12676
|
COLUMN: string;
|
|
12616
12677
|
COLUMNS: string;
|
|
12617
12678
|
COLUMN_BALANCE: string;
|
|
@@ -12702,6 +12763,7 @@ export declare class Dictionaries {
|
|
|
12702
12763
|
CONFIGURATION_COMPLETE: string;
|
|
12703
12764
|
CONFIGURATION_NOT_FINISHED_YET: string;
|
|
12704
12765
|
CONFIGURATION_OVERVIEW: string;
|
|
12766
|
+
CONFIGURATION_PRESET: string;
|
|
12705
12767
|
CONFIGURATION_YOURS: string;
|
|
12706
12768
|
CONFIGURATOR_TEST: string;
|
|
12707
12769
|
CONFIGURE: string;
|
|
@@ -12727,6 +12789,7 @@ export declare class Dictionaries {
|
|
|
12727
12789
|
CONFIRMATION_NO: string;
|
|
12728
12790
|
CONFIRMATION_STATE: string;
|
|
12729
12791
|
CONFIRMED: string;
|
|
12792
|
+
CONFIRMED_AMOUNT: string;
|
|
12730
12793
|
CONFIRMED_ARRIVAL_DATA: string;
|
|
12731
12794
|
CONFIRMED_DATE: string;
|
|
12732
12795
|
CONFIRMED_DELIVERY_DATA: string;
|
|
@@ -12832,6 +12895,7 @@ export declare class Dictionaries {
|
|
|
12832
12895
|
CONTRACT_TYPE: string;
|
|
12833
12896
|
CONTRA_ACCOUNT: string;
|
|
12834
12897
|
CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
|
|
12898
|
+
CONTRA_VAT: string;
|
|
12835
12899
|
CONTRIBUTION_EMPLOYER: string;
|
|
12836
12900
|
CONTROLLED: string;
|
|
12837
12901
|
CONTROL_ORDER_PICKING: string;
|
|
@@ -12864,6 +12928,7 @@ export declare class Dictionaries {
|
|
|
12864
12928
|
COPY_SALES_ORDER: string;
|
|
12865
12929
|
COPY_SALES_QUOTATION_ORDER: string;
|
|
12866
12930
|
COPY_SERVICE_ORDER: string;
|
|
12931
|
+
COPY_LINE: string;
|
|
12867
12932
|
COPY_LINK_TO_CLIPBOARD: string;
|
|
12868
12933
|
COPY_TO_CLIPBOARD: string;
|
|
12869
12934
|
COPY_TREE: string;
|
|
@@ -13061,6 +13126,7 @@ export declare class Dictionaries {
|
|
|
13061
13126
|
DASHBOARD_CONFIGURE_START: string;
|
|
13062
13127
|
DASHBOARD_NEW_TILE: string;
|
|
13063
13128
|
DATA: string;
|
|
13129
|
+
DATA_AND_PREFERENCES: string;
|
|
13064
13130
|
DATABASE_DUMP: string;
|
|
13065
13131
|
DATABASE_DUMP_ACTIVE: string;
|
|
13066
13132
|
DATABASE_DUMP_BUSY_OTHER_JOB: string;
|
|
@@ -13210,6 +13276,7 @@ export declare class Dictionaries {
|
|
|
13210
13276
|
DELETE_COMPOSITION_QUESTION: string;
|
|
13211
13277
|
DELETE_CONDITION: string;
|
|
13212
13278
|
DELETE_CONFIG: string;
|
|
13279
|
+
DELETE_CUSTOMER_WIL_DELETE_TRANSACTION: string;
|
|
13213
13280
|
DELETE_DEFINITIVE: string;
|
|
13214
13281
|
DELETE_DROPSHIPMENT_INFO: string;
|
|
13215
13282
|
DELETE_EXPORT_CATALOG: string;
|
|
@@ -13283,8 +13350,8 @@ export declare class Dictionaries {
|
|
|
13283
13350
|
DELIVERY_DATE_ASKED: string;
|
|
13284
13351
|
DELIVERY_DATE_CALCULATED: string;
|
|
13285
13352
|
DELIVERY_DATE_CONFIRMATION_FROM_EARLY: string;
|
|
13286
|
-
DELIVERY_DATE_CONFIRMED2: string;
|
|
13287
13353
|
DELIVERY_DATE_CONFIRMED: string;
|
|
13354
|
+
DELIVERY_DATE_CONFIRMED2: string;
|
|
13288
13355
|
DELIVERY_DATE_CONFIRMED_AND_WILL_REMAIN_THE_SAME: string;
|
|
13289
13356
|
DELIVERY_DATE_DEF: string;
|
|
13290
13357
|
DELIVERY_DATE_DEFINITE: string;
|
|
@@ -13298,6 +13365,7 @@ export declare class Dictionaries {
|
|
|
13298
13365
|
DELIVERY_DATE_PREGNANT: string;
|
|
13299
13366
|
DELIVERY_DATE_PURCHASE: string;
|
|
13300
13367
|
DELIVERY_DATE_SALES: string;
|
|
13368
|
+
DELIVERY_DATE_SUPPLIER: string;
|
|
13301
13369
|
DELIVERY_DAYS: string;
|
|
13302
13370
|
DELIVERY_DELAY: string;
|
|
13303
13371
|
DELIVERY_DELAY_UNIT: string;
|
|
@@ -13528,6 +13596,7 @@ export declare class Dictionaries {
|
|
|
13528
13596
|
DROPSHIPMENT_INFO: string;
|
|
13529
13597
|
DROPSHIPMENT_POSSIBLE: string;
|
|
13530
13598
|
DROPSHIPPING_ADDRESS_CURRENT_ORDER: string;
|
|
13599
|
+
DROPZONE_TEXT: string;
|
|
13531
13600
|
DROP_ZONE_DOCUMENTS: string;
|
|
13532
13601
|
DROP_ZONE_IMAGES: string;
|
|
13533
13602
|
DROP_ZONE_SALARY_INFO: string;
|
|
@@ -13990,6 +14059,7 @@ export declare class Dictionaries {
|
|
|
13990
14059
|
FILTERS: string;
|
|
13991
14060
|
FILTER_DETERMINED: string;
|
|
13992
14061
|
FILTER_LINES: string;
|
|
14062
|
+
FILTER_MAIN_ARTICLE: string;
|
|
13993
14063
|
FILTER_MANAGER_OBJECT: string;
|
|
13994
14064
|
FILTER_MANAGER_ONE_SETUP_NEEDED: string;
|
|
13995
14065
|
FINAL_BALANCE: string;
|
|
@@ -14178,6 +14248,7 @@ export declare class Dictionaries {
|
|
|
14178
14248
|
GIFTCARD_NUMBER_DOES_NOT_EXIST: string;
|
|
14179
14249
|
GIFTCARD_NUMBER_EXISTS: string;
|
|
14180
14250
|
GIFT_CARD: string;
|
|
14251
|
+
GIFT_VOUCHER: string;
|
|
14181
14252
|
GLN: string;
|
|
14182
14253
|
GLOBAL_LINE_DISCOUNT: string;
|
|
14183
14254
|
GOLD_MEDAL: string;
|
|
@@ -14223,6 +14294,7 @@ export declare class Dictionaries {
|
|
|
14223
14294
|
GUARANTEE_PURCHASE: string;
|
|
14224
14295
|
GUARANTEE_SALES: string;
|
|
14225
14296
|
GZVD: string;
|
|
14297
|
+
HOMEDECORATOR: string;
|
|
14226
14298
|
H3DADDADJUST: string;
|
|
14227
14299
|
H3DBRANDID: string;
|
|
14228
14300
|
H3DBRANDNAME: string;
|
|
@@ -14231,6 +14303,7 @@ export declare class Dictionaries {
|
|
|
14231
14303
|
H3DCONNTARGETS: string;
|
|
14232
14304
|
H3DDEFAULT: string;
|
|
14233
14305
|
H3DGAMEOBJECT: string;
|
|
14306
|
+
H3DGENERALGAMEOBJECT: string;
|
|
14234
14307
|
H3DID: string;
|
|
14235
14308
|
H3DLINK: string;
|
|
14236
14309
|
H3DLINK_ORDERED: string;
|
|
@@ -14267,6 +14340,7 @@ export declare class Dictionaries {
|
|
|
14267
14340
|
HD_DELETE_QUESTION: string;
|
|
14268
14341
|
HD_ORDER_DEFINITIVE: string;
|
|
14269
14342
|
HD_UNABLE_TO_REMOVE_PROJECT: string;
|
|
14343
|
+
HDECO_GENERIC_GAMEOBJECT: string;
|
|
14270
14344
|
HEADER: string;
|
|
14271
14345
|
HEADER_ACTIVE: string;
|
|
14272
14346
|
HEADER_DEFINITIVE: string;
|
|
@@ -14301,6 +14375,7 @@ export declare class Dictionaries {
|
|
|
14301
14375
|
HISTORICAL_SEARCH: string;
|
|
14302
14376
|
HISTORIC_ACTIVITIES: string;
|
|
14303
14377
|
HISTORIC_ADDRESSES: string;
|
|
14378
|
+
HISTORIC_ACTIVITY_CHAT: string;
|
|
14304
14379
|
HISTORY: string;
|
|
14305
14380
|
HISTORY_INTERBRANCH_DEFAULT: string;
|
|
14306
14381
|
HISTORY_POS_DEFAULT: string;
|
|
@@ -14700,6 +14775,9 @@ export declare class Dictionaries {
|
|
|
14700
14775
|
LENGTH: string;
|
|
14701
14776
|
LENGTH_DEPTH: string;
|
|
14702
14777
|
LESS: string;
|
|
14778
|
+
LESS_THEN_30: string;
|
|
14779
|
+
BETWEEN_30_AND_60: string;
|
|
14780
|
+
MORE_THEN_60: string;
|
|
14703
14781
|
LETTERS: string;
|
|
14704
14782
|
LEVEL2: string;
|
|
14705
14783
|
LEVEL: string;
|
|
@@ -14765,6 +14843,7 @@ export declare class Dictionaries {
|
|
|
14765
14843
|
LOAD_ALL_NODES: string;
|
|
14766
14844
|
LOAD_DEFAULT_REPORTS: string;
|
|
14767
14845
|
LOAD_LINES: string;
|
|
14846
|
+
LOAD_PONTO_TRANSACTIONS: string;
|
|
14768
14847
|
LOAD_TRANSACTION: string;
|
|
14769
14848
|
LOC: string;
|
|
14770
14849
|
LOCAL_CASH_DRAWER_COMM_PORT: string;
|
|
@@ -14773,6 +14852,7 @@ export declare class Dictionaries {
|
|
|
14773
14852
|
LOCATIONS: string;
|
|
14774
14853
|
LOCATION_ADVICE: string;
|
|
14775
14854
|
LOCATION_FROM: string;
|
|
14855
|
+
LOCATION_INVENTORY: string;
|
|
14776
14856
|
LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE: string;
|
|
14777
14857
|
LOCATION_NOT_EDITABLE: string;
|
|
14778
14858
|
LOCATION_NOT_SAME_AS_ROW: string;
|
|
@@ -14878,8 +14958,10 @@ export declare class Dictionaries {
|
|
|
14878
14958
|
MATCHED_LINES: string;
|
|
14879
14959
|
MATCH_REFERENCE: string;
|
|
14880
14960
|
MATERIAL: string;
|
|
14961
|
+
MATERIAL_GENERIC: string;
|
|
14881
14962
|
MATERIALS: string;
|
|
14882
14963
|
MATERIAL_CODE: string;
|
|
14964
|
+
MATERIAL_TYPE: string;
|
|
14883
14965
|
MATURETIES: string;
|
|
14884
14966
|
MAX: string;
|
|
14885
14967
|
MAXIMUM_DISCOUNT: string;
|
|
@@ -15121,6 +15203,7 @@ export declare class Dictionaries {
|
|
|
15121
15203
|
MESSAGE_KIND: string;
|
|
15122
15204
|
MESSAGE_LICENCE_EXPIRES_MONTH: string;
|
|
15123
15205
|
MESSAGE_LICENSE_EXPIRED: string;
|
|
15206
|
+
MESSAGE_LOGGED_CLIENT_FAILURE: string;
|
|
15124
15207
|
MESSAGE_LOGGED_IN: string;
|
|
15125
15208
|
MESSAGE_LOGIN_FAILURE2: string;
|
|
15126
15209
|
MESSAGE_LOGIN_FAILURE: string;
|
|
@@ -15327,6 +15410,7 @@ export declare class Dictionaries {
|
|
|
15327
15410
|
MY_ABSENCEFILES: string;
|
|
15328
15411
|
MY_CLIENTDATA: string;
|
|
15329
15412
|
MY_EMPLOYERS: string;
|
|
15413
|
+
MY_PLANNING: string;
|
|
15330
15414
|
MY_ORDERS: string;
|
|
15331
15415
|
MY_SERVICES: string;
|
|
15332
15416
|
MY_SERVICE_REQUESTS: string;
|
|
@@ -15351,6 +15435,7 @@ export declare class Dictionaries {
|
|
|
15351
15435
|
NEEDS_FIELDNAME: string;
|
|
15352
15436
|
NEEDS_INVOICE: string;
|
|
15353
15437
|
NEEDS_PLANNING: string;
|
|
15438
|
+
NEED_REGISTER_DRAWER_MESSAGE: string;
|
|
15354
15439
|
NEEDS_VALID_CONDITION: string;
|
|
15355
15440
|
NEEDS_VALUE: string;
|
|
15356
15441
|
NEED_HELP: string;
|
|
@@ -15427,6 +15512,7 @@ export declare class Dictionaries {
|
|
|
15427
15512
|
NEW_STATUS: string;
|
|
15428
15513
|
NEW_STOCK: string;
|
|
15429
15514
|
NEW_STOCK_LINE: string;
|
|
15515
|
+
CHANGE_STOCK_LINE: string;
|
|
15430
15516
|
NEW_STOREROOM: string;
|
|
15431
15517
|
NEW_TRANSACTION: string;
|
|
15432
15518
|
NEW_USER_ACCOUNT_MESSAGE: string;
|
|
@@ -15439,6 +15525,7 @@ export declare class Dictionaries {
|
|
|
15439
15525
|
NEXT_ORDER: string;
|
|
15440
15526
|
NEXT_PAGE: string;
|
|
15441
15527
|
NEXT_SLASH_FINISH: string;
|
|
15528
|
+
NEXT_STATE: string;
|
|
15442
15529
|
NEXT_VERSION: string;
|
|
15443
15530
|
NEXT_WEEK: string;
|
|
15444
15531
|
NIGHT_ROUTINE: string;
|
|
@@ -15449,6 +15536,8 @@ export declare class Dictionaries {
|
|
|
15449
15536
|
NON_CURRENT_LIABILITIES: string;
|
|
15450
15537
|
NORMAL: string;
|
|
15451
15538
|
NORMAL_3D: string;
|
|
15539
|
+
NOT_POSSIBLE_TO_CREATE_OR_EDIT_GIFT_VOUCHERS_HERE: string;
|
|
15540
|
+
NOT_POSSIBLE_TO_CREATE_PROMO_VOUCHERS_HERE: string;
|
|
15452
15541
|
NOTHING: string;
|
|
15453
15542
|
NOTHING_ALLOCATED: string;
|
|
15454
15543
|
NOTHING_CONFIRMED: string;
|
|
@@ -15531,6 +15620,7 @@ export declare class Dictionaries {
|
|
|
15531
15620
|
NOVEMBER: string;
|
|
15532
15621
|
NOW: string;
|
|
15533
15622
|
NOW_AVAILABLE: string;
|
|
15623
|
+
NO_ACCOUNT_YET: string;
|
|
15534
15624
|
NO_ACTION: string;
|
|
15535
15625
|
NO_ACTIVE_WORKFLOWS: string;
|
|
15536
15626
|
NO_ACTIVE_WORKFLOW_FOR_TASK: string;
|
|
@@ -15540,6 +15630,7 @@ export declare class Dictionaries {
|
|
|
15540
15630
|
NO_ARRIVAL_DATE: string;
|
|
15541
15631
|
NO_ARTICLE: string;
|
|
15542
15632
|
NO_ARTICLES_ALLOWED_ON_GROUPED_OPT: string;
|
|
15633
|
+
NO_ARTICLE_FILTER_POSSIBLE: string;
|
|
15543
15634
|
NO_ART_POSSIBLE: string;
|
|
15544
15635
|
NO_CELLPHONE_NUMBER_FOR_THIS_RELATION2: string;
|
|
15545
15636
|
NO_CELLPHONE_NUMBER_FOR_THIS_RELATION: string;
|
|
@@ -15634,6 +15725,9 @@ export declare class Dictionaries {
|
|
|
15634
15725
|
NO_REPORT_DATA: string;
|
|
15635
15726
|
NO_RESULTS: string;
|
|
15636
15727
|
NO_RESULTS_FOUND: string;
|
|
15728
|
+
NO_SEARCH_RESULTS_HEADER: string;
|
|
15729
|
+
NO_SEARCH_RESULTS_TEXT: string;
|
|
15730
|
+
NO_SEARCH_RESULTS_CONTENT: string;
|
|
15637
15731
|
NO_RETOUR_POSSIBLE: string;
|
|
15638
15732
|
NO_RETURNS: string;
|
|
15639
15733
|
NO_RETURN_WAREHOUSE: string;
|
|
@@ -15741,6 +15835,8 @@ export declare class Dictionaries {
|
|
|
15741
15835
|
ONE_OF_FOLLOWING_APPLICABLE: string;
|
|
15742
15836
|
ONE_PAGE_PER_SORT: string;
|
|
15743
15837
|
ONE_PURCHASEORDER: string;
|
|
15838
|
+
ONE_OR_MORE_LEDGERACCOUNTS_REJECTED: string;
|
|
15839
|
+
ONE_OR_MORE_LINES_WITHOUT_LEDGERACCOUNT_ID: string;
|
|
15744
15840
|
ONLY_ACHIEVABLE: string;
|
|
15745
15841
|
ONLY_ADD_ALL_FROM_ONE_CONDITION: string;
|
|
15746
15842
|
ONLY_ADD_EVERYTHING_FROM_ONE_CONDITION: string;
|
|
@@ -15764,6 +15860,8 @@ export declare class Dictionaries {
|
|
|
15764
15860
|
ONLY_ONE_SEQUEL_ARTICLE_ALLOWED: string;
|
|
15765
15861
|
ONLY_OPTIONS_ALLOWED: string;
|
|
15766
15862
|
ONLY_OPTIONVALUES_ALLOWED: string;
|
|
15863
|
+
ONLY_OUTSTANDING: string;
|
|
15864
|
+
ONLY_PAID_OFF: string;
|
|
15767
15865
|
ONLY_PARTIAL_DELVERIES: string;
|
|
15768
15866
|
ONLY_PLANNED_LINES: string;
|
|
15769
15867
|
ONLY_PLANNING_REQUEST: string;
|
|
@@ -15793,6 +15891,8 @@ export declare class Dictionaries {
|
|
|
15793
15891
|
OPEN_CONTACTPERSON_ACCOUNT: string;
|
|
15794
15892
|
OPEN_CONTACTPERSON_SUPPLIER: string;
|
|
15795
15893
|
OPEN_CONVERSION_ARTICLE: string;
|
|
15894
|
+
OPEN_CUSTOMER_ORDERS: string;
|
|
15895
|
+
OPEN_DRAWER_NO_PRINTER_MESSAGE: string;
|
|
15796
15896
|
OPEN_EMPLOYEE_DETAILS: string;
|
|
15797
15897
|
OPEN_EMPLOYEE_EMPLOYER: string;
|
|
15798
15898
|
OPEN_EXTRA: string;
|
|
@@ -15819,6 +15919,8 @@ export declare class Dictionaries {
|
|
|
15819
15919
|
OPEN_RELATION_MANAGEMENT: string;
|
|
15820
15920
|
OPEN_SALES_OVERVIEW: string;
|
|
15821
15921
|
OPEN_SHOPPING_CART: string;
|
|
15922
|
+
OPEN_STOCK_DETAILS: string;
|
|
15923
|
+
PERCEPTIBLE_STORAGE: string;
|
|
15822
15924
|
OPEN_TASK: string;
|
|
15823
15925
|
OPEN_TEXT: string;
|
|
15824
15926
|
OPEN_WEBVIEW_FAILED_NO_EXTSOURCE: string;
|
|
@@ -15885,7 +15987,10 @@ export declare class Dictionaries {
|
|
|
15885
15987
|
ORDER_CONFIRMATION_INBOX_ALL: string;
|
|
15886
15988
|
ORDER_CONFIRMATIONS: string;
|
|
15887
15989
|
ORDER_COPIED_PURCHASE: string;
|
|
15990
|
+
ORDER_COPIED_PURCHASE_ORDER: string;
|
|
15888
15991
|
ORDER_COPIED_RETAIL: string;
|
|
15992
|
+
ORDER_COPIED_RETAIL_ORDER: string;
|
|
15993
|
+
ORDER_COPIED_RETAIL_OFFER_ORDER: string;
|
|
15889
15994
|
ORDER_COPIED_SERVICE: string;
|
|
15890
15995
|
ORDER_DATA: string;
|
|
15891
15996
|
ORDER_DATE: string;
|
|
@@ -15990,6 +16095,8 @@ export declare class Dictionaries {
|
|
|
15990
16095
|
OUTSTANDING_AMOUNTS_BOOKINGS: string;
|
|
15991
16096
|
OUTSTANDING_AMOUNTS_CUSTOMERS: string;
|
|
15992
16097
|
OUTSTANDING_AMOUNTS_SUPPLIERS: string;
|
|
16098
|
+
OUTSTANDING_AND_PAID_OFF: string;
|
|
16099
|
+
OUTSTANDING_AMOUNTS_TYPE: string;
|
|
15993
16100
|
OUTSTANDING_DEPOSIT_PAYMENTS: string;
|
|
15994
16101
|
OUTSTANDING_ENTRIES: string;
|
|
15995
16102
|
OUTSTANDING_ENTRIES_INTEGRATION: string;
|
|
@@ -16029,6 +16136,7 @@ export declare class Dictionaries {
|
|
|
16029
16136
|
PACKING_SLIP_NR: string;
|
|
16030
16137
|
PAGE: string;
|
|
16031
16138
|
PAID: string;
|
|
16139
|
+
PAID2: string;
|
|
16032
16140
|
PAID_DOWN2: string;
|
|
16033
16141
|
PAID_DOWN: string;
|
|
16034
16142
|
PAID_ITEMS: string;
|
|
@@ -16112,6 +16220,7 @@ export declare class Dictionaries {
|
|
|
16112
16220
|
PAYMENT_DESCRIPTION: string;
|
|
16113
16221
|
PAYMENT_DISCOUNT: string;
|
|
16114
16222
|
PAYMENT_EXECUTED: string;
|
|
16223
|
+
PAYMENT_HISTORY: string;
|
|
16115
16224
|
PAYMENT_ID: string;
|
|
16116
16225
|
PAYMENT_INFO: string;
|
|
16117
16226
|
PAYMENT_INFORMATION: string;
|
|
@@ -16240,6 +16349,7 @@ export declare class Dictionaries {
|
|
|
16240
16349
|
PLAN_RESTRICTED: string;
|
|
16241
16350
|
PLAN_RESTRICT_USERS: string;
|
|
16242
16351
|
PLAN_YOUR_DELIVERY: string;
|
|
16352
|
+
PLEASE_ADD_AT_LEAST_ONE_ADDRESS: string;
|
|
16243
16353
|
PLEASE_ADJUST_SUPPLIER_ON_ARTICLE_LEVEL: string;
|
|
16244
16354
|
PLEASE_CLOSE_HTML_EDITOR: string;
|
|
16245
16355
|
PLEASE_CLOSE_MODULE_AND_TRY_AGAIN: string;
|
|
@@ -16247,6 +16357,7 @@ export declare class Dictionaries {
|
|
|
16247
16357
|
PLEASE_FILL_HANDLED_BY: string;
|
|
16248
16358
|
PLEASE_FILL_PAYMENT_CONDITION: string;
|
|
16249
16359
|
PLEASE_FILL_REQUIRED: string;
|
|
16360
|
+
PLEASE_FILL_TARGETS: string;
|
|
16250
16361
|
PLEASE_LOCK_ORIGIN_TARGET_DAY: string;
|
|
16251
16362
|
PLEASE_LOCK_ORIGIN_TARGET_TRUCK: string;
|
|
16252
16363
|
PLEASE_SELECT_COUNTRY_ADDRESS: string;
|
|
@@ -16298,6 +16409,12 @@ export declare class Dictionaries {
|
|
|
16298
16409
|
PREFERRED_CONTACTOPTION: string;
|
|
16299
16410
|
PREFERRED_DATE: string;
|
|
16300
16411
|
PREFERRED_DELIVERY_DATE: string;
|
|
16412
|
+
PREFERRED_DELIVERY_DATE_HEADER: string;
|
|
16413
|
+
PREFERRED_DELIVERY_DATE_DESCRIPTION: string;
|
|
16414
|
+
PREFERRED_DELIVERY_DATE_DISCLAIMER_HEADER: string;
|
|
16415
|
+
PREFERRED_DELIVERY_DATE_DISCLAIMER_DESCRIPTION: string;
|
|
16416
|
+
PREFERRED_DELIVERY_DATE_LOAD_MORE: string;
|
|
16417
|
+
PREFERRED_DELIVERY_DATE_CONFIRM: string;
|
|
16301
16418
|
PREFERRED_NAME_HANDLING: string;
|
|
16302
16419
|
PREFFERED_DELIVERY_MOMENT: string;
|
|
16303
16420
|
PREFIX2: string;
|
|
@@ -16590,6 +16707,7 @@ export declare class Dictionaries {
|
|
|
16590
16707
|
PROJECT_CODE: string;
|
|
16591
16708
|
PROJECT_CODES: string;
|
|
16592
16709
|
PROJECTNR: string;
|
|
16710
|
+
PROMOTION_VOUCHER: string;
|
|
16593
16711
|
PROMOTIONS: string;
|
|
16594
16712
|
PROMOTION_RULES: string;
|
|
16595
16713
|
PROMPT_GENERATE_ALL_SEO_VALUES: string;
|
|
@@ -16678,6 +16796,7 @@ export declare class Dictionaries {
|
|
|
16678
16796
|
QR_CODE_SCANNER: string;
|
|
16679
16797
|
QR_SCAN: string;
|
|
16680
16798
|
QUANTITY: string;
|
|
16799
|
+
QUANTITY_ACCEPTED: string;
|
|
16681
16800
|
QUANTITY_CANNOT_BE_LESS_THAN_ALLOCATED: string;
|
|
16682
16801
|
QUANTITY_CANNOT_BE_LESS_THAN_DELIVERED: string;
|
|
16683
16802
|
QUANTITY_CANNOT_BE_LESS_THAN_INVOICED: string;
|
|
@@ -16769,6 +16888,8 @@ export declare class Dictionaries {
|
|
|
16769
16888
|
RECALCULATE_ALL_PRICES: string;
|
|
16770
16889
|
RECALCULATE_DELIVERYDATE_FOR_ALL_LINES: string;
|
|
16771
16890
|
RECALCULATE_DEPOSIT_AMOUNT: string;
|
|
16891
|
+
RECALCULATE_FOR_ALL_LOCATIONS: string;
|
|
16892
|
+
RECALCULATE_FOR_SINGLE_LOCATION: string;
|
|
16772
16893
|
RECALCULATE_TO_PAY_DOWN: string;
|
|
16773
16894
|
RECEIPT: string;
|
|
16774
16895
|
RECEIPT_DETAILS: string;
|
|
@@ -16998,6 +17119,7 @@ export declare class Dictionaries {
|
|
|
16998
17119
|
RESERVATION_PURCHASEORDER: string;
|
|
16999
17120
|
RESERVATION_STICKER: string;
|
|
17000
17121
|
RESERVED: string;
|
|
17122
|
+
RESET: string;
|
|
17001
17123
|
RESET_FILTER: string;
|
|
17002
17124
|
RESET_FILTERS: string;
|
|
17003
17125
|
RESET_GOOGLE_AUTHENTICATOR: string;
|
|
@@ -17158,6 +17280,7 @@ export declare class Dictionaries {
|
|
|
17158
17280
|
SALESORDER_ASC: string;
|
|
17159
17281
|
SALESORDER_DESC: string;
|
|
17160
17282
|
SALESORDER_DETAIL: string;
|
|
17283
|
+
SALES_TRANSACTION: string;
|
|
17161
17284
|
SALES_AMOUNT2: string;
|
|
17162
17285
|
SALES_AMOUNT: string;
|
|
17163
17286
|
SALES_AMOUNT_DECIM_NOT_COMPLIANT_W_SALES_UNIT: string;
|
|
@@ -17282,6 +17405,7 @@ export declare class Dictionaries {
|
|
|
17282
17405
|
SEARCH_MEMBER_NR: string;
|
|
17283
17406
|
SEARCH_PAYMENT_BATCH: string;
|
|
17284
17407
|
CREATE_PAYMENT_BATCH: string;
|
|
17408
|
+
CREATE_PONTO_INTEGRATION: string;
|
|
17285
17409
|
SEARCHING: string;
|
|
17286
17410
|
SEARCHRESULTS_FOR: string;
|
|
17287
17411
|
SEARCH_ADD_ARTICLE: string;
|
|
@@ -17347,6 +17471,7 @@ export declare class Dictionaries {
|
|
|
17347
17471
|
SEARCH_POSTAL_CODE: string;
|
|
17348
17472
|
SEARCH_PRICE_LIST: string;
|
|
17349
17473
|
SEARCH_PRODUCT: string;
|
|
17474
|
+
SEARCH_PROJECT_CODE: string;
|
|
17350
17475
|
SEARCH_PUBLISHED_ARTICLES: string;
|
|
17351
17476
|
SEARCH_PURCHASENUMBER: string;
|
|
17352
17477
|
SEARCH_PURCHASEPERSON: string;
|
|
@@ -17394,6 +17519,7 @@ export declare class Dictionaries {
|
|
|
17394
17519
|
SELECT_MEDICAL_OFFICER: string;
|
|
17395
17520
|
SELECTED: string;
|
|
17396
17521
|
SELECTED_ADDRESSES: string;
|
|
17522
|
+
SELECTED_BALANCE: string;
|
|
17397
17523
|
SELECTED_CASH_DRAWER: string;
|
|
17398
17524
|
SELECTED_CASH_REGISTER: string;
|
|
17399
17525
|
SELECTED_LINES_NOT_FOUND: string;
|
|
@@ -17645,6 +17771,7 @@ export declare class Dictionaries {
|
|
|
17645
17771
|
SHOW_LIST: string;
|
|
17646
17772
|
SHOW_MORE: string;
|
|
17647
17773
|
SHOW_ON_DASHBOARD: string;
|
|
17774
|
+
SHOW_ORDER: string;
|
|
17648
17775
|
SHOW_OPTION_PRICES: string;
|
|
17649
17776
|
SHOW_ORDERS_WITHOUT_LINES: string;
|
|
17650
17777
|
SHOW_OUTSTANDING_ENTRIES: string;
|
|
@@ -17654,6 +17781,7 @@ export declare class Dictionaries {
|
|
|
17654
17781
|
SHOW_RESULT: string;
|
|
17655
17782
|
SHOW_SELECTED_EXCEPTIONS_ONLY: string;
|
|
17656
17783
|
SHOW_SELECTION: string;
|
|
17784
|
+
SHOW_SERVICE: string;
|
|
17657
17785
|
SHOW_SIGNED_IN: string;
|
|
17658
17786
|
SHOW_SOME: string;
|
|
17659
17787
|
SHOW_STATUSBAR: string;
|
|
@@ -17692,6 +17820,7 @@ export declare class Dictionaries {
|
|
|
17692
17820
|
SIGN_DOCUMENT: string;
|
|
17693
17821
|
SIGN_DOCUMENTS: string;
|
|
17694
17822
|
SIGN_IN: string;
|
|
17823
|
+
SIGN_UP: string;
|
|
17695
17824
|
SILVER_MEDAL: string;
|
|
17696
17825
|
SINCE: string;
|
|
17697
17826
|
SINGLE: string;
|
|
@@ -17968,6 +18097,7 @@ export declare class Dictionaries {
|
|
|
17968
18097
|
SUPPLIERNAME: string;
|
|
17969
18098
|
SUPPLIERNO: string;
|
|
17970
18099
|
SUPPLIERNR: string;
|
|
18100
|
+
SUPPLIERNR_ARTICLE: string;
|
|
17971
18101
|
SUPPLIERS: string;
|
|
17972
18102
|
SUPPLIER_BLOCKED2: string;
|
|
17973
18103
|
SUPPLIER_BLOCKED: string;
|
|
@@ -18186,6 +18316,7 @@ export declare class Dictionaries {
|
|
|
18186
18316
|
TOTAL_TRANSACTION_DISCOUNT: string;
|
|
18187
18317
|
TOTAL_TURNOVER: string;
|
|
18188
18318
|
TOTAL_OUTSTANDING_AMOUNT: string;
|
|
18319
|
+
TOTAL_SELECTED_AMOUNT: string;
|
|
18189
18320
|
TOTAL_VALUE: string;
|
|
18190
18321
|
TOTAL_VAT_EXCLUDED: string;
|
|
18191
18322
|
TOTAL_WAGE: string;
|
|
@@ -18373,6 +18504,7 @@ export declare class Dictionaries {
|
|
|
18373
18504
|
TYPE_DESCRIPTION: string;
|
|
18374
18505
|
TYPE_DETAIL: string;
|
|
18375
18506
|
TYPE_OF_RATE: string;
|
|
18507
|
+
TYPE_ORDER_ADVICE: string;
|
|
18376
18508
|
TYPE_ORGAN_DONATION: string;
|
|
18377
18509
|
TYPE_OR_SEARCH_TEXT: string;
|
|
18378
18510
|
TYPE_TEXT: string;
|
|
@@ -18422,9 +18554,11 @@ export declare class Dictionaries {
|
|
|
18422
18554
|
UNTILL: string;
|
|
18423
18555
|
UPDATE_ALL_SEARCH_INDEXES: string;
|
|
18424
18556
|
UPDATE_ALL_SEARCH_INDEXES_FAST: string;
|
|
18557
|
+
UPDATE_ARTICLES: string;
|
|
18425
18558
|
UPDATE_ARTICLE_PRICE: string;
|
|
18426
18559
|
UPDATE_CONTAINER: string;
|
|
18427
18560
|
UPDATE_DATE: string;
|
|
18561
|
+
UPDATE_LOCATION_INVENTORY: string;
|
|
18428
18562
|
UPDATE_SEARCH_INDEXES: string;
|
|
18429
18563
|
UPDATE_SINGLE_SEARCH_INDEX: string;
|
|
18430
18564
|
UPDATE_STOCK: string;
|
|
@@ -18442,6 +18576,7 @@ export declare class Dictionaries {
|
|
|
18442
18576
|
USE: string;
|
|
18443
18577
|
USE_CLASSIFICATION: string;
|
|
18444
18578
|
USE_DEPOSIT_RULE: string;
|
|
18579
|
+
USE_GENERIC_GAMEOBJECT: string;
|
|
18445
18580
|
USED_COUPONS: string;
|
|
18446
18581
|
USED_IN: string;
|
|
18447
18582
|
USER: string;
|
|
@@ -18464,6 +18599,7 @@ export declare class Dictionaries {
|
|
|
18464
18599
|
USER_UNKNOWN: string;
|
|
18465
18600
|
USE_DEFAULTS: string;
|
|
18466
18601
|
USE_GOOGLE: string;
|
|
18602
|
+
USE_GENERAL_GAMEOBJECT: string;
|
|
18467
18603
|
USE_MIN_STOCK_CALC: string;
|
|
18468
18604
|
USE_OWN_ARTICLE_COUNTER: string;
|
|
18469
18605
|
USE_RECOMMENDED_PRICES: string;
|
|
@@ -18473,6 +18609,7 @@ export declare class Dictionaries {
|
|
|
18473
18609
|
USE_TIME_FROM_TIMER: string;
|
|
18474
18610
|
USE_VALUES: string;
|
|
18475
18611
|
USE_WEBVIEW_UI: string;
|
|
18612
|
+
USE_CATALOG_PAGE: string;
|
|
18476
18613
|
UWV_REGISTRATION_NUMBER: string;
|
|
18477
18614
|
VADAIN_DELETE_QUESTION: string;
|
|
18478
18615
|
VADAIN_NOT_ALLOWED_TO_DELETE: string;
|
|
@@ -18501,6 +18638,7 @@ export declare class Dictionaries {
|
|
|
18501
18638
|
VARIOUS_PRODUCTS: string;
|
|
18502
18639
|
VAT2: string;
|
|
18503
18640
|
VAT: string;
|
|
18641
|
+
VAT_CONTRA: string;
|
|
18504
18642
|
VAT_AMOUNT: string;
|
|
18505
18643
|
VAT_CODE: string;
|
|
18506
18644
|
VAT_CODE_PURCHASE: string;
|
|
@@ -18560,16 +18698,18 @@ export declare class Dictionaries {
|
|
|
18560
18698
|
VOORTGANGS_TRIAGE: string;
|
|
18561
18699
|
VOUCHERS: string;
|
|
18562
18700
|
VOUCHER_AMOUNT: string;
|
|
18701
|
+
VOUCHER_CAN_ONLY_BE_USED_ONCE: string;
|
|
18563
18702
|
VOUCHER_CODE: string;
|
|
18564
18703
|
VOUCHER_CODE_EXISTS: string;
|
|
18565
18704
|
VOUCHER_CODE_INFO: string;
|
|
18566
|
-
VOUCHER_DEACTIVE: string;
|
|
18567
18705
|
VOUCHER_EXPIRED: string;
|
|
18568
18706
|
VOUCHER_MAX_USED: string;
|
|
18569
18707
|
VOUCHER_NO_BALANCE: string;
|
|
18708
|
+
VOUCHER_NOT_INVOICED: string;
|
|
18570
18709
|
VOUCHER_PAYMENTS: string;
|
|
18571
18710
|
VOUCHER_PAYMENT_M: string;
|
|
18572
18711
|
VOUCHER_TYPE: string;
|
|
18712
|
+
VOUCHERS_MODULE_NOT_ENABLED: string;
|
|
18573
18713
|
WAGE_PAYMENT_ILLNESS: string;
|
|
18574
18714
|
WAGE_PAYMENT_PER: string;
|
|
18575
18715
|
WAGE_PAYMENT_PERCENTAGE: string;
|