You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bilgin Ibryam (JIRA)" <ji...@apache.org> on 2007/08/03 15:44:53 UTC

[jira] Commented: (OFBIZ-1171) Adding rental products to quotes

    [ https://issues.apache.org/jira/browse/OFBIZ-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517529 ] 

Bilgin Ibryam commented on OFBIZ-1171:
--------------------------------------

David, Hans and all,

I would like to hear Your opinion about the points above and rental products future directions at all.
Do you think that some of them are needed and could be useful addition to ofbiz ?

Also i did another patch, that allows:
1) Adding a rental product to request.
2)Adding a rental product to quote.
3)Creating an order from quote with rental products.
4)Create a new order from existing order having rental products.

Soon i will take a look at some of the problems mentioned in my previous post

Regards,
Bilgin Ibryam

> Adding rental products to quotes
> --------------------------------
>
>                 Key: OFBIZ-1171
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1171
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: quote.patch, rental.patch
>
>
> Hi guys,
> Currently it is possible to add rental products to cart and then to create a quote from cart. But while creating quotes from cart we lost some rental product specific data (like reservation start day, number of days and number of persons).  Then if we try to create order from  quote we get error (because of the lost rental data).  So the quote become useless. I added 3 new columns to quoteItem entity (reservStart, reservLength, reservPersons) and did very small changes. Now it is possible to create order from a quote with rental products.
> Regards,
> - Bilgin Ibryam

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