You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ratnesh Upadhyay (JIRA)" <ji...@apache.org> on 2008/02/08 15:35:08 UTC

[jira] Created: (OFBIZ-1625) Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.

Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.
----------------------------------------------------------------------------------------------

                 Key: OFBIZ-1625
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1625
             Project: OFBiz
          Issue Type: Improvement
          Components: order, product
            Reporter: Ratnesh Upadhyay
            Priority: Minor


Added  "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map.
And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class.


Submitted By :
Ratnesh Upadhyay

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


[jira] Assigned: (OFBIZ-1625) Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur reassigned OFBIZ-1625:
----------------------------------

    Assignee: Vikas Mayur

> Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1625
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1625
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, product
>            Reporter: Ratnesh Upadhyay
>            Assignee: Vikas Mayur
>            Priority: Minor
>         Attachments: calcShipmentEstimateInterface.patch, calcShipmentEstimateInterface.patch
>
>
> Added  "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map.
> And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class.
> Submitted By :
> Ratnesh Upadhyay

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


[jira] Closed: (OFBIZ-1625) Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur closed OFBIZ-1625.
------------------------------

    Resolution: Fixed

Ratnesh , Thanks !
Yours patch is in rev 629004.

> Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1625
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1625
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, product
>            Reporter: Ratnesh Upadhyay
>            Assignee: Vikas Mayur
>            Priority: Minor
>         Attachments: calcShipmentEstimateInterface.patch, calcShipmentEstimateInterface.patch
>
>
> I would like to add  "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map.
> And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class.
> Submitted By :
> Ratnesh Upadhyay

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


[jira] Updated: (OFBIZ-1625) Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.

Posted by "Ratnesh Upadhyay (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ratnesh Upadhyay updated OFBIZ-1625:
------------------------------------

    Attachment: calcShipmentEstimateInterface.patch

Attached updated patch for the same.


-- Ratnesh Upadhyay

> Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1625
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1625
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, product
>            Reporter: Ratnesh Upadhyay
>            Priority: Minor
>         Attachments: calcShipmentEstimateInterface.patch, calcShipmentEstimateInterface.patch
>
>
> Added  "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map.
> And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class.
> Submitted By :
> Ratnesh Upadhyay

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


[jira] Updated: (OFBIZ-1625) Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.

Posted by "Ratnesh Upadhyay (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ratnesh Upadhyay updated OFBIZ-1625:
------------------------------------

    Description: 
I would like to add  "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map.
And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class.


Submitted By :
Ratnesh Upadhyay

  was:
Added  "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map.
And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class.


Submitted By :
Ratnesh Upadhyay


> Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1625
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1625
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, product
>            Reporter: Ratnesh Upadhyay
>            Assignee: Vikas Mayur
>            Priority: Minor
>         Attachments: calcShipmentEstimateInterface.patch, calcShipmentEstimateInterface.patch
>
>
> I would like to add  "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map.
> And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class.
> Submitted By :
> Ratnesh Upadhyay

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


[jira] Updated: (OFBIZ-1625) Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.

Posted by "Ratnesh Upadhyay (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ratnesh Upadhyay updated OFBIZ-1625:
------------------------------------

    Attachment: calcShipmentEstimateInterface.patch

Here is the patch attached for this issue .

--
Ratnesh Upadhyay

> Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1625
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1625
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, product
>            Reporter: Ratnesh Upadhyay
>            Priority: Minor
>         Attachments: calcShipmentEstimateInterface.patch
>
>
> Added  "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map.
> And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class.
> Submitted By :
> Ratnesh Upadhyay

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