2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 23:00:56 +00:00
books/schemas/app/CollectionRulesItems.json
2024-09-04 09:08:30 +05:30

24 lines
519 B
JSON

{
"name": "CollectionRulesItems",
"label": "Collection Rules",
"isChild": true,
"fields": [
{
"fieldname": "tierName",
"label": "Tier Name",
"fieldtype": "Data"
},
{
"fieldname": "collectionFactor",
"label": "Collection Factor (=1 LP)",
"fieldtype": "Float"
},
{
"fieldname": "minimumTotalSpent",
"label": "Minimum Total Spent",
"fieldtype": "Currency"
}
],
"tableFields": ["tierName", "collectionFactor", "minimumTotalSpent"]
}