PHPrunner 10.7 Build 34427
Guys,
Im after some advise on how to achive a system that works in this way
Tables :
WorkshopJob - Contains Job ID, Company name, date due in, date due out, date complete, Job description hardware desc , job status and username of the person that enters the job
Workshopdetail - Contains Workshopjobentry no, Username of the update, the actual update text, and date and time
Users - User names
Job status - List of status for jobs.
What I want to do is create a screen that will allow me to enter a job (Not to difficult)
Create a screen that lists the jobs in the workshop (Of any status other than complete), but then show all the updates on the job with the last one first.
Its the section that shows the workshop jobs, and then allows you to click the job and show the updates Im stuggling with..
Any thoughts or advice welcome..
Guys,
Im after some advise on how to achive a system that works in this way
Tables :
WorkshopJob - Contains Job ID, Company name, date due in, date due out, date complete, Job description hardware desc , job status and username of the person that enters the job
Workshopdetail - Contains Workshopjobentry no, Username of the update, the actual update text, and date and time
Users - User names
Job status - List of status for jobs.
What I want to do is create a screen that will allow me to enter a job (Not to difficult)
Create a screen that lists the jobs in the workshop (Of any status other than complete), but then show all the updates on the job with the last one first.
Its the section that shows the workshop jobs, and then allows you to click the job and show the updates Im stuggling with..
Any thoughts or advice welcome..