[jira] Created: (OFBIZ-2446) Functionality to mark an order viewed

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

[jira] Created: (OFBIZ-2446) Functionality to mark an order viewed

Nicolas Malin (Jira)
Functionality to mark an order viewed
-------------------------------------

                 Key: OFBIZ-2446
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2446
             Project: OFBiz
          Issue Type: New Feature
          Components: order
    Affects Versions: SVN trunk
            Reporter: Pranay Pandey
             Fix For: SVN trunk


*Implementation Notes*

# Add indicator on OrderHeader and a checkbox on the orderdetail page in the Order Manager that shows and sets the flag.
# For implementing above point Ajax request for a new service "markOrderViewed" should be called which will update  order header to set the new filed "isViewed" in OrderHeader entity.
# Initially the check box should be shown with label "Mark Viewed" and once user selects it will be converted into "Viewed" : Yes

--
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-2446) Functionality to mark an order viewed

Nicolas Malin (Jira)

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

Anurag Singh Senger updated OFBIZ-2446:
---------------------------------------

    Attachment: OFBIZ-2446.patch

Hello Pranay,

Here I am uploading the patch for functionality to mark an order viewed.

After applying the patch here are the steps for testing.
1. Select/create any order.
2. Click the check box "Mark Viewed" in orderdetail page.
3. After clicking on check box, it converts into "Viewed" : Yes and update OrderHeader entity.

> Functionality to mark an order viewed
> -------------------------------------
>
>                 Key: OFBIZ-2446
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2446
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2446.patch
>
>
> *Implementation Notes*
> # Add indicator on OrderHeader and a checkbox on the orderdetail page in the Order Manager that shows and sets the flag.
> # For implementing above point Ajax request for a new service "markOrderViewed" should be called which will update  order header to set the new filed "isViewed" in OrderHeader entity.
> # Initially the check box should be shown with label "Mark Viewed" and once user selects it will be converted into "Viewed" : Yes

--
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-2446) Functionality to mark an order viewed

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

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

Pranay Pandey commented on OFBIZ-2446:
--------------------------------------

Thanks Anurag, I reviewed and tested your patch seems good to me.

> Functionality to mark an order viewed
> -------------------------------------
>
>                 Key: OFBIZ-2446
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2446
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2446.patch
>
>
> *Implementation Notes*
> # Add indicator on OrderHeader and a checkbox on the orderdetail page in the Order Manager that shows and sets the flag.
> # For implementing above point Ajax request for a new service "markOrderViewed" should be called which will update  order header to set the new filed "isViewed" in OrderHeader entity.
> # Initially the check box should be shown with label "Mark Viewed" and once user selects it will be converted into "Viewed" : Yes

--
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-2446) Functionality to mark an order viewed

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

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

Anurag Singh Senger commented on OFBIZ-2446:
--------------------------------------------

Thanks Pranay, for reviewing and testing the patch.

> Functionality to mark an order viewed
> -------------------------------------
>
>                 Key: OFBIZ-2446
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2446
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2446.patch
>
>
> *Implementation Notes*
> # Add indicator on OrderHeader and a checkbox on the orderdetail page in the Order Manager that shows and sets the flag.
> # For implementing above point Ajax request for a new service "markOrderViewed" should be called which will update  order header to set the new filed "isViewed" in OrderHeader entity.
> # Initially the check box should be shown with label "Mark Viewed" and once user selects it will be converted into "Viewed" : Yes

--
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-2446) Functionality to mark an order viewed

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

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

Vikas Mayur reassigned OFBIZ-2446:
----------------------------------

    Assignee: Vikas Mayur

> Functionality to mark an order viewed
> -------------------------------------
>
>                 Key: OFBIZ-2446
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2446
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2446.patch
>
>
> *Implementation Notes*
> # Add indicator on OrderHeader and a checkbox on the orderdetail page in the Order Manager that shows and sets the flag.
> # For implementing above point Ajax request for a new service "markOrderViewed" should be called which will update  order header to set the new filed "isViewed" in OrderHeader entity.
> # Initially the check box should be shown with label "Mark Viewed" and once user selects it will be converted into "Viewed" : Yes

--
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-2446) Functionality to mark an order viewed

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

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

Vikas Mayur commented on OFBIZ-2446:
------------------------------------

Thanks Arurag, Pranay!

Anurag your patch is in trunk rev. 773854 with only one change in the name of js file.

Vikas

> Functionality to mark an order viewed
> -------------------------------------
>
>                 Key: OFBIZ-2446
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2446
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2446.patch
>
>
> *Implementation Notes*
> # Add indicator on OrderHeader and a checkbox on the orderdetail page in the Order Manager that shows and sets the flag.
> # For implementing above point Ajax request for a new service "markOrderViewed" should be called which will update  order header to set the new filed "isViewed" in OrderHeader entity.
> # Initially the check box should be shown with label "Mark Viewed" and once user selects it will be converted into "Viewed" : Yes

--
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-2446) Functionality to mark an order viewed

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

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

Anurag Singh Senger commented on OFBIZ-2446:
--------------------------------------------

Thanks Vikas.

> Functionality to mark an order viewed
> -------------------------------------
>
>                 Key: OFBIZ-2446
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2446
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2446.patch
>
>
> *Implementation Notes*
> # Add indicator on OrderHeader and a checkbox on the orderdetail page in the Order Manager that shows and sets the flag.
> # For implementing above point Ajax request for a new service "markOrderViewed" should be called which will update  order header to set the new filed "isViewed" in OrderHeader entity.
> # Initially the check box should be shown with label "Mark Viewed" and once user selects it will be converted into "Viewed" : Yes

--
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-2446) Functionality to mark an order viewed

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

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

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

Should we not close this issue ?

> Functionality to mark an order viewed
> -------------------------------------
>
>                 Key: OFBIZ-2446
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2446
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2446.patch
>
>
> *Implementation Notes*
> # Add indicator on OrderHeader and a checkbox on the orderdetail page in the Order Manager that shows and sets the flag.
> # For implementing above point Ajax request for a new service "markOrderViewed" should be called which will update  order header to set the new filed "isViewed" in OrderHeader entity.
> # Initially the check box should be shown with label "Mark Viewed" and once user selects it will be converted into "Viewed" : Yes

--
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-2446) Functionality to mark an order viewed

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

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

Pranay Pandey closed OFBIZ-2446.
--------------------------------

    Resolution: Fixed

Thanks Vikas, I am closing this issue.

> Functionality to mark an order viewed
> -------------------------------------
>
>                 Key: OFBIZ-2446
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2446
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2446.patch
>
>
> *Implementation Notes*
> # Add indicator on OrderHeader and a checkbox on the orderdetail page in the Order Manager that shows and sets the flag.
> # For implementing above point Ajax request for a new service "markOrderViewed" should be called which will update  order header to set the new filed "isViewed" in OrderHeader entity.
> # Initially the check box should be shown with label "Mark Viewed" and once user selects it will be converted into "Viewed" : Yes

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