Jump to content

Importing AWBS


Recommended Posts

Just wanted to provide some info while I'm testing the importing of data from AWBS to WHMCS.

 

The first problem I came up against was that invoices with a status VOID were still imported into WHMCS and seen as overdue. We have 1800, so manually deleting these after the import is not an option

 

In phpmyadmin on the AWBS database I have run the following query

 

SELECT *

FROM client_invoices

WHERE STATUS = '3'

 

This lists all the voided inoices. I then selected them all and deleted them from the database. You can also use DELETE FROM but I wanted to see them first.

 

I know that I will have a number of other cleanup queries to do before I import the data again so when I've worked out what to do I'll add the info here.

 

The WHMCS guys might want to consider changing the import script to not include the voided invoices.

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