[jira] Created: (OFBIZ-3904) Bug in calling methods defined in Usps Services

2010-08-27 Thread Vivek Mishra (JIRA)
Bug in calling methods defined in Usps Services
---

 Key: OFBIZ-3904
 URL: https://issues.apache.org/jira/browse/OFBIZ-3904
 Project: OFBiz
  Issue Type: Bug
  Components: product
Reporter: Vivek Mishra
 Fix For: Release Branch 10.04, SVN trunk


Calling getPackageSplit  calcPackageWeight methods from outside of the 
class causes compilation error, as their access modifiers are private. 
So fixing this bug, following points are covered in this commit.

1) Moving getPackageSplit and calcPackageWeight from UspsServices.java to 
ShipmentWorker.java. They are not Usps third party related methods.
2) Changing access modifiers of these methods to public.

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



[jira] Updated: (OFBIZ-3904) Bug in calling methods defined in Usps Services

2010-08-27 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-3904:


Attachment: OFBIZ-3904.patch

Here is the patch for the same.

 Bug in calling methods defined in Usps Services
 ---

 Key: OFBIZ-3904
 URL: https://issues.apache.org/jira/browse/OFBIZ-3904
 Project: OFBiz
  Issue Type: Bug
  Components: product
Reporter: Vivek Mishra
 Fix For: Release Branch 10.04, SVN trunk

 Attachments: OFBIZ-3904.patch


 Calling getPackageSplit  calcPackageWeight methods from outside of the 
 class causes compilation error, as their access modifiers are private. 
 So fixing this bug, following points are covered in this commit.
 1) Moving getPackageSplit and calcPackageWeight from UspsServices.java to 
 ShipmentWorker.java. They are not Usps third party related methods.
 2) Changing access modifiers of these methods to public.

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



[jira] Commented: (OFBIZ-3904) Bug in calling methods defined in Usps Services

2010-08-27 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903417#action_12903417
 ] 

Vivek Mishra commented on OFBIZ-3904:
-

Thanks Ashish.

 Bug in calling methods defined in Usps Services
 ---

 Key: OFBIZ-3904
 URL: https://issues.apache.org/jira/browse/OFBIZ-3904
 Project: OFBiz
  Issue Type: Bug
  Components: product
Reporter: Vivek Mishra
Assignee: Ashish Vijaywargiya
 Fix For: Release Branch 10.04, SVN trunk

 Attachments: OFBIZ-3904.patch


 Calling getPackageSplit  calcPackageWeight methods from outside of the 
 class causes compilation error, as their access modifiers are private. 
 So fixing this bug, following points are covered in this commit.
 1) Moving getPackageSplit and calcPackageWeight from UspsServices.java to 
 ShipmentWorker.java. They are not Usps third party related methods.
 2) Changing access modifiers of these methods to public.

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



[jira] Created: (OFBIZ-3452) Order main page and order list should show product store name in the list

2010-02-08 Thread Vivek Mishra (JIRA)
Order main page and order list should show product store name in the list
-

 Key: OFBIZ-3452
 URL: https://issues.apache.org/jira/browse/OFBIZ-3452
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk


Order main page and order list should show product store name. Add one more 
attribute which should show product store name if available else show product 
store id.

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



[jira] Commented: (OFBIZ-3452) Order main page and order list should show product store name in the list

2010-02-08 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830905#action_12830905
 ] 

Vivek Mishra commented on OFBIZ-3452:
-

Thanks Ashish!
--
Vivek Mishra


 Order main page and order list should show product store name in the list
 -

 Key: OFBIZ-3452
 URL: https://issues.apache.org/jira/browse/OFBIZ-3452
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Assignee: Ashish Vijaywargiya
 Fix For: SVN trunk

 Attachments: OFBIZ-3452.patch


 Order main page and order list should show product store name. Add one more 
 attribute which should show product store name if available else show product 
 store id.

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



[jira] Commented: (OFBIZ-3422) Adding few more product content type

2010-01-23 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804049#action_12804049
 ] 

Vivek Mishra commented on OFBIZ-3422:
-

