I am looking to see if anybody has any ideas how to accomplish this.
My application is mostly an inspection application:
1 Customer table
2 Device table related to customer
3 Inspection table related to the customer
At the moment i have different PDF forms for each category device.
Categories:
- Air Condition Equipment
- Heater Equipment
- Hot Water Heater
… more categories
Each category has its own list of questions and at the end I need to take this data and process it into a PDF.
I am trying to get some ideas on how this could be accomplished.