[freeside-commits] branch master updated. d41661cfbdcf4147342c83d3ed992f706abb92da

Ivan Kohler ivan at freeside.biz
Mon Mar 12 22:09:49 PDT 2018


The branch, master has been updated
       via  d41661cfbdcf4147342c83d3ed992f706abb92da (commit)
      from  5a78b285800539935217563c961cd5dc8f084cd0 (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 d41661cfbdcf4147342c83d3ed992f706abb92da
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Mar 12 22:09:48 2018 -0700

    doc

diff --git a/FS/FS/svc_dsl.pm b/FS/FS/svc_dsl.pm
index dcd6d1dbe..c07f1866c 100644
--- a/FS/FS/svc_dsl.pm
+++ b/FS/FS/svc_dsl.pm
@@ -50,15 +50,25 @@ FS::svc_Common.  The following fields are currently supported:
 
 =over 4
 
-=item svcnum - Primary key (assigned automatcially for new DSL))
+=item svcnum
 
-=item pushed - Time DSL order pushed to vendor/telco, if applicable
+Primary key (assigned automatcially for new DSL))
 
-=item desired_due_date - Desired Due Date
+=item pushed
 
-=item due_date - Due Date
+Time DSL order pushed to vendor/telco, if applicable
 
-=item vendor_order_id - Vendor/telco DSL order #
+=item desired_due_date
+
+Desired Due Date
+
+=item due_date
+
+Due Date
+
+=item vendor_order_id
+
+Vendor/telco DSL order #
 
 =item vendor_order_type
 
@@ -69,27 +79,45 @@ Vendor/telco DSL order type (e.g. (M)ove, (A)dd, (C)hange, (D)elete, or similar)
 Vendor/telco DSL order status (e.g. (N)ew, (A)ssigned, (R)ejected, (M)revised,
 (C)ompleted, (X)cancelled, or similar)
 
-=item first - End-user first name
+=item first
+
+End-user first name
+
+=item last
+
+End-user last name
+
+=item company
 
-=item last - End-user last name
+End-user company name
 
-=item company - End-user company name
+=item phonenum
 
-=item phonenum - DSL Telephone Number
+DSL Telephone Number
 
-=item gateway_access_number - Gateway access number, if different
+=item gateway_access_number
 
-=item loop_type - Loop-type - vendor/telco-specific
+Gateway access number, if different
 
-=item local_voice_provider - Local Voice Provider's name
+=item loop_type
 
-=item circuitnum - Circuit #
+Loop-type - vendor/telco-specific
+
+=item local_voice_provider
+
+Local Voice Provider's name
+
+=item circuitnum
+
+Circuit #
 
 =item vpi
 
 =item vci
 
-=item rate_band - Rate Band
+=item rate_band
+
+Rate Band
 
 =item isp_chg
 
@@ -101,13 +129,21 @@ Vendor/telco DSL order status (e.g. (N)ew, (A)ssigned, (R)ejected, (M)revised,
 
 Ikano-specific fields, do not use otherwise
 
-=item username - if outsourced PPPoE/RADIUS, username
+=item username
+
+if outsourced PPPoE/RADIUS, username
+
+=item password
+
+if outsourced PPPoE/RADIUS, password
+
+=item monitored
 
-=item password - if outsourced PPPoE/RADIUS, password
+Order is monitored (auto-pull/sync), either Y or blank
 
-=item monitored - Order is monitored (auto-pull/sync), either Y or blank
+=item last_pull
 
-=item last_pull - time of last data pull from vendor/telco
+time of last data pull from vendor/telco
 
 
 =back

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

Summary of changes:
 FS/FS/svc_dsl.pm | 72 ++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 54 insertions(+), 18 deletions(-)




More information about the freeside-commits mailing list