diff --git a/crm/fcrm/doctype/crm_products/crm_products.json b/crm/fcrm/doctype/crm_products/crm_products.json index e5b71378..2d96656b 100644 --- a/crm/fcrm/doctype/crm_products/crm_products.json +++ b/crm/fcrm/doctype/crm_products/crm_products.json @@ -11,13 +11,16 @@ "product_name", "section_break_fnvf", "qty", + "column_break_ajac", + "rate", "section_break_olqb", "discount_percentage", + "column_break_uvra", "discount_amount", "section_break_cnpb", "column_break_pozr", - "rate", "amount", + "column_break_ejqw", "net_amount" ], "fields": [ @@ -102,13 +105,25 @@ "fieldname": "qty", "fieldtype": "Float", "label": "Quantity" + }, + { + "fieldname": "column_break_ajac", + "fieldtype": "Column Break" + }, + { + "fieldname": "column_break_uvra", + "fieldtype": "Column Break" + }, + { + "fieldname": "column_break_ejqw", + "fieldtype": "Column Break" } ], "grid_page_length": 50, "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2025-05-14 17:16:06.475177", + "modified": "2025-05-14 18:52:26.183306", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Products", diff --git a/frontend/src/components/Controls/FormattedInput.vue b/frontend/src/components/Controls/FormattedInput.vue index 69b4d415..6414af92 100644 --- a/frontend/src/components/Controls/FormattedInput.vue +++ b/frontend/src/components/Controls/FormattedInput.vue @@ -6,10 +6,15 @@ @blur="isFocused = false" v-bind="$attrs" /> + + + {{ attrs.description }} + +
+ {{ attrs.description }} +