Orders List

Client Id: 
Client Name: 
Order Id: 
Payment Status: 




Client Id Order Id Customer Name Order Date Amount Tax Amount Discount Order Amount Payment Status Action
{{item.ClientId}} {{item.OrderId}} {{item.CustomerName}} {{item.OrderDate}} {{item.OrderItem[0].Price | currency :'$'}} {{item.TaxAmount | currency : '$'}} {{item.Discount | currency : '$'}} {{((item.OrderItem[0].Price - item.Discount) + item.TaxAmount) | currency :'$'}} {{item.SchedulePaymentStatus?'Completed':'Pending'}} Order Detail
  • {{page}}