Receipts
-
Hi everyone I am developing software for a hotel and I need to find a way printing receipts s of payment after a guest has paid their rent. How can this be done? I am storing all the information pertaining to the payments in a table in the database. Can I use crystal reports for this. What are the options?
-
Hi everyone I am developing software for a hotel and I need to find a way printing receipts s of payment after a guest has paid their rent. How can this be done? I am storing all the information pertaining to the payments in a table in the database. Can I use crystal reports for this. What are the options?
You could also consider SQL Server Reporting Services[^]. It's free, although you need to install SQL Server to use it. Reports are relatively easy to develop and there are plenty of resources on the web that demonstrate how to use it.
Paul Marfleet