<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Adding Attachments to Dimension]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7503&amp;type=atom" />
	<updated>2018-05-09T13:41:05Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7503</id>
		<entry>
			<title type="html"><![CDATA[Re: Adding Attachments to Dimension]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31617#p31617" />
			<content type="html"><![CDATA[<p><a href="https://github.com/FrontAccountingERP/FA/commit/37ce2eba59b4f5ca59540bcb45431471538670e4">Committed</a> to Repo.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2018-05-09T13:41:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31617#p31617</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Adding Attachments to Dimension]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31609#p31609" />
			<content type="html"><![CDATA[<p>A good idea. <s>Willdo</s>.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2018-05-09T05:07:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31609#p31609</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Adding Attachments to Dimension]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31608#p31608" />
			<content type="html"><![CDATA[<p>Shouldn&#039;t we customize the function <br />safe_exit() as below in dimension_entry.php</p><div class="codebox"><pre><code>function safe_exit()
{
    global $path_to_root;
    $trans_no=isset($_GET[&#039;AddedID&#039;]) ? $_GET[&#039;AddedID&#039;] : $_GET[&#039;UpdatedID&#039;];

    hyperlink_no_params(&quot;&quot;, _(&quot;Enter a &amp;new dimension&quot;));
    echo &quot;&lt;br&gt;&quot;;
    hyperlink_no_params($path_to_root . &quot;/dimensions/inquiry/search_dimensions.php&quot;, _(&quot;&amp;Select an existing dimension&quot;));
    echo &quot;&lt;br&gt;&quot;;
    hyperlink_no_params($path_to_root . &quot;/admin/attachments.php?filterType=40&amp;trans_no=$trans_no&quot;, _(&quot;&amp;Add Attachment&quot;));


    display_footer_exit();
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2018-05-09T04:20:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31608#p31608</id>
		</entry>
</feed>
