Added use_fippa for fippa based reports.

This commit is contained in:
Patrick Fic
2021-02-01 10:41:46 -08:00
parent 10e70230ba
commit bf83ae5779
13 changed files with 342 additions and 0 deletions

View File

@@ -628,6 +628,13 @@ export default function ShopInfoComponent({ form, saveLoading }) {
>
<InputNumber min={0.1} precision={1} />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.use_fippa")}
name={["use_fippa"]}
valuePropName="checked"
>
<Switch />
</Form.Item>
</LayoutFormRow>
</Collapse.Panel>
<Collapse.Panel

View File

@@ -77,6 +77,7 @@ export const QUERY_BODYSHOP = gql`
imexshopid
default_adjustment_rate
workingdays
use_fippa
employees {
id
first_name
@@ -152,6 +153,7 @@ export const UPDATE_SHOP = gql`
imexshopid
default_adjustment_rate
workingdays
use_fippa
employees {
id
first_name

View File

@@ -367,6 +367,7 @@
"production_statuses": "Production Statuses"
},
"target_touchtime": "Target Touch Time",
"use_fippa": "Use FIPPA for Names on Generated Documents?",
"zip_post": "Zip/Postal Code"
},
"labels": {

View File

@@ -367,6 +367,7 @@
"production_statuses": ""
},
"target_touchtime": "",
"use_fippa": "",
"zip_post": ""
},
"labels": {

View File

@@ -367,6 +367,7 @@
"production_statuses": ""
},
"target_touchtime": "",
"use_fippa": "",
"zip_post": ""
},
"labels": {