2
0
mirror of https://github.com/frappe/books.git synced 2024-11-12 16:36:27 +00:00
books/schemas/app/CollectionRulesItems.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
519 B
JSON
Raw Normal View History

2024-08-22 09:02:45 +00:00
{
"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"]
}