You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bharat Soni (JIRA)" <ji...@apache.org> on 2009/03/09 16:46:50 UTC

[jira] Updated: (OFBIZ-2234) When recording PO, Company automatically sets price as "last price" on Supplier record

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

Bharat Soni updated OFBIZ-2234:
-------------------------------

    Attachment: ofbiz-2234.patch

To test this patch follow these steps:
1 .Create PO with supplier ID(for e.g. BigSupplier), add products to cart than change their unit price and recalculate the order. Here check whether the total reflects the unit price changes.
2.  When the same supplier is selected and same product is added to cart than the changes done in unit price of previous PO  should reflect here as well.
3. The same behavior  should be observed while Editing the PO and changing the unit price there.
4. When the Inventory is received for the same purchase order, and if we change the unit price here than it should reflect when the next order will be created with the same supplier and product information.

> When recording PO, Company automatically sets price as "last price" on Supplier record
> --------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2234
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2234
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2234.patch
>
>
> Modifying the existing system such that when the unit price of the item is edited the new value automatically gets set as last price on supplier record.
> Implementation Notes : 
> Add service to expire (set availableThruDate) current applicable SupplierProduct record, create new record that clones the old record, current date as available from date
> SECA trigger on create,purchase and receive order.

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