X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsetup.php;h=95164fd2f023ca16c8873b1728cd4e88fefb6238;hb=59840905a38c4e08e5b13fdb7af71ea6dea7b1f0;hp=a4085a5804020002deda84225fe0fa6931c6c84d;hpb=cabe16222826c897b306107ffb176dcc61eadb8c;p=fa-stable.git diff --git a/applications/setup.php b/applications/setup.php index a4085a58..95164fd2 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -19,10 +19,13 @@ $this->add_rapp_function(0, "",""); $this->add_rapp_function(0, _("System and &General GL Setup"),"admin/gl_setup.php?"); $this->add_rapp_function(0, _("&Fiscal Years"),"admin/fiscalyears.php?"); + $this->add_rapp_function(0, _("&Print Profiles"),"admin/print_profiles.php?"); $this->add_module(_("Miscellaneous")); $this->add_lapp_function(1, _("Pa&yment Terms"),"admin/payment_terms.php?"); $this->add_lapp_function(1, _("Shi&pping Company"),"admin/shipping_companies.php?"); + $this->add_rapp_function(1, _("&Points of Sale"),"sales/manage/sales_points.php?"); + $this->add_rapp_function(1, _("&Printers"),"admin/printers.php?"); $this->add_module(_("Maintanance")); $this->add_lapp_function(2, _("&Void a Transaction"),"admin/void_transaction.php?");