Skip to content

Commit

Permalink
Update quotation_item.json
Browse files Browse the repository at this point in the history
MAJ in list view
  • Loading branch information
bvisible authored Nov 1, 2023
1 parent e513c02 commit ff79568
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions erpnext/selling/doctype/quotation_item/quotation_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"fields": [
{
"bold": 1,
"columns": 4,
"columns": 1,
"fieldname": "item_code",
"fieldtype": "Link",
"in_global_search": 1,
Expand Down Expand Up @@ -120,14 +120,15 @@
"width": "150px"
},
{
"collapsible": 1,
"fieldname": "section_break_5",
"fieldtype": "Section Break",
"label": "Description"
},
{
"columns": 3,
"fieldname": "description",
"fieldtype": "Text Editor",
"in_list_view": 1,
"label": "Description",
"oldfieldname": "description",
"oldfieldtype": "Small Text",
Expand All @@ -154,7 +155,7 @@
},
{
"bold": 1,
"columns": 2,
"columns": 1,
"fieldname": "qty",
"fieldtype": "Float",
"in_list_view": 1,
Expand Down Expand Up @@ -209,8 +210,10 @@
"fieldtype": "Section Break"
},
{
"columns": 1,
"fieldname": "price_list_rate",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Price List Rate",
"oldfieldname": "ref_rate",
"oldfieldtype": "Currency",
Expand Down Expand Up @@ -268,9 +271,11 @@
"fieldtype": "Column Break"
},
{
"columns": 1,
"depends_on": "price_list_rate",
"fieldname": "discount_percentage",
"fieldtype": "Percent",
"in_list_view": 1,
"label": "Discount (%) on Price List Rate with Margin",
"oldfieldname": "adj_rate",
"oldfieldtype": "Float",
Expand All @@ -279,9 +284,11 @@
"width": "100px"
},
{
"columns": 1,
"depends_on": "price_list_rate",
"fieldname": "discount_amount",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Discount Amount",
"options": "currency"
},
Expand All @@ -300,7 +307,7 @@
},
{
"bold": 1,
"columns": 2,
"columns": 1,
"fieldname": "rate",
"fieldtype": "Currency",
"in_list_view": 1,
Expand All @@ -320,7 +327,7 @@
"read_only": 1
},
{
"columns": 2,
"columns": 1,
"fieldname": "amount",
"fieldtype": "Currency",
"in_list_view": 1,
Expand Down Expand Up @@ -666,7 +673,7 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-09-26 13:42:11.410294",
"modified": "2023-11-01 11:35:14.208350",
"modified_by": "Administrator",
"module": "Selling",
"name": "Quotation Item",
Expand Down

0 comments on commit ff79568

Please sign in to comment.