[jira] Created: (OFBIZ-2843) Find Order functionality thrown error when find orders for billingAccountId

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

[jira] Created: (OFBIZ-2843) Find Order functionality thrown error when find orders for billingAccountId

Nicolas Malin (Jira)
Find Order functionality thrown error when find orders for billingAccountId
---------------------------------------------------------------------------

                 Key: OFBIZ-2843
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2843
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Release Branch 9.04, SVN trunk
            Reporter: Akash Jain
            Priority: Minor
             Fix For: Release Branch 9.04, SVN trunk


1) Go to ordermgr and depress "Find Orders" button.
2) Entered Billing Account and depress "Find" button, it will shown following error:
    Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service invocation error (FieldName billingAccountId not found for entity: DynamicViewEntity)


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2843) Find Order functionality thrown error when find orders for billingAccountId

Nicolas Malin (Jira)

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

Akash Jain updated OFBIZ-2843:
------------------------------

    Attachment: OFBIZ-2843.patch

I have uploaded the patch for  this bug, now orders can be find through billingAccountId.

> Find Order functionality thrown error when find orders for billingAccountId
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2843
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2843
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Akash Jain
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2843.patch
>
>
> 1) Go to ordermgr and depress "Find Orders" button.
> 2) Entered Billing Account and depress "Find" button, it will shown following error:
>     Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service invocation error (FieldName billingAccountId not found for entity: DynamicViewEntity)

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2843) Find Order functionality thrown error when find orders for billingAccountId

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-2843.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks Akash,

Your patch is in trunk at r812159, R9.04 at r812167


> Find Order functionality thrown error when find orders for billingAccountId
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2843
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2843
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Akash Jain
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2843.patch
>
>
> 1) Go to ordermgr and depress "Find Orders" button.
> 2) Entered Billing Account and depress "Find" button, it will shown following error:
>     Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service invocation error (FieldName billingAccountId not found for entity: DynamicViewEntity)

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2843) Find Order functionality thrown error when find orders for billingAccountId

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Akash Jain commented on OFBIZ-2843:
-----------------------------------

Thanks Jacques, for the commit.

Thanks and Regards
--
Akash Jain

> Find Order functionality thrown error when find orders for billingAccountId
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2843
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2843
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Akash Jain
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2843.patch
>
>
> 1) Go to ordermgr and depress "Find Orders" button.
> 2) Entered Billing Account and depress "Find" button, it will shown following error:
>     Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service invocation error (FieldName billingAccountId not found for entity: DynamicViewEntity)

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2843) Find Order functionality thrown error when find orders for billingAccountId

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux commented on OFBIZ-2843:
----------------------------------------

Hi Akash,

FY : I made a change after because the billingAccountId is already present in OrderHeader, see r812192 and r812197

> Find Order functionality thrown error when find orders for billingAccountId
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2843
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2843
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Akash Jain
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2843.patch
>
>
> 1) Go to ordermgr and depress "Find Orders" button.
> 2) Entered Billing Account and depress "Find" button, it will shown following error:
>     Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service invocation error (FieldName billingAccountId not found for entity: DynamicViewEntity)

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.