Jump to content

Create a client account from within a Ticket


dviero

Recommended Posts

Here is our scenario:

 

We get new leads emailing us to our sales@ account and that goes into the sales department. We do the work and it comes time to send the client an invoice.

 

So what we have to do is manually add that new client to the system by retyping their name and email address.

 

If we do this manually 20-30 times a day it adds up on our time....

 

Is there any module out there or a hook that can automatically grab the client first name, last name and email address from the email, then automatically generate a password for them upon us pressing a button from within the ticket eg "Create client account"

 

This would save us so much time. If not, is it possible to code using Hooks?

Link to comment
Share on other sites

  • 4 weeks later...

Nevermind, I did it myself in the template code.

 

This isn't perfect but gets the job done:

 

Place around like 268 of viewticket.tpl

 

{if !$reply.userid && !$reply.contactid}<input type="button" value="Create Account" onclick="window.location='clientsadd.php?firstname={$reply.clientname}&email={$reply.clientemail}'" class="btn-small" />{/if}

 

Don't ask me for any support on this, I just posted to help anyone out in future.

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