View for Batch Entry of Results
Reported by Kenrick Turner | January 15th, 2010 @ 01:46 PM
Create appropriate view for the batch entry of routine results, as detailed in #46.
Comments and changes to this ticket
-

Kenrick Turner January 15th, 2010 @ 02:25 PM
- Tag set to subtask
-

Kenrick Turner January 31st, 2010 @ 05:29 PM
- State changed from new to open
Let's get cracking...
-

Kenrick Turner February 2nd, 2010 @ 11:32 PM
I'm going to miss tonight's intended deadline on fixing this.
First off, creating a multi-record form has been a tad tricky in Cake, but have eventually found some promising documentation:
http://lemoncake.wordpress.com/2007/08/06/multi-record-forms/Secondly, I'm also having to write a fair amount of the controller #48 as well (sorry Gunnar!), as it's impossible to build the view without it.
I've posted current progress here: http://gist.github.com/293170 (The view and then the relevant controller action).
The view will eventually turn out to be quite simple (a loop function to parse the big array constructed by the controller) and some stuff to ensure that the tab-order behaves in an expected manner (vertically, not horizontally).
The part of the controller I'm working on will turn out to be more complicated than anticipated.
Current ETA for completion is hopefully tomorrow night.
-

Gunnar Ro March 7th, 2010 @ 11:47 AM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A basic HIV Electronic Medical Record (EMR) system using CakePHP.
People watching this ticket
Tags
Referenced by
-
46
Batch entry of results
#47
- View
-
48
Controller action for Batch Entry of results
Depends on a view ( #47 ) to start work with, and is part...
-
48
Controller action for Batch Entry of results
I've started work on this by necessity as part of #47