mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
fix(ux): rename item for to Purpose
- contextual indep naems for stock not transf
This commit is contained in:
parent
d86cd90d6f
commit
ad05ca7466
@ -163,10 +163,8 @@
|
||||
"section": "Outstanding"
|
||||
},
|
||||
{
|
||||
"abstract": true,
|
||||
"fieldname": "stockNotTransferred",
|
||||
"label": "Stock Not Transferred",
|
||||
"fieldtype": "Float",
|
||||
"readOnly": true,
|
||||
"section": "Outstanding"
|
||||
},
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
},
|
||||
{
|
||||
"fieldname": "for",
|
||||
"label": "For",
|
||||
"label": "Purpose",
|
||||
"fieldtype": "Select",
|
||||
"options": [
|
||||
{
|
||||
|
@ -47,6 +47,13 @@
|
||||
"required": true,
|
||||
"edit": true,
|
||||
"section": "Items"
|
||||
},
|
||||
{
|
||||
"fieldname": "stockNotTransferred",
|
||||
"label": "Stock Not Received",
|
||||
"fieldtype": "Float",
|
||||
"readOnly": true,
|
||||
"section": "Outstanding"
|
||||
}
|
||||
],
|
||||
"keywordFields": ["name", "party"]
|
||||
|
@ -47,6 +47,13 @@
|
||||
"required": true,
|
||||
"edit": true,
|
||||
"section": "Items"
|
||||
},
|
||||
{
|
||||
"fieldname": "stockNotTransferred",
|
||||
"label": "Stock Not Shipped",
|
||||
"fieldtype": "Float",
|
||||
"readOnly": true,
|
||||
"section": "Outstanding"
|
||||
}
|
||||
],
|
||||
"keywordFields": ["name", "party"]
|
||||
|
Loading…
Reference in New Issue
Block a user