[ http://issues.apache.org/jira/browse/OFBIZ-173?page=comments#action_12430848 ] Chris Howe commented on OFBIZ-173: ----------------------------------
Rodrigo, I think you might be making this much more dificult than it needs to be. An RFQ should be identical to creating a PO using the bottom half of the "Create Purchase Order" screenlet (ordermgr/control/orderentry). When you use this box you're productId is empty and optionally the price is empty (if you're asking for a quote, you don't know the price). The only difference is instead of storing the information in the order related entities they're being stored in the quote related entities. The twist in an RFQ from an order is that there needs to be some sort of RFQ item reply entities. This entity will have the replyId, quoteId, quoteItemSeqId, supplierId, supplierProductId, fullfilmentQty, price, currency UomId, fromDate, thruDate, etc. After that a single service maps the Quote to an order. > Purchase Quotes and RQF > ----------------------- > > Key: OFBIZ-173 > URL: http://issues.apache.org/jira/browse/OFBIZ-173 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: order > Affects Versions: SVN trunk > Environment: any > Reporter: Rodrigo Aguinaga > Priority: Minor > Attachments: pur_quotes.patch > > > Hi, > I actually wanted to know if there's any plans to include quotes for > purchase orders, since right now the quotes works only for sales order. > Since the purchase order and the sales order are very much alike it > wouldn't require much work, only to make a service like the one used to > create a sales order from a quote, but for purchase order. > After that, well there could be an screen that allows you to take a > group of approved requirements and use them to create a RQF or a Quote. But > that would be an extra! > -- > Rodrigo -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
