Merged in feature/IO-3047-accountingid-on-Owner-Page (pull request #1982)

IO-3047 Accounting ID on Owner Page

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2024-12-02 20:30:50 +00:00
committed by Dave Richer
5 changed files with 7 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ export default function OwnerDetailFormComponent({ form, loading }) {
<Form.Item label={t("owners.fields.ownr_co_nm")} name="ownr_co_nm"> <Form.Item label={t("owners.fields.ownr_co_nm")} name="ownr_co_nm">
<Input /> <Input />
</Form.Item> </Form.Item>
<Form.Item label={t("owners.fields.accountingid")} name="accountingid">
<Input disabled/>
</Form.Item>
</LayoutFormRow> </LayoutFormRow>
<LayoutFormRow header={t("owners.forms.address")}> <LayoutFormRow header={t("owners.forms.address")}>
<Form.Item label={t("owners.fields.ownr_addr1")} name="ownr_addr1"> <Form.Item label={t("owners.fields.ownr_addr1")} name="ownr_addr1">

View File

@@ -48,6 +48,7 @@ export const QUERY_OWNER_BY_ID = gql`
query QUERY_OWNER_BY_ID($id: uuid!) { query QUERY_OWNER_BY_ID($id: uuid!) {
owners_by_pk(id: $id) { owners_by_pk(id: $id) {
id id
accountingid
allow_text_message allow_text_message
ownr_addr1 ownr_addr1
ownr_addr2 ownr_addr2

View File

@@ -2394,6 +2394,7 @@
"selectexistingornew": "Select an existing owner record or create a new one. " "selectexistingornew": "Select an existing owner record or create a new one. "
}, },
"fields": { "fields": {
"accountingid": "Accounting ID",
"address": "Address", "address": "Address",
"allow_text_message": "Permission to Text?", "allow_text_message": "Permission to Text?",
"name": "Name", "name": "Name",

View File

@@ -2394,6 +2394,7 @@
"selectexistingornew": "" "selectexistingornew": ""
}, },
"fields": { "fields": {
"accountingid": "",
"address": "Dirección", "address": "Dirección",
"allow_text_message": "Permiso de texto?", "allow_text_message": "Permiso de texto?",
"name": "Nombre", "name": "Nombre",

View File

@@ -2394,6 +2394,7 @@
"selectexistingornew": "" "selectexistingornew": ""
}, },
"fields": { "fields": {
"accountingid": "",
"address": "Adresse", "address": "Adresse",
"allow_text_message": "Autorisation de texte?", "allow_text_message": "Autorisation de texte?",
"name": "Prénom", "name": "Prénom",