AWBS import script is faulty. It should be fixed ASAP!
Bug #1: raxrate
Script inserts invoices using this query:
INSERT INTO tblinvoices (id,date,duedate,datepaid,userid,subtotal,tax,[u]raxrate[/u],total,status,paymentmethod) VALUES ...
raxrate? That should be taxrate.
Fix: temporarily rename field taxrate into raxrate, import and rename to taxrate again. You can use these commands:
ALTER TABLE `tblinvoices` CHANGE `taxrate` `raxrate` DECIMAL( 10, 2 ) NOT NULL
ALTER TABLE `tblinvoices` CHANGE `raxrate` `taxrate` DECIMAL( 10, 2 ) NOT NULL
That's all for now. I might add I like WHMCS for it's Smarty templating system and native utf-8 support (like our slavic characters), but things like this make me disappointed. After all I am a 'happy' AWBS user trying to ease my life and so far WHMCS without my old data is nothing compared to a 'working' AWBS.
Please fix ASAP. Thanks. .. and sorry for the harsh words..