Robert Moran Posted September 30, 2007 Posted September 30, 2007 Hi. I have a database that works very well but I need to add a Quotes capability to the system. The problem is that I don't want the Quotes "page" to affect the inventory OnHand number. The OnHand field runs without a problem but I don't know how to render the QtySold inactive (That makes up, in part, the OnHand field) when a quote "page" is created using the same info as per an invoice. (Quoting capability is needed as doing a quote is a big deal to my customer and retyping the info to convert a quote into an invoice is simply not viable. Any help on this would be terrific. TIA Bob Moran
bcooney Posted October 2, 2007 Posted October 2, 2007 Without knowing the tables you have in your inventory system, I had this thought. Add a flag field to the line items table (I assume this table is used for Quote and Invoice line items). If the line item is created for a invoice, the flag_Invoice is "1". Change your inventory relationships to include the flag_Invoice field, thereby having your calcs only "see" line items for invoices.
Robert Moran Posted October 6, 2010 Author Posted October 6, 2010 Sorry for the very late reply but your suggestion worked. Thank you so much for sending me the info. Bob
Recommended Posts
This topic is 5163 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now