summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-09-02 21:05:28 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-09-02 21:05:28 -0500
commit5cbb1285d26ffe2f7fbf8aed14b5b3d7c037fe83 (patch)
treea5f7d627fa7389775c422e4945167785b9163990 /httemplate/elements/menu.html
parente0e76b55a2f83c19e4114eefe4dabcab092808b4 (diff)
RT#32892: Monthly Sales Tax Report [fixed names and colors]
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 55645cf31..ea6933198 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -381,6 +381,8 @@ if( $curuser->access_right('Financial reports') ) {
$report_financial{'Tax Liability (vendor tax data)'} = [ $fsurl.'search/report_newtax.html', 'Tax liability report (vendor tax data)' ]
if $taxproducts;
+ $report_financial{'Monthly Sales and Taxes'} = [$fsurl.'search/tax_sales.html', 'Monthly sales and taxes report'];
+
# most sites don't need this but there isn't really a config to enable it
$report_financial{'E911 Fee Summary'} = [ $fsurl.'search/report_e911.html', 'E911 fee summary' ];