[jira] [Created] (OFBIZ-7070) Pagination Problem in Accounting Module

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-7070) Pagination Problem in Accounting Module

Nicolas Malin (Jira)
Jacques Le Roux created OFBIZ-7070:
--------------------------------------

             Summary: Pagination Problem in Accounting Module
                 Key: OFBIZ-7070
                 URL: https://issues.apache.org/jira/browse/OFBIZ-7070
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: Trunk
            Reporter: Jacques Le Roux
            Assignee: Jacques Le Roux
             Fix For: Upcoming Branch


If you have enough entries to get the pagination to appear, if you use Firefox, when pushing the select button, you will get a message like (translated from French)
{quote}
The information entered will be transmitted without encryption. Therefore, they can potentially be intercepted and read as they travel. Do you really transmit this information?
{quote}

Anyway with any browser you will get to
http://localhost:8080/accounting/control/findSalesInvoicesByDueDate 
and will need to re-login before getting to
https://localhost:8443/accounting/control/findSalesInvoicesByDueDate

Then when paginating you will get these errors (translated from French):
{quote}
This required parameter is missing : [IN] [getInvoicePaymentInfoListByDueDateOffset.daysOffset]
This required parameter is missing :  [IN] [getInvoicePaymentInfoListByDueDateOffset.invoiceTypeId]
{quote}

This is because of the change I put with r1069597 for OFBIZ-4158.

Now, for OFBIZ-6849 ("Use only HTTPS in OFBiz") I need to revert r1069597 so we are somehow back to OFBIZ-4158 and a better fix is needed now.
This feature was added with r604964 for OFBIZ-1530 and as r604964 stated
{quote}
Implemented very simple screens to search for invoices by due date; they will be enhanced soon. OFBIZ-1530
{quote}
So a better fix is to rewrite the form... and maybe more. This is blocking OFBIZ-6849...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)