<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Extension Package Creation - ar does not work]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=3644</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3644&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Extension Package Creation - ar does not work.]]></description>
		<lastBuildDate>Tue, 24 Mar 2020 19:34:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Extension Package Creation - ar does not work]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37183#p37183</link>
			<description><![CDATA[<p>Generate the <strong>_init/files</strong> file from within the extension folder with the bash one-liner:<br /></p><div class="codebox"><pre><code>find . -type f -not -path &quot;./_init/files&quot; | xargs sha1sum | sed -e &#039;s# \*\.\/# \/#&#039; | awk &#039;{print $2 &quot;: &quot; $1}&#039; &gt; ./_init/files</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 24 Mar 2020 19:34:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37183#p37183</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extension Package Creation - ar does not work]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14716#p14716</link>
			<description><![CDATA[<p>OK!</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 19 Dec 2012 18:37:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14716#p14716</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extension Package Creation - ar does not work]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14709#p14709</link>
			<description><![CDATA[<p>I think this is not required, at least not urgent. The report is placed in Inventory section of reporting module, so there is not much space to make a mistake.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 19 Dec 2012 15:31:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14709#p14709</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extension Package Creation - ar does not work]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14706#p14706</link>
			<description><![CDATA[<p>@Janusz<br />You&#039;re right. I&#039;ll post the actual changes in another extension in another post. The attachment was a jumble up of an extension that was in the process of testing the parameters. The extension name change to <strong>Item Sales Summary Report</strong> may have been appropriate in the light of a similarly named one in the Customer Reports.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 19 Dec 2012 14:01:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14706#p14706</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extension Package Creation - ar does not work]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14700#p14700</link>
			<description><![CDATA[<p>I guess you have attached not execactly what you wanted to. The zip file contains no changes beside report title (not taking into account changed original author&#039;s info).<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 19 Dec 2012 08:57:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14700#p14700</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extension Package Creation - ar does not work]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14685#p14685</link>
			<description><![CDATA[<p><s>Attached a fresh Customer Sales Summary Extension for v2.3.13-1</s></p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 18 Dec 2012 10:49:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14685#p14685</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extension Package Creation - ar does not work]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14681#p14681</link>
			<description><![CDATA[<p>Please send the fixed files back to contributions mailbox with terse change description, then we will pack it and make them availbale from repo. If you wish to use the changed files only locally, you do not need packaging at all.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 18 Dec 2012 08:55:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14681#p14681</guid>
		</item>
		<item>
			<title><![CDATA[Extension Package Creation - ar does not work]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14637#p14637</link>
			<description><![CDATA[<p>Installed the Debian Archiver using <strong>apt-get install binutils</strong>. This makes the <strong>ar</strong> binary available.</p><p>Installed the <strong>Sales Summary Report</strong> Extension from the default Repo and made corrections to the files in <strong>modules/rep_sales_summary</strong>. Now try to re-package it after setting the correct <strong>sha1sum</strong>s.</p><p>The following does not produce <strong>FA compatible pkg</strong> from the above already installed one:</p><div class="codebox"><pre><code>cd /var/www/frontac/modules/rep_sales_summary
ar rcs ../rep_sales_summary-2.3.3-1.pkg  \
       ../_cache/rep_sales_summary-2.3.3-1/_init/config \
       ../_cache/rep_sales_summary-2.3.3-1/_init/files \
       index.php \
       reporting/index.php \
       reporting/rep_sales_summary.php \
       reporting/reports_custom.php</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 15 Dec 2012 02:21:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14637#p14637</guid>
		</item>
	</channel>
</rss>
