[freeside-commits] freeside/httemplate/browse access_group.html, 1.9, 1.9.8.1 access_user.html, 1.11, 1.11.4.1 agent_type.cgi, 1.20, 1.20.6.1 cust_attachment.html, 1.3, 1.3.4.1 cust_category.html, 1.1, 1.1.4.1 cust_class.html, 1.1, 1.1.4.1 discount.html, 1.1, 1.1.4.1 part_pkg_report_option.html, 1.2, 1.2.4.1 pkg_category.html, 1.5, 1.5.4.1 pkg_class.html, 1.7, 1.7.4.1 rate.cgi, 1.9, 1.9.4.1 svc_acct_pop.cgi, 1.23, 1.23.6.1 usage_class.html, 1.2, 1.2.4.1
Ivan,,,
ivan at wavetail.420.am
Wed Nov 10 17:44:51 PST 2010
- Previous message: [freeside-commits] freeside/httemplate/search/elements search.html, 1.51, 1.51.4.1 search-html.html, 1.9, 1.9.4.1 cust_pay_or_refund.html, 1.12, 1.12.2.1
- Next message: [freeside-commits] freeside/httemplate/search cust_bill_event.cgi, 1.18, 1.18.4.1 cust_bill.html, 1.37, 1.37.2.1 cust_bill_pay.html, 1.2, 1.2.4.1 cust_bill_pkg.cgi, 1.37, 1.37.2.1 cust_bill_pkg_discount.html, 1.2, 1.2.2.1 cust_credit_bill.html, 1.1, 1.1.10.1 cust_credit.html, 1.16, 1.16.2.1 cust_credit_refund.html, 1.1, 1.1.10.1 cust_event.html, 1.8, 1.8.4.1 cust_pkg_svc.html, 1.1, 1.1.2.1 cust_svc.html, 1.9, 1.9.2.1 pay_batch.cgi, 1.5, 1.5.4.1 queue.html, 1.7, 1.7.4.1 svc_domain.cgi, 1.24, 1.24.8.1 svc_external.cgi, 1.7, 1.7.6.1 svc_forward.cgi, 1.13, 1.13.8.1 svc_phone.cgi, 1.9, 1.9.4.1 svc_www.cgi, 1.11, 1.11.8.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail.420.am:/tmp/cvs-serv22888/httemplate/browse
Modified Files:
Tag: FREESIDE_2_1_BRANCH
access_group.html access_user.html agent_type.cgi
cust_attachment.html cust_category.html cust_class.html
discount.html part_pkg_report_option.html pkg_category.html
pkg_class.html rate.cgi svc_acct_pop.cgi usage_class.html
Log Message:
sort by clicking on headers, RT#6465
Index: access_user.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/access_user.html,v
retrieving revision 1.11
retrieving revision 1.11.4.1
diff -u -w -d -r1.11 -r1.11.4.1
--- access_user.html 30 Mar 2010 02:53:09 -0000 1.11
+++ access_user.html 11 Nov 2010 01:44:49 -0000 1.11.4.1
@@ -7,7 +7,7 @@
'disabled_statuspos' => 2,
'query' => { 'table' => 'access_user',
'hashref' => {},
- 'extra_sql' => 'ORDER BY last, first'
+ 'order_by' => 'ORDER BY last, first'
},
'count_query' => $count_query,
'header' => \@header,
Index: discount.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/discount.html,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -w -d -r1.1 -r1.1.4.1
--- discount.html 30 Jan 2010 07:38:32 -0000 1.1
+++ discount.html 11 Nov 2010 01:44:49 -0000 1.1.4.1
@@ -7,14 +7,13 @@
'query' => { 'table' => 'discount', },
'count_query' => 'SELECT COUNT(*) FROM discount',
'disableable' => 1,
- 'disabled_statuspos' => 2,
- 'header' => [ '#', 'Name', 'Discount', ],
- 'fields' => [ 'discountnum',
- 'name',
+ 'disabled_statuspos' => 1,
+ 'header' => [ 'Name', 'Discount', ],
+ 'fields' => [ 'name',
'description',
],
'links' => [ $link,
- $link,
+ '',
],
)
%>
Index: access_group.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/access_group.html,v
retrieving revision 1.9
retrieving revision 1.9.8.1
diff -u -w -d -r1.9 -r1.9.8.1
--- access_group.html 9 Feb 2009 01:49:28 -0000 1.9
+++ access_group.html 11 Nov 2010 01:44:48 -0000 1.9.8.1
@@ -5,7 +5,7 @@
'name' => 'employee groups',
'query' => { 'table' => 'access_group',
'hashref' => {},
- 'extra_sql' => 'ORDER BY groupname', #??
+ 'order_by' => 'ORDER BY groupname', #??
},
'count_query' => $count_query,
'header' => [ '#',
Index: cust_class.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/cust_class.html,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -w -d -r1.1 -r1.1.4.1
--- cust_class.html 29 Oct 2009 01:08:33 -0000 1.1
+++ cust_class.html 11 Nov 2010 01:44:49 -0000 1.1.4.1
@@ -6,7 +6,7 @@
'disabled_statuspos' => 2,
'query' => { 'table' => 'cust_class',
'hashref' => {},
- 'extra_sql' => 'ORDER BY classnum',
+ 'order_by' => 'ORDER BY classnum',
},
'count_query' => $count_query,
'header' => $header,
Index: agent_type.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/agent_type.cgi,v
retrieving revision 1.20
retrieving revision 1.20.6.1
diff -u -w -d -r1.20 -r1.20.6.1
--- agent_type.cgi 21 Jun 2009 15:21:30 -0000 1.20
+++ agent_type.cgi 11 Nov 2010 01:44:49 -0000 1.20.6.1
@@ -5,7 +5,7 @@
'name' => 'agent types',
'query' => { 'table' => 'agent_type',
'hashref' => {},
- 'extra_sql' => 'ORDER BY typenum', # 'ORDER BY atype',
+ 'order_by' => 'ORDER BY typenum', # 'ORDER BY atype',
},
'count_query' => $count_query,
'header' => [ '#',
Index: rate.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/rate.cgi,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -u -w -d -r1.9 -r1.9.4.1
--- rate.cgi 1 Jul 2010 01:53:50 -0000 1.9
+++ rate.cgi 11 Nov 2010 01:44:49 -0000 1.9.4.1
@@ -9,7 +9,7 @@
'name' => 'rate plans',
'query' => { 'table' => 'rate',
'hashref' => {},
- 'extra_sql' => 'ORDER BY ratenum',
+ 'order_by' => 'ORDER BY ratenum',
},
'count_query' => $count_query,
'header' => [ '#', 'Rate plan', 'Rates' ],
Index: cust_attachment.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/cust_attachment.html,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -w -d -r1.3 -r1.3.4.1
--- cust_attachment.html 29 Dec 2009 01:00:30 -0000 1.3
+++ cust_attachment.html 11 Nov 2010 01:44:49 -0000 1.3.4.1
@@ -13,7 +13,7 @@
,
'query' => { 'table' => 'cust_attachment',
'hashref' => $hashref,
- 'extra_sql' => 'ORDER BY '.$orderby,
+ 'order_by' => 'ORDER BY '.$orderby,
},
'count_query' => $count_query,
'header' => [ selflink('#',orderby => 'attachnum'),
Index: usage_class.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/usage_class.html,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -w -d -r1.2 -r1.2.4.1
--- usage_class.html 20 Nov 2009 17:33:39 -0000 1.2
+++ usage_class.html 11 Nov 2010 01:44:49 -0000 1.2.4.1
@@ -6,7 +6,7 @@
'disabled_statuspos' => 2,
'query' => { 'table' => 'usage_class',
'hashref' => {},
- 'extra_sql' => 'ORDER BY classnum',
+ 'order_by' => 'ORDER BY classnum',
},
'count_query' => 'SELECT COUNT(*) FROM usage_class',
'header' => [ '#',
Index: svc_acct_pop.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/svc_acct_pop.cgi,v
retrieving revision 1.23
retrieving revision 1.23.6.1
diff -u -w -d -r1.23 -r1.23.6.1
--- svc_acct_pop.cgi 23 Jul 2009 16:48:55 -0000 1.23
+++ svc_acct_pop.cgi 11 Nov 2010 01:44:49 -0000 1.23.6.1
@@ -46,7 +46,7 @@
',
'table' => 'svc_acct_pop',
#'hashref' => { 'disabled' => '' },
- 'extra_sql' => 'ORDER BY state, city, ac, exch, loc',
+ 'order_by' => 'ORDER BY state, city, ac, exch, loc',
};
my $count_query = "SELECT COUNT(*) FROM svc_acct_pop"; # WHERE DISABLED IS NULL OR DISABLED = ''";
Index: part_pkg_report_option.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/part_pkg_report_option.html,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -w -d -r1.2 -r1.2.4.1
--- part_pkg_report_option.html 29 Oct 2009 01:08:33 -0000 1.2
+++ part_pkg_report_option.html 11 Nov 2010 01:44:49 -0000 1.2.4.1
@@ -6,7 +6,7 @@
'disabled_statuspos' => 2,
'query' => { 'table' => 'part_pkg_report_option',
'hashref' => {},
- 'extra_sql' => 'ORDER BY name',
+ 'order_by' => 'ORDER BY name',
},
'count_query' => 'SELECT COUNT(*) FROM part_pkg_report_option',
'header' => [ '#', 'Class' ],
Index: pkg_category.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/pkg_category.html,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -u -w -d -r1.5 -r1.5.4.1
--- pkg_category.html 20 Nov 2009 17:33:39 -0000 1.5
+++ pkg_category.html 11 Nov 2010 01:44:49 -0000 1.5.4.1
@@ -6,7 +6,7 @@
'disabled_statuspos' => 3,
'query' => { 'table' => 'pkg_category',
'hashref' => {},
- 'extra_sql' => 'ORDER BY categorynum',
+ 'order_by' => 'ORDER BY categorynum',
},
'count_query' => $count_query,
'header' => [ '#', 'Category', 'Weight', 'Condense' ],
Index: cust_category.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/cust_category.html,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -w -d -r1.1 -r1.1.4.1
--- cust_category.html 29 Oct 2009 01:08:33 -0000 1.1
+++ cust_category.html 11 Nov 2010 01:44:49 -0000 1.1.4.1
@@ -6,7 +6,7 @@
'disabled_statuspos' => 2,
'query' => { 'table' => 'cust_category',
'hashref' => {},
- 'extra_sql' => 'ORDER BY categorynum',
+ 'order_by' => 'ORDER BY categorynum',
},
'count_query' => $count_query,
'header' => [ '#', 'Category' ],
Index: pkg_class.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/pkg_class.html,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -u -w -d -r1.7 -r1.7.4.1
--- pkg_class.html 29 Oct 2009 01:08:33 -0000 1.7
+++ pkg_class.html 11 Nov 2010 01:44:49 -0000 1.7.4.1
@@ -6,7 +6,7 @@
'disabled_statuspos' => 2,
'query' => { 'table' => 'pkg_class',
'hashref' => {},
- 'extra_sql' => 'ORDER BY classnum',
+ 'order_by' => 'ORDER BY classnum',
},
'count_query' => $count_query,
'header' => $header,
- Previous message: [freeside-commits] freeside/httemplate/search/elements search.html, 1.51, 1.51.4.1 search-html.html, 1.9, 1.9.4.1 cust_pay_or_refund.html, 1.12, 1.12.2.1
- Next message: [freeside-commits] freeside/httemplate/search cust_bill_event.cgi, 1.18, 1.18.4.1 cust_bill.html, 1.37, 1.37.2.1 cust_bill_pay.html, 1.2, 1.2.4.1 cust_bill_pkg.cgi, 1.37, 1.37.2.1 cust_bill_pkg_discount.html, 1.2, 1.2.2.1 cust_credit_bill.html, 1.1, 1.1.10.1 cust_credit.html, 1.16, 1.16.2.1 cust_credit_refund.html, 1.1, 1.1.10.1 cust_event.html, 1.8, 1.8.4.1 cust_pkg_svc.html, 1.1, 1.1.2.1 cust_svc.html, 1.9, 1.9.2.1 pay_batch.cgi, 1.5, 1.5.4.1 queue.html, 1.7, 1.7.4.1 svc_domain.cgi, 1.24, 1.24.8.1 svc_external.cgi, 1.7, 1.7.6.1 svc_forward.cgi, 1.13, 1.13.8.1 svc_phone.cgi, 1.9, 1.9.4.1 svc_www.cgi, 1.11, 1.11.8.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list