<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Using API]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5924&amp;type=atom" />
	<updated>2016-05-03T20:02:24Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5924</id>
		<entry>
			<title type="html"><![CDATA[Re: Using API]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25437#p25437" />
			<content type="html"><![CDATA[<p>I trust it is&nbsp; a self join with:<br /></p><div class="codebox"><pre><code>0_debtor_trans_details.src_id = 0_debtor_trans_details.id</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-05-03T20:02:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25437#p25437</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using API]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25432#p25432" />
			<content type="html"><![CDATA[<p>Thank you apmuthu.Your way is easier. I found that I need to update 11 tables. I believe I&#039;ll manage everything except src_id. Can you tell me what this field is?</p>]]></content>
			<author>
				<name><![CDATA[timelyfiasco]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20223</uri>
			</author>
			<updated>2016-05-02T13:36:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25432#p25432</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using API]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25418#p25418" />
			<content type="html"><![CDATA[<p>Create an invoice manually in FA for one invoice from Unicenta. Take the diffs of the before and after backups and you will see what has been inserted and what has been updated. Do the same in your procedure directly into FA&#039;s tables.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-04-28T19:06:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25418#p25418</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using API]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25382#p25382" />
			<content type="html"><![CDATA[<p>Hi amputhu, I now have a scheduled event which calls the procedure to copy sales from Unicenta to FA. I placed the data on another table in FA. <br />Do you have tips on how to make invoice of the captured total daily sales. My idea was to look at the sales_invoice_db. But since it is quite complicated I wanted to make sure I am in the right direction before continuing.</p>]]></content>
			<author>
				<name><![CDATA[timelyfiasco]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20223</uri>
			</author>
			<updated>2016-04-17T01:55:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25382#p25382</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using API]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24218#p24218" />
			<content type="html"><![CDATA[<p>Thanks amputhu. I guess I don&#039;t need to use an API but to figure out replication in mysql? I have zero knowledge with this. Good thing time is on my side. <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[timelyfiasco]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20223</uri>
			</author>
			<updated>2015-09-08T00:41:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24218#p24218</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using API]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24212#p24212" />
			<content type="html"><![CDATA[<p>The <a href="http://https:/sourceforge.net/projects/unicentaopos/files/releases/binaries/">latest Unicenta</a> works on Java 8.</p><p>It&#039;s &quot;thriving community support&quot; <a href="http://https:/sourceforge.net/p/unicentaopos/support-requests/">site</a> is dead.</p><p>Determine what database your Unicenta POS runs on (it supports MySQL).</p><p>If both applications run off the same DB server, all you may need is just a few cron jobs or triggers for db data synching locally.</p><p>The Wiki and the forum have many good leads to guide you thru.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-09-06T18:07:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24212#p24212</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Using API]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24210#p24210" />
			<content type="html"><![CDATA[<p>Hello, I have been using FA for months now and it has been great. With my limited knowledge in programming, I was able to modify the reports to suit my needs.</p><p>I am planning now to use unicenta for pos. As of now, I dont need to sync the data to FA yet. But in the future, if all goes well. I wish to include inventory management and so needs to sync it to FA. I understand I can use the simpleAPI already made. But it proves to be more than what i can handle. can you guys guide me on what and where to learn the basics of it? Thanks</p>]]></content>
			<author>
				<name><![CDATA[timelyfiasco]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20223</uri>
			</author>
			<updated>2015-09-06T13:18:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24210#p24210</id>
		</entry>
</feed>
