[jira] Created: (OFBIZ-1407) Create an OrderPaymentPreference record for each OrderItemShipGroup

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

[jira] Created: (OFBIZ-1407) Create an OrderPaymentPreference record for each OrderItemShipGroup

Nicolas Malin (Jira)
Create an OrderPaymentPreference record for each OrderItemShipGroup
-------------------------------------------------------------------

                 Key: OFBIZ-1407
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1407
             Project: OFBiz
          Issue Type: New Feature
            Reporter: Vikas Mayur
            Priority: Trivial
         Attachments: ship_group_payment.patch

Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.

--
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-1407) Create an OrderPaymentPreference record for each OrderItemShipGroup

Nicolas Malin (Jira)

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

Vikas Mayur updated OFBIZ-1407:
-------------------------------

    Attachment: ship_group_payment.patch

> Create an OrderPaymentPreference record for each OrderItemShipGroup
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-1407
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1407
>             Project: OFBiz
>          Issue Type: New Feature
>            Reporter: Vikas Mayur
>            Priority: Trivial
>         Attachments: ship_group_payment.patch
>
>
> Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.

--
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-1407) Create an OrderPaymentPreference record for each OrderItemShipGroup

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

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

Vikas Mayur updated OFBIZ-1407:
-------------------------------

    Description:
Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.

The code now supports only for single payment info.
The code behaviour depends  on field splitPayPrefPerShpGrp of ProductStore entity, if it is set to Y it will split the payments for every shipgroup.

  was:Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.


> Create an OrderPaymentPreference record for each OrderItemShipGroup
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-1407
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1407
>             Project: OFBiz
>          Issue Type: New Feature
>            Reporter: Vikas Mayur
>            Priority: Trivial
>         Attachments: ship_group_payment.patch
>
>
> Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.
> The code now supports only for single payment info.
> The code behaviour depends  on field splitPayPrefPerShpGrp of ProductStore entity, if it is set to Y it will split the payments for every shipgroup.

--
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-1407) Create an OrderPaymentPreference record for each OrderItemShipGroup + Splits the ShipGroup per vendor

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

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

Vikas Mayur updated OFBIZ-1407:
-------------------------------

    Description:
Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.

The code now supports only for single payment info.
The code behaviour depends  on field splitPayPrefPerShpGrp of ProductStore entity, if it is set to Y it will split the payments for every shipgroup.

By Default item are added to shipGroup 0, We can create a shipGroup for each Vendor Pary

  was:
Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.

The code now supports only for single payment info.
The code behaviour depends  on field splitPayPrefPerShpGrp of ProductStore entity, if it is set to Y it will split the payments for every shipgroup.

        Summary: Create an OrderPaymentPreference record for each OrderItemShipGroup + Splits the ShipGroup per vendor  (was: Create an OrderPaymentPreference record for each OrderItemShipGroup)

> Create an OrderPaymentPreference record for each OrderItemShipGroup + Splits the ShipGroup per vendor
> -----------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1407
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1407
>             Project: OFBiz
>          Issue Type: New Feature
>            Reporter: Vikas Mayur
>            Priority: Trivial
>         Attachments: ship_group_payment.patch
>
>
> Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.
> The code now supports only for single payment info.
> The code behaviour depends  on field splitPayPrefPerShpGrp of ProductStore entity, if it is set to Y it will split the payments for every shipgroup.
> By Default item are added to shipGroup 0, We can create a shipGroup for each Vendor Pary

--
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-1407) Create an OrderPaymentPreference record for each OrderItemShipGroup + Splits the ShipGroup per vendor

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

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

Vikas Mayur updated OFBIZ-1407:
-------------------------------

    Attachment: ship_group_payment.patch

This new patch also contains functionaility of splitting the ship group per vendor

> Create an OrderPaymentPreference record for each OrderItemShipGroup + Splits the ShipGroup per vendor
> -----------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1407
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1407
>             Project: OFBiz
>          Issue Type: New Feature
>            Reporter: Vikas Mayur
>            Priority: Trivial
>         Attachments: ship_group_payment.patch, ship_group_payment.patch
>
>
> Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.
> The code now supports only for single payment info.
> The code behaviour depends  on field splitPayPrefPerShpGrp of ProductStore entity, if it is set to Y it will split the payments for every shipgroup.
> By Default item are added to shipGroup 0, We can create a shipGroup for each Vendor Pary

--
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-1407) Create an OrderPaymentPreference record for each OrderItemShipGroup + Splits the ShipGroup per vendor

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

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

Anil K Patel reassigned OFBIZ-1407:
-----------------------------------

    Assignee: Anil K Patel

> Create an OrderPaymentPreference record for each OrderItemShipGroup + Splits the ShipGroup per vendor
> -----------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1407
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1407
>             Project: OFBiz
>          Issue Type: New Feature
>            Reporter: Vikas Mayur
>            Assignee: Anil K Patel
>            Priority: Trivial
>         Attachments: ship_group_payment.patch, ship_group_payment.patch
>
>
> Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.
> The code now supports only for single payment info.
> The code behaviour depends  on field splitPayPrefPerShpGrp of ProductStore entity, if it is set to Y it will split the payments for every shipgroup.
> By Default item are added to shipGroup 0, We can create a shipGroup for each Vendor Pary

--
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-1407) Create an OrderPaymentPreference record for each OrderItemShipGroup + Splits the ShipGroup per vendor

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

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

Anil K Patel closed OFBIZ-1407.
-------------------------------

    Resolution: Fixed

Vikas, thanks. your patch is in rev# 601245

> Create an OrderPaymentPreference record for each OrderItemShipGroup + Splits the ShipGroup per vendor
> -----------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1407
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1407
>             Project: OFBiz
>          Issue Type: New Feature
>            Reporter: Vikas Mayur
>            Assignee: Anil K Patel
>            Priority: Trivial
>         Attachments: ship_group_payment.patch, ship_group_payment.patch
>
>
> Create an OrderPaymentPreference record for each ship groups related to an order in OrderItemShipGroup so that we can track payment for all shipgroups separtely.
> The code now supports only for single payment info.
> The code behaviour depends  on field splitPayPrefPerShpGrp of ProductStore entity, if it is set to Y it will split the payments for every shipgroup.
> By Default item are added to shipGroup 0, We can create a shipGroup for each Vendor Pary

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