Thanks Ashish for committing the patch.

 Adding few more product content type
 

 Key: OFBIZ-3422
 URL: https://issues.apache.org/jira/browse/OFBIZ-3422
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Reporter: Vivek Mishra
Assignee: Ashish Vijaywargiya
 Fix For: SVN trunk

 Attachments: OFBIZ-3422.patch, OFBIZ-3422.patch


 Adding few more product content type having DIGITAL_DOWNLOAD as a parent 
 type.

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



[jira] Updated: (OFBIZ-3422) Adding few more product content type

2010-01-22 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-3422:


Attachment: OFBIZ-3422.patch

Here is the patch having some product content type.

 Adding few more product content type
 

 Key: OFBIZ-3422
 URL: https://issues.apache.org/jira/browse/OFBIZ-3422
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Reporter: Vivek Mishra
 Fix For: Release Branch 4.0

 Attachments: OFBIZ-3422.patch


 Adding few more product content type having DIGITAL_DOWNLOAD as a parent 
 type.

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



[jira] Updated: (OFBIZ-3422) Adding few more product content type

2010-01-22 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-3422:


Attachment: OFBIZ-3422.patch

Here is the updated patch.

 Adding few more product content type
 

 Key: OFBIZ-3422
 URL: https://issues.apache.org/jira/browse/OFBIZ-3422
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Reporter: Vivek Mishra
 Fix For: Release Branch 4.0

 Attachments: OFBIZ-3422.patch, OFBIZ-3422.patch


 Adding few more product content type having DIGITAL_DOWNLOAD as a parent 
 type.

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



[jira] Created: (OFBIZ-3417) Add support for iterating shopping cart item in ShowCart.groovy

2010-01-18 Thread Vivek Mishra (JIRA)
Add support for iterating shopping cart item in ShowCart.groovy
---

 Key: OFBIZ-3417
 URL: https://issues.apache.org/jira/browse/OFBIZ-3417
 Project: OFBiz
  Issue Type: Improvement
  Components: specialpurpose/ecommerce
Reporter: Vivek Mishra
 Fix For: SVN trunk


Enhancement in ShowCart.groovy file. Add support for iterating shopping cart 
items.

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



[jira] Created: (OFBIZ-3409) Add support for PRODUCT_ACCESSORY type association in product detail groovy

2010-01-13 Thread Vivek Mishra (JIRA)
Add support for PRODUCT_ACCESSORY type association  in product detail groovy
--

 Key: OFBIZ-3409
 URL: https://issues.apache.org/jira/browse/OFBIZ-3409
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Reporter: Vivek Mishra
 Fix For: Release Branch 9.04, SVN trunk


Add support for PRODUCT_ACCESSORY type association  in ProductDetail.groovy. 
It will help in association of accessories with a product.

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



[jira] Created: (OFBIZ-2822) Fix for adding alternate images from catalog manager

2009-08-11 Thread Vivek Mishra (JIRA)
Fix for adding alternate images from catalog manager


 Key: OFBIZ-2822
 URL: https://issues.apache.org/jira/browse/OFBIZ-2822
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 9.04
Reporter: Vivek Mishra
 Fix For: Release Branch 4.0, Release Branch 9.04


While adding alternate images from catalog manager it takes wrong mimeTypeId. 
So it creates problem in rendering view on e-commerce front end.


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



[jira] Updated: (OFBIZ-2822) Fix for adding alternate images from catalog manager

2009-08-11 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2822:


Attachment: OFBIZ-2822.patch

Here is the patch for setting right mimeTypeId in the service.

 Fix for adding alternate images from catalog manager
 

 Key: OFBIZ-2822
 URL: https://issues.apache.org/jira/browse/OFBIZ-2822
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 9.04
Reporter: Vivek Mishra
 Fix For: Release Branch 4.0, Release Branch 9.04

 Attachments: OFBIZ-2822.patch


 While adding alternate images from catalog manager it takes wrong mimeTypeId. 
 So it creates problem in rendering view on e-commerce front end.

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



[jira] Created: (OFBIZ-2819) Non secure Url in edit category product.

