add price feature
All checks were successful
/ ls (pull_request) Successful in 1m37s

This commit is contained in:
lubiana 2025-06-29 23:18:23 +02:00
parent 15f8db46a0
commit 64f5341371
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
18 changed files with 484 additions and 157 deletions

View file

@ -15,6 +15,10 @@
<th>Name</th>
<td>{{ menu_item.name }}</td>
</tr>
<tr>
<th>Price</th>
<td>{{ (menu_item.priceCents / 100)|format_currency('EUR') }}</td>
</tr>
{% if(menu_item.aliasOf) %}
<tr>
<th>Alias of</th>