Config Changes

This commit is contained in:
Patrick Fic
2021-02-23 13:41:46 -08:00
parent e77973d17b
commit ded12bdb3f
19 changed files with 699 additions and 8 deletions

View File

@@ -102,9 +102,6 @@ export function JobsCreateJobsInfo({ bodyshop, form, selected }) {
<Form.Item label={t("jobs.fields.est_ct_ln")} name="est_ct_ln">
<Input />
</Form.Item>
<Form.Item label={t("jobs.fields.pay_date")} name="pay_date">
<Input />
</Form.Item>
<Form.Item label={t("jobs.fields.est_ph1")} name="est_ph1">
<Input />
</Form.Item>

View File

@@ -131,7 +131,19 @@ export default function ShopInfoComponent({ form, saveLoading }) {
</Form.Item>
<Form.Item
label={t("bodyshop.fields.logo_img_path")}
name="logo_img_path"
name={["logo_img_path", "src"]}
>
<Input />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.logo_img_path_height")}
name={["logo_img_path", "height"]}
>
<Input />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.logo_img_path_width")}
name={["logo_img_path", "width"]}
>
<Input />
</Form.Item>

View File

@@ -377,7 +377,7 @@ export const GET_JOB_BY_PK = gql`
est_co_nm
est_ct_fn
est_ct_ln
pay_date
est_ph1
est_ea
selling_dealer
@@ -981,7 +981,7 @@ export const QUERY_ALL_JOB_FIELDS = gql`
parts_tax_rates
pay_amt
pay_chknm
pay_date
pay_type
payee_nms
plate_no

View File

@@ -213,6 +213,8 @@
"invoice_state_tax_rate": "Invoices - State Tax Rate",
"lastnumberworkingdays": "Scoreboard - Last Number of Working Days",
"logo_img_path": "Shop Logo",
"logo_img_path_height": "Logo Image Height",
"logo_img_path_width": "Logo Image Width",
"md_categories": "Categories",
"md_classes": "Classes",
"md_hour_split": {
@@ -963,7 +965,7 @@
"employee_prep": "Prep",
"employee_refinish": "Refinish",
"est_addr1": "Appraiser Address",
"est_co_nm": "Appraiser",
"est_co_nm": "Appraiser Company",
"est_ct_fn": "Appraiser First Name",
"est_ct_ln": "Appraiser Last Name",
"est_ea": "Appraiser Email",

View File

@@ -213,6 +213,8 @@
"invoice_state_tax_rate": "",
"lastnumberworkingdays": "",
"logo_img_path": "",
"logo_img_path_height": "",
"logo_img_path_width": "",
"md_categories": "",
"md_classes": "",
"md_hour_split": {

View File

@@ -213,6 +213,8 @@
"invoice_state_tax_rate": "",
"lastnumberworkingdays": "",
"logo_img_path": "",
"logo_img_path_height": "",
"logo_img_path_width": "",
"md_categories": "",
"md_classes": "",
"md_hour_split": {