2009-08-08 Thread Vivek Mishra (JIRA)
Non secure Url in edit category product.


 Key: OFBIZ-2819
 URL: https://issues.apache.org/jira/browse/OFBIZ-2819
 Project: OFBiz
  Issue Type: Sub-task
  Components: product
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Priority: Minor
 Fix For: SVN trunk


When we go to category and click on products it shows the list of the products 
associated to that category.
If we delete any product it gives error of secured url.

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



[jira] Updated: (OFBIZ-2819) Non secure Url in edit category product.

2009-08-08 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2819:


Attachment: OFBIZ-2819.patch

Here is the patch to fix this issue.

 Non secure Url in edit category product.
 

 Key: OFBIZ-2819
 URL: https://issues.apache.org/jira/browse/OFBIZ-2819
 Project: OFBiz
  Issue Type: Sub-task
  Components: product
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-2819.patch


 When we go to category and click on products it shows the list of the 
 products associated to that category.
 If we delete any product it gives error of secured url.

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



[jira] Commented: (OFBIZ-2745) Change Order Purchase Report Options page into portal page

2009-07-22 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12734069#action_12734069
 ] 

Vivek Mishra commented on OFBIZ-2745:
-

Thank you Anil.

 Change Order Purchase Report Options page into portal page
 --

 Key: OFBIZ-2745
 URL: https://issues.apache.org/jira/browse/OFBIZ-2745
 Project: OFBiz
  Issue Type: New Feature
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Assignee: Anil K Patel
 Fix For: SVN trunk

 Attachments: OFBIZ-2745.patch


 Change Order Purchase Report Options page into portal page.
 Order reports are shown under Reports tab. Change this page into portal page.

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



[jira] Updated: (OFBIZ-2745) Change Order Purchase Report Options page into portal page

2009-07-21 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2745:


Attachment: OFBIZ-2745.patch

Here is the page to change OrderPurchaseReportOptions screen into portal screen.


 Change Order Purchase Report Options page into portal page
 --

 Key: OFBIZ-2745
 URL: https://issues.apache.org/jira/browse/OFBIZ-2745
 Project: OFBiz
  Issue Type: New Feature
  Components: order
Affects Versions: Release Branch 4.0
Reporter: Vivek Mishra
 Fix For: Release Branch 4.0

 Attachments: OFBIZ-2745.patch


 Change Order Purchase Report Options page into portal page.
 Order reports are shown under Reports tab. Change this page into portal page.

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



[jira] Created: (OFBIZ-2545) Create Order and Party information using google notification

2009-05-29 Thread Vivek Mishra (JIRA)
Create Order and Party information using google notification


 Key: OFBIZ-2545
 URL: https://issues.apache.org/jira/browse/OFBIZ-2545
 Project: OFBiz
  Issue Type: Sub-task
  Components: specialpurpose/googleCheckout
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk



Implement the functionality to create an Order and party information using 
Google Checkout notification or response.
This will be helpful for reading notification given by Google checkout and 
create order accordingly.

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



[jira] Updated: (OFBIZ-2545) Create Order and Party information using google notification

2009-05-29 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2545:


Attachment: CreateOrderAndPartyUsingGoogleResponse_2545.patch

Here is the patch for creating order and party information using google 
checkout response.

The patch is working for following things :
1) Creating Order.
2) Creating party information
3) Reading XML response of google checkout.

This is collaborated effort from Andrew, Ashish, Vivek, Anurag, Arun. 

Thanks to Andrew and Ashish

 Create Order and Party information using google notification
 

 Key: OFBIZ-2545
 URL: https://issues.apache.org/jira/browse/OFBIZ-2545
 Project: OFBiz
  Issue Type: Sub-task
  Components: specialpurpose/googleCheckout
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk

 Attachments: CreateOrderAndPartyUsingGoogleResponse_2545.patch


 Implement the functionality to create an Order and party information using 
 Google Checkout notification or response.
 This will be helpful for reading notification given by Google checkout and 
 create order accordingly.

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



[jira] Commented: (OFBIZ-2545) Create Order and Party information using google notification

2009-05-29 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714378#action_12714378
 ] 

Vivek Mishra commented on OFBIZ-2545:
-

Hello Ashish,

Please find the attached patch from this review and give your suggestions.

