[jira] Created: (OFBIZ-1860) Problem with create order from quote

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

[jira] Created: (OFBIZ-1860) Problem with create order from quote

Nicolas Malin (Jira)
Problem with create order from quote
------------------------------------

                 Key: OFBIZ-1860
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1860
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: Thanakrit


When create the order from quote the system return exception to screen like following:

accommodationMapId is not a field of QuoteItem
and
accommodationSpotId is not a field of QuoteItem

 i fixed this problem by adding accommodationMapId and accommodationSpotId to QuoteItem entity and it work fine.

Sorry in my English because I'm thai

--
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-1860) Problem with create order from quote

Nicolas Malin (Jira)

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

Thanakrit updated OFBIZ-1860:
-----------------------------

    Attachment: QuoteItem.patch

> Problem with create order from quote
> ------------------------------------
>
>                 Key: OFBIZ-1860
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1860
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Thanakrit
>         Attachments: QuoteItem.patch
>
>
> When create the order from quote the system return exception to screen like following:
> accommodationMapId is not a field of QuoteItem
> and
> accommodationSpotId is not a field of QuoteItem
>  i fixed this problem by adding accommodationMapId and accommodationSpotId to QuoteItem entity and it work fine.
> Sorry in my English because I'm thai

--
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-1860) Problem with create order from quote

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

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

David E. Jones commented on OFBIZ-1860:
---------------------------------------

I don't think those fields belong on the QuiteItem entity.

It would be better to change the code to not try to read these fields.

> Problem with create order from quote
> ------------------------------------
>
>                 Key: OFBIZ-1860
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1860
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Thanakrit
>         Attachments: QuoteItem.patch
>
>
> When create the order from quote the system return exception to screen like following:
> accommodationMapId is not a field of QuoteItem
> and
> accommodationSpotId is not a field of QuoteItem
>  i fixed this problem by adding accommodationMapId and accommodationSpotId to QuoteItem entity and it work fine.
> Sorry in my English because I'm thai

--
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-1860) Problem with create order from quote

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

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

Thanakrit commented on OFBIZ-1860:
----------------------------------

Thank you for you comment.
i will try to fix in the code

> Problem with create order from quote
> ------------------------------------
>
>                 Key: OFBIZ-1860
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1860
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Thanakrit
>         Attachments: QuoteItem.patch
>
>
> When create the order from quote the system return exception to screen like following:
> accommodationMapId is not a field of QuoteItem
> and
> accommodationSpotId is not a field of QuoteItem
>  i fixed this problem by adding accommodationMapId and accommodationSpotId to QuoteItem entity and it work fine.
> Sorry in my English because I'm thai

--
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-1860) Problem with create order from quote

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

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

Roy Remus Natavio commented on OFBIZ-1860:
------------------------------------------

Those two fields probably belong to WorkEffort entity.

I tried to add those fields in the QuoteItem entity and ended with this error:

org.ofbiz.webapp.control.RequestHandlerException: Illegal response; handler could not process [term].

> Problem with create order from quote
> ------------------------------------
>
>                 Key: OFBIZ-1860
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1860
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Thanakrit
>         Attachments: QuoteItem.patch
>
>
> When create the order from quote the system return exception to screen like following:
> accommodationMapId is not a field of QuoteItem
> and
> accommodationSpotId is not a field of QuoteItem
>  i fixed this problem by adding accommodationMapId and accommodationSpotId to QuoteItem entity and it work fine.
> Sorry in my English because I'm thai

--
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] Assigned: (OFBIZ-1860) Problem with create order from quote

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

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

Bilgin Ibryam reassigned OFBIZ-1860:
------------------------------------

    Assignee: Bilgin Ibryam

> Problem with create order from quote
> ------------------------------------
>
>                 Key: OFBIZ-1860
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1860
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Thanakrit
>            Assignee: Bilgin Ibryam
>         Attachments: QuoteItem.patch
>
>
> When create the order from quote the system return exception to screen like following:
> accommodationMapId is not a field of QuoteItem
> and
> accommodationSpotId is not a field of QuoteItem
>  i fixed this problem by adding accommodationMapId and accommodationSpotId to QuoteItem entity and it work fine.
> Sorry in my English because I'm thai

--
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-1860) Problem with create order from quote

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

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

Bilgin Ibryam closed OFBIZ-1860.
--------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Thanks for reporting Thanakrit.
Fixed in trunk rev. 703075.

> Problem with create order from quote
> ------------------------------------
>
>                 Key: OFBIZ-1860
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1860
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Thanakrit
>            Assignee: Bilgin Ibryam
>             Fix For: SVN trunk
>
>         Attachments: QuoteItem.patch
>
>
> When create the order from quote the system return exception to screen like following:
> accommodationMapId is not a field of QuoteItem
> and
> accommodationSpotId is not a field of QuoteItem
>  i fixed this problem by adding accommodationMapId and accommodationSpotId to QuoteItem entity and it work fine.
> Sorry in my English because I'm thai

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