diff options
author | jeff <jeff> | 2008-09-30 21:05:14 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-09-30 21:05:14 +0000 |
commit | 3a88582ed5708b0b0dd6c50c7227de8970b1344b (patch) | |
tree | f1b82445c4118550ec352c60cc625444cc68263f /httemplate/elements | |
parent | fdab21bcd110c98808614f704d29638ecc2fd2aa (diff) |
simple reporting for new tax system
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 66e8ab6c5..e5c0246dc 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -195,7 +195,9 @@ $report_financial{'Payment Batch Report'} = [ $fsurl.'search/pay_batch.html', 'P if $conf->exists('batch-enable'); $report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ]; $report_financial{'Prepaid Income'} = [ $fsurl.'search/report_prepaid_income.html', 'Prepaid income (unearned revenue) report' ]; -$report_financial{'Sales Tax Liability'} = [ $fsurl.'search/report_tax.html', 'Sales tax liability report' ]; +$report_financial{'Sales Tax Liability'} = [ $fsurl.'search/report_tax.html', 'Sales tax liability report (old taxclass system)' ]; +$report_financial{'Tax Liability'} = [ $fsurl.'search/report_newtax.html', 'Tax liability report (new tax products system)' ] + if $conf->exists('enable_taxproducts'); ; tie my %report_menu, 'Tie::IxHash'; |