Needing help for a Non profit

Needing help for a Non profit

wowakanwowakan Posts: 4Questions: 0Answers: 0
edited March 2013 in General
First I want to say when I ran across this I stopped looking for what they needed. From everything I have seen this is prefect for what they want and I am truly hoping it will work.

First here is the link to there website: http://www.friendsofbethesda.com/

Second to describe a little of what they need and what they are doing. The website is an Joomla 2.5.9 website and yes I have looked at there Data addons and nothing does quite what they need. Now with that stated here is what they need. There will be patience listing that the families can see but not edit. The program managers will be the ones who can edit the listing.

What is needed is first this here: http://www.datatables.net/release-datatables/examples/basic_init/multiple_tables.html but also adding this to it: http://www.datatables.net/release-datatables/examples/server_side/row_details.html with being able to do this: http://www.datatables.net/release-datatables/examples/advanced_init/sorting_control.html

Now the reason for the multiple table is each one will be a listing. i.e. morning meds, noon meds, evening meds, and so forth to total of 12 listing / data tables. The reason for the row is to describe each med that is being taken. The sorting will be in 6 rows, the name of the med and then 5 rows for amount.

Now not sure how this can be done but each client must have there own data table. So lets say you see John Doe with all his information at top (which this part) I have done. The data tables would be below his information. The same with Jane Doe but her meds would be totally different with her own listings. So infect each client would have there own listing when the family or care giver looks at this data table.

From reading at the testing would have to done in JS Fiddle as only folks who are allowed to see the clients can see this part of the website do to HIPAA laws. I hope this can be done with this I know they are on a very short budget as far as money goes.

Any help on this would be very grateful and thankful.

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    I'm not sure exactly what you are looking for here. DataTables provides the functions you are looking for, as demonstrated by the linked you gave, they just need to be merged together. Are you experiencing problems providing that functionality on a single page? If so, what are the problems?

    Or are you looking for someone to actually built the page / site for you? In which case you might be better of asking in a freelancing forum.

    Regards,
    Allan
  • wowakanwowakan Posts: 4Questions: 0Answers: 0
    Well I am ok at working my way through I just need to know a couple of things. One how would it look with the 3 together (meaning code wise). I can see what they are doing just not sure how to put them together. Second with your editor Can it do the data entry for the row detail also?
  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    If I put the three examples together, I'd just be writing it for you, and we wouldn't learn anything, so I'm not sure I really understand what you are looking for. I'd also need to charge you freelance rates, and I'm afraid I'm fully booked for freelance work myself at this time.

    > Second with your editor Can it do the data entry for the row detail also?

    There is an example of how Editor might be used with the 'details' rows here: http://editor.datatables.net/tutorials/display_controllers . Basically the fnOpen and fnClose functions are used as part of a display controller plug-in for Editor - as detailed in the tutorial.

    Regards,
    Allan
  • wowakanwowakan Posts: 4Questions: 0Answers: 0
    Sorry, I was meaning can it do the hidden data.
  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Certainly - there is an example of form only data here: http://editor.datatables.net/release/DataTables/extras/Editor/examples/formOnlyData.html

    Allan
  • wowakanwowakan Posts: 4Questions: 0Answers: 0
    Had to go out of town, up to our cabin in the mountains for a few days so no internet.

    Thank you so much and Allen if you hear of anyone thats has some free time for a touch of help that would be great Sir. In the process of learning Jquery here.

    Starting to see what it all can do and really starting to like it very much. I didn't realize all it could do.
This discussion has been closed.