mirror of
https://github.com/frappe/books.git
synced 2026-08-28 18:14:16 -05:00
25 lines
563 B
JSON
25 lines
563 B
JSON
{
|
|
"name": "CollectionRulesItems",
|
|
"label": "Collection Rules",
|
|
"isChild": true,
|
|
"fields": [
|
|
{
|
|
"fieldname": "tierName",
|
|
"label": "Tier Name",
|
|
"fieldtype": "Data"
|
|
},
|
|
{
|
|
"fieldname": "collectionFactor",
|
|
"label": "Collection Factor",
|
|
"fieldtype": "Float",
|
|
"sub_label": "Sale 100→ 100 (1), 50 (0.5)"
|
|
},
|
|
{
|
|
"fieldname": "minimumTotalSpent",
|
|
"label": "Minimum Total Spent",
|
|
"fieldtype": "Currency"
|
|
}
|
|
],
|
|
"tableFields": ["tierName", "collectionFactor", "minimumTotalSpent"]
|
|
}
|