health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health-dev] [bug #35462] Name and Lastname Confusion


From: Chris Zimmerman
Subject: [Health-dev] [bug #35462] Name and Lastname Confusion
Date: Mon, 27 Apr 2015 04:19:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

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

[Prev in Thread] Current Thread [Next in Thread]