v1.0.0
This commit is contained in:
@@ -4,24 +4,27 @@
|
||||
#center# {Phone} #
|
||||
|
||||
@row bold
|
||||
|24|Rechnung Nr. {ReceiptNumber}|24,right|{DateTime:HH:mm dd.MM.yyyy}
|
||||
|24,left|Rechnung Nr. {ReceiptNumber}|24,right|{DateTime:HH:mm dd.MM.yyyy} #
|
||||
@endrow
|
||||
Guests: {Guests}
|
||||
|
||||
|
||||
|
||||
@foreach item in Items
|
||||
{item.Quantity}x {item.Description} {right:{item.UnitPrice:F2} {item.TotalPrice:F2} {item.TaxCategory}}
|
||||
@row
|
||||
|30|{item.Quantity}x {item.Description}|18,right|{item.UnitPrice:F2} {item.TotalPrice:F2} {item.TaxCategory}
|
||||
@endrow
|
||||
@end
|
||||
#right# ---------
|
||||
|
||||
{right:---------}
|
||||
|
||||
#big,bold,center# Summe: {Total:F2} {Currency} #
|
||||
|
||||
@if TotalInAlternateCurrency
|
||||
{right:{TotalInAlternateCurrency:F2} {AlternateCurrency}}
|
||||
#right#{TotalInAlternateCurrency:F2} {AlternateCurrency}
|
||||
|
||||
@end
|
||||
#bold# {PaymentMethod} {right:{PaymentAmount:F2} {Currency}} #
|
||||
@row bold
|
||||
|24|{PaymentMethod}|25,right|{PaymentAmount:F2} {Currency}
|
||||
@endrow
|
||||
|
||||
@if TaxBreakdown.count > 0
|
||||
MwSt % Brutto Netto MwSt
|
||||
|
||||
Reference in New Issue
Block a user