X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=applications%2Fcustomers.php;h=0e6a2c908b958c3ac664fdae1055d37802cab391;hb=27457e8b66b9ebd588cb515f03ca622f78fafc03;hp=eab888c05127d202064fba4f5df50c2b7ae3f472;hpb=4e4ce8577f8582967995919860c66aa94d633afd;p=fa-stable.git diff --git a/applications/customers.php b/applications/customers.php index eab888c0..0e6a2c90 100644 --- a/applications/customers.php +++ b/applications/customers.php @@ -39,6 +39,8 @@ class customers_app extends application $this->add_rapp_function(0, "",""); $this->add_rapp_function(0, _("Customer &Payments"), "sales/customer_payments.php?", 'SA_SALESPAYMNT', MENU_TRANSACTION); + $this->add_lapp_function(0, _("Invoice &Prepaid Orders"), + "sales/inquiry/sales_orders_view.php?PrepaidOrders=Yes", 'SA_SALESINVOICE', MENU_TRANSACTION); $this->add_rapp_function(0, _("Customer &Credit Notes"), "sales/credit_note_entry.php?NewCredit=Yes", 'SA_SALESCREDIT', MENU_TRANSACTION); $this->add_rapp_function(0, _("&Allocate Customer Payments or Credit Notes"), @@ -51,7 +53,6 @@ class customers_app extends application "sales/inquiry/sales_orders_view.php?type=30", 'SA_SALESTRANSVIEW', MENU_INQUIRY); $this->add_lapp_function(1, _("Customer Transaction &Inquiry"), "sales/inquiry/customer_inquiry.php?", 'SA_SALESTRANSVIEW', MENU_INQUIRY); - $this->add_lapp_function(1, "",""); $this->add_lapp_function(1, _("Customer Allocation &Inquiry"), "sales/inquiry/customer_allocation_inquiry.php?", 'SA_SALESALLOC', MENU_INQUIRY); @@ -81,4 +82,3 @@ class customers_app extends application } -?> \ No newline at end of file