Purchase Order Entry

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

Purchase Order Entry

Joe Eckard
Last week I created a patch that allows PO entry without requiring a  
ProductStore. The main change is that when creating a new  
ShoppingCart, the productStoreId and currencyUom parameters can be  
null (currencyUom will be set to the system default if null). I would  
like to commit this soon, does anyone have any comments or concerns  
with this approach?

http://issues.apache.org/jira/browse/OFBIZ-1172


-Joe
Reply | Threaded
Open this post in threaded view
|

Re: Purchase Order Entry

David E. Jones-2

On Jul 15, 2009, at 8:19 AM, Joe Eckard wrote:

> Last week I created a patch that allows PO entry without requiring a  
> ProductStore. The main change is that when creating a new  
> ShoppingCart, the productStoreId and currencyUom parameters can be  
> null (currencyUom will be set to the system default if null). I  
> would like to commit this soon, does anyone have any comments or  
> concerns with this approach?
>
> http://issues.apache.org/jira/browse/OFBIZ-1172

I think it looks pretty good Joe.

-David