Hi. I am developing payment application in django. The structure is
straighforward - two models :  client(name)
payment(ForeignKey(client), date, amount, description).   Each user
pays monthly a fee which is not constant.  I would like payments to be
viewed as one table groupped my month TABBED or STACKED doesnt have use
for me - too much use of screen, lack of readability.   The payment
made in the past wont be edited - so read-only table view would be a
good option with separate 'add payment' function for each client.  What
do you suggest ? I would like this admin pages to be usefull for
unqualified staff.  TIA Marek Pulczynski

Reply via email to