Invoicing

M

Muriukis

I have this program that am testing. I have three tables
1. tblSales with these fields(SaleID,SaleDate,SalesPerson)

2. tblSalesDetails with the fields(ProductID,SalePrice,QtySold)

3. Payments (PaymentID,PaymentMode,SaleId,)

I have used these tables to generate a pos interface which the user uses to
input sales and generate a receipt which is working very well.

But now I need to include invoices because previously we were not using
invoices but now we do.How do I go about it .
The normal receipting will continue but now customers can either pay cash or
we give an invoice.My biggest handle is when the customer pays how do I tally
the information any help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top