<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Experienced Deleloper - Batch Processing Modifications for FA]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7675&amp;type=atom" />
	<updated>2018-08-25T15:41:15Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7675</id>
		<entry>
			<title type="html"><![CDATA[Re: Experienced Deleloper - Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32532#p32532" />
			<content type="html"><![CDATA[<p>Thanks apmuthu.</p><p>Client had the last version before Denali and it was not on MS SQL.</p><p>I will look into your suggestions and see what we can do.</p>]]></content>
			<author>
				<name><![CDATA[neholtz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42211</uri>
			</author>
			<updated>2018-08-25T15:41:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32532#p32532</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Experienced Deleloper - Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32531#p32531" />
			<content type="html"><![CDATA[<p>The last version of CMS archived home page is of <a href="http://www.cougarmtn.com:80/accounting-software/cmsprofessional2009.asp">v12.1 / 2009</a>. They still state that they are a Microsoft Silver Partner and the DB may still be MS SQL Server.</p><p>You may want to use the <a href="https://frontaccounting.com/fawiki/index.php?n=Devel.SimpleAPIModule">SlimAPI</a> as a REST client to push batch info into FA.</p><p>The version of the REST API tested for FA 2.4.x is <a href="https://github.com/apmuthu/FA24extensions/tree/master/Extensions/api24">here</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-08-25T15:01:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32531#p32531</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Experienced Deleloper - Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32527#p32527" />
			<content type="html"><![CDATA[<p>Version being used is CMS 18.1.&nbsp; I believe it is the last version before Denali. It uses a proprietary filing system.</p><p>I researched open source EPR systems because the client does not wish to continue with CMS software.&nbsp; They spent a lot of money to try to get Denali to work and Cougar was not having a lot of success converting their data to it.&nbsp; On top of that Cougar no longer supports anything other than Denali and their support leaves more than a lot to be desired.&nbsp; They would not even refund the client for what they spent trying to get Denali to work.</p><p>The client is running the legacy CMS 18.1 software on Windows 7 Pro 32 bit, but they are looking to the future because of limitations in the software and the ability to move to newer hardware when it becomes necessary.</p><p>As I mentioned before, I have been able to load the necessary FA database tables with data from their CMS system.&nbsp; That includes their COA, etc.&nbsp; They can test the on-line FA system for functionality at present, but would need to be able to do batch processing for all transactions, in particular Order Entry and POS (up to 4 registers) before they could fully transition to FA.</p><p>Importation of data into FA is not a problem for me.&nbsp; Between SQL scripts, phpMyAdmin and MySQL Workbench I have that covered.</p><p>As an example of what they do now, let us take Order Entry:<br />&nbsp; In CMS when the user goes to enter a new Order, the software allows them to create a new Batch, or use one that was created previously.&nbsp; This may happen many times a day in different batches.&nbsp; They do not want these batches posting through to the G/L until they are ready to do that.&nbsp; Inventory items selected in a batch must appear as committed in the stock and removed once the batch is posted.&nbsp; If any batch containing items is deleted then those items must be released back to stock.</p><p>With POS, each register would start a batch each day, be able to check it at the end of the day before posting it.</p><p>I worked my way through the first PDF describing how to do Modules/Extensions, but the second PDF with Security and the rest I could not find.&nbsp; I believe that you were working on a translation from Spanish.</p><p>I will have to check what updates were applied to 2.4.4.&nbsp; I believe I installed one, but not sure if it has the Git Master updates.</p>]]></content>
			<author>
				<name><![CDATA[neholtz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42211</uri>
			</author>
			<updated>2018-08-23T20:44:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32527#p32527</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Experienced Deleloper - Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32525#p32525" />
			<content type="html"><![CDATA[<p>Whilst the Denali version uses the MS SQL server, what database does the legacy version use?<br />Could not trace the old legacy version to study it.</p><p>You can run VMWare Player in your Win7+ workstations and run WinXP in a Virtual Machine in it where your legacy CMS client can run. That way, you will not need to change the software and the way you run your business.</p><p>Have you setup your Chart of Accounts in FA and tailored it to suit your existing one in the legacy CMS?<br />You will need to use the latest <a href="https://github.com/FrontAccountingERP/FA/archive/master.zip">FA v2.4.4+ Git Master</a> as it sorts out quite a bit of issues.</p><p>Perform one batch of one type of transaction with just one transaction in it and compare the before and after backups of the sql - you can then figure out how to frame the SQL statements to import a full batch.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-08-23T19:23:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32525#p32525</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Experienced Deleloper - Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32524#p32524" />
			<content type="html"><![CDATA[<p>Thanks for the comeback apmuthu.</p><p>1. Cougar Mountain Software CMS - Last version before Denali.<br />&nbsp; &nbsp; Will not run on any Windows beyond 7 Pro 32 bit. </p><p>2. CMS is currently on a MS Server 2012 in-house server supporting 10 workstations.</p><p>3. FA 2.4.4 is on client&#039;s web-server with SSL Cert.</p><p>4. I have extracted &amp; imported the folllowing from CMS to FA:</p><p>&nbsp; Vendor Master - (suppliers)<br />&nbsp; Customer Master - (debtors_master)&nbsp; Also SQL to Branches<br />&nbsp; Inventory Master - (stock_master)&nbsp; Also SQL to item_codes and prices<br />&nbsp; item_categories, COA, taxes, etc.<br />&nbsp; <br />Please elaborate on your thoughts.</p><p>Thank you.</p>]]></content>
			<author>
				<name><![CDATA[neholtz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42211</uri>
			</author>
			<updated>2018-08-23T17:27:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32524#p32524</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Experienced Deleloper - Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32522#p32522" />
			<content type="html"><![CDATA[<p>Can be done purely as SQL statements in order without any user intervention - bash/sql/cron - at specific times.<br />WHat is the legacy accounting used?<br />Do the legacy accounting program and FA reside on the same machine?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-08-23T15:32:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32522#p32522</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Experienced Deleloper - Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32517#p32517" />
			<content type="html"><![CDATA[<p>Seeking experienced FA Developer to create a Batch Processing Extension for FA.</p><p>A Legacy Accounting client is desiring to use FA if Batch Processing can be implemented.</p><p>Project Requirements Outline:</p><p>1. A &quot;Batch&quot; tab on the main navigation with options below to:<br />&nbsp; &nbsp;(a) Create a New Batch<br />&nbsp; &nbsp;(b) Select an Existing Batch<br />&nbsp; &nbsp;(c) Post a Batch<br />&nbsp; &nbsp;(d) Delete a Batch</p><p>An auto-generated batch_id could be retrieved from Transaction References.<br />While a second user supplied description field would make the batch unique.<br />Date &amp; Time data could be automatic or user entered.</p><p>2. These batch_ids would need to be selected when entering Sales or other types of transactions. This would require the addition of a drop-down selection for choosing the appropriate batch.</p><p>3. In Sales-&gt; Order Entry e.g. there could be a number of batches depending upon purpose.</p><p>Inventory would need to be committed upon Order creation and removed once the batch is posted.</p><p>Similarly released if the batch is deleted.</p><p>4. POS would have unique batch_ids based upon register location/id.</p><p>5. Batch Listings would need to be run and corrected before any batch could be posted to the G/L.</p><p>6. Other considerations such as reporting, etc, to be determined.</p><p>Please submit your proposal detailing time-frame and cost in USD</p><p>This is a paying job and the client is willing to allow the successful project to be added to FA under Open Source License.</p><p>Thank you,</p><p>neholtz</p>]]></content>
			<author>
				<name><![CDATA[neholtz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42211</uri>
			</author>
			<updated>2018-08-22T15:47:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32517#p32517</id>
		</entry>
</feed>
