Add RVG calculation module and integrate cost calculations into CVmhErstgespraech entity
This commit is contained in:
@@ -418,6 +418,94 @@
|
||||
"minuteStep": 5,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"ustSatz": {
|
||||
"type": "enum",
|
||||
"options": ["0", "19"],
|
||||
"default": "19",
|
||||
"required": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"aussergerichtlicheGebuehren": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"gerichtskosten1Instanz": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"anwaltskostenKlaeger1Instanz": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"vorzusch1Instanz": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"vergleich1InstanzGk": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true,
|
||||
"view": "custom:views/c-vmh-erstgespraech/fields/rvg-calculated"
|
||||
},
|
||||
"vergleich1InstanzAnwK": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"vergleich1InstanzSumme": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"saeumnis1InstanzGk": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"saeumnis1InstanzAnwK": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"saeumnis1InstanzSumme": {
|
||||
"type": "currency",
|
||||
"readOnly": true,
|
||||
"onlyDefaultCurrency": true,
|
||||
"conversionDisabled": true,
|
||||
"decimal": true,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
|
||||
Reference in New Issue
Block a user