doc
authorIvan Kohler <ivan@freeside.biz>
Sun, 18 Jan 2015 22:38:29 +0000 (14:38 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 18 Jan 2015 22:38:29 +0000 (14:38 -0800)
FS/FS/access_user.pm

index 0eaab83..44d3bee 100644 (file)
@@ -40,17 +40,37 @@ inherits from FS::Record.  The following fields are currently supported:
 
 =over 4
 
-=item usernum - primary key
+=item usernum
 
-=item username - 
+primary key
 
-=item _password - 
+=item username
 
-=item last -
+=item _password
 
-=item first -
+=item _password_encoding
 
-=item disabled - empty or 'Y'
+Empty or bcrypt
+
+=item last
+
+Last name
+
+=item first
+
+First name
+
+=item user_custnum
+
+Master customer for this employee (for commissions)
+
+=item report_salesnum
+
+Default sales person for this employee (for reports)
+
+=item disabled
+
+Empty or 'Y'
 
 =back