OnyxTechnologiesInc / CarParkManager

Generic Car Park Management Software
GNU General Public License v3.0
0 stars 0 forks source link

Feature - Receipt Generation #7

Open lenuswalker opened 4 years ago

lenuswalker commented 4 years ago

Need to be able to generate receipts for transactions. Receipt Table in MySQL does not have a field for receipt number which may be different to the ticket number. Need to discuss @ONYXGrenada/onyxdev . Related to #6

lenuswalker commented 4 years ago

Decision made to use the id field in receipt table as the receipt number. Feature implemented need testing for different ticket types.