You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2016/05/16 19:28:12 UTC

[jira] [Updated] (OFBIZ-7070) Pagination Problem in Find Invoices By Due Date

     [ https://issues.apache.org/jira/browse/OFBIZ-7070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-7070:
-----------------------------------
    Summary: Pagination Problem in Find Invoices By Due Date  (was: Pagination Problem in Accounting Module)

> Pagination Problem in Find Invoices By Due Date
> -----------------------------------------------
>
>                 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)