Thanks,
Vivek

 Create Order and Party information using google notification
 

 Key: OFBIZ-2545
 URL: https://issues.apache.org/jira/browse/OFBIZ-2545
 Project: OFBiz
  Issue Type: Sub-task
  Components: specialpurpose/googleCheckout
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk

 Attachments: CreateOrderAndPartyUsingGoogleResponse_2545.patch


 Implement the functionality to create an Order and party information using 
 Google Checkout notification or response.
 This will be helpful for reading notification given by Google checkout and 
 create order accordingly.

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



[jira] Created: (OFBIZ-2496) Add Columns for Shipping Method, AVS, Score and Viewed

2009-05-20 Thread Vivek Mishra (JIRA)
Add Columns for Shipping Method, AVS, Score and Viewed 
---

 Key: OFBIZ-2496
 URL: https://issues.apache.org/jira/browse/OFBIZ-2496
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk


There is no column on Find Orders page in order component for following :

Add Columns for Shipping Method, Address Verification Services (AVS), Score, 
Viewed  fields on Find Orders page to make searching more precise. 

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



[jira] Created: (OFBIZ-2497) Pick Ticket PDF for an order including promotions, discounts and adjustments

2009-05-20 Thread Vivek Mishra (JIRA)
Pick Ticket PDF for an order including promotions, discounts and adjustments


 Key: OFBIZ-2497
 URL: https://issues.apache.org/jira/browse/OFBIZ-2497
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk


There is no information right now about promotions, discounts and adjustments 
in pick ticket PDF for an order.

Add this information so that it will be shown on generated PDF. 



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



[jira] Created: (OFBIZ-2499) Show Order Edits

2009-05-20 Thread Vivek Mishra (JIRA)
Show Order Edits


 Key: OFBIZ-2499
 URL: https://issues.apache.org/jira/browse/OFBIZ-2499
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk


Show Order Edits

In order detail page of Order component, history is maintained only contains 
status change information.
Add a History link for showing updated audit logs for shipment method and order 
Item's quantity unit price. It will only track updates and not track creates 
for the fields.



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



[jira] Created: (OFBIZ-2480) Item should not be shown if it is out of stock

2009-05-16 Thread Vivek Mishra (JIRA)
Item should not be shown if it is out of stock
--

 Key: OFBIZ-2480
 URL: https://issues.apache.org/jira/browse/OFBIZ-2480
 Project: OFBiz
  Issue Type: New Feature
  Components: order, product
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk


Item should not be shown if it is out of stock.

Usually pages which shows multiple products do not perform inventory check.
Add a service which will run timely and perform the check for the status of the 
product availability in inventory and set the flag in product entity 
accordingly.




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



[jira] Created: (OFBIZ-2481) Ability to create pick ticket from view order screen

2009-05-16 Thread Vivek Mishra (JIRA)
Ability to create pick ticket from view order screen


 Key: OFBIZ-2481
 URL: https://issues.apache.org/jira/browse/OFBIZ-2481
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk


Ability to create pick ticket from view order screen.

There is no facility to create pick ticket from view order screen. 
Add link to orderdetail screen in Order Manager to generate pick sheet PDF for 
a single order

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



[jira] Updated: (OFBIZ-2465) Sort the existing Billing Account on accounting

2009-05-15 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2465:


Attachment: SortExistingBillingAccountOnAccounting_OFBIZ-2465.patch

Forgot to put extension on patch.

 Sort the existing Billing Account on accounting
 ---

 Key: OFBIZ-2465
 URL: https://issues.apache.org/jira/browse/OFBIZ-2465
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk

 Attachments: SortExistingBillingAccountOnAccounting_OFBIZ-2465, 
 SortExistingBillingAccountOnAccounting_OFBIZ-2465.patch


 Sort the existing Billing Account on accounting component when it is accessed 
 according to customer.
 There is a Billing Accounts tab in Accounting Manager but it doesn't show 
 available balance and customer id, when we try to access billing account 
 according to party. Add additional field for this.

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



[jira] Commented: (OFBIZ-2465) Sort the existing Billing Account on accounting

2009-05-15 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709822#action_12709822
 ] 

