<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Modifying Sales Invoice]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6620&amp;type=atom" />
	<updated>2017-01-10T13:34:42Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6620</id>
		<entry>
			<title type="html"><![CDATA[Re: Modifying Sales Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27361#p27361" />
			<content type="html"><![CDATA[<p>The discount % is stored as an integer in the database table. Attempting to put in a string with % in it will break FA. Make a module for it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-01-10T13:34:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27361#p27361</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Modifying Sales Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27357#p27357" />
			<content type="html"><![CDATA[<p>Thank you. It&#039;s been fixed. Can you guide me how can I show the discount in cash not in percentage(%) in sales module? only If I give input with % Like: 5% then it will be calculated in percentage. Another problem the field only take numbers. How can I achieve all these?</p>]]></content>
			<author>
				<name><![CDATA[ssa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=40758</uri>
			</author>
			<updated>2017-01-10T04:55:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27357#p27357</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Modifying Sales Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27311#p27311" />
			<content type="html"><![CDATA[<p>What is the input you are providing to extract the related &quot;loc_code&quot;?</p><p>The &quot;loc_code&quot; is looked up in the &quot;locations&quot; table to get the &quot;location_name&quot;.<br />The &quot;stock_moves&quot; table records the &quot;loc_code&quot; for the transaction.<br />The &quot;loc_stock&quot; table records the &quot;loc_code&quot; where an item is stocked.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-01-01T18:23:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27311#p27311</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Modifying Sales Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27304#p27304" />
			<content type="html"><![CDATA[<p>How to fetch location code (loc_code) in sales invoice. It can&#039;t be fetched in the same way the location name (location_name) is fetched. Please give me some guideline.</p>]]></content>
			<author>
				<name><![CDATA[ssa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=40758</uri>
			</author>
			<updated>2017-01-01T07:31:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27304#p27304</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Modifying Sales Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27269#p27269" />
			<content type="html"><![CDATA[<p>Answered in <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=27268#p27268">this thread</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-12-29T09:38:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27269#p27269</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Modifying Sales Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27264#p27264" />
			<content type="html"><![CDATA[<p>Thank you so much. It&#039;s been sorted out.<br />Can you please guide me the steps to develop a module? I&#039;m stuck.</p>]]></content>
			<author>
				<name><![CDATA[ssa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=40758</uri>
			</author>
			<updated>2016-12-29T03:05:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27264#p27264</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Modifying Sales Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27262#p27262" />
			<content type="html"><![CDATA[<p>The <strong>reporting/rep107.php</strong> report file outputs the Invoice with the column formatting in <strong>$cols</strong> and <strong>$aligns</strong> arrays. The <strong>reporting/includes/doctext.inc</strong> file (included in the report file indirectly) populates the variable <strong>$aux_info</strong> with the necessary elements at line 104 - <strong>case ST_SALESINVOICE:</strong>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-12-28T16:39:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27262#p27262</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Modifying Sales Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=27233#p27233" />
			<content type="html"><![CDATA[<p>Hi. I&#039;m new to frontaccounting. I need to modify the sales invoice report. I want to remove the entire last column named &quot;due date &quot; of the 1st Table. Then I want to create borders for each column in the 2nd table. Please suggest me how can I make this work. Thanks in advance.</p>]]></content>
			<author>
				<name><![CDATA[ssa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=40758</uri>
			</author>
			<updated>2016-12-27T03:52:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=27233#p27233</id>
		</entry>
</feed>
