@page "/transactions/receipt/{receiptID}"
@using Biskilog_Accounting.Shared.Interfaces;
@using Biskilog_Accounting.Shared.POSModels;
@inject ICalculator m_calculator
@inject IProduct m_productRepo
@inject ISalesInterface m_saleInterface
@inject ICompanyInfo m_companyInfo
@(m_companyName)
@m_branch?.BranchName
@m_branch?.City
@m_branch?.BranchTelephone
Date
@m_date
Cashier
@m_cashier
Receipt Number
@ReceiptId
@detail.Id
x@(detail.Quantity) @(detail.Unit)
@(m_calculator.FormatMoneyWithCurrency((double)detail.Total))
Sub Total
@m_subtotal
Discount
@m_discount
VAT
@m_vat
Bill Total
@m_total
Balance
@m_balance
Tendered
@m_tendered
COME BACK SOON !!! CHEERS
@barcode
@barcode_text