fix: warehouse form cleanup
- organize fields - group transit fields and move them lower - enable/disable should be button - hide pointless fields from listview
This commit is contained in:
parent
7a18db561f
commit
40ce33dff1
@ -8,16 +8,14 @@
|
|||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"warehouse_detail",
|
"warehouse_detail",
|
||||||
|
"disabled",
|
||||||
"warehouse_name",
|
"warehouse_name",
|
||||||
"column_break_3",
|
"column_break_3",
|
||||||
"warehouse_type",
|
|
||||||
"parent_warehouse",
|
|
||||||
"default_in_transit_warehouse",
|
|
||||||
"is_group",
|
"is_group",
|
||||||
|
"parent_warehouse",
|
||||||
"column_break_4",
|
"column_break_4",
|
||||||
"account",
|
"account",
|
||||||
"company",
|
"company",
|
||||||
"disabled",
|
|
||||||
"address_and_contact",
|
"address_and_contact",
|
||||||
"address_html",
|
"address_html",
|
||||||
"column_break_10",
|
"column_break_10",
|
||||||
@ -32,6 +30,10 @@
|
|||||||
"city",
|
"city",
|
||||||
"state",
|
"state",
|
||||||
"pin",
|
"pin",
|
||||||
|
"transit_section",
|
||||||
|
"warehouse_type",
|
||||||
|
"column_break_qajx",
|
||||||
|
"default_in_transit_warehouse",
|
||||||
"tree_details",
|
"tree_details",
|
||||||
"lft",
|
"lft",
|
||||||
"rgt",
|
"rgt",
|
||||||
@ -238,13 +240,22 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Default In-Transit Warehouse",
|
"label": "Default In-Transit Warehouse",
|
||||||
"options": "Warehouse"
|
"options": "Warehouse"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "transit_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Transit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_qajx",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-building",
|
"icon": "fa fa-building",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-03-01 02:37:48.034944",
|
"modified": "2023-05-29 12:59:48.371803",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Warehouse",
|
"name": "Warehouse",
|
||||||
@ -261,7 +272,6 @@
|
|||||||
"read": 1,
|
"read": 1,
|
||||||
"report": 1,
|
"report": 1,
|
||||||
"role": "Item Manager",
|
"role": "Item Manager",
|
||||||
"set_user_permissions": 1,
|
|
||||||
"share": 1,
|
"share": 1,
|
||||||
"write": 1
|
"write": 1
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user