This is a small application for a practitioner.
Completed:
- Create a simple data flow from from Appointment/ Consultation/Prescription/ Supplement/ Invoice.
In future:
- Create data flow between Service menu and Invoice / also Prescription and Supplement with multiple data.
- Create data flow between Consultation and Health History Questionaries.
- Add Authorization feature for post
- Add search function
- Ruby version: Ruby 2.0
- Rails version: Rails 4.1.2
- GEM: HAML, Bootstrap
- Database creation: PostgreSQL
- Sign up/ log in: Users(practitioners) must sign up or log in first, otherwise, they cannot access any database. Only admin has access to practitioners' information.
- Appointment: This can be booked between Mon-Fri/ 09:00-16:00. Each consultation period require 1 hour.
- Supplement: This is as a supplement stock list. This would be expand to order management function.
- Invoice must have one consultation and may have one or none prescription.