Vivek Mishra commented on OFBIZ-2465:
-

Thanks Vikas

--Vivek

 Sort the existing Billing Account on accounting
 ---

 Key: OFBIZ-2465
 URL: https://issues.apache.org/jira/browse/OFBIZ-2465
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Assignee: Vikas Mayur
 Fix For: SVN trunk

 Attachments: SortExistingBillingAccountOnAccounting_OFBIZ-2465, 
 SortExistingBillingAccountOnAccounting_OFBIZ-2465.patch


 Sort the existing Billing Account on accounting component when it is accessed 
 according to customer.
 There is a Billing Accounts tab in Accounting Manager but it doesn't show 
 available balance and customer id, when we try to access billing account 
 according to party. Add additional field for this.

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



[jira] Created: (OFBIZ-2477) Add filter on find orders page.

2009-05-15 Thread Vivek Mishra (JIRA)
Add filter on find orders page. 


 Key: OFBIZ-2477
 URL: https://issues.apache.org/jira/browse/OFBIZ-2477
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk


Add a filter on find orders page.

On find order page add a filter to only show or not show orders to ship to 
countries outside of a certain country. 

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



[jira] Created: (OFBIZ-2478) Add Shipping Address for an order that will add to the party

2009-05-15 Thread Vivek Mishra (JIRA)
Add Shipping Address for an order that will add to the party


 Key: OFBIZ-2478
 URL: https://issues.apache.org/jira/browse/OFBIZ-2478
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk


In order detail page of Order Manager, there is no Contact Mechs tab for an 
order that must be edited, but it is still necessary to add an address to the 
party.
Add pop up form to set the shipping address for an order that will add it to 
the party, the order, and the ship group where the button was clicked on the 
order detail page.


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



[jira] Created: (OFBIZ-2473) Show Term value and Term days while creating both types of order

2009-05-14 Thread Vivek Mishra (JIRA)
Show Term value and Term days while creating both types of order


 Key: OFBIZ-2473
 URL: https://issues.apache.org/jira/browse/OFBIZ-2473
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Priority: Minor
 Fix For: SVN trunk


While placing purchase and sales order, under Order Terms tab two values were 
not displayed.
1) Term value 
2) Term days



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



[jira] Updated: (OFBIZ-2473) Show Term value and Term days while creating both types of order

2009-05-14 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2473:


Attachment: ShowOrderTermValueAndDays_OFBIZ-2473.patch

Here is the patch to fix this problem.

 Show Term value and Term days while creating both types of order
 

 Key: OFBIZ-2473
 URL: https://issues.apache.org/jira/browse/OFBIZ-2473
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Priority: Minor
 Fix For: SVN trunk

 Attachments: ShowOrderTermValueAndDays_OFBIZ-2473.patch


 While placing purchase and sales order, under Order Terms tab two values were 
 not displayed.
 1) Term value 
 2) Term days

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



[jira] Commented: (OFBIZ-2473) Show Term value and Term days while creating both types of order

2009-05-14 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709407#action_12709407
 ] 

Vivek Mishra commented on OFBIZ-2473:
-

Thanks so much Ashish

--
Vivek Mishra

 Show Term value and Term days while creating both types of order
 

 Key: OFBIZ-2473
 URL: https://issues.apache.org/jira/browse/OFBIZ-2473
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Assignee: Ashish Vijaywargiya
Priority: Minor
 Fix For: SVN trunk

 Attachments: ShowOrderTermValueAndDays_OFBIZ-2473.patch


 While placing purchase and sales order, under Order Terms tab two values were 
 not displayed.
 1) Term value 
 2) Term days

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



[jira] Updated: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-13 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2445:


Attachment: (was: ShowBillingAccountOnPartymgr.patch)

 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting, party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
Assignee: Vikas Mayur
 Fix For: SVN trunk


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Updated: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-13 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2445:


Attachment: (was: ShowBillingAccountOnPartymgr.patch)

 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting, party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
Assignee: Vikas Mayur
 Fix For: SVN trunk


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Updated: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-13 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2445:


Attachment: (was: OFBIZ-2445.patch)

 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting, party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
