<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — WHERE CAN I FIND THE DESCRIPTIONS FA FUNCTIONS AND VARIABLES]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5959&amp;type=atom" />
	<updated>2015-10-01T03:48:33Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5959</id>
		<entry>
			<title type="html"><![CDATA[Re: WHERE CAN I FIND THE DESCRIPTIONS FA FUNCTIONS AND VARIABLES]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24397#p24397" />
			<content type="html"><![CDATA[<p>Thanks APMuthu for the valuable info....</p><p>/Mark</p>]]></content>
			<author>
				<name><![CDATA[mark0300]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20216</uri>
			</author>
			<updated>2015-10-01T03:48:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24397#p24397</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WHERE CAN I FIND THE DESCRIPTIONS FA FUNCTIONS AND VARIABLES]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24384#p24384" />
			<content type="html"><![CDATA[<p>1. Constants are defined in <strong>includes/types.inc</strong><br />2. <strong>config.php</strong> has the Global settings<br />3. <strong>#_sys_prefs</strong> table has the company specific variables.<br />4. Form Inputs are accessed by GET and POST variables and may have names similar to table/field names.<br />5. Functions are present all over the place in various files and can be differently defined in different files.<br />6. File inclusions can be nested as well.</p><p>Don&#039;t worry, it is common to get befuddled at first but as you gain experience in <a href="https://frontaccounting.com/fawiki/index.php?n=Devel.TrobleshootingFrontAccounting">inspecting variables</a> at each point in the codebase for each event you will become more familiar. The community is quite helpful but it is better to search the Wiki / Forum for info before defraying scarce voluntary time resources.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-09-29T09:08:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24384#p24384</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[WHERE CAN I FIND THE DESCRIPTIONS FA FUNCTIONS AND VARIABLES]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24382#p24382" />
			<content type="html"><![CDATA[<p>Hi there,</p><p>I am trying to figure out more about the functions of FA.</p><p>I have 2 questions:</p><p>1.&nbsp; &nbsp;I saw a lot of predefined functions in FA include directories.&nbsp; Is there a summary or documentation that describe these functions and that I could refer to learn more about these functions.</p><p>2.&nbsp; &nbsp;Also, I saw functions that carry variables (see below) such as &#039;charge&#039;, &#039;discount&#039;, &#039;amount&#039;, &#039;ref&#039;, &#039;memo_&#039; ...etc.&nbsp; Would someone please advise where can I find these variables and their definitions?&nbsp; They seem to me are the names of the database table Name but I&#039;m not sure...</p><p>Thanks..</p><p><em><br />==============================<br />&nbsp; &nbsp; amount_row(_(&quot;Bank Charge:&quot;), &#039;charge&#039;);</em></p><p><em>&nbsp; &nbsp; start_table(TABLESTYLE, &quot;width=60%&quot;);</em></p><p><em>&nbsp; &nbsp; label_row(_(&quot;Customer prompt payment discount :&quot;), $display_discount_percent);<br />&nbsp; &nbsp; amount_row(_(&quot;Amount of Discount:&quot;), &#039;discount&#039;);</em></p><p><em>&nbsp; &nbsp; amount_row(_(&quot;Amount:&quot;), &#039;amount&#039;, null, &#039;&#039;, $cust_currency);<br />&nbsp; &nbsp; textarea_row(_(&quot;Memo:&quot;), &#039;memo_&#039;, null, 22, 4);</em></p>]]></content>
			<author>
				<name><![CDATA[mark0300]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20216</uri>
			</author>
			<updated>2015-09-29T07:12:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24382#p24382</id>
		</entry>
</feed>
