Skip to content

Commit

Permalink
Update purchase_invoice_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 814192f commit 29b9a00
Showing 1 changed file with 19 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"col_break1",
"item_name",
"description_section",
"column_break_ulom",
"description",
"brand",
"col_break7",
Expand Down Expand Up @@ -116,7 +117,7 @@
"fields": [
{
"bold": 1,
"columns": 3,
"columns": 1,
"fieldname": "item_code",
"fieldtype": "Link",
"in_list_view": 1,
Expand Down Expand Up @@ -149,8 +150,10 @@
"label": "Description"
},
{
"columns": 2,
"fieldname": "description",
"fieldtype": "Text Editor",
"in_list_view": 1,
"label": "Description",
"oldfieldname": "description",
"oldfieldtype": "Text",
Expand Down Expand Up @@ -184,7 +187,7 @@
},
{
"bold": 1,
"columns": 2,
"columns": 1,
"fieldname": "qty",
"fieldtype": "Float",
"in_list_view": 1,
Expand Down Expand Up @@ -212,8 +215,10 @@
"fieldtype": "Column Break"
},
{
"columns": 1,
"fieldname": "uom",
"fieldtype": "Link",
"in_list_view": 1,
"label": "UOM",
"options": "UOM",
"reqd": 1
Expand Down Expand Up @@ -279,7 +284,7 @@
},
{
"bold": 1,
"columns": 3,
"columns": 1,
"fieldname": "rate",
"fieldtype": "Currency",
"in_list_view": 1,
Expand All @@ -290,7 +295,7 @@
"reqd": 1
},
{
"columns": 2,
"columns": 1,
"fieldname": "amount",
"fieldtype": "Currency",
"in_list_view": 1,
Expand Down Expand Up @@ -475,8 +480,10 @@
},
{
"allow_on_submit": 1,
"columns": 2,
"fieldname": "expense_account",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Expense Head",
"oldfieldname": "expense_head",
"oldfieldtype": "Link",
Expand All @@ -486,8 +493,10 @@
"width": "120px"
},
{
"columns": 1,
"fieldname": "item_tax_template",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Item Tax Template",
"options": "Item Tax Template",
"print_hide": 1
Expand Down Expand Up @@ -910,12 +919,16 @@
"fieldtype": "Link",
"label": "WIP Composite Asset",
"options": "Asset"
},
{
"fieldname": "column_break_ulom",
"fieldtype": "Column Break"
}
],
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-10-03 21:01:01.824892",
"modified": "2023-11-01 12:11:11.140039",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice Item",
Expand All @@ -925,4 +938,4 @@
"sort_field": "modified",
"sort_order": "DESC",
"states": []
}
}

0 comments on commit 29b9a00

Please sign in to comment.