<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Retail company version]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3558&amp;type=atom" />
	<updated>2013-01-18T05:46:00Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3558</id>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15109#p15109" />
			<content type="html"><![CDATA[<p>All fixes in this post have been incorporated except ed10&#039;s link request where the fix is provided here in Janusz post #18.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-18T05:46:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15109#p15109</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15101#p15101" />
			<content type="html"><![CDATA[<p><a href="https://frontaccounting.hg.sourceforge.net/hgweb/frontaccounting/frontaccounting/file/01072f8d45b9/sales/customer_invoice.php"><strong>sales/customer_invoice.php</strong> </a>was slated to be updated with the fix here in v2.3.14 - it appears not to have been done as yet.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-17T13:28:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15101#p15101</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14425#p14425" />
			<content type="html"><![CDATA[<p>I know what I did. When I did copy/paste I missed copying the ; at the end so I got a blank screen from the parse error.&nbsp; Then I saw what you were doing so I just made the cust id = &#039;&#039; and that worked.&nbsp; I just didn&#039;t realize that the orignal error was the ; and got fixed the 2nd time I copy/paste/change cust id.</p><p>Leaving cust id blank works as well.</p><p>Thanks for all the help.&nbsp; The payments now work much better and lots faster.</p><p>ed10</p>]]></content>
			<author>
				<name><![CDATA[ed10]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1686</uri>
			</author>
			<updated>2012-11-25T14:54:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14425#p14425</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14424#p14424" />
			<content type="html"><![CDATA[<p>No, the parametr should just be empty (no quotes nor double quotes).<br />If unsure, try it yourself.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-11-25T08:00:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14424#p14424</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14422#p14422" />
			<content type="html"><![CDATA[<p>@ed10: Double quotes is okay. Two single quotes will be a blank value. The double quotes are to ensure closing the string.</p><p>To keep with the coding convention, it can be:</p><div class="codebox"><pre><code>hyperlink_no_params(&quot;$path_to_root/sales/inquiry/customer_allocation_inquiry.php?customer_id=&quot;, _(&quot;Go to Allocation Inquiry&quot;));</code></pre></div><p>Should the hyperlink have some parameter to dictate the customer_id? If not, then we use the blank one like:<br /></p><div class="codebox"><pre><code>hyperlink_no_params(&quot;$path_to_root/sales/inquiry/customer_allocation_inquiry.php?customer_id=&#039;&#039;&quot;, _(&quot;Go to Allocation Inquiry&quot;));</code></pre></div><p>The blank parameter expanded with spaces for forum display of the above will be ......customer_id=&#039;&nbsp; &#039; &quot;</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-11-25T03:49:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14422#p14422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14421#p14421" />
			<content type="html"><![CDATA[<p>Janusz:</p><p>I think that customer_id=&quot; should be customer_id=&#039;&#039;</p><p>ed10</p>]]></content>
			<author>
				<name><![CDATA[ed10]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1686</uri>
			</author>
			<updated>2012-11-24T23:01:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14421#p14421</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14420#p14420" />
			<content type="html"><![CDATA[<p>Slightly changed line should do:<br /></p><div class="codebox"><pre><code>hyperlink_no_params($path_to_root.&quot;/sales/inquiry/customer_allocation_inquiry.php?customer_id=&quot;, _(&quot;Go to Allocation Inquiry&quot;));</code></pre></div><p>Regarding the weird exact selection effect, I can&#039;t remember why it was leaved as it is. I&#039;m sure there was some (more or less) important reason for implementing such behaviour, but&nbsp; simply I can&#039;t remember what it was. Anyway, I agree this is annoying., and maybe this is good candidiate for improvement.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-11-24T21:11:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14420#p14420</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14419#p14419" />
			<content type="html"><![CDATA[<p>Thanks Janusz, </p><p>I did add the link and it is a big help.&nbsp; How can I make the link go to the full list of open invoices instead of defaulting to the previous company that I just did the payment for? I know I can click to get all customers, but that is just one more step that I thought could be avoided.&nbsp; </p><p>Along that sort of same idea, for some searches, for example sometimes for customers, I hit space, enter a fragment of a company name and the result says All Customers, then with I click the list is in the dropdown, it is possible&nbsp; that the first company on the list comes up?&nbsp; For one thing, when one does a search and the text box comes back with the All Customers it is sort of disconcerting, as if nothing was found. </p><p>Thanks for the link.</p><p>ed10</p>]]></content>
			<author>
				<name><![CDATA[ed10]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1686</uri>
			</author>
			<updated>2012-11-24T14:53:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14419#p14419</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14416#p14416" />
			<content type="html"><![CDATA[<p>@ed10:<br />Ok, I have added the two sort options in customer allocation inquiry, will be available from FA 2.3.14. Regarding additional link in final invoice to delivery screen I have decided to not include it just now, but if need it you can try to add the link yourself about line 65 of sales/customer_invoice.php file:<br /></p><div class="codebox"><pre><code>hyperlink_no_params($path_to_root.&quot;/sales/inquiry/customer_allocation_inquiry.php&quot;, _(&quot;Go to Allocation Inquiry&quot;));</code></pre></div><p>@apmuthu:<br />Thank you very much. Your fixes has been included for next release.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-11-24T10:34:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14416#p14416</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14413#p14413" />
			<content type="html"><![CDATA[<p>Thanks Janusz, the&nbsp; <strong>$auto_create_branch</strong> switch was missing. Looks like backward compatibility did me in! Updated <a href="https://frontaccounting.com/fawiki/index.php?n=Main.Config"><strong>config.php page on the Wiki</strong></a> to reflect all variables as on date in the English version. <a href="http://www.apmuthu.com/bugfixes/FrontAccountingConfig.pdf"><strong>Offline PDF version available</strong></a>.</p><p>Also corrected some small typos and included extra variable / necessary comments in the config.default.php file and am attaching the diff patch from Mer 3119.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-11-24T03:24:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14413#p14413</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14412#p14412" />
			<content type="html"><![CDATA[<p>Janusz:</p><p>Adding link back to Customer Allocation Inquiry on final payment&nbsp; screen, would be a big improvement. I sort of like links that take you right where you need to go and the default screen when you get there is set just like it is needed.</p><p>As long as your messing with Customer Allocation, it would sure be nice to be able to sort by customer or by Order number the way you have it for date.&nbsp; That would add considerable usabliity for finding either a range of dates or where there are several customers with almost the same name, example University of xxxxx or 1st National xxx.</p><p>Along with this, after invoicing from delivery, it would be helpful to have a link there to either call the Customer Allocation or Customer payment so a payment could be entered against the invoice right away.</p><p>That allows us to either to run thru a batch of SO&#039;s and deliver/invoice them or immediately allocate a payment if only one order.&nbsp; Just makes life easier.</p><p>Thanks,</p><p>ed10</p>]]></content>
			<author>
				<name><![CDATA[ed10]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1686</uri>
			</author>
			<updated>2012-11-23T22:21:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14412#p14412</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14409#p14409" />
			<content type="html"><![CDATA[<p>@apmuthu:<br />I&#039;m not sure what you mean, but maybe you have not encountered new $auto_create_branch switch in config.php, which have to be set to create the linked defualt customer branch automatically.</p><p>@ed10:<br />Oh yes, the amount doubling is just a bug, I will fix it in next minor version (I personally work on customized FA version, and seems I&#039;ve forgot to send bufix back to main sources some time ago). In mean time you can allocate payments to invoices using Allocate Payments or Customer Credit Notes page.</p><p>@kharding:<br />Ok, maybe this is good idea to add additional icon additinally to F# keys. I will try to add this in some next FA version.<br />Regarding the cash payment - this feature works just automatically when you select payment terms of cash type.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-11-23T17:51:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14409#p14409</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14407#p14407" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>itronics wrote:</cite><blockquote><p>No, not exactly. You can make all this on the single Direct Invoice form. Just enter Direct Invoice page, press F2 when you are focused on customer selector, entry new customer info and save it, then use cash payment option which registers also payment to invoice in single step.</p></blockquote></div><p>Is there any way we can have textual or button links to these F# key functions? I use a Mac operating system primarily, or use mobile tablet devices, that do not have F keys in the Windows sense and as such have no access to these pop-ups.</p><p>And - how do you get to the &quot;cash payment option&quot;? I can&#039;t see any indication of how to directly access this from the Direct Invoice screen.</p>]]></content>
			<author>
				<name><![CDATA[kharding]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16531</uri>
			</author>
			<updated>2012-11-23T16:38:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14407#p14407</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14406#p14406" />
			<content type="html"><![CDATA[<p>I didn&#039;t try Customer Allocation Inquiry much because I don&#039;t think I quite understand how it works.&nbsp; When I click on the Payment icon, it takes me to Customer Payments page listing the invoices for the customer.&nbsp; Below the discount info, the amount of the invoice that I clicked appears.&nbsp; Then in the listing for the invoice, if I click allocate all to the clicked invoice the amount below, is increased by the amount of the invoice.&nbsp; That makes the payment double.&nbsp; &nbsp;Why does the allocate all increase the payment amount? <br />&nbsp; <br />&nbsp; If I just leave the allocation blank and click make payment then the invoice continues to show up in the Customer Allocation Inquiry list and nothing in that list (searching only on sales invoices) shows that the customer made a payment. <br />&nbsp; <br />&nbsp; It seems that what should happen is when I click allocate all on the proper invoice the payment amount should match the amount of the invoice. Then when the payment is made it is allocated to the invoice and the invoice will not be on the Customer Allocation Inquiry list as open.&nbsp; <br />&nbsp; <br />Adding link back to Customer Allocation Inquiry on final payment&nbsp; screen would be very helpful.</p><p>Do I not understand how this works or am I doing something wrong or is the increasing amount of payment by clicking all wrong?</p><p>Hope I explained my problems with this.</p><p>ed10</p>]]></content>
			<author>
				<name><![CDATA[ed10]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1686</uri>
			</author>
			<updated>2012-11-23T15:35:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14406#p14406</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Retail company version]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14402#p14402" />
			<content type="html"><![CDATA[<p>Default Branch is created automatically when a new Customer is added, but is not automatically associated with the Customer as yet.</p><p><a href="https://frontaccounting.com/fawiki/index.php?n=Help.DirectSalesInvoice"><strong>Wiki</strong></a>ed the rest.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-11-23T11:14:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14402#p14402</id>
		</entry>
</feed>
