[freeside-commits] branch FREESIDE_4_BRANCH updated. 72e8c3cf0a7289402708742a82d7aff74f93055d

Ivan ivan at 420.am
Tue Aug 30 09:52:49 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  72e8c3cf0a7289402708742a82d7aff74f93055d (commit)
      from  b564fba4468036e08f537189092c73f667dd20df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 72e8c3cf0a7289402708742a82d7aff74f93055d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 30 09:52:48 2016 -0700

    doc

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 8a04106..31db1d3 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2055,9 +2055,12 @@ sub tables_hashref {
         'district',        'varchar', 'NULL',      20, '', '',
         'censustract',     'varchar', 'NULL',      20, '', '',
         'censusyear',         'char', 'NULL',       4, '', '',
+
+        #used only in... DSL qualification?  .CA DSL qualification?
         'location_type',   'varchar', 'NULL',      20, '', '',
         'location_number', 'varchar', 'NULL',      20, '', '',
         'location_kind',      'char', 'NULL',       1, '', '',
+
         'incorporated',       'char', 'NULL',       1, '', '',
         'disabled',           'char', 'NULL',       1, '', '', 
       ],
diff --git a/FS/FS/cust_location.pm b/FS/FS/cust_location.pm
index fdc2cf8..5a144b8 100644
--- a/FS/FS/cust_location.pm
+++ b/FS/FS/cust_location.pm
@@ -44,8 +44,9 @@ FS::cust_location - Object methods for cust_location records
 
 =head1 DESCRIPTION
 
-An FS::cust_location object represents a customer location.  FS::cust_location
-inherits from FS::Record.  The following fields are currently supported:
+An FS::cust_location object represents a customer (or prospect) location.
+FS::cust_location inherits from FS::Record.  The following fields are currently
+supported:
 
 =over 4
 
@@ -55,7 +56,15 @@ primary key
 
 =item custnum
 
-custnum
+Customer (see L<FS::cust_main>).
+
+=item prospectnum
+
+Prospect (see L<FS::prospect_main>).
+
+=item locationname
+
+Optional location name.
 
 =item address1
 
@@ -89,6 +98,23 @@ Country (see L<FS::cust_main_county>)
 
 Geocode
 
+=item latitude
+
+=item longitude
+
+=item coord_auto
+
+Flag indicating whether coordinates were obtained automatically or manually
+entered
+
+=item addr_clean
+
+Flag indicating whether address has been normalized
+
+=item censustract
+
+=item censusyear
+
 =item district
 
 Tax district code (optional)

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm        |    3 +++
 FS/FS/cust_location.pm |   32 +++++++++++++++++++++++++++++---
 2 files changed, 32 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list