Skip to content

Commit

Permalink
Tariffs: formula, charges, tax > advanced fields (#17301)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Nov 18, 2024
1 parent 8a6b5d7 commit 1b61e27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/templates/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,16 +333,19 @@ presets:
params:
- name: charges
type: number
advanced: true
help:
de: Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent)
en: Additional fixed charge per kWh (e.g. 0.05 for 5 cents)
- name: tax
type: number
advanced: true
help:
de: Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%)
en: Additional percentage charge (e.g. 0.2 for 20%)
- name: formula
type: string
advanced: true
help:
de: Individuelle Formel zur Berechnung des Preises
en: Individual formula for calculating the price
Expand Down

0 comments on commit 1b61e27

Please sign in to comment.