@nerdjs/sales-kit 2.2.1 → 2.2.3
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/dist/hooks/lep/checkList.js +2 -1
- package/dist/hooks/lep/checkList.js.map +1 -1
- package/dist/hooks/lep/lepAccessorials.js +6 -5
- package/dist/hooks/lep/lepAccessorials.js.map +1 -1
- package/dist/hooks/lep/lepActionBar.js +6 -5
- package/dist/hooks/lep/lepActionBar.js.map +1 -1
- package/dist/hooks/lep/lepAdjustments.js +6 -5
- package/dist/hooks/lep/lepAdjustments.js.map +1 -1
- package/dist/hooks/lep/lepClaims.js +7 -6
- package/dist/hooks/lep/lepClaims.js.map +1 -1
- package/dist/hooks/lep/lepCommodities.js +3 -2
- package/dist/hooks/lep/lepCommodities.js.map +1 -1
- package/dist/hooks/lep/lepCustomerContacts.js +6 -5
- package/dist/hooks/lep/lepCustomerContacts.js.map +1 -1
- package/dist/hooks/lep/lepCustomerInfo.js +3 -2
- package/dist/hooks/lep/lepCustomerInfo.js.map +1 -1
- package/dist/hooks/lep/lepCustomerPeople.js +6 -5
- package/dist/hooks/lep/lepCustomerPeople.js.map +1 -1
- package/dist/hooks/lep/lepDocuments.js +5 -4
- package/dist/hooks/lep/lepDocuments.js.map +1 -1
- package/dist/hooks/lep/lepEDI.js +3 -2
- package/dist/hooks/lep/lepEDI.js.map +1 -1
- package/dist/hooks/lep/lepInvoiceDetails.js +3 -2
- package/dist/hooks/lep/lepInvoiceDetails.js.map +1 -1
- package/dist/hooks/lep/lepKickbacks.js +5 -4
- package/dist/hooks/lep/lepKickbacks.js.map +1 -1
- package/dist/hooks/lep/lepLoadInfo.js +11 -10
- package/dist/hooks/lep/lepLoadInfo.js.map +1 -1
- package/dist/hooks/lep/lepLoadLocation.js +3 -2
- package/dist/hooks/lep/lepLoadLocation.js.map +1 -1
- package/dist/hooks/lep/lepLoadNotes.js +2 -1
- package/dist/hooks/lep/lepLoadNotes.js.map +1 -1
- package/dist/hooks/lep/lepQuoteResult.js +2 -1
- package/dist/hooks/lep/lepQuoteResult.js.map +1 -1
- package/dist/hooks/lep/lepRateReviews.js +5 -4
- package/dist/hooks/lep/lepRateReviews.js.map +1 -1
- package/dist/hooks/lep/lepShipcons.js +36 -34
- package/dist/hooks/lep/lepShipcons.js.map +1 -1
- package/dist/hooks/lep/lepUserNotes.js +6 -5
- package/dist/hooks/lep/lepUserNotes.js.map +1 -1
- package/dist/hooks/lep/loadEditPanel.js +5 -4
- package/dist/hooks/lep/loadEditPanel.js.map +1 -1
- package/dist/hooks/load/loadDetailsStatus.js +3 -2
- package/dist/hooks/load/loadDetailsStatus.js.map +1 -1
- package/dist/hooks/load/loadDrawer.js +4 -3
- package/dist/hooks/load/loadDrawer.js.map +1 -1
- package/dist/hooks/load/loadLastLocation.js +2 -1
- package/dist/hooks/load/loadLastLocation.js.map +1 -1
- package/dist/hooks/load/loadsSearchInput.js +3 -2
- package/dist/hooks/load/loadsSearchInput.js.map +1 -1
- package/dist/hooks/locationsForm/locationsForm.js +2 -1
- package/dist/hooks/locationsForm/locationsForm.js.map +1 -1
- package/dist/hooks/locationsForm/locationsFormSales.d.ts +1 -1
- package/dist/hooks/locationsForm/locationsFormSales.js +16 -6
- package/dist/hooks/locationsForm/locationsFormSales.js.map +1 -1
- package/dist/hooks/quote/form.js +35 -28
- package/dist/hooks/quote/form.js.map +1 -1
- package/dist/hooks/quote/helpers.js +34 -23
- package/dist/hooks/quote/helpers.js.map +1 -1
- package/dist/hooks/quote/result.js +42 -41
- package/dist/hooks/quote/result.js.map +1 -1
- package/dist/hooks/quote/template.js +3 -2
- package/dist/hooks/quote/template.js.map +1 -1
- package/dist/hooks/tender/form.js +76 -70
- package/dist/hooks/tender/form.js.map +1 -1
- package/dist/hooks/tender/helpers.js +18 -17
- package/dist/hooks/tender/helpers.js.map +1 -1
- package/dist/i18n.d.ts +2 -0
- package/dist/i18n.js +17 -0
- package/dist/i18n.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locales/en/common.json +175 -0
- package/dist/locales/en/components.json +90 -0
- package/dist/locales/en/entities.json +191 -0
- package/dist/locales/index.d.ts +461 -1
- package/dist/locales/index.js +11 -1
- package/dist/locales/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/locales/salesKitEn.d.ts +0 -152
- package/dist/locales/salesKitEn.js +0 -153
- package/dist/locales/salesKitEn.js.map +0 -1
package/dist/locales/index.d.ts
CHANGED
|
@@ -1 +1,461 @@
|
|
|
1
|
-
|
|
1
|
+
declare const translations: {
|
|
2
|
+
en: {
|
|
3
|
+
common: {
|
|
4
|
+
global: {
|
|
5
|
+
inaccurateWarning: string;
|
|
6
|
+
selectLocationWarning: string;
|
|
7
|
+
inaccurateTenderWarning: string;
|
|
8
|
+
newQuote: string;
|
|
9
|
+
find: string;
|
|
10
|
+
restart: string;
|
|
11
|
+
runQuote: string;
|
|
12
|
+
aboutTheLoad: string;
|
|
13
|
+
temperature: string;
|
|
14
|
+
commodityDescription: string;
|
|
15
|
+
totalWeight: string;
|
|
16
|
+
freightClass: string;
|
|
17
|
+
addPallet: string;
|
|
18
|
+
equipmentIssue: string;
|
|
19
|
+
validSpecs: string;
|
|
20
|
+
totalSpecs: string;
|
|
21
|
+
Inactive: string;
|
|
22
|
+
stops: string;
|
|
23
|
+
"Inactivity Hold": string;
|
|
24
|
+
"Credit on Hold": string;
|
|
25
|
+
addStop: string;
|
|
26
|
+
"facilities found for this address": string;
|
|
27
|
+
"facility found for this address": string;
|
|
28
|
+
"Any chance this is what youre looking for?": string;
|
|
29
|
+
Cancel: string;
|
|
30
|
+
Form: string;
|
|
31
|
+
Ok: string;
|
|
32
|
+
"Select accessorials that apply": string;
|
|
33
|
+
"New Location": string;
|
|
34
|
+
"Quote Accessorials": string;
|
|
35
|
+
"Customer Accessorials": string;
|
|
36
|
+
Holidays: string;
|
|
37
|
+
Response: string;
|
|
38
|
+
Body: string;
|
|
39
|
+
miles: string;
|
|
40
|
+
hours: string;
|
|
41
|
+
Base: string;
|
|
42
|
+
Fuel: string;
|
|
43
|
+
Extra: string;
|
|
44
|
+
Total: string;
|
|
45
|
+
Quote: string;
|
|
46
|
+
Market: string;
|
|
47
|
+
Breakdown: string;
|
|
48
|
+
Close: string;
|
|
49
|
+
"Linehaul Cost": string;
|
|
50
|
+
"Fuel Cost": string;
|
|
51
|
+
"TL Total Cost": string;
|
|
52
|
+
"LTL Pallet Percentage": string;
|
|
53
|
+
"Stop Off Fees": string;
|
|
54
|
+
"Total Cost": string;
|
|
55
|
+
Margin: string;
|
|
56
|
+
"Total Cost With Margin": string;
|
|
57
|
+
"\u2022 Miles": string;
|
|
58
|
+
"\u2022 Fuel Rate per Mile": string;
|
|
59
|
+
"\u2022 Line Haul Rate per Mile": string;
|
|
60
|
+
"\u2022 Line Haul Total": string;
|
|
61
|
+
"\u2022 Market Type": string;
|
|
62
|
+
"\u2022 Market Lane": string;
|
|
63
|
+
"\u2022 Market Days": string;
|
|
64
|
+
"Add Accessorials (Optionnal)": string;
|
|
65
|
+
"selected accessorials": string;
|
|
66
|
+
"Note: No Haz Mat, Ice Cream.": string;
|
|
67
|
+
"Select delivery date": string;
|
|
68
|
+
"Select delivery window": string;
|
|
69
|
+
Pickup: string;
|
|
70
|
+
"TENDER LOAD": string;
|
|
71
|
+
"Quote ID": string;
|
|
72
|
+
Service: string;
|
|
73
|
+
Mode: string;
|
|
74
|
+
Temperature: string;
|
|
75
|
+
"Commodity Description": string;
|
|
76
|
+
"Total Weight": string;
|
|
77
|
+
"Freight Class": string;
|
|
78
|
+
Feet: string;
|
|
79
|
+
Pallets: string;
|
|
80
|
+
Reefer: string;
|
|
81
|
+
Dry: string;
|
|
82
|
+
"Cancel Load": string;
|
|
83
|
+
"New Quote": string;
|
|
84
|
+
Tender: string;
|
|
85
|
+
Next: string;
|
|
86
|
+
"Prop Number": string;
|
|
87
|
+
Notes: string;
|
|
88
|
+
"Enter Some relevant notes": string;
|
|
89
|
+
"Tender Load": string;
|
|
90
|
+
"From Quote": string;
|
|
91
|
+
"Service Level": string;
|
|
92
|
+
"You need to dispatch these remaning pallets in a lane:": string;
|
|
93
|
+
"Initial Quote": string;
|
|
94
|
+
"Base Rate": string;
|
|
95
|
+
"Fuel Rate": string;
|
|
96
|
+
"Total Rate": string;
|
|
97
|
+
"Uploaded Files": string;
|
|
98
|
+
Name: string;
|
|
99
|
+
Description: string;
|
|
100
|
+
"Having files to send ?": string;
|
|
101
|
+
"Drag and drop them on the page.": string;
|
|
102
|
+
uploading_file_one: string;
|
|
103
|
+
uploading_file_other: string;
|
|
104
|
+
"For each file, please specify the document type:": string;
|
|
105
|
+
"Document Type": string;
|
|
106
|
+
"Choose one...": string;
|
|
107
|
+
Upload: string;
|
|
108
|
+
Date: string;
|
|
109
|
+
"Add Notes": string;
|
|
110
|
+
"Edit Notes": string;
|
|
111
|
+
Save: string;
|
|
112
|
+
"Manage Pallets": string;
|
|
113
|
+
"Pallets for Path": string;
|
|
114
|
+
Pieces: string;
|
|
115
|
+
"Optional number of pieces for the commodity.": string;
|
|
116
|
+
"Any notes for the commodity. Any relevant ID numbers can go here as well.": string;
|
|
117
|
+
"Reference Number": string;
|
|
118
|
+
"Confirmation Number": string;
|
|
119
|
+
Appointment: string;
|
|
120
|
+
"Edit Location": string;
|
|
121
|
+
"Facility's name": string;
|
|
122
|
+
Contact: string;
|
|
123
|
+
Phone: string;
|
|
124
|
+
"Lift gate required": string;
|
|
125
|
+
"Grocery Warehouse": string;
|
|
126
|
+
"Liquor Permit": string;
|
|
127
|
+
Delete: string;
|
|
128
|
+
Create: string;
|
|
129
|
+
quoteRateWarning: string;
|
|
130
|
+
"Reference / BOL number": string;
|
|
131
|
+
"Upload document": string;
|
|
132
|
+
"or drag and drop": string;
|
|
133
|
+
"document type": string;
|
|
134
|
+
"rate confirmation": string;
|
|
135
|
+
"pickup document bol": string;
|
|
136
|
+
miscellaneous: string;
|
|
137
|
+
"Upload Document": string;
|
|
138
|
+
"load tendered": string;
|
|
139
|
+
"price warning": string;
|
|
140
|
+
requiredField: string;
|
|
141
|
+
viewQuoteResult: string;
|
|
142
|
+
palletDetails: string;
|
|
143
|
+
stopDetails: string;
|
|
144
|
+
"Open Load": string;
|
|
145
|
+
floorLoad: string;
|
|
146
|
+
loadToRide: string;
|
|
147
|
+
"4h Window": string;
|
|
148
|
+
"8h Window": string;
|
|
149
|
+
"GENERATE LOAD": string;
|
|
150
|
+
"Request Credit & Generate": string;
|
|
151
|
+
emptyLoad: string;
|
|
152
|
+
open: string;
|
|
153
|
+
service_level: string;
|
|
154
|
+
load_search: string;
|
|
155
|
+
not_set: string;
|
|
156
|
+
add_what: string;
|
|
157
|
+
duplicate: string;
|
|
158
|
+
Miles: string;
|
|
159
|
+
Summary: string;
|
|
160
|
+
Stops: string;
|
|
161
|
+
Costs: string;
|
|
162
|
+
"Market Cost": string;
|
|
163
|
+
"Market Price": string;
|
|
164
|
+
About: string;
|
|
165
|
+
From: string;
|
|
166
|
+
To: string;
|
|
167
|
+
"Unknown Location": string;
|
|
168
|
+
"Customer Credit": string;
|
|
169
|
+
"You are all set!": string;
|
|
170
|
+
please_select_a_location: string;
|
|
171
|
+
"Load Details": string;
|
|
172
|
+
};
|
|
173
|
+
file_upload: {
|
|
174
|
+
or_drag_and_drop: string;
|
|
175
|
+
document_type: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
entities: {
|
|
179
|
+
load: {
|
|
180
|
+
attributes: {
|
|
181
|
+
id: string;
|
|
182
|
+
refNumber: string;
|
|
183
|
+
quoteId: string;
|
|
184
|
+
totalMiles: string;
|
|
185
|
+
pallets: string;
|
|
186
|
+
feet: string;
|
|
187
|
+
weight: string;
|
|
188
|
+
type: string;
|
|
189
|
+
status: string;
|
|
190
|
+
stops: string;
|
|
191
|
+
lastLocation: string;
|
|
192
|
+
files: string;
|
|
193
|
+
serviceLevel: string;
|
|
194
|
+
reefer: string;
|
|
195
|
+
total: string;
|
|
196
|
+
baseRate: string;
|
|
197
|
+
fuelSurcharge: string;
|
|
198
|
+
tendered: string;
|
|
199
|
+
invoiceDate: string;
|
|
200
|
+
};
|
|
201
|
+
entity: string;
|
|
202
|
+
entity_plural: string;
|
|
203
|
+
others: {
|
|
204
|
+
eta: string;
|
|
205
|
+
available: string;
|
|
206
|
+
ref: string;
|
|
207
|
+
load_pickup: string;
|
|
208
|
+
load_delivery: string;
|
|
209
|
+
pickup_city: string;
|
|
210
|
+
delivery_city: string;
|
|
211
|
+
load_not_found: string;
|
|
212
|
+
contact_us: string;
|
|
213
|
+
load_not_found_message: string;
|
|
214
|
+
load_not_found_message_anonymous_user: string;
|
|
215
|
+
upload_document: string;
|
|
216
|
+
download_document: string;
|
|
217
|
+
upload: string;
|
|
218
|
+
load_cost: string;
|
|
219
|
+
base_rate: string;
|
|
220
|
+
fuel_surcharge: string;
|
|
221
|
+
rate_confirmation: string;
|
|
222
|
+
pickup_document_bol: string;
|
|
223
|
+
pickup_document: string;
|
|
224
|
+
miscellaneous: string;
|
|
225
|
+
apt: string;
|
|
226
|
+
date: string;
|
|
227
|
+
upload_success: string;
|
|
228
|
+
load: string;
|
|
229
|
+
adjustment: string;
|
|
230
|
+
tonu: string;
|
|
231
|
+
undo_tonu: string;
|
|
232
|
+
cancel_load: string;
|
|
233
|
+
activate_load: string;
|
|
234
|
+
duplicate_load: string;
|
|
235
|
+
fuel_rate: string;
|
|
236
|
+
csr_name: string;
|
|
237
|
+
customer: string;
|
|
238
|
+
first_location: string;
|
|
239
|
+
last_location: string;
|
|
240
|
+
equipment_description: string;
|
|
241
|
+
total: string;
|
|
242
|
+
margin: string;
|
|
243
|
+
invoice_date: string;
|
|
244
|
+
weight_incentive: string;
|
|
245
|
+
pickup_date: string;
|
|
246
|
+
total_rate: string;
|
|
247
|
+
mode: string;
|
|
248
|
+
ready: string;
|
|
249
|
+
pending: string;
|
|
250
|
+
cancelled: string;
|
|
251
|
+
load_tenders: string;
|
|
252
|
+
booked_by: string;
|
|
253
|
+
booked_by_placeholder: string;
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
quote: {
|
|
257
|
+
attributes: {
|
|
258
|
+
id: string;
|
|
259
|
+
createdAt: string;
|
|
260
|
+
type: string;
|
|
261
|
+
};
|
|
262
|
+
entity: string;
|
|
263
|
+
entity_plural: string;
|
|
264
|
+
others: {
|
|
265
|
+
pickup: string;
|
|
266
|
+
delivery: string;
|
|
267
|
+
expiration: string;
|
|
268
|
+
quote_history: string;
|
|
269
|
+
remaining_time_one: string;
|
|
270
|
+
remaining_time_other: string;
|
|
271
|
+
expired: string;
|
|
272
|
+
load_type: string;
|
|
273
|
+
service: string;
|
|
274
|
+
temp: string;
|
|
275
|
+
miles: string;
|
|
276
|
+
date_received: string;
|
|
277
|
+
preferred_carrier_type: string;
|
|
278
|
+
class: string;
|
|
279
|
+
seal: string;
|
|
280
|
+
dont_break: string;
|
|
281
|
+
dry_only: string;
|
|
282
|
+
otr_pickup: string;
|
|
283
|
+
no_split: string;
|
|
284
|
+
local_move: string;
|
|
285
|
+
cont: string;
|
|
286
|
+
cycle: string;
|
|
287
|
+
accessorial: string;
|
|
288
|
+
commodity: string;
|
|
289
|
+
cargo_value: string;
|
|
290
|
+
force_spot: string;
|
|
291
|
+
hours: string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
invoice: {
|
|
295
|
+
attributes: {
|
|
296
|
+
id: string;
|
|
297
|
+
invoiceID: string;
|
|
298
|
+
invoiceDate: string;
|
|
299
|
+
dueDate: string;
|
|
300
|
+
inputDate: string;
|
|
301
|
+
moneyDue: string;
|
|
302
|
+
status: string;
|
|
303
|
+
statusCode: string;
|
|
304
|
+
days: string;
|
|
305
|
+
referenceNumber: string;
|
|
306
|
+
customerID: string;
|
|
307
|
+
termsName: string;
|
|
308
|
+
termsID: string;
|
|
309
|
+
files: string;
|
|
310
|
+
};
|
|
311
|
+
entity: string;
|
|
312
|
+
entity_plural: string;
|
|
313
|
+
others: {
|
|
314
|
+
age: string;
|
|
315
|
+
download_statement: string;
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
customer: {
|
|
319
|
+
attributes: {
|
|
320
|
+
id: string;
|
|
321
|
+
name: string;
|
|
322
|
+
company_id: string;
|
|
323
|
+
credit_on_hold: string;
|
|
324
|
+
inactivity_hold: string;
|
|
325
|
+
credit_term_id: string;
|
|
326
|
+
line1: string;
|
|
327
|
+
city: string;
|
|
328
|
+
state: string;
|
|
329
|
+
zip: string;
|
|
330
|
+
credit_term_name: string;
|
|
331
|
+
};
|
|
332
|
+
entity: string;
|
|
333
|
+
entity_plural: string;
|
|
334
|
+
others: {
|
|
335
|
+
active: string;
|
|
336
|
+
inactive: string;
|
|
337
|
+
sign_in_code: string;
|
|
338
|
+
sign_in_code_description: string;
|
|
339
|
+
generate_sign_in_code: string;
|
|
340
|
+
};
|
|
341
|
+
};
|
|
342
|
+
user: {
|
|
343
|
+
entity: string;
|
|
344
|
+
entity_plural: string;
|
|
345
|
+
attributes: {
|
|
346
|
+
active: string;
|
|
347
|
+
createdAt: string;
|
|
348
|
+
defaultAppID: string;
|
|
349
|
+
defaultAppURL: string;
|
|
350
|
+
email: string;
|
|
351
|
+
firstName: string;
|
|
352
|
+
icon: string;
|
|
353
|
+
id: string;
|
|
354
|
+
impersonate: string;
|
|
355
|
+
lastName: string;
|
|
356
|
+
organizationID: string;
|
|
357
|
+
organizations: string;
|
|
358
|
+
pending: string;
|
|
359
|
+
phone: string;
|
|
360
|
+
updatedAt: string;
|
|
361
|
+
uuid: string;
|
|
362
|
+
};
|
|
363
|
+
others: {
|
|
364
|
+
my_info: string;
|
|
365
|
+
my_company: string;
|
|
366
|
+
};
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
components: {
|
|
370
|
+
lepShipcons: {
|
|
371
|
+
location_notes: string;
|
|
372
|
+
scheduling_notes: string;
|
|
373
|
+
contact: string;
|
|
374
|
+
phone: string;
|
|
375
|
+
issue_date: string;
|
|
376
|
+
category: string;
|
|
377
|
+
subcategory: string;
|
|
378
|
+
subcategory_definition: string;
|
|
379
|
+
carrier: string;
|
|
380
|
+
node: string;
|
|
381
|
+
driver: string;
|
|
382
|
+
faulting_user: string;
|
|
383
|
+
reschedule_date: string;
|
|
384
|
+
modify_time: string;
|
|
385
|
+
new_start_time: string;
|
|
386
|
+
new_end_time: string;
|
|
387
|
+
start_time: string;
|
|
388
|
+
end_time: string;
|
|
389
|
+
note: string;
|
|
390
|
+
stop: string;
|
|
391
|
+
shipper: string;
|
|
392
|
+
consignee: string;
|
|
393
|
+
drop_stop: string;
|
|
394
|
+
add_stop: string;
|
|
395
|
+
delete_stop: string;
|
|
396
|
+
recalculate: string;
|
|
397
|
+
email_note: string;
|
|
398
|
+
call_note: string;
|
|
399
|
+
portal_note: string;
|
|
400
|
+
customer_note: string;
|
|
401
|
+
schedule_email: string;
|
|
402
|
+
view_appointment_issues: string;
|
|
403
|
+
email: string;
|
|
404
|
+
subject: string;
|
|
405
|
+
from_email: string;
|
|
406
|
+
file: string;
|
|
407
|
+
message: string;
|
|
408
|
+
booked_by: string;
|
|
409
|
+
contacts: string;
|
|
410
|
+
open_quote: string;
|
|
411
|
+
cc_email: string;
|
|
412
|
+
validate: string;
|
|
413
|
+
};
|
|
414
|
+
lepLoadNotes: {
|
|
415
|
+
load_notes: string;
|
|
416
|
+
};
|
|
417
|
+
lepUserNotes: {
|
|
418
|
+
user_note: string;
|
|
419
|
+
delete_user_note: string;
|
|
420
|
+
};
|
|
421
|
+
lepAdjustments: {
|
|
422
|
+
delete_adjustment: string;
|
|
423
|
+
amount: string;
|
|
424
|
+
target_amount: string;
|
|
425
|
+
difference: string;
|
|
426
|
+
customer_id: string;
|
|
427
|
+
};
|
|
428
|
+
checkList: {
|
|
429
|
+
tasks_list: string;
|
|
430
|
+
};
|
|
431
|
+
lepAccessorials: {
|
|
432
|
+
delete_accessorial: string;
|
|
433
|
+
manual_rate: string;
|
|
434
|
+
adjustment_reason: string;
|
|
435
|
+
notes: string;
|
|
436
|
+
has_comCheck: string;
|
|
437
|
+
comCheck_number: string;
|
|
438
|
+
};
|
|
439
|
+
lepCustomerContacts: {
|
|
440
|
+
person: string;
|
|
441
|
+
department: string;
|
|
442
|
+
name: string;
|
|
443
|
+
phone_number: string;
|
|
444
|
+
"800_phone_number": string;
|
|
445
|
+
mobile_number: string;
|
|
446
|
+
fax_number: string;
|
|
447
|
+
email: string;
|
|
448
|
+
website: string;
|
|
449
|
+
notes: string;
|
|
450
|
+
};
|
|
451
|
+
lepRateReviews: {
|
|
452
|
+
rate_review: string;
|
|
453
|
+
file: string;
|
|
454
|
+
rate: string;
|
|
455
|
+
notes: string;
|
|
456
|
+
last_kickback_name: string;
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
export default translations;
|
package/dist/locales/index.js
CHANGED
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import commonEn from "./en/common.json";
|
|
2
|
+
import entitiesEn from "./en/entities.json";
|
|
3
|
+
import componentsEn from "./en/components.json";
|
|
4
|
+
const translations = {
|
|
5
|
+
en: {
|
|
6
|
+
common: commonEn,
|
|
7
|
+
entities: entitiesEn,
|
|
8
|
+
components: componentsEn,
|
|
9
|
+
},
|
|
10
|
+
};
|
|
11
|
+
export default translations;
|
|
2
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locales/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locales/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,kBAAkB,CAAC;AACxC,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,MAAM,YAAY,GAAG;IACnB,EAAE,EAAE;QACF,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,UAAU;QACpB,UAAU,EAAE,YAAY;KACzB;CACF,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
export declare const salesKitEn: {
|
|
2
|
-
inaccurateWarning: string;
|
|
3
|
-
selectLocationWarning: string;
|
|
4
|
-
inaccurateTenderWarning: string;
|
|
5
|
-
newQuote: string;
|
|
6
|
-
find: string;
|
|
7
|
-
restart: string;
|
|
8
|
-
runQuote: string;
|
|
9
|
-
aboutTheLoad: string;
|
|
10
|
-
temperature: string;
|
|
11
|
-
commodityDescription: string;
|
|
12
|
-
totalWeight: string;
|
|
13
|
-
freightClass: string;
|
|
14
|
-
addPallet: string;
|
|
15
|
-
equipmentIssue: string;
|
|
16
|
-
validSpecs: string;
|
|
17
|
-
totalSpecs: string;
|
|
18
|
-
Inactive: string;
|
|
19
|
-
stops: string;
|
|
20
|
-
"Inactivity Hold": string;
|
|
21
|
-
"Credit on Hold": string;
|
|
22
|
-
addStop: string;
|
|
23
|
-
"facilities found for this address": string;
|
|
24
|
-
"facility found for this address": string;
|
|
25
|
-
"Any chance this is what youre looking for?": string;
|
|
26
|
-
Cancel: string;
|
|
27
|
-
Form: string;
|
|
28
|
-
Ok: string;
|
|
29
|
-
"Select accessorials that apply": string;
|
|
30
|
-
"New Location": string;
|
|
31
|
-
"Quote Accessorials": string;
|
|
32
|
-
"Customer Accessorials": string;
|
|
33
|
-
Holidays: string;
|
|
34
|
-
Response: string;
|
|
35
|
-
Body: string;
|
|
36
|
-
miles: string;
|
|
37
|
-
hours: string;
|
|
38
|
-
Base: string;
|
|
39
|
-
Fuel: string;
|
|
40
|
-
Extra: string;
|
|
41
|
-
Total: string;
|
|
42
|
-
Quote: string;
|
|
43
|
-
Market: string;
|
|
44
|
-
Breakdown: string;
|
|
45
|
-
Close: string;
|
|
46
|
-
"Linehaul Cost": string;
|
|
47
|
-
"Fuel Cost": string;
|
|
48
|
-
"TL Total Cost": string;
|
|
49
|
-
"LTL Pallet Percentage": string;
|
|
50
|
-
"Stop Off Fees": string;
|
|
51
|
-
"Total Cost": string;
|
|
52
|
-
Margin: string;
|
|
53
|
-
"Total Cost With Margin": string;
|
|
54
|
-
"\u2022 Miles": string;
|
|
55
|
-
"\u2022 Fuel Rate per Mile": string;
|
|
56
|
-
"\u2022 Line Haul Rate per Mile": string;
|
|
57
|
-
"\u2022 Line Haul Total": string;
|
|
58
|
-
"\u2022 Market Type": string;
|
|
59
|
-
"\u2022 Market Lane": string;
|
|
60
|
-
"\u2022 Market Days": string;
|
|
61
|
-
"Add Accessorials (Optionnal)": string;
|
|
62
|
-
"selected accessorials": string;
|
|
63
|
-
"Note: No Haz Mat, Ice Cream.": string;
|
|
64
|
-
"Select delivery date": string;
|
|
65
|
-
"Select delivery window": string;
|
|
66
|
-
Pickup: string;
|
|
67
|
-
"TENDER LOAD": string;
|
|
68
|
-
"Quote ID": string;
|
|
69
|
-
Service: string;
|
|
70
|
-
Mode: string;
|
|
71
|
-
Temperature: string;
|
|
72
|
-
"Commodity Description": string;
|
|
73
|
-
"Total Weight": string;
|
|
74
|
-
"Freight Class": string;
|
|
75
|
-
Feet: string;
|
|
76
|
-
Pallets: string;
|
|
77
|
-
Reefer: string;
|
|
78
|
-
Dry: string;
|
|
79
|
-
"Cancel Load": string;
|
|
80
|
-
"New Quote": string;
|
|
81
|
-
Tender: string;
|
|
82
|
-
Next: string;
|
|
83
|
-
"Prop Number": string;
|
|
84
|
-
Notes: string;
|
|
85
|
-
"Enter Some relevant notes": string;
|
|
86
|
-
"Tender Load": string;
|
|
87
|
-
"From Quote": string;
|
|
88
|
-
"Service Level": string;
|
|
89
|
-
"You need to dispatch these remaning pallets in a lane:": string;
|
|
90
|
-
"Initial Quote": string;
|
|
91
|
-
"Base Rate": string;
|
|
92
|
-
"Fuel Rate": string;
|
|
93
|
-
"Total Rate": string;
|
|
94
|
-
"Uploaded Files": string;
|
|
95
|
-
Name: string;
|
|
96
|
-
Description: string;
|
|
97
|
-
"Having files to send ?": string;
|
|
98
|
-
"Drag and drop them on the page.": string;
|
|
99
|
-
uploading_file_one: string;
|
|
100
|
-
uploading_file_other: string;
|
|
101
|
-
"For each file, please specify the document type:": string;
|
|
102
|
-
"Document Type": string;
|
|
103
|
-
"Choose one...": string;
|
|
104
|
-
Upload: string;
|
|
105
|
-
Date: string;
|
|
106
|
-
"Add Notes": string;
|
|
107
|
-
"Edit Notes": string;
|
|
108
|
-
Save: string;
|
|
109
|
-
"Manage Pallets": string;
|
|
110
|
-
"Pallets for Path": string;
|
|
111
|
-
Pieces: string;
|
|
112
|
-
"Optional number of pieces for the commodity.": string;
|
|
113
|
-
"Any notes for the commodity. Any relevant ID numbers can go here as well.": string;
|
|
114
|
-
"Reference Number": string;
|
|
115
|
-
"Confirmation Number": string;
|
|
116
|
-
Appointment: string;
|
|
117
|
-
"Edit Location": string;
|
|
118
|
-
"Facility's name": string;
|
|
119
|
-
Contact: string;
|
|
120
|
-
Phone: string;
|
|
121
|
-
"Lift gate required": string;
|
|
122
|
-
"Grocery Warehouse": string;
|
|
123
|
-
"Liquor Permit": string;
|
|
124
|
-
Delete: string;
|
|
125
|
-
Create: string;
|
|
126
|
-
quoteRateWarning: string;
|
|
127
|
-
"Reference / BOL number": string;
|
|
128
|
-
"Upload document": string;
|
|
129
|
-
"or drag and drop": string;
|
|
130
|
-
"document type": string;
|
|
131
|
-
"rate confirmation": string;
|
|
132
|
-
"pickup document bol": string;
|
|
133
|
-
miscellaneous: string;
|
|
134
|
-
"Upload Document": string;
|
|
135
|
-
"load tendered": string;
|
|
136
|
-
"price warning": string;
|
|
137
|
-
requiredField: string;
|
|
138
|
-
viewQuoteResult: string;
|
|
139
|
-
palletDetails: string;
|
|
140
|
-
stopDetails: string;
|
|
141
|
-
"Open Load": string;
|
|
142
|
-
floorLoad: string;
|
|
143
|
-
loadToRide: string;
|
|
144
|
-
"4h Window": string;
|
|
145
|
-
"8h Window": string;
|
|
146
|
-
"GENERATE LOAD": string;
|
|
147
|
-
"Request Credit & Generate": string;
|
|
148
|
-
emptyLoad: string;
|
|
149
|
-
open: string;
|
|
150
|
-
service_level: string;
|
|
151
|
-
load_search: string;
|
|
152
|
-
};
|