[#23] DeliveryConfirmation: Add Sortenaufteilung table

This commit is contained in:
2023-12-19 20:26:12 +01:00
parent 480f99234c
commit 9c46974bd7
3 changed files with 74 additions and 5 deletions

View File

@ -1,3 +1,4 @@
@using Elwig.Documents
@using RazorLight
@inherits TemplatePage<Elwig.Documents.DeliveryConfirmation>
@model Elwig.Documents.DeliveryConfirmation
@ -89,6 +90,7 @@
</tr>
</tbody>
</table>
@Raw(BusinessDocument.PrintSortenaufteilung(Model.MemberBuckets))
@Raw(Model.PrintBucketTable(Model.Season, Model.MemberBuckets, includePayment: true))
<div class="text" style="margin-top: 2em;">
@if (Model.Text != null) {