Update of bug #35462 (project health):

                  Status:               Need Info => Fixed                  
             Open/Closed:                    Open => Closed                 
                  Module:                         => health                 

    _______________________________________________________

Follow-up Comment #5:

I'll summarize. 

Employees: dispays rec_name (lastname, first) or just first name. Seems to be
first name ordering.

Patients: displays last name and rec_name (last, first). Redundant. Ordering
by first name on column. Problem.

Prescriptions seems to be ok, from what I can see. Correct rec_names. You can
search by PUID, etc.

Fix: Hide the lastname field (tree_invisible="1") on the Patients view which
doesn't show the column, but allows a filter on Lastname: <search_term>. Order
people by lastname fixed by adding cls._order_name = 'lastname' on party.party
model.

Hopefully this fix does what seems intuitive to the user when sorting by
names...and doesn't break anything downstream.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35462>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to