Our Purchase Orders cannot be strictly catalog-based. We have to be able to order an arbitrary product from an arbitrary supplier.
The Purchase Order logic requires that a product have a SupplierProduct relation, and without that relation, will refuse to add an item to a cart . I'm trying to decide whether I should be writing my own Purchase Order application because of this, or if I'm missing a way to do this within the existing application. Am I on the right track, and if so, should I be able to do it by just changing ShoppingCartHelper? (Order application, org.ofbiz.order.shoppingcart). Thanks, James -- James McGill Phoenix AZ
