Hello,
I am developing a jewllery managemnet software using c# .net.The back end is SQL SERVER 2005.I want to print a bill for a customer.He can purchase any no.of items.The details of his purchase will be displayed in a datagridview.The details I want to print are as follows
Jewellery name
Bill No:
Item name:
Model:
Quantity:
No.of item:
Total amount(per item):
Grand Total:
The details are stored in table sales except the grand total.