Author Topic: Global Settings?  (Read 355 times)

Offline michaelzer

  • Full Member
  • ***
  • Posts: 21
    • View Profile
Global Settings?
« on: 24/February/2011, 08:45:17 PM »
More questions...

I cannot locate any global settings for the following:

"Taxable?" in Create New Product page.  Default is "Yes", I want it to be "No".

"Payment Required to Accept" in Create New Quote page.  Default is "Yes", I want it to be "No".

"Auto Create Orders" in Create New Quote page.  Default is "Yes", I want it to be "No".

Any suggestions?

Offline netshine

  • Administrator
  • Hero Member
  • *****
  • Posts: 4,984
    • View Profile
Re: Global Settings?
« Reply #1 on: 25/February/2011, 09:21:28 AM »
There aren't global settings for everything (I think the number of settings is confusing enough as it is, and it would get out of hand if I tried to make everything configurable). You could change the default behaviour by modifying the database schema files though (bearing in mind that you might have to re-do your changes after upgrading nBill in future).

For example, to make products non-taxable by default, you could edit /administrator/components/com_nbill/framework/database/schema/product.xml, find the column definition for is_taxable, and change the default value from 1 to 0.

Offline michaelzer

  • Full Member
  • ***
  • Posts: 21
    • View Profile
Re: Global Settings?
« Reply #2 on: 25/February/2011, 03:24:35 PM »
Great, thank you, that was exactly the information I was looking for.

 

anything