[ 
https://issues.apache.org/jira/browse/OFBIZ-9643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16223476#comment-16223476
 ] 

Ayushi Rathod commented on OFBIZ-9643:
--------------------------------------

*Quick update*
After digging into the issue I discovered that no checkbox appears as selected 
when we click on find button even though the order is filtered, this is 
happening on all the screens where form-widget is used, as *<check>* tag has an 
attribute *all-check* for checkboxes which is set to *false*.

If the value of the checkbox is *false* then whenever the page loads, it 
unchecks all checkboxes and displays no checkbox as selected, but filters the 
result correctly.

If we remove this attribute from the check element then it is working fine in 
case of single checkbox selection, but if multiple checkboxes are selected then 
again it shows all checkboxes as unchecked.
This happens on all the find forms which are implemented using *form-widgets*.

The other screens are working fine because the find forms are implemented in 
*FTL*.

I am not sure but I think either we need to look into form-widget for some 
improvements or we will have to convert (finding) screens implemented using 
form-widget into FTL.

> Improvements in Find Invoice and Find Payment screen
> ----------------------------------------------------
>
>                 Key: OFBIZ-9643
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9643
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: Trunk, Release Branch 16.11
>            Reporter: Renuka Srishti
>            Assignee: Ayushi Rathod
>            Priority: Minor
>
> Go to [https://demo-trunk.ofbiz.apache.org/accounting/control/main]
> Here you can see two headings under Accounting Manager Main Page:
> * Invoice
> * Payments
> For example:
> If you want to search invoices with approved status, you will click on *Show 
> Invoice Approved*
> and it will redirect you to  
> [https://demo-trunk.ofbiz.apache.org/accounting/control/findInvoices?lookupFlag=Y&statusId=INVOICE_APPROVED]
> Here you can see all approved invoices, but the status check box is not 
> selected. Check box should be selected for chosen search criteria.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to