[jira] Created: (OFBIZ-1798) Service for Canceling ItemIssuance

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

[jira] Created: (OFBIZ-1798) Service for Canceling ItemIssuance

Nicolas Malin (Jira)
Service for Canceling ItemIssuance
----------------------------------

                 Key: OFBIZ-1798
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1798
             Project: OFBiz
          Issue Type: New Feature
          Components: product
    Affects Versions: SVN trunk
            Reporter: Bilgin Ibryam
            Assignee: Bilgin Ibryam
            Priority: Minor
             Fix For: SVN trunk


The discussion is here: http://www.nabble.com/Service-for-Canceling-ItemIssuance-to17228500.html

The attached path does:

1. Adds the cancelQuantity to ItemIssuance.cancelQuantity field.
2. Creates a InventoryItemDetail.
3. Calls "reassignInventoryReservations".
3. ReserveInventory for the cancelledQuantity.
5. A seca is called for adjusting the accounting transaction for the canceledQuantity.

What do you think?

--
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-1798) Service for Canceling ItemIssuance

Nicolas Malin (Jira)

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

Bilgin Ibryam updated OFBIZ-1798:
---------------------------------

    Attachment: cancelItemIssuance.patch

> Service for Canceling ItemIssuance
> ----------------------------------
>
>                 Key: OFBIZ-1798
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1798
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Bilgin Ibryam
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: cancelItemIssuance.patch
>
>
> The discussion is here: http://www.nabble.com/Service-for-Canceling-ItemIssuance-to17228500.html
> The attached path does:
> 1. Adds the cancelQuantity to ItemIssuance.cancelQuantity field.
> 2. Creates a InventoryItemDetail.
> 3. Calls "reassignInventoryReservations".
> 3. ReserveInventory for the cancelledQuantity.
> 5. A seca is called for adjusting the accounting transaction for the canceledQuantity.
> What do you think?

--
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-1798) Service for Canceling ItemIssuance

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

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

Bilgin Ibryam closed OFBIZ-1798.
--------------------------------

    Resolution: Fixed

Committed in trunk rev. 658585

> Service for Canceling ItemIssuance
> ----------------------------------
>
>                 Key: OFBIZ-1798
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1798
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Bilgin Ibryam
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: cancelItemIssuance.patch
>
>
> The discussion is here: http://www.nabble.com/Service-for-Canceling-ItemIssuance-to17228500.html
> The attached path does:
> 1. Adds the cancelQuantity to ItemIssuance.cancelQuantity field.
> 2. Creates a InventoryItemDetail.
> 3. Calls "reassignInventoryReservations".
> 3. ReserveInventory for the cancelledQuantity.
> 5. A seca is called for adjusting the accounting transaction for the canceledQuantity.
> What do you think?

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

Re: [jira] Closed: (OFBIZ-1798) Service for Canceling ItemIssuance

Jacopo Cappellato-3
Bilgin,

thanks for your work on this.

Do we need the seed data that has been recently removed by Si Chen in  
rev. 657925 now?

Jacopo




On May 21, 2008, at 10:09 AM, Bilgin Ibryam (JIRA) wrote:

>
>     [ https://issues.apache.org/jira/browse/OFBIZ-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
>  ]
>
> Bilgin Ibryam closed OFBIZ-1798.
> --------------------------------
>
>    Resolution: Fixed
>
> Committed in trunk rev. 658585
>
>> Service for Canceling ItemIssuance
>> ----------------------------------
>>
>>                Key: OFBIZ-1798
>>                URL: https://issues.apache.org/jira/browse/OFBIZ-1798
>>            Project: OFBiz
>>         Issue Type: New Feature
>>         Components: product
>>   Affects Versions: SVN trunk
>>           Reporter: Bilgin Ibryam
>>           Assignee: Bilgin Ibryam
>>           Priority: Minor
>>            Fix For: SVN trunk
>>
>>        Attachments: cancelItemIssuance.patch
>>
>>
>> The discussion is here: http://www.nabble.com/Service-for-Canceling-ItemIssuance-to17228500.html
>> The attached path does:
>> 1. Adds the cancelQuantity to ItemIssuance.cancelQuantity field.
>> 2. Creates a InventoryItemDetail.
>> 3. Calls "reassignInventoryReservations".
>> 3. ReserveInventory for the cancelledQuantity.
>> 5. A seca is called for adjusting the accounting transaction for  
>> the canceledQuantity.
>> What do you think?
>
> --
> 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
|

Re: [jira] Closed: (OFBIZ-1798) Service for Canceling ItemIssuance

Bilgin Ibryam

> Do we need the seed data that has been recently removed by Si Chen in  
> rev. 657925 now?

Jacopo,

I think this commit is ok and we don't need this data.
Thanks for pointing out.