<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Repeating line items block inside single invoice page]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7172</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7172&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Repeating line items block inside single invoice page.]]></description>
		<lastBuildDate>Sat, 09 Dec 2017 02:09:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Repeating line items block inside single invoice page]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29892#p29892</link>
			<description><![CDATA[<p>Stands corrected:<br />Line 146 in <strong>reporting/rep107.php</strong>:<br /></p><div class="codebox"><pre><code>               $result = get_customer_trans_details(ST_SALESINVOICE, $row[&#039;trans_no&#039;]);</code></pre></div><p>gets the line items from the function (defined in <strong>sales/includes/db/cust_trans_details_db.inc</strong>) used above like:<br /></p><div class="codebox"><pre><code>SELECT line.*,
       line.unit_price+line.unit_tax AS FullUnitPrice,
       line.description AS StockDescription,
       item.units, item.mb_flag
FROM 1_debtor_trans_details line,1_stock_master item
WHERE (
       (debtor_trans_no=1) -- 1st Transaction in Demo Co
       AND debtor_trans_type=10 -- ST_SALESINVOICE
       AND item.stock_id=line.stock_id
)
ORDER BY id</code></pre></div><p>This result having the invoice&#039;s line items are cycled through from lines 148 to 181 in <strong>reporting/rep107.php</strong>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 09 Dec 2017 02:09:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29892#p29892</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeating line items block inside single invoice page]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29888#p29888</link>
			<description><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Lines 344 onwards in <strong>reporting/rep107.php</strong> cycle through the line items which is what you need to put into some javascripted set of tabs.</p></blockquote></div><p>Did u mean L144?</p><p>Also it is pdf invoice which I am referring to.</p>]]></description>
			<author><![CDATA[null@example.com (zi)]]></author>
			<pubDate>Fri, 08 Dec 2017 17:44:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29888#p29888</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeating line items block inside single invoice page]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29885#p29885</link>
			<description><![CDATA[<p>may be the query has duplicates, try to run the query separately on direct phpmyadmin or mysql workbench to check the results.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 08 Dec 2017 12:40:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29885#p29885</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeating line items block inside single invoice page]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29882#p29882</link>
			<description><![CDATA[<p>Lines <s>344 onwards</s> in <strong>reporting/rep107.php</strong> cycle through the line items which is what you need to put into some javascripted set of tabs.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 07 Dec 2017 09:28:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29882#p29882</guid>
		</item>
		<item>
			<title><![CDATA[Repeating line items block inside single invoice page]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29880#p29880</link>
			<description><![CDATA[<p>I am trying to print invoice as multiple leaves on single page, I am able to create a block by hit and trial already, but it seems I can&#039;t find out how to control/duplicate the line items into 2nd and 3rd block.</p><p><a href="https://monosnap.com/file/ibnktD6fedx1Hn81SqRvhylnWhUMbP">https://monosnap.com/file/ibnktD6fedx1H … hylnWhUMbP</a></p><p>Can some one point me in right direction?</p>]]></description>
			<author><![CDATA[null@example.com (zi)]]></author>
			<pubDate>Thu, 07 Dec 2017 05:12:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29880#p29880</guid>
		</item>
	</channel>
</rss>
