[freeside-commits] freeside/httemplate/elements menu.html, 1.20.2.10, 1.20.2.11
Ivan,,,
ivan at wavetail.420.am
Thu Jan 10 14:07:05 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv4352/httemplate/elements
Modified Files:
Tag: FREESIDE_1_7_BRANCH
menu.html
Log Message:
new rate editor
Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.20.2.10
retrieving revision 1.20.2.11
diff -u -d -r1.20.2.10 -r1.20.2.11
--- menu.html 28 Dec 2007 18:58:21 -0000 1.20.2.10
+++ menu.html 10 Jan 2008 22:07:03 -0000 1.20.2.11
@@ -253,13 +253,19 @@
tie my %config_agent, 'Tie::IxHash',
'View/Edit agent types' => [ $fsurl.'browse/agent_type.cgi', 'Agent types define groups of package definitions that you can then assign to particular agents' ],
'View/Edit agents' => [ $fsurl.'browse/agent.cgi', 'Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)' ],
+ 'View/Edit agent payment gateways' => [ $fsurl.'browse/payment_gateway.html', 'Credit card and electronic check processors for agent overrides' ];
+;
+
+tie my %config_billing_rates, 'Tie::IxHash',
+ 'View/Edit rate plans' => [ $fsurl.'browse/rate.cgi', 'Manage rate plans' ],
+ 'View/Edit regions and prefixes' => [ $fsurl.'browse/rate_region.html', 'Manage regions and prefixes' ],
;
tie my %config_billing, 'Tie::IxHash',
- 'View/Edit payment gateways' => [ $fsurl.'browse/payment_gateway.html', 'Credit card and electronic check processors' ],
+# 'View/Edit payment gateways' => [ $fsurl.'browse/payment_gateway.html', 'Credit card and electronic check processors' ];
'View/Edit invoice events' => [ $fsurl.'browse/part_bill_event.cgi', 'Actions for overdue invoices' ],
'View/Edit prepaid cards' => [ $fsurl.'search/prepay_credit.html', 'View outstanding cards, generate new cards' ],
- 'View/Edit call rates and regions' => [ $fsurl.'browse/rate.cgi', 'Manage rate plans, regions and prefixes for VoIP and call billing' ],
+ 'View/Edit call rates and regions' => [ \%config_billing_rates, 'Manage rate plans, regions and prefixes for VoIP and call billing' ],
'View/Edit locales and tax rates' => [ $fsurl.'browse/cust_main_county.cgi', 'Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each' ],
'View/Edit credit reason types' => [ $fsurl.'browse/reason_type.html?class=R', 'Credit reason types define groups of reasons, for reporting and convenience purposes.' ],
'View/Edit credit reasons' => [ $fsurl.'browse/reason.html?class=R', 'Credit reasons explain why a credit was issued.' ],
More information about the freeside-commits
mailing list