mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36:27 +00:00
24 lines
519 B
JSON
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"]
|
||
|
}
|