{{istransactiontype}}

{{manager.transaction.store.Info.Name}}
{{manager.transaction.store.Address.address}}
{{manager.transaction.store.Info.Phone1}}
{{manager.transaction.store.Info.Email}}
this is the sample top message...
{{'Store' | translate}}# {{manager.transaction.store.Code}}
{{'Register' | translate}}: {{manager.transaction.register.RegisterCode}}
{{'Staff' | translate}}: {{clerk}}
{{date | date:'MM-dd-yyyy'}}
{{date | date:'h:mm:ss a'}}
{{'Trans' | translate}}#: {{manager.transaction.currentNo}}
{{'Customer ' | translate}}: {{manager.transaction.customer.Contact.Name}} {{" "}} {{manager.transaction.customer.Contact.Surname}}
{{$index+1}} - {{item.product.Name}}
{{item.product.Matrix.Dimension1.Name}}{{': '}} {{item.product.Grid1.Value}} {{', '}}{{item.product.Matrix.Dimension2.Name}}{{': '}} {{item.product.Grid2.Value}} {{', '}}{{item.product.Matrix.Dimension3.Name}}{{': '}} {{item.product.Grid3.Value}} {{', '}}{{item.product.Matrix.Dimension4.Name}}{{': '}} {{item.product.Grid4.Value}}
{{'RETURN' | translate}}
{{'Barcode' | translate}}:{{item.barcode}} {{'Item #'}}:{{item.itemcode}}
{{'Serial #' | translate}}: {{item.SerialNumber}}
- {{ (item.count.scanned.count*item.product.RetailPrice) | currency}}
- {{(item.count.scanned.count*(item.RetailPrice))|currency}}

{{'SubTotal' | translate}}
{{'Discount' | translate}}
{{'NetTotal' | translate}}
{{tax.name}} {{tax.percentage}}%{{manager.transaction.taxInclmsg}}
{{manager.transaction.subTotal | currency}}
({manager.transaction.discountByPercentage_value}}%) ({manager.transaction.item_discountByAmount_value}}) {{(manager.transaction.discount || 0) | currency}}
{{manager.transaction.netTotal | currency}}
{{tax.total | currency}}

{{'Total' | translate}}
{{manager.transaction.total | currency}}



{{'Paid by '}}{{k.FullDescription| translate}} {{': '}} {{k.amount|currency}}
{{'Refund by '}}{{k.FullDescription| translate}} {{': '}} -{{k.amount|currency}}
{{'Change; '}}{{(manager.transaction.change || 0) | currency}}

{{manager.transaction.remarks}}
this is a sample bottom message...