[ https://issues.apache.org/jira/browse/OFBIZ-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Leon Torres updated OFBIZ-644: ------------------------------ Attachment: orderliststate-svn.patch Hi, I just updated my code and now it works against ofbiz SVN. It actually works pretty well, the only thing left to do is polish it by adding the ability to configure the view size in a config property, maybe change the <@paginate> macro to make it more user friendly (insert links to specific pages if the list is large, such as on forums), and add an indicator for what page it is at. There's some debugging code in there to help track the state of the form. Also, I guess those extra checkbox fields will have to be added in at some point. > Pagination in https://host_name:8443/ordermgr/control/orderlist needed > ---------------------------------------------------------------------- > > Key: OFBIZ-644 > URL: https://issues.apache.org/jira/browse/OFBIZ-644 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Environment: All > Reporter: Walter Vaughan > Assigned To: Jacques Le Roux > Fix For: SVN trunk > > Attachments: orderliststate-svn.patch, orderliststate.patch > > > There is no pagination in https://host_name:8443/ordermgr/control/orderlist. > If a status like "sent' is chosen, thousands or millions of rows will be > returned if there is that many in the database. Some sort of pagination > system like we have in https://host_name:8443/partymgr/control/findparty with > some sort of higher limit like 100 records or so might be good, as to not > break behavior for most existing users. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.