@colijnit/sharedcomponents 260.1.16 → 260.1.17
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 +41 -10
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +58 -17
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +59 -18
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.d.ts +2 -0
- package/lib/res/dictionary/dictionaries.d.ts +153 -3
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@ export declare class StockLocationPopupComponent {
|
|
|
31
31
|
stockLocations: StockLocation[];
|
|
32
32
|
stockStatus: StockStatus[];
|
|
33
33
|
stockBelow: boolean;
|
|
34
|
+
validationMessage: string;
|
|
34
35
|
constructor(iconCacheService: IconCacheService, _stockService: StockService, _changeDetector: ChangeDetectorRef);
|
|
35
36
|
statusForId(id: number): 0 | StockStatus;
|
|
36
37
|
handleStockStatusChange(status: StockStatus): void;
|
|
@@ -44,4 +45,5 @@ export declare class StockLocationPopupComponent {
|
|
|
44
45
|
locationChanged(event: StockLocation): void;
|
|
45
46
|
handleStockChange(): void;
|
|
46
47
|
newDate(): Date;
|
|
48
|
+
private validateForm;
|
|
47
49
|
}
|
|
@@ -7672,6 +7672,19 @@ export declare class Dictionaries {
|
|
|
7672
7672
|
">_30_DAYS": string;
|
|
7673
7673
|
">_60_DAYS": string;
|
|
7674
7674
|
ABBREVIATION: string;
|
|
7675
|
+
ACCOUNT_KIND_BALANCE: string;
|
|
7676
|
+
ACCOUNT_KIND_CAPITAL: string;
|
|
7677
|
+
ACCOUNT_KIND_CREDITOR: string;
|
|
7678
|
+
ACCOUNT_KIND_DEBTOR: string;
|
|
7679
|
+
ACCOUNT_KIND_PROFIT_AND_LOSS: string;
|
|
7680
|
+
ACCOUNT_TYPE_ASSETS: string;
|
|
7681
|
+
ACCOUNT_TYPE_EXPENSE: string;
|
|
7682
|
+
ACCOUNT_TYPE_LIABILITIES: string;
|
|
7683
|
+
ACCOUNT_TYPE_NEUTRAL: string;
|
|
7684
|
+
ACCOUNT_TYPE_PURCHASE: string;
|
|
7685
|
+
ACCOUNT_TYPE_REVENUE: string;
|
|
7686
|
+
ACCOUNTING_OPERATION_TYPE_CREDIT: string;
|
|
7687
|
+
ACCOUNTING_OPERATION_TYPE_DEBIT: string;
|
|
7675
7688
|
ABBREVIATION_DAYS: string;
|
|
7676
7689
|
ABBREVIATION_HOURS: string;
|
|
7677
7690
|
ABBREVIATION_MINUTES: string;
|
|
@@ -7788,6 +7801,7 @@ export declare class Dictionaries {
|
|
|
7788
7801
|
ABSENCEFILE_FML_3_5: string;
|
|
7789
7802
|
ABSENCEFILE_FML_3_5_0: string;
|
|
7790
7803
|
ABSENCEFILE_FML_3_5_1: string;
|
|
7804
|
+
AUDIT_FILES: string;
|
|
7791
7805
|
LINES_KIND: string;
|
|
7792
7806
|
LINE_CHART: string;
|
|
7793
7807
|
LINE_DETAILS: string;
|
|
@@ -7828,6 +7842,7 @@ export declare class Dictionaries {
|
|
|
7828
7842
|
CONNECTIVE_ARTICLES: string;
|
|
7829
7843
|
CONNECTORS_JSON: string;
|
|
7830
7844
|
CONNECTOR_MISMATCH: string;
|
|
7845
|
+
CONNECTOR_OPTIONS: string;
|
|
7831
7846
|
CONNECT_DRAWER: string;
|
|
7832
7847
|
CONNECT_PRINTER: string;
|
|
7833
7848
|
CONSULTANT: string;
|
|
@@ -8667,6 +8682,7 @@ export declare class Dictionaries {
|
|
|
8667
8682
|
BUILD_SELF: string;
|
|
8668
8683
|
BULK: string;
|
|
8669
8684
|
BULKLOCATION: string;
|
|
8685
|
+
BULK_LOCATION: string;
|
|
8670
8686
|
BULK_3D_REF: string;
|
|
8671
8687
|
BULK_3D_REF_DESC: string;
|
|
8672
8688
|
BULK_3D_UPLOAD: string;
|
|
@@ -8937,6 +8953,7 @@ export declare class Dictionaries {
|
|
|
8937
8953
|
ADJUSTMENTS_ANALYSIS: string;
|
|
8938
8954
|
ADJUST_STATUS: string;
|
|
8939
8955
|
ADMINISTRATION: string;
|
|
8956
|
+
ADMINISTRATION_CODE: string;
|
|
8940
8957
|
ADMINISTRATIONS: string;
|
|
8941
8958
|
ADMINISTRATIVE: string;
|
|
8942
8959
|
ADMINISTRATIVE_COORDINATOR: string;
|
|
@@ -9151,6 +9168,7 @@ export declare class Dictionaries {
|
|
|
9151
9168
|
ERROR_SENDING_EMAIL: string;
|
|
9152
9169
|
ERROR_SENDING_TEXT_MESSAGE: string;
|
|
9153
9170
|
ERROR_SENDING_WEB_SERVICE_ORDER: string;
|
|
9171
|
+
HAS_LINES: string;
|
|
9154
9172
|
HEADER: string;
|
|
9155
9173
|
HEADER_ACTIVE: string;
|
|
9156
9174
|
HEADER_DEFINITIVE: string;
|
|
@@ -9413,6 +9431,7 @@ export declare class Dictionaries {
|
|
|
9413
9431
|
SALES_ORDER_PRESENT: string;
|
|
9414
9432
|
SALES_ORDER_QUARTER: string;
|
|
9415
9433
|
SALES_ORDER_YEAR: string;
|
|
9434
|
+
SALESPERSON: string;
|
|
9416
9435
|
SALES_PERSON: string;
|
|
9417
9436
|
SALES_PERSONS: string;
|
|
9418
9437
|
SALES_PERSON_NUMBER: string;
|
|
@@ -10102,6 +10121,7 @@ export declare class Dictionaries {
|
|
|
10102
10121
|
MESSAGE_SOCIAL_SECURITY_NUMBER_NOT_CORRECT: string;
|
|
10103
10122
|
MESSAGE_SPECIFIC_FIELD_REQUIRED: string;
|
|
10104
10123
|
MODEL: string;
|
|
10124
|
+
MODEL_CREATION: string;
|
|
10105
10125
|
MODIFICATION_TIME: string;
|
|
10106
10126
|
MODULE: string;
|
|
10107
10127
|
MODULE_IS_LOADING: string;
|
|
@@ -10227,6 +10247,7 @@ export declare class Dictionaries {
|
|
|
10227
10247
|
CASE_MANAGER_TO_REPLACE_WITH: string;
|
|
10228
10248
|
CASH: string;
|
|
10229
10249
|
CASH_AND_CASH_EQUIVALENTS: string;
|
|
10250
|
+
LIQUIDITY_BALANCE: string;
|
|
10230
10251
|
CASH_BOOK: string;
|
|
10231
10252
|
CASH_DIFFERENCE: string;
|
|
10232
10253
|
CASH_DRAWER: string;
|
|
@@ -10257,6 +10278,7 @@ export declare class Dictionaries {
|
|
|
10257
10278
|
CREATE_ABSENCE: string;
|
|
10258
10279
|
CREATE_ACCOUNT: string;
|
|
10259
10280
|
CREATE_ACCOUNT_IN_2_MIN: string;
|
|
10281
|
+
CREATE_A_NEW_VAT: string;
|
|
10260
10282
|
CREATE_AUDIT_FILE: string;
|
|
10261
10283
|
ROLE: string;
|
|
10262
10284
|
ROLES: string;
|
|
@@ -10870,6 +10892,7 @@ export declare class Dictionaries {
|
|
|
10870
10892
|
GAK_REGISTRATION_NUMBER: string;
|
|
10871
10893
|
GENDER: string;
|
|
10872
10894
|
GENERAL: string;
|
|
10895
|
+
GERNERAL_CONDITIONS_TEMPLATE: string;
|
|
10873
10896
|
GENERAL_CONFIRMATION_QUESTION: string;
|
|
10874
10897
|
GENERAL_DISCOUNT: string;
|
|
10875
10898
|
GENERAL_EMAIL: string;
|
|
@@ -11388,6 +11411,7 @@ export declare class Dictionaries {
|
|
|
11388
11411
|
ALERT: string;
|
|
11389
11412
|
ALIAS: string;
|
|
11390
11413
|
ALIAS_CONTROL: string;
|
|
11414
|
+
ALIAS_FOR: string;
|
|
11391
11415
|
ALIGN_CENTER: string;
|
|
11392
11416
|
ALIGN_GRID_COLUMNS: string;
|
|
11393
11417
|
ALIGN_JUSTIFY: string;
|
|
@@ -11791,6 +11815,8 @@ export declare class Dictionaries {
|
|
|
11791
11815
|
RECEIVER_NO: string;
|
|
11792
11816
|
RECEIVE_MAILINGS: string;
|
|
11793
11817
|
RECENT_LINKS: string;
|
|
11818
|
+
RECENT_TAGS: string;
|
|
11819
|
+
NO_RECENT_TAGS: string;
|
|
11794
11820
|
RECIPIENT: string;
|
|
11795
11821
|
RECIPIENTS: string;
|
|
11796
11822
|
RECOMMENDED_MARGIN: string;
|
|
@@ -12174,6 +12200,7 @@ export declare class Dictionaries {
|
|
|
12174
12200
|
MESSAGE_ERROR_DICTIONARY_DATA: string;
|
|
12175
12201
|
MESSAGE_ERROR_EID_SERVER: string;
|
|
12176
12202
|
MESSAGE_ERROR_EMAIL_REPORT: string;
|
|
12203
|
+
MESSAGE_MODEL_CREATION_DOWNLOAD_ERROR: string;
|
|
12177
12204
|
MESSAGE_POS_GROUP_RETURN_LOCATION_EMTPY: string;
|
|
12178
12205
|
MESSAGE_POS_GROUP_WAREHOUSE_EMPTY: string;
|
|
12179
12206
|
MESSAGE_POS_GROUP_WAREWHOUSE_EMPTY: string;
|
|
@@ -12453,6 +12480,7 @@ export declare class Dictionaries {
|
|
|
12453
12480
|
DESCRIPTION_PURCHASE: string;
|
|
12454
12481
|
DESCRIPTION_REQUIRED: string;
|
|
12455
12482
|
DESCRIPTION_RETAIL: string;
|
|
12483
|
+
DESELECT: string;
|
|
12456
12484
|
DESELECT_ALL: string;
|
|
12457
12485
|
DESIGN: string;
|
|
12458
12486
|
DESIGNS: string;
|
|
@@ -12727,6 +12755,7 @@ export declare class Dictionaries {
|
|
|
12727
12755
|
ASSIGN_THIS_ORDER_FULLY: string;
|
|
12728
12756
|
ASSISTANT: string;
|
|
12729
12757
|
AS_OF: string;
|
|
12758
|
+
AS_OF_DATE: string;
|
|
12730
12759
|
AT: string;
|
|
12731
12760
|
AT1: string;
|
|
12732
12761
|
AT2: string;
|
|
@@ -13448,6 +13477,7 @@ export declare class Dictionaries {
|
|
|
13448
13477
|
DRIVER_CHECKOUT_DEFAULT: string;
|
|
13449
13478
|
DRIVER_CHECKOUT_EXISTING_SELECTION: string;
|
|
13450
13479
|
DROPSHIPMENT: string;
|
|
13480
|
+
DROP_SHIPMENT: string;
|
|
13451
13481
|
DROPSHIPMENT_AVAILABLE: string;
|
|
13452
13482
|
DROPSHIPMENT_INFO: string;
|
|
13453
13483
|
DROPSHIPMENT_NO: string;
|
|
@@ -13741,6 +13771,7 @@ export declare class Dictionaries {
|
|
|
13741
13771
|
ADD_ROLE: string;
|
|
13742
13772
|
ADD_ROUGHNESS_MAP: string;
|
|
13743
13773
|
ADD_STUDIO: string;
|
|
13774
|
+
ADD_SPLIT: string;
|
|
13744
13775
|
ADD_TAGS: string;
|
|
13745
13776
|
ADD_TASK: string;
|
|
13746
13777
|
ADD_TASK2: string;
|
|
@@ -14167,6 +14198,7 @@ export declare class Dictionaries {
|
|
|
14167
14198
|
TARGETLOCATION_REQUIRED: string;
|
|
14168
14199
|
TARGETWAREHOUSE_REQUIRED: string;
|
|
14169
14200
|
TARGET_BRANCH: string;
|
|
14201
|
+
TARGET_BRANCH_REQUIRED: string;
|
|
14170
14202
|
TARGET_DATE: string;
|
|
14171
14203
|
TARGET_DATE_AFTER: string;
|
|
14172
14204
|
TARGET_DATE_SPEC: string;
|
|
@@ -14229,6 +14261,11 @@ export declare class Dictionaries {
|
|
|
14229
14261
|
STOCK_ADJUSTMENTS: string;
|
|
14230
14262
|
STOCK_AVAILABLE_CHANGE_WAREHOUSE_OR_COMMISSIONCODE: string;
|
|
14231
14263
|
STOCK_BELOW_ZERO_TEXT: string;
|
|
14264
|
+
WAREHOUSE_IS_REQUIRED: string;
|
|
14265
|
+
LOCATION_IS_REQUIRED: string;
|
|
14266
|
+
SERIAL_NR_IS_REQUIRED: string;
|
|
14267
|
+
BATCH_IS_REQUIRED: string;
|
|
14268
|
+
STOCK_IS_REQUIRED: string;
|
|
14232
14269
|
STOCK_COMPARISON: string;
|
|
14233
14270
|
STOCK_DATE: string;
|
|
14234
14271
|
STOCK_DETAILS: string;
|
|
@@ -14345,6 +14382,7 @@ export declare class Dictionaries {
|
|
|
14345
14382
|
TAX_RATE: string;
|
|
14346
14383
|
TAX_WAGE: string;
|
|
14347
14384
|
TITLE_SAVE_CONTOPT_FIRST: string;
|
|
14385
|
+
TILL_BOOKING_DATE: string;
|
|
14348
14386
|
TO: string;
|
|
14349
14387
|
TO1: string;
|
|
14350
14388
|
TODAY: string;
|
|
@@ -14769,6 +14807,7 @@ export declare class Dictionaries {
|
|
|
14769
14807
|
SPHERES: string;
|
|
14770
14808
|
SPHERE_IMAGES: string;
|
|
14771
14809
|
SPLIT_BOOKING_LINE: string;
|
|
14810
|
+
SPLIT_COST_CENTERS: string;
|
|
14772
14811
|
STABLE: string;
|
|
14773
14812
|
STACKABLE: string;
|
|
14774
14813
|
STAFF_DOCTOR: string;
|
|
@@ -14996,6 +15035,7 @@ export declare class Dictionaries {
|
|
|
14996
15035
|
ORDER_BY_CUST_REACTION: string;
|
|
14997
15036
|
WORKFLOW_START: string;
|
|
14998
15037
|
WORKFLOW_STATUS: string;
|
|
15038
|
+
WORKFLOW_STATUS_NAME: string;
|
|
14999
15039
|
WORKFLOW_TASK: string;
|
|
15000
15040
|
WORKFLOW_TASKS_CANNOT_BE_REMOVED: string;
|
|
15001
15041
|
WORKFLOW_TEST_SUITE: string;
|
|
@@ -15189,7 +15229,7 @@ export declare class Dictionaries {
|
|
|
15189
15229
|
ZMF: string;
|
|
15190
15230
|
ZVP: string;
|
|
15191
15231
|
"wf.manualTriggers[i]3D_VISUALISATION": string;
|
|
15192
|
-
"
|
|
15232
|
+
"?3D_VISUALISATION": string;
|
|
15193
15233
|
START_DATE_ABSENCE: string;
|
|
15194
15234
|
START_DATE_FROM: string;
|
|
15195
15235
|
START_DATE_TO: string;
|
|
@@ -16090,6 +16130,39 @@ export declare class Dictionaries {
|
|
|
16090
16130
|
RENDER_RESOLUTION: string;
|
|
16091
16131
|
UNIT_DETAILS: string;
|
|
16092
16132
|
CONVERSION_RATES: string;
|
|
16133
|
+
SEQUENCE_LAST_NUMBER: string;
|
|
16134
|
+
SEQUENCE_NAME: string;
|
|
16135
|
+
FINANCIAL_REPORT: string;
|
|
16136
|
+
COMPACTION: string;
|
|
16137
|
+
LAYOUT_RETURN_CODE: string;
|
|
16138
|
+
LAYOUT_TYPE: string;
|
|
16139
|
+
BANK_ACCOUNT_NUMBER: string;
|
|
16140
|
+
GENERIC_IMPORT: string;
|
|
16141
|
+
BUILD_YOUR_OWN_IMPORT: string;
|
|
16142
|
+
IMPORT_DEFINITION: string;
|
|
16143
|
+
IMPORT_DEFINITIONS: string;
|
|
16144
|
+
DELIMETER_TYPE: string;
|
|
16145
|
+
QUOTE_TYPE: string;
|
|
16146
|
+
DECIMAL_TYPE: string;
|
|
16147
|
+
FILE_INCLUDES_HEADERS: string;
|
|
16148
|
+
PREDEFINED_IMPORT: string;
|
|
16149
|
+
PREDEFINED_IMPORTS: string;
|
|
16150
|
+
TEXT_CONFIGURATION: string;
|
|
16151
|
+
TEXT_CONFIGURATIONS: string;
|
|
16152
|
+
UPLOAD_AREA_TEXT: string;
|
|
16153
|
+
UPLOAD_A_CSV_FILE_TO_SEE_PREVIEW: string;
|
|
16154
|
+
CV_TABLE: string;
|
|
16155
|
+
CV_TABLES: string;
|
|
16156
|
+
ADD_CV_TABLE: string;
|
|
16157
|
+
CV_TABLE_FIELD: string;
|
|
16158
|
+
NO_AVAILABLE_FIELDS: string;
|
|
16159
|
+
MAP_COLUMNS: string;
|
|
16160
|
+
MAPPINGS: string;
|
|
16161
|
+
MAPS_TO: string;
|
|
16162
|
+
CSV_COLUMN: string;
|
|
16163
|
+
LINK_FIELD_TO_FILE: string;
|
|
16164
|
+
FIXED_VALUE: string;
|
|
16165
|
+
COPY_THE_VALUE_OF_A_PARENT_FIELD: string;
|
|
16093
16166
|
};
|
|
16094
16167
|
text_fr: {
|
|
16095
16168
|
"0_RESULTS_FOUND": string;
|
|
@@ -23758,6 +23831,19 @@ export declare class Dictionaries {
|
|
|
23758
23831
|
"3D_VISUALISATION": string;
|
|
23759
23832
|
"3D_VISUALISATION_ARTICLE": string;
|
|
23760
23833
|
ABBREVIATION: string;
|
|
23834
|
+
ACCOUNT_KIND_BALANCE: string;
|
|
23835
|
+
ACCOUNT_KIND_CAPITAL: string;
|
|
23836
|
+
ACCOUNT_KIND_CREDITOR: string;
|
|
23837
|
+
ACCOUNT_KIND_DEBTOR: string;
|
|
23838
|
+
ACCOUNT_KIND_PROFIT_AND_LOSS: string;
|
|
23839
|
+
ACCOUNT_TYPE_ASSETS: string;
|
|
23840
|
+
ACCOUNT_TYPE_EXPENSE: string;
|
|
23841
|
+
ACCOUNT_TYPE_LIABILITIES: string;
|
|
23842
|
+
ACCOUNT_TYPE_NEUTRAL: string;
|
|
23843
|
+
ACCOUNT_TYPE_PURCHASE: string;
|
|
23844
|
+
ACCOUNT_TYPE_REVENUE: string;
|
|
23845
|
+
ACCOUNTING_OPERATION_TYPE_CREDIT: string;
|
|
23846
|
+
ACCOUNTING_OPERATION_TYPE_DEBIT: string;
|
|
23761
23847
|
ABBREVIATION_DAYS: string;
|
|
23762
23848
|
ABBREVIATION_HOURS: string;
|
|
23763
23849
|
ABBREVIATION_MINUTES: string;
|
|
@@ -24198,6 +24284,7 @@ export declare class Dictionaries {
|
|
|
24198
24284
|
ABSENCE_STATUS_CHANGED_DATE: string;
|
|
24199
24285
|
ABSENCE_SUPERVISOR: string;
|
|
24200
24286
|
ABSENCE_TRAFFIC_ACCIDENT: string;
|
|
24287
|
+
AUDIT_FILES: string;
|
|
24201
24288
|
ABS_COMPOSITE_SITUATION: string;
|
|
24202
24289
|
ACCEPT: string;
|
|
24203
24290
|
ACCEPTANCE: string;
|
|
@@ -24438,6 +24525,7 @@ export declare class Dictionaries {
|
|
|
24438
24525
|
ADD_ROUGHNESS_MAP: string;
|
|
24439
24526
|
ADD_NEW_SCALING_BONES_RECORD: string;
|
|
24440
24527
|
ADD_STUDIO: string;
|
|
24528
|
+
ADD_SPLIT: string;
|
|
24441
24529
|
ADD_TAGS: string;
|
|
24442
24530
|
ADD_TASK2: string;
|
|
24443
24531
|
ADD_TASK: string;
|
|
@@ -24456,6 +24544,7 @@ export declare class Dictionaries {
|
|
|
24456
24544
|
ADJUSTMENTS_ANALYSIS: string;
|
|
24457
24545
|
ADJUST_STATUS: string;
|
|
24458
24546
|
ADMINISTRATION: string;
|
|
24547
|
+
ADMINISTRATION_CODE: string;
|
|
24459
24548
|
ADMINISTRATIONS: string;
|
|
24460
24549
|
ADMINISTRATIVE: string;
|
|
24461
24550
|
ADMINISTRATIVE_COORDINATOR: string;
|
|
@@ -24615,6 +24704,7 @@ export declare class Dictionaries {
|
|
|
24615
24704
|
ALERT: string;
|
|
24616
24705
|
ALIAS: string;
|
|
24617
24706
|
ALIAS_CONTROL: string;
|
|
24707
|
+
ALIAS_FOR: string;
|
|
24618
24708
|
ALIGN_CENTER: string;
|
|
24619
24709
|
ALIGN_GRID_COLUMNS: string;
|
|
24620
24710
|
ALIGN_JUSTIFY: string;
|
|
@@ -24648,7 +24738,8 @@ export declare class Dictionaries {
|
|
|
24648
24738
|
ALLOW_REMARK_CREATE: string;
|
|
24649
24739
|
ALLOW_ROTATION: string;
|
|
24650
24740
|
ALLOW_SIDEBAR: string;
|
|
24651
|
-
|
|
24741
|
+
ALLOW_REMOVE_FROM_STORAGEUNIT: string;
|
|
24742
|
+
ALLOW_ADD_TO_STORAGEUNIT: string;
|
|
24652
24743
|
ALLOW_TASK_CREATE: string;
|
|
24653
24744
|
ALLOW_WORK_CREATE: string;
|
|
24654
24745
|
ALL_ADDRESSES: string;
|
|
@@ -24758,6 +24849,7 @@ export declare class Dictionaries {
|
|
|
24758
24849
|
AMOUNT_OUT: string;
|
|
24759
24850
|
AMOUNT_OUTSTANDING_CREDITORS: string;
|
|
24760
24851
|
AMOUNT_OUTSTANDING_DEBTORS: string;
|
|
24852
|
+
AMOUNT_PER_UNIT: string;
|
|
24761
24853
|
AMOUNT_PICKED: string;
|
|
24762
24854
|
AMOUNT_PRE_RECEIVED: string;
|
|
24763
24855
|
AMOUNT_PRODUCTS: string;
|
|
@@ -24816,6 +24908,7 @@ export declare class Dictionaries {
|
|
|
24816
24908
|
APPPEARANCE: string;
|
|
24817
24909
|
APPRAISAL: string;
|
|
24818
24910
|
APPROVE: string;
|
|
24911
|
+
APPROVAL: string;
|
|
24819
24912
|
APP_BUTTONS: string;
|
|
24820
24913
|
APP_TITLE: string;
|
|
24821
24914
|
APRIL: string;
|
|
@@ -24937,6 +25030,7 @@ export declare class Dictionaries {
|
|
|
24937
25030
|
ASSIGNMENTS: string;
|
|
24938
25031
|
ASSISTANT: string;
|
|
24939
25032
|
AS_OF: string;
|
|
25033
|
+
AS_OF_DATE: string;
|
|
24940
25034
|
AT1: string;
|
|
24941
25035
|
AT2: string;
|
|
24942
25036
|
AT: string;
|
|
@@ -25158,6 +25252,7 @@ export declare class Dictionaries {
|
|
|
25158
25252
|
BUILD_SELF: string;
|
|
25159
25253
|
BULK: string;
|
|
25160
25254
|
BULKLOCATION: string;
|
|
25255
|
+
BULK_LOCATION: string;
|
|
25161
25256
|
BULK_3D_UPLOAD: string;
|
|
25162
25257
|
BULK_3D_REF: string;
|
|
25163
25258
|
BULK_3D_REF_DESC: string;
|
|
@@ -25728,6 +25823,7 @@ export declare class Dictionaries {
|
|
|
25728
25823
|
CONNECTIVE_ARTICLES: string;
|
|
25729
25824
|
CONNECTORS_JSON: string;
|
|
25730
25825
|
CONNECTOR_MISMATCH: string;
|
|
25826
|
+
CONNECTOR_OPTIONS: string;
|
|
25731
25827
|
CONNECT_DRAWER: string;
|
|
25732
25828
|
CONNECT_PRINTER: string;
|
|
25733
25829
|
CONSULTANT: string;
|
|
@@ -25759,10 +25855,12 @@ export declare class Dictionaries {
|
|
|
25759
25855
|
CONTACT_PERSONS2: string;
|
|
25760
25856
|
CONTACT_PERSONS: string;
|
|
25761
25857
|
CONTACT_PERSON_NUMBER: string;
|
|
25858
|
+
CONTENTS_AND_COST: string;
|
|
25762
25859
|
CONTAINER: string;
|
|
25763
25860
|
CONTAINERTYPES: string;
|
|
25764
25861
|
CONTAINER_CONTENT: string;
|
|
25765
25862
|
CONTAINER_DETAILS: string;
|
|
25863
|
+
CONTAINER_DATA: string;
|
|
25766
25864
|
CONTAINER_INFO: string;
|
|
25767
25865
|
CONTAINER_NO: string;
|
|
25768
25866
|
CONTAINER_NR: string;
|
|
@@ -25919,7 +26017,6 @@ export declare class Dictionaries {
|
|
|
25919
26017
|
CREATED: string;
|
|
25920
26018
|
CREATED_BY: string;
|
|
25921
26019
|
CREATED_ON: string;
|
|
25922
|
-
CREATED_OR_POSSIBLE_EVEN_PROCESSED: string;
|
|
25923
26020
|
CREATE_ABSENCE: string;
|
|
25924
26021
|
CREATE_ACCOUNT: string;
|
|
25925
26022
|
CREATE_ACCOUNT_IN_2_MIN: string;
|
|
@@ -25942,6 +26039,7 @@ export declare class Dictionaries {
|
|
|
25942
26039
|
CREATE_NEW_STOCK_RULE: string;
|
|
25943
26040
|
CREATE_NEW_USER_PASSWORD: string;
|
|
25944
26041
|
CREATE_NEW_WORK: string;
|
|
26042
|
+
CREATE_A_NEW_VAT: string;
|
|
25945
26043
|
CREATE_OR_PICK_EXPORT: string;
|
|
25946
26044
|
CREATE_PREVENTIVE_ABSENCE_FILE: string;
|
|
25947
26045
|
CREATE_PURCHASE_ORDER: string;
|
|
@@ -26368,6 +26466,7 @@ export declare class Dictionaries {
|
|
|
26368
26466
|
DESCRIPTION_PURCHASE: string;
|
|
26369
26467
|
DESCRIPTION_REQUIRED: string;
|
|
26370
26468
|
DESCRIPTION_RETAIL: string;
|
|
26469
|
+
DESELECT: string;
|
|
26371
26470
|
DESELECT_ALL: string;
|
|
26372
26471
|
DESIGN: string;
|
|
26373
26472
|
DESIGNS: string;
|
|
@@ -26517,6 +26616,7 @@ export declare class Dictionaries {
|
|
|
26517
26616
|
DRIVER_CHECKOUT_DEFAULT: string;
|
|
26518
26617
|
DRIVER_CHECKOUT_EXISTING_SELECTION: string;
|
|
26519
26618
|
DROPSHIPMENT: string;
|
|
26619
|
+
DROP_SHIPMENT: string;
|
|
26520
26620
|
DROPSHIPMENT_NO: string;
|
|
26521
26621
|
DROPSHIPMENT_AVAILABLE: string;
|
|
26522
26622
|
DROPSHIPMENT_INFO: string;
|
|
@@ -27272,6 +27372,7 @@ export declare class Dictionaries {
|
|
|
27272
27372
|
HAS_ANONYMIZED_PARENT: string;
|
|
27273
27373
|
HAS_API_KEY: string;
|
|
27274
27374
|
HAS_IMAGES: string;
|
|
27375
|
+
HAS_LINES: string;
|
|
27275
27376
|
HAS_NON_ACTIVE_PARENT: string;
|
|
27276
27377
|
HAS_TEXTS: string;
|
|
27277
27378
|
HAS_WORDS: string;
|
|
@@ -27839,6 +27940,8 @@ export declare class Dictionaries {
|
|
|
27839
27940
|
LOOKAT: string;
|
|
27840
27941
|
LOOK_AT: string;
|
|
27841
27942
|
LOYALTY: string;
|
|
27943
|
+
LSP_INTEGRATION: string;
|
|
27944
|
+
LIQUIDITY_BALANCE: string;
|
|
27842
27945
|
LYING_COLUMN: string;
|
|
27843
27946
|
M: string;
|
|
27844
27947
|
MAILING_ADDRESS: string;
|
|
@@ -28184,6 +28287,7 @@ export declare class Dictionaries {
|
|
|
28184
28287
|
MESSAGE_MARGIN_EXCEEDED_TITLE: string;
|
|
28185
28288
|
MESSAGE_MAX_NR_OF_FIELDS_FOR_AXIS: string;
|
|
28186
28289
|
MESSAGE_MAX_USERS_LOGGED_IN: string;
|
|
28290
|
+
MESSAGE_MODEL_CREATION_DOWNLOAD_ERROR: string;
|
|
28187
28291
|
MESSAGE_NOTIFICATIONS: string;
|
|
28188
28292
|
MESSAGE_NOT_AUTHORIZED: string;
|
|
28189
28293
|
MESSAGE_NO_ACCOUNT: string;
|
|
@@ -28346,6 +28450,7 @@ export declare class Dictionaries {
|
|
|
28346
28450
|
MOBILE: string;
|
|
28347
28451
|
MODE: string;
|
|
28348
28452
|
MODEL: string;
|
|
28453
|
+
MODEL_CREATION: string;
|
|
28349
28454
|
MODIFICATION_TIME: string;
|
|
28350
28455
|
MODULE: string;
|
|
28351
28456
|
MODULE_IS_LOADING: string;
|
|
@@ -29303,6 +29408,7 @@ export declare class Dictionaries {
|
|
|
29303
29408
|
PINCODE_MUST_BE_4_CHARACTERS: string;
|
|
29304
29409
|
PINPORT_NOT_SET: string;
|
|
29305
29410
|
PIN_BUSY: string;
|
|
29411
|
+
PIN_CATALOG: string;
|
|
29306
29412
|
PIN_CONNECTION_NOT_SUPPORTED: string;
|
|
29307
29413
|
PIN_NOT_SUPPORTED: string;
|
|
29308
29414
|
PIN_PAYMENT_FAILED: string;
|
|
@@ -29323,12 +29429,14 @@ export declare class Dictionaries {
|
|
|
29323
29429
|
PIN_TERMINAL: string;
|
|
29324
29430
|
PIN_TERMINAL_NR: string;
|
|
29325
29431
|
PIN_TERMINALS: string;
|
|
29432
|
+
PINNED: string;
|
|
29326
29433
|
PINNER_ID: string;
|
|
29327
29434
|
PIT_SYMBOLS: string;
|
|
29328
29435
|
PLACE_COLUMNS_HERE_TO_GROUP: string;
|
|
29329
29436
|
PLANNED: string;
|
|
29330
29437
|
PLANNED_DELIVERY_DATE: string;
|
|
29331
29438
|
PLANNING: string;
|
|
29439
|
+
PLANNING_INFO: string;
|
|
29332
29440
|
PLANNINGS: string;
|
|
29333
29441
|
PLANNING_OVERVIEW: string;
|
|
29334
29442
|
PLANNING_PREFERRED_DATE_ENTERED: string;
|
|
@@ -29913,6 +30021,8 @@ export declare class Dictionaries {
|
|
|
29913
30021
|
RECEIVER_NO: string;
|
|
29914
30022
|
RECEIVE_MAILINGS: string;
|
|
29915
30023
|
RECENT_LINKS: string;
|
|
30024
|
+
RECENT_TAGS: string;
|
|
30025
|
+
NO_RECENT_TAGS: string;
|
|
29916
30026
|
RECIPIENT: string;
|
|
29917
30027
|
RECIPIENTS: string;
|
|
29918
30028
|
RECOMMENDED_MARGIN: string;
|
|
@@ -30326,6 +30436,7 @@ export declare class Dictionaries {
|
|
|
30326
30436
|
SALES_ORDER_PRESENT: string;
|
|
30327
30437
|
SALES_ORDER_QUARTER: string;
|
|
30328
30438
|
SALES_ORDER_YEAR: string;
|
|
30439
|
+
SALESPERSON: string;
|
|
30329
30440
|
SALES_PERSON: string;
|
|
30330
30441
|
SALES_PERSONS: string;
|
|
30331
30442
|
SALES_PERSON_NUMBER: string;
|
|
@@ -30918,6 +31029,7 @@ export declare class Dictionaries {
|
|
|
30918
31029
|
SPHERES: string;
|
|
30919
31030
|
SPHERE_IMAGES: string;
|
|
30920
31031
|
SPLIT_BOOKING_LINE: string;
|
|
31032
|
+
SPLIT_COST_CENTERS: string;
|
|
30921
31033
|
STABLE: string;
|
|
30922
31034
|
STACKABLE: string;
|
|
30923
31035
|
STAFF_DOCTOR: string;
|
|
@@ -31022,6 +31134,11 @@ export declare class Dictionaries {
|
|
|
31022
31134
|
STOCK_ADJUSTMENTS: string;
|
|
31023
31135
|
STOCK_AVAILABLE_CHANGE_WAREHOUSE_OR_COMMISSIONCODE: string;
|
|
31024
31136
|
STOCK_BELOW_ZERO_TEXT: string;
|
|
31137
|
+
WAREHOUSE_IS_REQUIRED: string;
|
|
31138
|
+
LOCATION_IS_REQUIRED: string;
|
|
31139
|
+
SERIAL_NR_IS_REQUIRED: string;
|
|
31140
|
+
BATCH_IS_REQUIRED: string;
|
|
31141
|
+
STOCK_IS_REQUIRED: string;
|
|
31025
31142
|
STOCK_COMPARISON: string;
|
|
31026
31143
|
STOCK_DATE: string;
|
|
31027
31144
|
STOCK_DETAILS: string;
|
|
@@ -31072,6 +31189,7 @@ export declare class Dictionaries {
|
|
|
31072
31189
|
STORAGE_TRANSFER: string;
|
|
31073
31190
|
STORAGE_TRANSFER_PRESELECTION: string;
|
|
31074
31191
|
STORAGE_TYPE: string;
|
|
31192
|
+
STORAGE_UNIT_LOCATION: string;
|
|
31075
31193
|
STORAGE_WIZARD: string;
|
|
31076
31194
|
STOREROOM: string;
|
|
31077
31195
|
STOREROOMS: string;
|
|
@@ -31196,6 +31314,7 @@ export declare class Dictionaries {
|
|
|
31196
31314
|
TARGETLOCATION_REQUIRED: string;
|
|
31197
31315
|
TARGETWAREHOUSE_REQUIRED: string;
|
|
31198
31316
|
TARGET_BRANCH: string;
|
|
31317
|
+
TARGET_BRANCH_REQUIRED: string;
|
|
31199
31318
|
TARGET_DATE: string;
|
|
31200
31319
|
TARGET_DATE_AFTER: string;
|
|
31201
31320
|
TARGET_DATE_SPEC: string;
|
|
@@ -31305,6 +31424,7 @@ export declare class Dictionaries {
|
|
|
31305
31424
|
TITLE_MESSAGE_RESEND: string;
|
|
31306
31425
|
TITLE_MSG_NO_ACTIONS: string;
|
|
31307
31426
|
TITLE_SAVE_CONTOPT_FIRST: string;
|
|
31427
|
+
TILL_BOOKING_DATE: string;
|
|
31308
31428
|
TOMORROW: string;
|
|
31309
31429
|
TO1: string;
|
|
31310
31430
|
TO: string;
|
|
@@ -31898,6 +32018,7 @@ export declare class Dictionaries {
|
|
|
31898
32018
|
WORKFLOW_PROCESS_TEST_MODULE: string;
|
|
31899
32019
|
WORKFLOW_START: string;
|
|
31900
32020
|
WORKFLOW_STATUS: string;
|
|
32021
|
+
WORKFLOW_STATUS_NAME: string;
|
|
31901
32022
|
WORKFLOW_TASK: string;
|
|
31902
32023
|
WORKFLOW_TASKS_CANNOT_BE_REMOVED: string;
|
|
31903
32024
|
WORKFLOW_TEST_SUITE: string;
|
|
@@ -31984,5 +32105,34 @@ export declare class Dictionaries {
|
|
|
31984
32105
|
RENDER_RESOLUTION: string;
|
|
31985
32106
|
UNIT_DETAILS: string;
|
|
31986
32107
|
CONVERSION_RATES: string;
|
|
32108
|
+
SEQUENCE_LAST_NAME: string;
|
|
32109
|
+
SEQUENCE_NAME: string;
|
|
32110
|
+
BANK_ACCOUNT_NUMBER: string;
|
|
32111
|
+
GENERIC_IMPORT: string;
|
|
32112
|
+
BUILD_YOUR_OWN_IMPORT: string;
|
|
32113
|
+
IMPORT_DEFINITION: string;
|
|
32114
|
+
IMPORT_DEFINITIONS: string;
|
|
32115
|
+
DELIMETER_TYPE: string;
|
|
32116
|
+
QUOTE_TYPE: string;
|
|
32117
|
+
DECIMAL_TYPE: string;
|
|
32118
|
+
FILE_INCLUDES_HEADERS: string;
|
|
32119
|
+
PREDEFINED_IMPORT: string;
|
|
32120
|
+
PREDEFINED_IMPORTS: string;
|
|
32121
|
+
TEXT_CONFIGURATION: string;
|
|
32122
|
+
TEXT_CONFIGURATIONS: string;
|
|
32123
|
+
UPLOAD_AREA_TEXT: string;
|
|
32124
|
+
UPLOAD_A_CSV_FILE_TO_SEE_PREVIEW: string;
|
|
32125
|
+
CV_TABLE: string;
|
|
32126
|
+
CV_TABLES: string;
|
|
32127
|
+
ADD_CV_TABLE: string;
|
|
32128
|
+
CV_TABLE_FIELD: string;
|
|
32129
|
+
NO_AVAILABLE_FIELDS: string;
|
|
32130
|
+
MAP_COLUMNS: string;
|
|
32131
|
+
MAPPINGS: string;
|
|
32132
|
+
MAPS_TO: string;
|
|
32133
|
+
CSV_COLUMN: string;
|
|
32134
|
+
LINK_FIELD_TO_FILE: string;
|
|
32135
|
+
FIXED_VALUE: string;
|
|
32136
|
+
COPY_THE_VALUE_OF_A_PARENT_FIELD: string;
|
|
31987
32137
|
};
|
|
31988
32138
|
}
|