Assignee: Vikas Mayur
 Fix For: SVN trunk


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Updated: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-13 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2445:


Attachment: (was: OFBIZ-2445.patch)

 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting, party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
Assignee: Vikas Mayur
 Fix For: SVN trunk


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Updated: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-13 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2445:


Attachment: ShowBillingAccountOnPartymgr_OFBIZ-2445.patch

Thanks for the comments Pranay. 
Here is the upgraded patch according to your comments.

I think Ashish's suggestion for giving patch's name seems superb. I am 
following the same in this patch.
Thanks to Ashish

 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting, party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
Assignee: Vikas Mayur
 Fix For: SVN trunk

 Attachments: ShowBillingAccountOnPartymgr_OFBIZ-2445.patch


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Commented: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-13 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708931#action_12708931
 ] 

Vivek Mishra commented on OFBIZ-2445:
-

Thanks Vikas.

 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting, party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
Assignee: Vikas Mayur
 Fix For: SVN trunk

 Attachments: ShowBillingAccountOnPartymgr_OFBIZ-2445.patch


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Updated: (OFBIZ-2465) Sort the existing Billing Account on accounting

2009-05-13 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2465:


Attachment: SortExistingBillingAccountOnAccounting_OFBIZ-2465

Patch for sorting existing billing account and adding account balance field on 
accounting.

 Sort the existing Billing Account on accounting
 ---

 Key: OFBIZ-2465
 URL: https://issues.apache.org/jira/browse/OFBIZ-2465
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk

 Attachments: SortExistingBillingAccountOnAccounting_OFBIZ-2465


 Sort the existing Billing Account on accounting component when it is accessed 
 according to customer.
 There is a Billing Accounts tab in Accounting Manager but it doesn't show 
 available balance and customer id, when we try to access billing account 
 according to party. Add additional field for this.

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



[jira] Commented: (OFBIZ-2465) Sort the existing Billing Account on accounting

2009-05-13 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708952#action_12708952
 ] 

Vivek Mishra commented on OFBIZ-2465:
-

Hello Pranay,

I am uploading patch for sorting existing billing account on accounting 
component.

Steps for testing :-

1) Select a partyId from party component for which a billing account is exist.
2) On party profile page you will find a tab for Billing Account.
3) Depress this tab, you will see the billing account record  with available 
account balance field.  

 Sort the existing Billing Account on accounting
 ---

 Key: OFBIZ-2465
 URL: https://issues.apache.org/jira/browse/OFBIZ-2465
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk

 Attachments: SortExistingBillingAccountOnAccounting_OFBIZ-2465


 Sort the existing Billing Account on accounting component when it is accessed 
 according to customer.
 There is a Billing Accounts tab in Accounting Manager but it doesn't show 
 available balance and customer id, when we try to access billing account 
 according to party. Add additional field for this.

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



[jira] Updated: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-12 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2445:


Attachment: OFBIZ-2445.patch

Hello Pranay,

I have created a new groovy file BillingAccounts.groovy instead of doing 
changes in BillSettings.groovy.

Thanks.


 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
 Fix For: SVN trunk

 Attachments: OFBIZ-2445.patch, ShowBillingAccountOnPartymgr.patch, 
 ShowBillingAccountOnPartymgr.patch


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Updated: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-12 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2445:


Attachment: OFBIZ-2445.patch

Thanks for the comments Pranay.

Here is the upgraded patch according to your comments.


 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
 Fix For: SVN trunk

 Attachments: OFBIZ-2445.patch, OFBIZ-2445.patch, 
 ShowBillingAccountOnPartymgr.patch, ShowBillingAccountOnPartymgr.patch


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Created: (OFBIZ-2465) Sort the existing Billing Account on accounting

2009-05-12 Thread Vivek Mishra (JIRA)
Sort the existing Billing Account on accounting
---

 Key: OFBIZ-2465
 URL: https://issues.apache.org/jira/browse/OFBIZ-2465
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: SVN trunk
Reporter: Vivek Mishra
 Fix For: SVN trunk


Sort the existing Billing Account on accounting component when it is accessed 
according to customer.

