2
0
mirror of https://github.com/frappe/books.git synced 2025-01-10 02:07:12 +00:00
books/schemas/app/PaymentMethod.json
2024-12-26 15:19:30 +05:30

19 lines
310 B
JSON

{
"name": "PaymentMethod",
"label": "Payment Method",
"naming": "manual",
"fields": [
{
"fieldname": "name",
"label": "Name",
"fieldtype": "Data"
},
{
"fieldname": "account",
"label": "Account",
"fieldtype": "Link",
"target": "Account"
}
]
}