<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Setting up Clients importing from prior system (Quickbooks)]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7241&amp;type=atom" />
	<updated>2018-01-06T18:31:39Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7241</id>
		<entry>
			<title type="html"><![CDATA[Re: Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30427#p30427" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[trafficpest]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42061</uri>
			</author>
			<updated>2018-01-06T18:31:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30427#p30427</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30415#p30415" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Braath Waate]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41493</uri>
			</author>
			<updated>2018-01-05T20:27:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30415#p30415</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30413#p30413" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[trafficpest]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42061</uri>
			</author>
			<updated>2018-01-05T17:05:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30413#p30413</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30387#p30387" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Braath Waate]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41493</uri>
			</author>
			<updated>2018-01-03T22:25:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30387#p30387</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Setting up Clients importing from prior system (Quickbooks)]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30385#p30385" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[trafficpest]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42061</uri>
			</author>
			<updated>2018-01-03T21:51:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30385#p30385</id>
		</entry>
</feed>
