Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module allow Seller can create an estimate to send to customer. If the Customer accept this estimate then Seller can convert the estimate to order invoice.
Permissions Variable is a simple alternative to Features/Strongarm/Hooks based
workflows that introduces global permissions management through $conf that
overrides permissions set in the UI and stored in the database.
The $conf['permissions'] variable is an associative array with permission
machine names as keys and arrays of role names as values. Simply define this
variable inside your settings.php file, or better, in a file included in your
settings.php file, like 'settings.permissions.inc'.