[
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.