mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-04-07 05:01:24 +00:00
wip
This commit is contained in:
@@ -23,7 +23,9 @@
|
|||||||
"tenants:migrate:latest": "lerna run cli:tenants:migrate:latest --scope \"@bigcapital/server\"",
|
"tenants:migrate:latest": "lerna run cli:tenants:migrate:latest --scope \"@bigcapital/server\"",
|
||||||
"system:seed:latest": "lerna run cli:system:seed:latest --scope \"@bigcapital/server\"",
|
"system:seed:latest": "lerna run cli:system:seed:latest --scope \"@bigcapital/server\"",
|
||||||
"tenants:seed:latest": "lerna run cli:tenants:seed:latest --scope \"@bigcapital/server\"",
|
"tenants:seed:latest": "lerna run cli:tenants:seed:latest --scope \"@bigcapital/server\"",
|
||||||
"generate:sdk-types": "lerna run openapi:export --scope \"@bigcapital/server\" && lerna run generate --scope \"@bigcapital/sdk-ts\" && lerna run build --scope \"@bigcapital/sdk-ts\""
|
"generate:sdk-types": "lerna run openapi:export --scope \"@bigcapital/server\" && lerna run generate --scope \"@bigcapital/sdk-ts\" && lerna run build --scope \"@bigcapital/sdk-ts\"",
|
||||||
|
"format": "lerna run format",
|
||||||
|
"format:check": "lerna run format:check"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^17.4.2",
|
"@commitlint/cli": "^17.4.2",
|
||||||
|
|||||||
@@ -55,14 +55,14 @@ export function CustomerFormBasicSection({}) {
|
|||||||
</FFormGroup>
|
</FFormGroup>
|
||||||
|
|
||||||
<FFormGroup
|
<FFormGroup
|
||||||
name={'customer_code'}
|
name={'code'}
|
||||||
label={'Customer Code'}
|
label={'Customer Code'}
|
||||||
helperText="Add a unique account number to identify, reference and search for the contact."
|
helperText="Add a unique account number to identify, reference and search for the contact."
|
||||||
inline
|
inline
|
||||||
fill
|
fill
|
||||||
>
|
>
|
||||||
<FInputGroup
|
<FInputGroup
|
||||||
name={'customer_code'}
|
name={'code'}
|
||||||
fill />
|
fill />
|
||||||
</FFormGroup>
|
</FFormGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ export const defaultInitialValues = {
|
|||||||
last_name: '',
|
last_name: '',
|
||||||
company_name: '',
|
company_name: '',
|
||||||
display_name: '',
|
display_name: '',
|
||||||
|
code: '',
|
||||||
|
|
||||||
email: '',
|
email: '',
|
||||||
work_phone: '',
|
work_phone: '',
|
||||||
|
|||||||
@@ -54,14 +54,14 @@ export function VendorFormBasicSection({}) {
|
|||||||
</FFormGroup>
|
</FFormGroup>
|
||||||
|
|
||||||
<FFormGroup
|
<FFormGroup
|
||||||
name={'vendor_code'}
|
name={'code'}
|
||||||
label={'Vendor Code'}
|
label={'Vendor Code'}
|
||||||
helperText="Add a unique account number to identify, reference and search for the contact."
|
helperText="Add a unique account number to identify, reference and search for the contact."
|
||||||
inline
|
inline
|
||||||
fill
|
fill
|
||||||
fastField
|
fastField
|
||||||
>
|
>
|
||||||
<FInputGroup name={'vendor_code'} fill fastField />
|
<FInputGroup name={'code'} fill fastField />
|
||||||
</FFormGroup>
|
</FFormGroup>
|
||||||
|
|
||||||
{/*----------- Company Name -----------*/}
|
{/*----------- Company Name -----------*/}
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ export const defaultInitialValues = {
|
|||||||
last_name: '',
|
last_name: '',
|
||||||
company_name: '',
|
company_name: '',
|
||||||
display_name: '',
|
display_name: '',
|
||||||
|
code: '',
|
||||||
|
|
||||||
email: '',
|
email: '',
|
||||||
work_phone: '',
|
work_phone: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user