Hello,
I am faced with figuring out how best to build a website based on the requirements below:
PHP & MYSQL
The entire process will be online.
The outcome will need to be an uneditable pdf document.
The document changes/denials/approvals will need to be tracked.
Person A will complete an online online/pdf form, consisting of approximately 75 questions. It will then be submitted for review.
Person B will review the answers, each question/answer will need to be approved – if not approved a ‘note’ with a reason for the disapproval will need to be offered.
The form will then get sent back to the Original Person A, where he will make the needed changes and the review process starts over again, until the document is completely approved.
Number 1 concern is workflow, I have never worked with any sort of workflow. Am I better off finding an open source s/w that handles workflow?
Second Concern is the pdf creation and management.
Do I use pdf fillin forms? Do I use an html form and generate the pdf on the fly, save it and allow Person B to only apply notes?
Any and all advice is welcome.
I am stumped right now on how to approach.
Thank you for your time.