<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Batch Processing Modifications for FA]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7642&amp;type=atom" />
	<updated>2018-08-08T19:19:31Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7642</id>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32406#p32406" />
			<content type="html"><![CDATA[<p>Thank you @oakstreet1!</p><p>Finding my way around the guts of FA takes a little time.</p><p>Onward and upward!</p>]]></content>
			<author>
				<name><![CDATA[neholtz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42211</uri>
			</author>
			<updated>2018-08-08T19:19:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32406#p32406</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32405#p32405" />
			<content type="html"><![CDATA[<p>I believe you&#039;re looking for <strong>includes/access_levels.inc</strong></p>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2018-08-08T12:20:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32405#p32405</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32399#p32399" />
			<content type="html"><![CDATA[<p>RE: Batch Processing</p><div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Make a new extension for it.</p></blockquote></div><p>Would it be better if this subject was moved to Modifications or Development?</p><p>Not getting much response under Setup.&nbsp; Probably should have been submitted under Mods or Dev in the first case.</p><p>Just asking if anyone is interested in this or willing to share some insight about getting it done.</p><p>Appreciate any suggestions / comments.</p><p>Thanks,</p><p>bholtz / neholtz</p>]]></content>
			<author>
				<name><![CDATA[neholtz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42211</uri>
			</author>
			<updated>2018-08-08T00:05:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32399#p32399</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32396#p32396" />
			<content type="html"><![CDATA[<p>Adding a link in /applications/setup.php to begin working on the Batch Processing project:<br />The batches directory and the batch_control.php script have been created with minimum interaction at present.</p><p>$this-&gt;add_lapp_function(0, _(&quot;&amp;Batch Control&quot;),<br />&nbsp; &nbsp; &quot;batches/batch_control.php?&quot;, &#039;SA_BATCHCONTROL&#039;, MENU_SETTINGS);</p><p>Displaying below Transaction References OK, but with errors:</p><p>Undefined index: SA_BATCHCONTROL in file: /home2/finishl4/public_html/erp/includes/current_user.inc at line 192<br />/home2/finishl4/public_html/erp/includes/current_user.inc:201: &nbsp; &nbsp; (current_user Object)-&gt;can_access(&#039;SA_BATCHCONTROL&#039;)<br />/home2/finishl4/public_html/erp/themes/canvas/renderer.php:224: &nbsp; &nbsp; (current_user Object)-&gt;can_access_page(&#039;SA_BATCHCONTROL&#039;)<br />/home2/finishl4/public_html/erp/frontaccounting.php:63: &nbsp; &nbsp; (renderer Object)-&gt;display_applications((front_accounting Object))<br />/home2/finishl4/public_html/erp/index.php:25: &nbsp; &nbsp; (front_accounting Object)-&gt;display()</p><p>A little help as to where to find the SA_ definitions would be appreciated.</p>]]></content>
			<author>
				<name><![CDATA[neholtz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42211</uri>
			</author>
			<updated>2018-08-07T16:01:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32396#p32396</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32343#p32343" />
			<content type="html"><![CDATA[<p>Make a new extension for it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-08-01T04:16:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32343#p32343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32333#p32333" />
			<content type="html"><![CDATA[<p>@poncho1345 Your suggestion to borrow some code from the recurrent invoices is a great idea. I&#039;ve started building my own direct invoice code. My next dilemma is how to integrate my &quot;module&quot; so I can keep it working through FA updates. I need to re-read some of the docs as I get closer to making this happen. At the moment, I have to work it into my schedule, and it&#039;s hard to juggle all of this stuff in my head while I&#039;m working on other challenging projects.</p><p>Thank you, for your suggestions and insights ... very useful stuff.</p>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2018-07-30T21:01:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32333#p32333</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32328#p32328" />
			<content type="html"><![CDATA[<p>So before you complete this weeks invoice edit the sales group list; edit deceased customers details and remove them from the sales group.<br />Then create one invoice with the correct items on it, <strong>then use this invoice as the template for a recurrent invoice</strong> Run the recurrent invoice, after its run once cancel it so it does not run again</p><p>If you need to know which customer is in which sales group <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=31462#p31462">this post </a> may help</p><p>You would then have to do this everyweek, a little bit involved, but a lot easier than writing hundreds of invoices</p><p>Also although I&#039;ve not tested myself but I&#039;ve seen a topic on here showing how sales prices will affect the sales items prices, when used with recurrent invoices, but cannot find it at this moment - depending on your desired result it maybe worth investigating?</p><br /><p>I looked at this myself, but the paradox is automation = non-flexibility, so the more automated the system becomes the less flexible it is, so recurrent invoices = same sale items AND same customers AND same timeframe AND same sales terms AND etc.</p><p>For an easier user solution I can only suggest you use the select multiple customers code as in recurrent invoices merged into the existing create sales order code</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-07-30T18:20:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32328#p32328</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32327#p32327" />
			<content type="html"><![CDATA[<p>@poncho1234 I revisited the recurring invoice feature and I find it does almost what I want, but I cannot figure out how to edit the template invoice. The invoices I&#039;ll be generating are varying in # of items and description on the items.</p><p>To be very specific, we are invoicing the membership of a fund&nbsp; that charges all of it&#039;s members a small fee every time a member dies, and pays out the sum of those fees to the beneficiary of the deceased. Therefore, once a week, we check to see if there have been any deaths and we list them on an invoice; the fee and the name of the member who died, then invoice all current members according to the # of deaths we&#039;ve covered.</p><p>So, it would be ideal if we could just open a &quot;direct invoice&quot; like interface, enter the appropriate items, select a group of customers, and send out a bulk invoice. I plan to write such a feature, as soon as I figure out the best and most supportable/sustainable way to incorporate it into FA.</p><p>If there was an easy way to modify a template and send it to an entire group, that would be great, although it&#039;s an additional step, I&#039;d rather use an existing feature so it is easier to install updates to FA as they become available.</p>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2018-07-30T16:01:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32327#p32327</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32326#p32326" />
			<content type="html"><![CDATA[<p>Or reuse the existing code???</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-07-30T15:56:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32326#p32326</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32325#p32325" />
			<content type="html"><![CDATA[<p>@poncho1234 Thanks, I&#039;ll have a look. I thought there was a reason I couldn&#039;t use recurring invoices ...</p>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2018-07-30T15:34:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32325#p32325</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32323#p32323" />
			<content type="html"><![CDATA[<p>@oakstreet, maybe have a look at recurrent invoices - select by sales group</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-07-30T14:29:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32323#p32323</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32321#p32321" />
			<content type="html"><![CDATA[<p>I am working on a way to send the same invoice to all customers in a group. It&#039;s not the same problem, but the requirements are similar, in that each invoice would have a unique tx id and there would be an identifier that would allow them to be selected as a group/batch.</p><p>I&#039;ve been studying the direct invoice process when I have time and trying to decide on the best approach.</p>]]></content>
			<author>
				<name><![CDATA[oakstreet1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42263</uri>
			</author>
			<updated>2018-07-30T13:43:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32321#p32321</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32312#p32312" />
			<content type="html"><![CDATA[<p>This sounds great too. Maybe in conjunction with import transaction extension but probably friendlier to execute</p>]]></content>
			<author>
				<name><![CDATA[aleifuuwork]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42567</uri>
			</author>
			<updated>2018-07-28T15:15:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32312#p32312</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32311#p32311" />
			<content type="html"><![CDATA[<p>This is nice to read. I am actually trying to bring-out with the Batch feature, with that we can allow to use other costing methods as well.&nbsp; Let&#039;s get opinion from other users as well.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-07-28T07:01:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32311#p32311</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Batch Processing Modifications for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32308#p32308" />
			<content type="html"><![CDATA[<p>Clients coming from legacy accounting systems that have batch processing and posting are wondering if FA could be adapted to process transactions in that manner.</p><p>Looking at it I see the following requirements:</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.<br />&nbsp; &nbsp; 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.<br />&nbsp; &nbsp; Inventory would need to be committed upon Order creation and removed once the batch is posted.<br />&nbsp; &nbsp; 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 need to be determined.</p><p>I would appreciate comments from the Gurus concerning their thoughts on such an undertaking.</p><p>Thanks for your consideration.</p><p>bholtz / neholtz</p>]]></content>
			<author>
				<name><![CDATA[neholtz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42211</uri>
			</author>
			<updated>2018-07-27T19:03:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32308#p32308</id>
		</entry>
</feed>
