X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Faccess_levels.inc;h=9c502debbee2fd634ca801472afe87f44947885d;hb=fbdfe3f3da62ecf86e3ad978b89efbb6c317a47a;hp=4a43331af7f09de0cf253ffeddff98354890fcca;hpb=e933b7e5bcdf8cddd62778abfb373564388c2485;p=fa-stable.git diff --git a/includes/access_levels.inc b/includes/access_levels.inc index 4a43331a..9c502deb 100644 --- a/includes/access_levels.inc +++ b/includes/access_levels.inc @@ -133,6 +133,7 @@ $security_areas =array( 'SA_SALESTRANSVIEW' => array(SS_SALES|1, _("Sales transactions view")), 'SA_CUSTOMER' => array(SS_SALES|2, _("Sales customer and branches changes")), + 'SA_SALESQUOTE' => array(SS_SALES|10, _("Sales quotations")), 'SA_SALESORDER' => array(SS_SALES|3, _("Sales orders edition")), 'SA_SALESDELIVERY' => array(SS_SALES|4, _("Sales deliveries edition")), 'SA_SALESINVOICE' => array(SS_SALES|5, _("Sales invoices edition")), @@ -165,7 +166,7 @@ $security_areas =array( 'SA_SUPPLIERALLOC' => array(SS_PURCH|8, _("Supplier payments allocations")), 'SA_SUPPLIERANALYTIC' => array(SS_PURCH_A|1, _("Supplier analytical reports")), - 'SA_SUPPBULKREP' => array(SS_SALES_A|2, _("Supplier document bulk reports")), + 'SA_SUPPBULKREP' => array(SS_PURCH_A|2, _("Supplier document bulk reports")), 'SA_SUPPPAYMREP' => array(SS_PURCH_A|3, _("Supplier payments report")), // // Inventory