On Dec 9, 2008, at 3:49 AM, Bilgin Ibryam wrote:

Inline
On Dec 9, 2008, at 5:44 AM, David E Jones wrote:


I'm just reviewing some things, some of which I haven't looked at for a while.

One that I find has some design and implementation issues is the invoice overview page in accounting:

https://demo.hotwaxmedia.com/accounting/control/invoiceOverview?invoiceId=CI2

So, I have some complaints:

1. there is a lot of information in the page, meaning scrolling is required a lot
I think this page is like order view, or party profile view pages, so you can see the complete information for an invoice in one page.

Yes, I see the point in that. If that is the direction then I'd say we go all the way in that direction, ie not do pagination for any section, and just perhaps have expand/collapse for certain sections (perhaps with the GL postings section collapsed by default).

2. the pagination for one section messes up other sections

I have created a patch for it in OFBIZ-1935, but not sure if is it good idea to add pagination specific methods in modelWidget class.

The widgets are being modified to support pagination, so as long as the design is straightforward to understand and use then yeah...

-David

Reply via email to