From: Stins, D. <DR...@Zi...> - 2004-08-22 18:39:14
|
Steve,=20 This is excellent, but every user should be able to tell how many = records he would like to see per page. I like 100 records per pages, = because that prevents clicking lot's of buttons so it prevents rsi. Some other suggestions: - next page button - previous page button - May be a next and previous record button too and able to scroll with = cursor up and down. With best regards, Dick Stins ----- Original Message -----=20 From: skaill=20 To: web...@li...=20 Sent: Sunday, August 22, 2004 8:10 PM Subject: [Web-erp-developers] Paging Hi all, I have created paging in my version of webERP for when there are more = records from a search than you would want to display on a single page. = There is a new variable called $DisplayRecordsMax in config that says = the maximum number of records per page and a drop-down allows the = selection of the page. It can be seen at http://weberp.gocom.ca/weberpcvstest. Click on = Select Customer then type "a" to search for all customers with an "a". = There are 9 "a" records so it puts them into 2 pages since right now to = test I have the $DisplayRecordsMax set at 5. Would this be good to have in the base webERP version? If so, I will do similar code for other areas that have searches/lists = such as Select Item and Select Supplier and send Phil to put into the = cvs. In the searches I'm thinking it would be nice to have Begins With and = Contains Within radio buttons as well. Steve |