X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fcustomers.php;fp=applications%2Fcustomers.php;h=446760fca126ee872c5a45780a67d3f6e6f6153c;hb=1dacc4f4632fbaeb1dc0b473739092f812f9660f;hp=08bfddf7cac3b5db1e70e0e7cc6587169bdbd729;hpb=8fa7e346e18783015cae685846d604316deec13e;p=fa-stable.git diff --git a/applications/customers.php b/applications/customers.php index 08bfddf7..446760fc 100644 --- a/applications/customers.php +++ b/applications/customers.php @@ -18,7 +18,7 @@ class customers_app extends application $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Sales &Quotation Entry"), - "sales/sales_order_entry.php?NewQuotation=Yes", 'SA_SALESORDER'); + "sales/sales_order_entry.php?NewQuotation=Yes", 'SA_SALESQUOTE'); $this->add_lapp_function(0, _("Sales &Order Entry"), "sales/sales_order_entry.php?NewOrder=Yes", 'SA_SALESORDER'); $this->add_lapp_function(0, _("Direct &Delivery"), @@ -32,9 +32,9 @@ class customers_app extends application "sales/inquiry/sales_deliveries_view.php?OutstandingOnly=1", 'SA_SALESINVOICE'); $this->add_rapp_function(0, _("&Template Delivery"), - "sales/inquiry/sales_orders_view.php?DeliveryTemplates=Yes", 'SA_SALESINVOICE'); + "sales/inquiry/sales_orders_view.php?DeliveryTemplates=Yes", 'SA_SALESDELIVERY'); $this->add_rapp_function(0, _("&Template Invoice"), - "sales/inquiry/sales_orders_view.php?InvoiceTemplates=Yes", 'SA_SALESDELIVERY'); + "sales/inquiry/sales_orders_view.php?InvoiceTemplates=Yes", 'SA_SALESINVOICE'); $this->add_rapp_function(0, _("&Create and Print Recurrent Invoices"), "sales/create_recurrent_invoices.php?", 'SA_SALESINVOICE'); $this->add_rapp_function(0, "",""); @@ -88,6 +88,6 @@ class customers_app extends application } } } - + ?> \ No newline at end of file