mirror of
https://github.com/frappe/books.git
synced 2025-03-31 23:41:32 +00:00
feat: pos shift closing schemas
This commit is contained in:
parent
7ce556b8eb
commit
e4907165bb
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "POSShiftClosingAmounts",
|
"name": "ClosingAmounts",
|
||||||
"label": "Opening Amount",
|
"label": "Closing Amount",
|
||||||
"isChild": true,
|
"isChild": true,
|
||||||
"extends": "POSShiftAmounts",
|
"extends": "POSShiftAmounts",
|
||||||
"fields": [
|
"fields": [
|
17
schemas/app/inventory/Point of Sale/ClosingCash.json
Normal file
17
schemas/app/inventory/Point of Sale/ClosingCash.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "ClosingCash",
|
||||||
|
"label": "Closing Cash In Denominations",
|
||||||
|
"isChild": true,
|
||||||
|
"extends": "CashDenominations",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"fieldname": "count",
|
||||||
|
"label": "Count",
|
||||||
|
"placeholder": "Count",
|
||||||
|
"fieldtype": "Int",
|
||||||
|
"default": 0,
|
||||||
|
"required": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tableFields": ["denomination", "count"]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user