2
0
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:
18alantom 2023-08-28 11:50:15 +05:30
parent d86cd90d6f
commit ad05ca7466
4 changed files with 16 additions and 4 deletions

View File

@ -163,10 +163,8 @@
"section": "Outstanding"
},
{
"abstract": true,
"fieldname": "stockNotTransferred",
"label": "Stock Not Transferred",
"fieldtype": "Float",
"readOnly": true,
"section": "Outstanding"
},
{

View File

@ -20,7 +20,7 @@
},
{
"fieldname": "for",
"label": "For",
"label": "Purpose",
"fieldtype": "Select",
"options": [
{

View File

@ -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"]

View File

@ -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"]