[jira] Created: (OFBIZ-805) PO number entry does not appear to work on Sales Order Entry system

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

[jira] Created: (OFBIZ-805) PO number entry does not appear to work on Sales Order Entry system

Nicolas Malin (Jira)
PO number entry does not appear to work on Sales Order Entry system
-------------------------------------------------------------------

                 Key: OFBIZ-805
                 URL: https://issues.apache.org/jira/browse/OFBIZ-805
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
         Environment: I am testing OfBiz using version 505358 (weekly) on Linux (FC6) with Postgresql 8.1.
            Reporter: Philip W. Dalrymple III


When I tried to enter a order and updated the "PO Number" field the data does not appear to be stored in any Entity nor does it stay when I return to the page where it is entered.

--
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-805) PO number entry does not appear to work on Sales Order Entry system

Nicolas Malin (Jira)

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

Scott Gray reassigned OFBIZ-805:
--------------------------------

    Assignee: Scott Gray

> PO number entry does not appear to work on Sales Order Entry system
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-805
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-805
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: I am testing OfBiz using version 505358 (weekly) on Linux (FC6) with Postgresql 8.1.
>            Reporter: Philip W. Dalrymple III
>         Assigned To: Scott Gray
>
> When I tried to enter a order and updated the "PO Number" field the data does not appear to be stored in any Entity nor does it stay when I return to the page where it is entered.

--
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-805) PO number entry does not appear to work on Sales Order Entry system

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

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

Jacopo Cappellato commented on OFBIZ-805:
-----------------------------------------

There is a 'conceptual' error in the user interface... the input field to enter the correspondingPoId (PO Number) is in the shipping options screen (one for each ship group), but the field is set in the cart so there can be one po id per order; then the value is stored in the orderItems... hmmm everything is a bit messed up here.



> PO number entry does not appear to work on Sales Order Entry system
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-805
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-805
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: I am testing OfBiz using version 505358 (weekly) on Linux (FC6) with Postgresql 8.1.
>            Reporter: Philip W. Dalrymple III
>         Assigned To: Scott Gray
>
> When I tried to enter a order and updated the "PO Number" field the data does not appear to be stored in any Entity nor does it stay when I return to the page where it is entered.

--
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-805) PO number entry does not appear to work on Sales Order Entry system

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

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

Philip W. Dalrymple III commented on OFBIZ-805:
-----------------------------------------------

One thing to keep in mind; sometimes there are more than one customer
"P.O." number attached to an whole order. If the sale is via. a
re-seller there may be:
The re-sellers P.O. to you.
The re-sellers S.O. to the end customer.
The end customer's P.O. to the re-seller.
Some other references to the order that need to be tracked.


--
It is MDT, Inc's policy to delete mail containing unsolicited
file attachments.  Please be sure to contact the MDT staff
member BEFORE sending an e-mail with any file attachments;
they will be able to arrange for the files to be received.

This email, and any files transmitted with it, is confidential
and intended solely for the use of the individual or entity to
whom they are addressed.  If you have received this email in error,
please advise [hidden email] <mailto:[hidden email]>.

Philip W. Dalrymple III <[hidden email]>
MDT Software - The Change Management Company
+1 678 297 1001
Fax +1 678 297 1003


> PO number entry does not appear to work on Sales Order Entry system
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-805
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-805
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: I am testing OfBiz using version 505358 (weekly) on Linux (FC6) with Postgresql 8.1.
>            Reporter: Philip W. Dalrymple III
>         Assigned To: Scott Gray
>
> When I tried to enter a order and updated the "PO Number" field the data does not appear to be stored in any Entity nor does it stay when I return to the page where it is entered.

--
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-805) PO number entry does not appear to work on Sales Order Entry system

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

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

Scott Gray commented on OFBIZ-805:
----------------------------------

I had intended on moving the field to the screen where order name, currency etc. is set and then adding it to the Order Header Info screenlet in the item entry screen, what do you think Jacopo?  I found a thread from a year ago where Chris Howe suggested that the field lives on OrderItem to ease the creation of invoices, I don't know how valid that is but no one argued with him at the time...

In terms of additional order ids, I think that would be a separate issue to this one.  But generally when I'm using our non-OFBiz software I put the "bill to" party's reference in this field and then any additional information in the order comments.

> PO number entry does not appear to work on Sales Order Entry system
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-805
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-805
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: I am testing OfBiz using version 505358 (weekly) on Linux (FC6) with Postgresql 8.1.
>            Reporter: Philip W. Dalrymple III
>         Assigned To: Scott Gray
>
> When I tried to enter a order and updated the "PO Number" field the data does not appear to be stored in any Entity nor does it stay when I return to the page where it is entered.

--
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-805) PO number entry does not appear to work on Sales Order Entry system

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

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

Jacopo Cappellato commented on OFBIZ-805:
-----------------------------------------

Scott,

I agree with your plan:

1) moving the field to the currency screen sounds like a good idea
2) then I'd say to remove the input box from the shipping screen
3) I think that we should leave the data model as is (with the field stored in the items)
4) and for now let the cart to populate the field as is doing now

Is it ok for all?

Jacopo

> PO number entry does not appear to work on Sales Order Entry system
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-805
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-805
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: I am testing OfBiz using version 505358 (weekly) on Linux (FC6) with Postgresql 8.1.
>            Reporter: Philip W. Dalrymple III
>         Assigned To: Scott Gray
>
> When I tried to enter a order and updated the "PO Number" field the data does not appear to be stored in any Entity nor does it stay when I return to the page where it is entered.

--
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-805) PO number entry does not appear to work on Sales Order Entry system

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

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

Scott Gray commented on OFBIZ-805:
----------------------------------

Sounds good to me, I'll go ahead with it.

I thought I may as well tackle internalCode while I'm at it, but I can't find much information about it.  It doesn't appear to be included in the order entry screens anywhere and I'm not entirely sure of it's purpose?

> PO number entry does not appear to work on Sales Order Entry system
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-805
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-805
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: I am testing OfBiz using version 505358 (weekly) on Linux (FC6) with Postgresql 8.1.
>            Reporter: Philip W. Dalrymple III
>         Assigned To: Scott Gray
>
> When I tried to enter a order and updated the "PO Number" field the data does not appear to be stored in any Entity nor does it stay when I return to the page where it is entered.

--
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-805) PO number entry does not appear to work on Sales Order Entry system

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

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

Scott Gray commented on OFBIZ-805:
----------------------------------

Ok, it's all done with rev. 519570, I've left internalCode as is for now.

Thanks for the bug report Philip

> PO number entry does not appear to work on Sales Order Entry system
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-805
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-805
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: I am testing OfBiz using version 505358 (weekly) on Linux (FC6) with Postgresql 8.1.
>            Reporter: Philip W. Dalrymple III
>         Assigned To: Scott Gray
>
> When I tried to enter a order and updated the "PO Number" field the data does not appear to be stored in any Entity nor does it stay when I return to the page where it is entered.

--
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-805) PO number entry does not appear to work on Sales Order Entry system

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

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

Scott Gray closed OFBIZ-805.
----------------------------

    Resolution: Fixed

> PO number entry does not appear to work on Sales Order Entry system
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-805
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-805
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: I am testing OfBiz using version 505358 (weekly) on Linux (FC6) with Postgresql 8.1.
>            Reporter: Philip W. Dalrymple III
>         Assigned To: Scott Gray
>
> When I tried to enter a order and updated the "PO Number" field the data does not appear to be stored in any Entity nor does it stay when I return to the page where it is entered.

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