[freeside-commits] freeside/FS MANIFEST, 1.143, 1.144 FS.pm, 1.53, 1.54
Ivan,,,
ivan at wavetail.420.am
Wed Oct 28 18:08:34 PDT 2009
- Previous message: [freeside-commits] freeside/FS/FS svc_acct.pm, 1.217.2.31, 1.217.2.32 svc_Common.pm, 1.39.2.8, 1.39.2.9 svc_domain.pm, 1.48.2.1, 1.48.2.2 svc_forward.pm, 1.20, 1.20.2.1 svc_www.pm, 1.14.2.1, 1.14.2.2
- Next message: [freeside-commits] freeside/httemplate/elements menu.html, 1.68, 1.69
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS
In directory wavetail.420.am:/tmp/cvs-serv30787/FS
Modified Files:
MANIFEST FS.pm
Log Message:
customer classification, RT#6376
Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- FS.pm 20 Aug 2009 04:03:34 -0000 1.53
+++ FS.pm 29 Oct 2009 01:08:32 -0000 1.54
@@ -73,6 +73,10 @@
L<FS::option_Common> - Base class for option sub-classes
+L<FS::class_Common> - Base class for classification classes
+
+L<FS::category_Common> - Base class for category (grooups of classifications) classes
+
L<FS::conf> - Configuration value class
L<FS::payinfo_Mixin> - Mixin class for records in tables that contain payinfo.
@@ -234,6 +238,10 @@
L<FS::cust_main_invoice> - Invoice destination class
+L<FS::cust_class> - Customer classification class
+
+L<FS::cust_category> - Customer category class
+
L<FS::cust_main_exemption> - Customer tax exemption class
L<FS::cust_main_note> - Customer note class
Index: MANIFEST
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/MANIFEST,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- MANIFEST 25 Sep 2009 01:04:00 -0000 1.143
+++ MANIFEST 29 Oct 2009 01:08:32 -0000 1.144
@@ -453,3 +453,7 @@
t/cust_attachment.t
FS/cust_statement.pm
t/cust_statement.t
+FS/cust_class.pm
+t/cust_class.t
+FS/cust_category.pm
+t/cust_category.t
- Previous message: [freeside-commits] freeside/FS/FS svc_acct.pm, 1.217.2.31, 1.217.2.32 svc_Common.pm, 1.39.2.8, 1.39.2.9 svc_domain.pm, 1.48.2.1, 1.48.2.2 svc_forward.pm, 1.20, 1.20.2.1 svc_www.pm, 1.14.2.1, 1.14.2.2
- Next message: [freeside-commits] freeside/httemplate/elements menu.html, 1.68, 1.69
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list