summaryrefslogtreecommitdiff
path: root/httemplate/graph
diff options
context:
space:
mode:
authorivan <ivan>2007-11-30 21:07:37 +0000
committerivan <ivan>2007-11-30 21:07:37 +0000
commit1f8e84ae7baed672430fd6ba261f7e58e0424a99 (patch)
tree76f0cd8158d25c19546e0e0c84bf921e0c43ab56 /httemplate/graph
parent0a1c8ced70c7497a38aa5a25dcfdcb34862d5299 (diff)
add net vs gross amounts to invoice report; make the "net sales" links on sales/credit/receipts report & graph clickable
Diffstat (limited to 'httemplate/graph')
-rw-r--r--httemplate/graph/money_time.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi
index 41b82fa84..c30ff207a 100644
--- a/httemplate/graph/money_time.cgi
+++ b/httemplate/graph/money_time.cgi
@@ -65,6 +65,7 @@ $color{$_.'_12mo'} = $color{$_}
my %link = (
'invoiced' => "${p}search/cust_bill.html?agentnum=$agentnum;",
+ 'netsales' => "${p}search/cust_bill.html?agentnum=$agentnum;net=1;",
'credits' => "${p}search/cust_credit.html?agentnum=$agentnum;",
'payments' => "${p}search/cust_pay.cgi?magic=_date;agentnum=$agentnum;",
);