<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Setting up Clients importing from prior system (Quickbooks)]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7241</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7241&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Setting up Clients importing from prior system (Quickbooks).]]></description>
		<lastBuildDate>Sat, 06 Jan 2018 18:31:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30427#p30427</link>
			<description><![CDATA[<p>@Braath Waate</p><p>HAHA not that fancy I&#039;ll go over it now.</p><p>1: Exported all clients from Quickbooks to a CSV file (option in the clients section)</p><p>2: Opened Front Acc. and entered the first client entry from the CSV Manually (Entered Customer, Branch and CRM Sections)</p><p>3: Opened the Database to look at the tables affected and the format (I used PhpMyAdmin on my server)</p><p>4: Exported each of the tables affected to CSV in PhpMyAdmin (0_debtors_master: 0_crm_persons:0_crm_contacts: 0_cust_branch:)</p><p>5: Copy and Paste the data from your QB Clients.CSV file into each of the exported FA DB CSV files in a spreadsheet editor (I used OpenOffice/Libre Office)</p><p>6: Import the DB CSV files on your server (You can use PHP commands i.e. LOAD DATA INFILE &quot;/home/jason/clients.csv&quot; but I used PhpMyAdmin as it has built-in CSV import.</p><p>Et Voila c&#039;est fini, That is my fancy import process.</p>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Sat, 06 Jan 2018 18:31:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30427#p30427</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30415#p30415</link>
			<description><![CDATA[<p>Good job.&nbsp; If you would like to share for future users, post your process or scripts.&nbsp; I am guessing you did an export in Quickbooks, then wrote some script to map and push into the FA mysql database tables.</p>]]></description>
			<author><![CDATA[null@example.com (Braath Waate)]]></author>
			<pubDate>Fri, 05 Jan 2018 20:27:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30415#p30415</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30413#p30413</link>
			<description><![CDATA[<p>Ok I&#039;m following up for anyone in the future importing clients. I finished importing about 1000 clients directly in the database and it worked beautifully. Everything I wrote above was correct just missing one thing. The 0_crm_contacts table connects 0_cust_branch to 0_crm_persons as well as the 0_debtors_master table so you should have twice&nbsp; as many entries in 0_crm_contacts as you have clients (assuming your clients are 1 branch per client like how my data was.)</p><p>@Braath Waate Thank you for the suggestion of  QuickBooks2FA.zip I decided to stay working directly with the database because I was close to done already.</p>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Fri, 05 Jan 2018 17:05:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30413#p30413</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30387#p30387</link>
			<description><![CDATA[<p>I wrote some scripts that can aid in a Quickbooks / FA migration: https://gist.github.com/braathwaate/250e13959d437f616b6936025ecd9f56.&nbsp; They are not turnkey and would require coding skill to get working on another migration.</p><p>If all you want is the customer list, you could use the qbimport.sh script that uses facebook/webdriver and selenium to remote control the FA customer entry page.&nbsp; &nbsp;The advantage of doing an import this way is that you don&#039;t need to know anything about the FA database structure.&nbsp; Its also fun to watch the import.</p><p>I did not import the invoices, so each customer started out with zero balance.&nbsp; &nbsp;Payments after the migration were double entered in Quickbooks and FA (until the customer in both accounting systems reached the same outstanding balance; i.e. all payments from Quickbooks era invoices were received).&nbsp; &nbsp;Payments from invoices from the Quickbooks era were entered in FA journal entry.</p>]]></description>
			<author><![CDATA[null@example.com (Braath Waate)]]></author>
			<pubDate>Wed, 03 Jan 2018 22:25:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30387#p30387</guid>
		</item>
		<item>
			<title><![CDATA[Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30385#p30385</link>
			<description><![CDATA[<p>Ok as stated I&#039;m importing our customers to the our new FA System running Version 2.4.1 Build 22.05.2017 just in case for database consistency. Ive been looking at the database and I believe I found all the tables needed. Let me know if i have missed anything.</p><p>0_debtors_master:&nbsp; to import the clients and some basic settings<br />0_crm_persons: to import clients customer relations / contact info such as billing address telephone and such<br />0_crm_contacts: to connect the clients crm_persons table to their debtors_master id<br />0_cust_branch: for the clients branch info and accounts affected</p><p>Is there any other tables needed or affected when creating a client?<br />Also is there anyway to give the client a starting / opening balance to not have to transfer over and open invoices?</p><p>Thank You, <br />Jason</p>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Wed, 03 Jan 2018 21:51:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30385#p30385</guid>
		</item>
	</channel>
</rss>
