Hello.
Currently i am working on hospital management system, i have the following structure:
- Patient
----- Visits
----------> Clinics
----------> Operations
----------> Radiology & Lab test
----------> medications
I made two [pages] one for (patient) with some <blocks> & details
The other for (Visits) with some details plus four <blocks> represented as “tabs” for :
- Clinics
- Operations
- Radiology & Lab test
- medications
every form will be loaded in a <block> as “Master Detail”.
Ok my questions now:
1\ I want to print a payment receipt for every master detail “separately”, how could i do that?
2\ How to make an invoice that collect details from the four blocks i mentioned to provide the total payment for a patient visit?
By the way every form based on database table, so the invoice will collect information form different tables in the DB
Appreciate your help.
Thanks