Re: [Care2002-developers] SVN 6774 and another bug found

2010-09-25 Thread Ap.Muthu
Hi Robert, I have just come to the place where we admit patients and see your point. We just use a period (.) in each mandatory field for now! The referrer can be made to be "Self" by default alternatively. The referrer can remain mandatory only if the patient was referred by and not say Walk-i

Re: [Care2002-developers] SVN 6774 and another bug found

2010-09-21 Thread Ap.Muthu
Hi Robert, Just did a fresh install of SVN 6782 and all went well. Till this "add first person" bug is fixed, the sequence of adding the first person would be: Add first person without insurance and no picture. Then search for the person and insert picture and insurance data and update

Re: [Care2002-developers] SVN 6774 and another bug found

2010-09-21 Thread Ap.Muthu
Hi Robert, Congrats on the insurance_class issue - I found it missing too - but GJ had coded for multiple instances of insurance - hence I was studying it. The Insurance being mandatory is something we have to stick with in this version unless all dependancies are resolved. now. All the other ma

Re: [Care2002-developers] SVN 6774 and another bug found

2010-09-21 Thread Robert Meggle
Hi Muthu, it is strange. I will do a frehs install as well and let us hunt that bug. That is really strange. During that hunting season my question about the fields on admission process are not discussed. Currently there are the fields Diagnosis, Referred by, Therapy and Referrer notes mandatory

[Care2002-developers] SVN 6774 and another bug found

2010-09-21 Thread Ap.Muthu
function formatDate2STD is defined in line 136 of /include/core/inc_date_format_functions.php It is referred to as formatDate2Std in 17 files. and as formatDate2STD in 43 files. In 2 files it is referred to as both. Corrected all to formatDate2STD as defined in the function declaration, and comm