On Oct 3, 5:07 am, andrej burja <andrej.bu...@gmail.com> wrote: > hi > > how could i add a sum in the linked table? > i have person, linked table payments. Opening the payments table from person > table, displaying only payments from that person, i would like to display > the sum for that person. How can i do that?
That's a good idea for a new feature. Please open a ticket > and how to change the label on button 't_payments'? db.t_payments._plural = 'My Payments' # requires trunk > > andrej