FindTaxAuthorityParties combobox do not allow empty (for * search) AND/OR demo data wrong
----------------------------------------------------------------------------------------- Key: OFBIZ-1103 URL: https://issues.apache.org/jira/browse/OFBIZ-1103 Project: OFBiz Issue Type: Bug Components: accounting Affects Versions: SVN trunk Reporter: Wickersheimer Jeremy Priority: Minor Attachments: ofbiz-1103.patch The combo box in FindTaxAuthorityParties (go in Accounting, Tax Authorities, then edit one TA and go in Parties) only allow Y/N to be selected for IsExempt / IsNexus When you enter this screen with the demo data, you will see all the Parties automatically listed. But in my case i have two parties listed with: IsExempt (null) / IsNexus (Y) IsExempt (N) / IsNexus (null) So i guess either the demo data is wrong (most likely), or the Edit form later is wrong (because it also allows Y/N, which makes sense here). But the Find form "should" allow for * search on those fields, and therefore allow empty values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1103: ---------------------------------------- Attachment: ofbiz-1103.patch This simply replaces the : no-current-selected-key="N" by allow-empty="true" which makes sense for a search Form. > FindTaxAuthorityParties combobox do not allow empty (for * search) AND/OR demo data wrong > ----------------------------------------------------------------------------------------- > > Key: OFBIZ-1103 > URL: https://issues.apache.org/jira/browse/OFBIZ-1103 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: Wickersheimer Jeremy > Priority: Minor > Attachments: ofbiz-1103.patch > > > The combo box in FindTaxAuthorityParties (go in Accounting, Tax Authorities, then edit one TA and go in Parties) only allow Y/N to be selected for IsExempt / IsNexus > When you enter this screen with the demo data, you will see all the Parties automatically listed. But in my case i have two parties listed with: > IsExempt (null) / IsNexus (Y) > IsExempt (N) / IsNexus (null) > So i guess either the demo data is wrong (most likely), or the Edit form later is wrong (because it also allows Y/N, which makes sense here). > But the Find form "should" allow for * search on those fields, and therefore allow empty values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-1103: ---------------------------------- Assignee: Adrian Crum > FindTaxAuthorityParties combobox do not allow empty (for * search) AND/OR demo data wrong > ----------------------------------------------------------------------------------------- > > Key: OFBIZ-1103 > URL: https://issues.apache.org/jira/browse/OFBIZ-1103 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: Wickersheimer Jeremy > Assignee: Adrian Crum > Priority: Minor > Attachments: ofbiz-1103.patch > > > The combo box in FindTaxAuthorityParties (go in Accounting, Tax Authorities, then edit one TA and go in Parties) only allow Y/N to be selected for IsExempt / IsNexus > When you enter this screen with the demo data, you will see all the Parties automatically listed. But in my case i have two parties listed with: > IsExempt (null) / IsNexus (Y) > IsExempt (N) / IsNexus (null) > So i guess either the demo data is wrong (most likely), or the Edit form later is wrong (because it also allows Y/N, which makes sense here). > But the Find form "should" allow for * search on those fields, and therefore allow empty values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-1103. ------------------------------ Resolution: Fixed Thanks Jeremy, rev 551074. > FindTaxAuthorityParties combobox do not allow empty (for * search) AND/OR demo data wrong > ----------------------------------------------------------------------------------------- > > Key: OFBIZ-1103 > URL: https://issues.apache.org/jira/browse/OFBIZ-1103 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: Wickersheimer Jeremy > Assignee: Adrian Crum > Priority: Minor > Attachments: ofbiz-1103.patch > > > The combo box in FindTaxAuthorityParties (go in Accounting, Tax Authorities, then edit one TA and go in Parties) only allow Y/N to be selected for IsExempt / IsNexus > When you enter this screen with the demo data, you will see all the Parties automatically listed. But in my case i have two parties listed with: > IsExempt (null) / IsNexus (Y) > IsExempt (N) / IsNexus (null) > So i guess either the demo data is wrong (most likely), or the Edit form later is wrong (because it also allows Y/N, which makes sense here). > But the Find form "should" allow for * search on those fields, and therefore allow empty values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |