OnyxTechnologiesInc / CarParkManager

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

Ticket Cost Calculation #4

Open lenuswalker opened 4 years ago

lenuswalker commented 4 years ago

Program in the ticket cost calculation. This is a basic requirement for Application to be viable.

gerardstlouis commented 4 years ago

Started on this. The tickets table must also have a 'noOfVisits' column like the special tickets table. This is because the tickets table will also be used to store monthly/daily visitors

lenuswalker commented 4 years ago

We updated the SQL database to handle this. You gonna have to recreate.

On Thu, Nov 7, 2019, 12:20 AM gerardstlouis notifications@github.com wrote:

Started on this. The tickets table must also have a 'noOfVisits' column like the special tickets table. This is because the tickets table will also be used to store monthly/daily visitors

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ONYXGrenada/CarParkManager/issues/4?email_source=notifications&email_token=AHL3UYGUZ62AFM6QTEPUELLQSOJSHA5CNFSM4JADNDNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDJSAPA#issuecomment-550707260, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHL3UYE3FGNNFFQZFVC3V23QSOJSHANCNFSM4JADNDNA .

lenuswalker commented 4 years ago

Ticket cost calculation is rough. Needs refinement and code to properly update ticket status to paid.