There is a Billing Accounts tab in Accounting Manager but it doesn't show 
available balance and customer id, when we try to access billing account 
according to party. Add additional field for this.



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



[jira] Updated: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-11 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2445:


Attachment: ShowBillingAccountOnPartymgr.patch

Uploading the patch with following changes as compare to older one.

Now if we go financial history tab and the customer selected has no billing 
account then it will show blank form.

 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
 Fix For: SVN trunk

 Attachments: ShowBillingAccountOnPartymgr.patch, 
 ShowBillingAccountOnPartymgr.patch


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Updated: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-09 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2445:


Attachment: ShowBillingAccountOnPartymgr.patch

Patch for showing Billing Account and return information on partymgr.

 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
 Fix For: SVN trunk

 Attachments: ShowBillingAccountOnPartymgr.patch


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Commented: (OFBIZ-2445) Show Billing Account Info on the Party Profile

2009-05-09 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707686#action_12707686
 ] 

Vivek Mishra commented on OFBIZ-2445:
-

Hello Pranay,

I am uploading the patch for showing billing account and return information in 
party component.

Steps for testing :-

   1. Create a sales order, it should be in approved status
   2. Create a return.
   3. Go to party component and select a party for which the order has been 
created.
   4. Click Financial history tab.


 Show Billing Account Info on the Party Profile
 --

 Key: OFBIZ-2445
 URL: https://issues.apache.org/jira/browse/OFBIZ-2445
 Project: OFBiz
  Issue Type: Improvement
  Components: party
Affects Versions: SVN trunk
Reporter: Pranay Pandey
 Fix For: SVN trunk

 Attachments: ShowBillingAccountOnPartymgr.patch


 Show Billing Account Info and returns as well to show outstanding returns on 
 the Party Profile
 There is a Financial History (Fin. History) tab on the profile in the Party 
 Manager but it only contains information about invoice and payments. Add 
 information about Billing Account(s) and available credit on this page. Add 
 section about returns as well to show outstanding returns with status.

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



[jira] Created: (OFBIZ-2155) Amend typo in inlineProductDetail.ftl file's Java script.

2009-01-31 Thread Vivek Mishra (JIRA)
Amend typo in inlineProductDetail.ftl file's Java script.
-

 Key: OFBIZ-2155
 URL: https://issues.apache.org/jira/browse/OFBIZ-2155
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Priority: Trivial


Changed name of java script function of inlineProductDetail.xml from 
checkOtion() to checkOption().

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



[jira] Updated: (OFBIZ-2155) Amend typo in inlineProductDetail.ftl file's Java script.

2009-01-31 Thread Vivek Mishra (JIRA)

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

Vivek Mishra updated OFBIZ-2155:


Attachment: inlineProductDetail.patch

Changed name of java script function of inlineProductDetail.xml from 
checkOtion() to checkOption().

 Amend typo in inlineProductDetail.ftl file's Java script.
 -

 Key: OFBIZ-2155
 URL: https://issues.apache.org/jira/browse/OFBIZ-2155
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Priority: Trivial
 Attachments: inlineProductDetail.patch


 Changed name of java script function of inlineProductDetail.xml from 
 checkOtion() to checkOption().

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



[jira] Commented: (OFBIZ-2155) Amend typo in inlineProductDetail.ftl file's Java script.

2009-01-31 Thread Vivek Mishra (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12669166#action_12669166
 ] 

Vivek Mishra commented on OFBIZ-2155:
-

Thanks Jacques.


-- 
Thanks  Regards
--
Vivek Mishra
Software Developer
HotWax Media Pvt. Ltd. 
vivek.mis...@hotwaxmedia.com
www.hotwaxmedia.com

Office : +917314093684
Direct : +919907292552

http://ofbiz.apache.org
I am Open For Business




 Amend typo in inlineProductDetail.ftl file's Java script.
 -

 Key: OFBIZ-2155
 URL: https://issues.apache.org/jira/browse/OFBIZ-2155
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Vivek Mishra
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: SVN trunk

 Attachments: inlineProductDetail.patch


 Changed name of java script function of inlineProductDetail.xml from 
 checkOtion() to checkOption().

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