CoreBOSBB
Quote Module Set Default to Product vs. Services - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: User Support (https://discussions.corebos.org/forumdisplay.php?fid=6)
+--- Thread: Quote Module Set Default to Product vs. Services (/showthread.php?tid=324)



Quote Module Set Default to Product vs. Services - everstumbling - 07-15-2016

I believe my Quote Module originally defaulted to show a Service as the first line item. At some point, I found a feature that enabled me to change it from Services to Products. Now I want to switch it back to Services and after searching high and low, I can't find where it was that I made the change. It wasn't code level, at least to my recollection.

I'm checking my default install of corebos to see what the original setting was... and it looks like it was products... so maybe my recollection is off. perhaps it was a code level change. any thoughts on this?

maybe it was when i switched from vtiger to corebos that the switch happened.


RE: Quote Module Set Default to Product vs. Services - joebordes - 07-15-2016

Hi,

You should be able to control this defining the global variable product_service_default

https://github.com/tsolucio/corebos/blob/master/build/changeSets/DefineGlobalVariables.php#L77

Go to the Global Variable module, select this variable and set it to "Products" or "Services" depending on what you need.

Let us know how it goes.


RE: Quote Module Set Default to Product vs. Services - joebordes - 07-26-2016

How did that turn out?


RE: Quote Module Set Default to Product vs. Services - everstumbling - 08-01-2016

(07-26-2016, 11:48 PM)joebordes Wrote: How did that turn out?

I haven't tried it yet, but thank you for the reminder. I plan to give it a try soon.