Jump to content

Customer Account Number Module


Lee Sydney

Recommended Posts

Hello Everyone, 

I have created a Customer Account Number Modfule for WHMCS

WHMCS V9.0.8
PHP V8.3
Cost (FREE)

If anyone would like this module for there WHMCS please message me will be more then happy to provide the module files to upload and enable,

 

Once you enable the Addon Module If you all ready have customers in your System you can click the run automated account number action and it will auto assign account numbers to each customer.

 


image.png.68c742d99b650d05977630629b4a9c3e.png

 

image.png.fb8845e2227a673c47d2e3b94bcce97d.png

 

image.png.b02058580497475e21f27f4977d726f5.png

Link to comment
Share on other sites

17 hours ago, Lee Sydney said:

Well i some people prefer a Customer account number,

So we just created it if people wanted that.

I understand, but anywhere in WHMCS you can already recover the numeric ID assigned by WHMCS to a customer...

Something like this in almost any hook:
 

$userId = $vars['user']->id;


and in Smarty:

{$user->id}

This ID is the very same one used to identify a certain customer's services, invoices, transactions...
I believe that adding another numeric ID, different from the one already assigned by WHMCS, is not only unnecessary but could also lead to confusion and errors.

Link to comment
Share on other sites

Though I agree it may cause confusion, I get that there's a kind of need, IF they use it. 
Anyone reaching out that's a current client generally does so via ticket, and that already shows who they are. Asking for a user ID from them seems redundant and something they will likely not know off hand, causing extra steps. Something like a PIN is useful, if you get support calls, but generally a long ID not so much, IMHO.

I personally don't have a use for it. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated