X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=8be8a5fd5add05c6403d61b63848b43b78d89340;hp=f96c05ea5c04f2f69e77d9bd95edab1a957abb4b;hb=dd7dff52ca8fb19725b52202b32facd41917ed80;hpb=0c76afbb717e1716e6126bc4a120b8d9471614a0 diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index f96c05ea5..8be8a5fd5 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -389,6 +389,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' ]; @@ -684,6 +686,7 @@ if ( $curuser->access_right('Configuration') ) { $config_billing{'Credit reasons'} = [ $fsurl.'browse/reason.html?class=R', 'Credit reasons explain why a credit was issued.' ]; $config_billing{'Credit reason types'} = [ $fsurl.'browse/reason_type.html?class=R', 'Credit reason types define groups of reasons.' ]; + $config_billing{'Credit void reasons'} = [ $fsurl.'browse/reason.html?class=X', 'Credit void reasons explain why a credit was voided.' ]; } #XXX also to be unified