oms-Script/tests/depreciation/depreciation.cfg.json
2022-02-19 13:57:39 +01:00

44 lines
821 B
JSON
Executable File

[
{
"type": "label",
"attributes": {
"for": "amount"
},
"default": {
"value": "Amount"
}
},
{
"type": "input",
"subtype": "text",
"attributes": {
"id": "amount",
"name": "amount",
"type": "text"
},
"default": {
"value": "10000"
}
},
{
"type": "label",
"attributes": {
"for": "duration"
},
"default": {
"value": "Duration"
}
},
{
"type": "input",
"subtype": "text",
"attributes": {
"id": "duration",
"name": "duration",
"type": "text"
},
"default": {
"value": "10"
}
}
]