[jira] Created: (OFBIZ-2687) Add/Edit shipping instructions after create an order

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

[jira] Created: (OFBIZ-2687) Add/Edit shipping instructions after create an order

Nicolas Malin (Jira)
Add/Edit shipping instructions after create an order
----------------------------------------------------

                 Key: OFBIZ-2687
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2687
             Project: OFBiz
          Issue Type: Improvement
          Components: order
    Affects Versions: SVN trunk
            Reporter: Akash Jain
            Priority: Minor
             Fix For: SVN trunk


(1) Show "Add" button on View Order screen in Shipping Instruction block if "Special Instructions" are not entered when order was created.
(2) Show "Edit" button on View Order screen in Shipping Instruction block for editing Shipping Instructions which was entered when order created.

--
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-2687) Add/Edit shipping instructions after create an order

Nicolas Malin (Jira)

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

Akash Jain updated OFBIZ-2687:
------------------------------

    Attachment: OFBIZ-2687.patch

Here is the patch for described  functionality.

Steps for testing:-

There are two cases -

Case 1:
(a) Create Sales/Purchase order without entered "Special Instructions" for the order.
(b) There will be "Add" button on View Order screen in "Instructions" block, depress it now there will be text block for enter instructions and add button for adding entered instructions to the order, depress this add button after enter instruction in text box
(c) Now there are shown above entered shipping instructions and edit button in Instructions block.

Case 2:
(a) Create Sales/Purchase order with entered "Special Instructions" for the order.
(b) There will be shipping instructions and edit button on View Order screen in Instructions block, depress edit button
(c) There will be "Save" button and text box, entered instruction in the text box and depress save button
(d) Now there are shown above entered shipping instructions and edit button in instructions block

> Add/Edit shipping instructions after create an order
> ----------------------------------------------------
>
>                 Key: OFBIZ-2687
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2687
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Akash Jain
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2687.patch
>
>
> (1) Show "Add" button on View Order screen in Shipping Instruction block if "Special Instructions" are not entered when order was created.
> (2) Show "Edit" button on View Order screen in Shipping Instruction block for editing Shipping Instructions which was entered when order created.

--
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-2687) Add/Edit shipping instructions after create an order

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

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

Vikas Mayur reassigned OFBIZ-2687:
----------------------------------

    Assignee: Vikas Mayur

> Add/Edit shipping instructions after create an order
> ----------------------------------------------------
>
>                 Key: OFBIZ-2687
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2687
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Akash Jain
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2687.patch
>
>
> (1) Show "Add" button on View Order screen in Shipping Instruction block if "Special Instructions" are not entered when order was created.
> (2) Show "Edit" button on View Order screen in Shipping Instruction block for editing Shipping Instructions which was entered when order created.

--
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-2687) Add/Edit shipping instructions after create an order

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

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

Vikas Mayur commented on OFBIZ-2687:
------------------------------------

The amount and logic of the code can be reduced significantly with the use of java script. Please submit another patch.

> Add/Edit shipping instructions after create an order
> ----------------------------------------------------
>
>                 Key: OFBIZ-2687
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2687
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Akash Jain
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2687.patch
>
>
> (1) Show "Add" button on View Order screen in Shipping Instruction block if "Special Instructions" are not entered when order was created.
> (2) Show "Edit" button on View Order screen in Shipping Instruction block for editing Shipping Instructions which was entered when order created.

--
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-2687) Add/Edit shipping instructions after create an order

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

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

Akash Jain updated OFBIZ-2687:
------------------------------

    Attachment: OFBIZ-2687.patch

Thanks Vikas for giving valuable suggestions, no changes in the functionality, changed the implementation logic, used java script.
Here is the uploaded patch.

> Add/Edit shipping instructions after create an order
> ----------------------------------------------------
>
>                 Key: OFBIZ-2687
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2687
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Akash Jain
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2687.patch, OFBIZ-2687.patch
>
>
> (1) Show "Add" button on View Order screen in Shipping Instruction block if "Special Instructions" are not entered when order was created.
> (2) Show "Edit" button on View Order screen in Shipping Instruction block for editing Shipping Instructions which was entered when order created.

--
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-2687) Add/Edit shipping instructions after create an order

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

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

Akash Jain updated OFBIZ-2687:
------------------------------

    Attachment: OFBIZ-2687.patch

Minor change in Uilabel.

> Add/Edit shipping instructions after create an order
> ----------------------------------------------------
>
>                 Key: OFBIZ-2687
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2687
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Akash Jain
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2687.patch, OFBIZ-2687.patch, OFBIZ-2687.patch
>
>
> (1) Show "Add" button on View Order screen in Shipping Instruction block if "Special Instructions" are not entered when order was created.
> (2) Show "Edit" button on View Order screen in Shipping Instruction block for editing Shipping Instructions which was entered when order created.

--
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-2687) Add/Edit shipping instructions after create an order

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

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

Vikas Mayur closed OFBIZ-2687.
------------------------------

    Resolution: Fixed

Thanks Akash,

Your patch is in rev. 790886.

Vikas

> Add/Edit shipping instructions after create an order
> ----------------------------------------------------
>
>                 Key: OFBIZ-2687
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2687
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Akash Jain
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2687.patch, OFBIZ-2687.patch, OFBIZ-2687.patch
>
>
> (1) Show "Add" button on View Order screen in Shipping Instruction block if "Special Instructions" are not entered when order was created.
> (2) Show "Edit" button on View Order screen in Shipping Instruction block for editing Shipping Instructions which was entered when order created.

--
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-2687) Add/Edit shipping instructions after create an order

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

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

Akash Jain commented on OFBIZ-2687:
-----------------------------------

Thanks Vikas :)


Thanks and Regards
--
Akash Jain

> Add/Edit shipping instructions after create an order
> ----------------------------------------------------
>
>                 Key: OFBIZ-2687
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2687
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Akash Jain
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2687.patch, OFBIZ-2687.patch, OFBIZ-2687.patch
>
>
> (1) Show "Add" button on View Order screen in Shipping Instruction block if "Special Instructions" are not entered when order was created.
> (2) Show "Edit" button on View Order screen in Shipping Instruction block for editing Shipping Instructions which was entered when order created.

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