diff options
author | ivan <ivan> | 2007-11-30 21:08:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-11-30 21:08:13 +0000 |
commit | fa2259f78fe940d234bf1d76d56221f305583820 (patch) | |
tree | 9811ac5d8c37fb56b55cfb547bc4bacc85332621 /httemplate/graph | |
parent | 926cb5bdf417c917aba4f258a34804a8eecccd2a (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.cgi | 1 |
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;", ); |