[freeside-commits] freeside/httemplate/elements menu.html, 1.19,
1.20
Ivan,,,
ivan at wavetail.420.am
Sat Feb 3 03:36:32 PST 2007
- Previous message: [freeside-commits]
freeside/httemplate/graph cust_bill_pkg.cgi, 1.4,
1.5 money_time.cgi, 1.15, 1.16 report_cust_bill_pkg.html, 1.3,
1.4 report_money_time.html, 1.3, 1.4
- Next message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.71,
1.72 cust_bill.html, 1.18, 1.19 cdr.html, 1.4,
1.5 cust_bill_event.cgi, 1.11, 1.12 cust_bill_event.html, 1.10,
1.11 cust_bill_pkg.cgi, 1.6, 1.7 cust_credit.html, 1.11,
1.12 cust_main.html, 1.5, 1.6 cust_main-otaker.cgi, 1.6,
1.7 cust_main-zip.html, 1.2, 1.3 cust_pay_batch.cgi, 1.4,
1.5 cust_pay.cgi, 1.29, 1.30 cust_pkg.cgi, 1.40,
1.41 cust_svc.html, 1.3, 1.4 cust_tax_exempt_pkg.cgi, 1.4,
1.5 inventory_item.html, 1.4, 1.5 pay_batch.cgi, 1.2,
1.3 pay_batch.html, 1.1, 1.2 queue.html, 1.4,
1.5 reg_code.html, 1.3, 1.4 report_cdr.html, 1.4,
1.5 report_cust_bill.html, 1.4, 1.5 report_cust_credit.html,
1.9, 1.10 report_cust_main-zip.html, 1.2,
1.3 report_cust_pay_batch.html, 1.1, 1.2 report_cust_pay.html,
1.14, 1.15 report_cust_pkg.html, 1.3,
1.4 report_prepaid_income.cgi, 1.7,
1.8 report_prepaid_income.html, 1.5,
1.6 report_receivables.cgi, 1.33, 1.34 report_receivables.html,
1.2, 1.3 report_tax.cgi, 1.33, 1.34 report_tax.html, 1.11,
1.12 sql.html, 1.4, 1.5 sqlradius.cgi, 1.16,
1.17 sqlradius.html, 1.7, 1.8 svc_acct.cgi, 1.39,
1.40 svc_broadband.cgi, 1.3, 1.4 svc_domain.cgi, 1.22,
1.23 svc_external.cgi, 1.5, 1.6 svc_forward.cgi, 1.11,
1.12 svc_phone.cgi, 1.3, 1.4 svc_www.cgi, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv7660/httemplate/elements
Modified Files:
menu.html
Log Message:
add customer status column to customer & most other reports. also put the C in ACL in the search/ and graph/ directories.
Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- menu.html 26 Jan 2007 08:04:36 -0000 1.19
+++ menu.html 3 Feb 2007 11:36:30 -0000 1.20
@@ -66,15 +66,16 @@
$report_customers_lists{'by active trouble tickets'} = [ $fsurl. 'search/cust_main.cgi?browse=tickets', '' ]
if $conf->config('ticket_system');
-tie my %report_customers_search, 'Tie::IxHash',
- 'by ordering employee' => [ $fsurl. 'search/cust_main-otaker.cgi' ],
-;
+tie my %report_customers_search, 'Tie::IxHash';
+$report_customers_search{'by ordering employee'} = [ $fsurl. 'search/cust_main-otaker.cgi' ]
+ if $curuser->access_right('Configuration');
tie my %report_customers, 'Tie::IxHash',
'List customers' => [ \%report_customers_lists, 'List customers' ],
- 'Search customers' => [ \%report_customers_search, 'Search customers' ],
- 'Zip code distribution' => [ $fsurl.'search/report_cust_main-zip.html', 'Zip codes by number of customers' ],
;
+$report_customers{'Search customers'} = [ \%report_customers_search, 'Search customers' ]
+ if keys %report_customers_search;
+$report_customers{'Zip code distribution'} = [ $fsurl.'search/report_cust_main-zip.html', 'Zip codes by number of customers' ];
tie my %report_invoices_open, 'Tie::IxHash',
'All open invoices' => [ $fsurl.'search/cust_bill.html?OPEN_date', 'All invoices with an unpaid balance' ],
- Previous message: [freeside-commits]
freeside/httemplate/graph cust_bill_pkg.cgi, 1.4,
1.5 money_time.cgi, 1.15, 1.16 report_cust_bill_pkg.html, 1.3,
1.4 report_money_time.html, 1.3, 1.4
- Next message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.71,
1.72 cust_bill.html, 1.18, 1.19 cdr.html, 1.4,
1.5 cust_bill_event.cgi, 1.11, 1.12 cust_bill_event.html, 1.10,
1.11 cust_bill_pkg.cgi, 1.6, 1.7 cust_credit.html, 1.11,
1.12 cust_main.html, 1.5, 1.6 cust_main-otaker.cgi, 1.6,
1.7 cust_main-zip.html, 1.2, 1.3 cust_pay_batch.cgi, 1.4,
1.5 cust_pay.cgi, 1.29, 1.30 cust_pkg.cgi, 1.40,
1.41 cust_svc.html, 1.3, 1.4 cust_tax_exempt_pkg.cgi, 1.4,
1.5 inventory_item.html, 1.4, 1.5 pay_batch.cgi, 1.2,
1.3 pay_batch.html, 1.1, 1.2 queue.html, 1.4,
1.5 reg_code.html, 1.3, 1.4 report_cdr.html, 1.4,
1.5 report_cust_bill.html, 1.4, 1.5 report_cust_credit.html,
1.9, 1.10 report_cust_main-zip.html, 1.2,
1.3 report_cust_pay_batch.html, 1.1, 1.2 report_cust_pay.html,
1.14, 1.15 report_cust_pkg.html, 1.3,
1.4 report_prepaid_income.cgi, 1.7,
1.8 report_prepaid_income.html, 1.5,
1.6 report_receivables.cgi, 1.33, 1.34 report_receivables.html,
1.2, 1.3 report_tax.cgi, 1.33, 1.34 report_tax.html, 1.11,
1.12 sql.html, 1.4, 1.5 sqlradius.cgi, 1.16,
1.17 sqlradius.html, 1.7, 1.8 svc_acct.cgi, 1.39,
1.40 svc_broadband.cgi, 1.3, 1.4 svc_domain.cgi, 1.22,
1.23 svc_external.cgi, 1.5, 1.6 svc_forward.cgi, 1.11,
1.12 svc_phone.cgi, 1.3, 1.4 svc_www.cgi, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list