Jump to content

Multiple businesses


wsme

Recommended Posts

Hi,

 

I want to set up WHMCS so that I can invoice 2 separate company invoices from the same setup depending on which company the customer registered with. Is it possible to assign a customer so that their invoices show a different company name and logo? All the money from both companies goes into one bank account we don't need two copies of WHMCS.

 

Thanks,

 

Paul

Link to comment
Share on other sites

With some clever coding in the invoicepdf.tpl file you should be able to change the invoice based on what company the client is using. This would have to be done using some sort of custom field in the clients account.

 

So something like this should work for invoicing:

if ($clientsdetails["customfields1"] == "Company1") {

// Invoice code here for company 1...

} else {

// Invoice code here for company 2...

}

 

For more information on the invoicepdf page: http://wiki.whmcs.com/PDF_Invoice

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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