<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Invoice stop printing]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10348</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10348&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Invoice stop printing.]]></description>
		<lastBuildDate>Sat, 19 Aug 2023 13:44:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Invoice stop printing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42519#p42519</link>
			<description><![CDATA[<p>Your invoice transaction might input duplicate&nbsp; entry in debtor&nbsp; trans table. So the standard FA or non standard FA.&nbsp; The system cant read your invoice with duplicate.&nbsp; </p><p>Kindly submit a support ticket on our website along with a copy of your bugged database sql file.&nbsp; And login credentials</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 19 Aug 2023 13:44:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42519#p42519</guid>
		</item>
		<item>
			<title><![CDATA[Re: Invoice stop printing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42518#p42518</link>
			<description><![CDATA[<p>To me this looks like a non standard FA code. @kvvaradha might be able to help you here.</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Sat, 19 Aug 2023 06:28:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42518#p42518</guid>
		</item>
		<item>
			<title><![CDATA[Re: Invoice stop printing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42517#p42517</link>
			<description><![CDATA[<p>From the report page still cannot print. didn&#039;t display the invoice to be printed.</p><br /><p>===================================================================================<br />error msg.</p><br /><p>/home/ufitflyn/public_html/fly/sales/includes/db/cust_trans_db.inc:214: &nbsp; &nbsp; display_backtrace()<br />/home/ufitflyn/public_html/fly/reporting/rep107.php:126: &nbsp; &nbsp; get_customer_trans(&#039;2&#039;,&#039;10&#039;)<br />/home/ufitflyn/public_html/fly/reporting/rep107.php:57: &nbsp; &nbsp; print_invoices()<br />/home/ufitflyn/public_html/fly/modules/KvcodesInvoices/reporting/rep107.php:25: &nbsp; &nbsp; include_once(&#039;/home/ufitflyn/public_html/fly/reporting/rep107.php&#039;)<br />/home/ufitflyn/public_html/fly/reporting/prn_redirect.php:58: &nbsp; &nbsp; require(&#039;/home/ufitflyn/public_html/fly/modules/KvcodesInvoices/reporting/rep107.php&#039;)<br />DATABASE ERROR : duplicate debtor transactions found for given params<br />sql that failed was : SELECT trans.*,ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount AS Total,cust.name AS DebtorName, cust.address, cust.debtor_ref, cust.curr_code, cust.tax_id, trans.prep_amount&gt;0 as prepaid,com.memo_, 0_shippers.shipper_name, 0_sales_types.sales_type, 0_sales_types.tax_included, branch.*, cust.discount, 0_tax_groups.name AS tax_group_name, 0_tax_groups.id AS tax_group_id FROM 0_debtor_trans trans LEFT JOIN 0_comments com ON trans.type=com.type AND trans.trans_no=com.id LEFT JOIN 0_shippers ON 0_shippers.shipper_id=trans.ship_via, 0_debtors_master cust, 0_sales_types, 0_cust_branch branch, 0_tax_groups WHERE trans.trans_no=&#039;2&#039; AND trans.type=&#039;10&#039; AND trans.debtor_no=cust.debtor_no AND 0_sales_types.id = trans.tpe AND branch.branch_code = trans.branch_code AND branch.tax_group_id = 0_tax_groups.id</p>]]></description>
			<author><![CDATA[null@example.com (exodusconsulting50)]]></author>
			<pubDate>Sat, 19 Aug 2023 03:19:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42517#p42517</guid>
		</item>
		<item>
			<title><![CDATA[Re: Invoice stop printing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42515#p42515</link>
			<description><![CDATA[<p>Look at the logs and see if any errors.<br />Does print from the Reports page?</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Fri, 18 Aug 2023 19:23:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42515#p42515</guid>
		</item>
		<item>
			<title><![CDATA[Invoice stop printing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42514#p42514</link>
			<description><![CDATA[<p>My FA stop printing invoice.&nbsp; After the invoice has been posted nothing will show when you click &quot;print Invoice&quot;</p><p>this is the error msg i got.</p><p>/home/ufitflyn/public_html/fly/sales/includes/db/cust_trans_db.inc:214: &nbsp; &nbsp; display_backtrace()<br />/home/ufitflyn/public_html/fly/reporting/rep107.php:126: &nbsp; &nbsp; get_customer_trans(&#039;2&#039;,&#039;10&#039;)<br />/home/ufitflyn/public_html/fly/reporting/rep107.php:57: &nbsp; &nbsp; print_invoices()<br />/home/ufitflyn/public_html/fly/modules/KvcodesInvoices/reporting/rep107.php:25: &nbsp; &nbsp; include_once(&#039;/home/ufitflyn/public_html/fly/reporting/rep107.php&#039;)<br />/home/ufitflyn/public_html/fly/reporting/prn_redirect.php:58: &nbsp; &nbsp; require(&#039;/home/ufitflyn/public_html/fly/modules/KvcodesInvoices/reporting/rep107.php&#039;)<br />DATABASE ERROR : duplicate debtor transactions found for given params<br />sql that failed was : SELECT trans.*,ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount AS Total,cust.name AS DebtorName, cust.address, cust.debtor_ref, cust.curr_code, cust.tax_id, trans.prep_amount&gt;0 as prepaid,com.memo_, 0_shippers.shipper_name, 0_sales_types.sales_type, 0_sales_types.tax_included, branch.*, cust.discount, 0_tax_groups.name AS tax_group_name, 0_tax_groups.id AS tax_group_id FROM 0_debtor_trans trans LEFT JOIN 0_comments com ON trans.type=com.type AND trans.trans_no=com.id LEFT JOIN 0_shippers ON 0_shippers.shipper_id=trans.ship_via, 0_debtors_master cust, 0_sales_types, 0_cust_branch branch, 0_tax_groups WHERE trans.trans_no=&#039;2&#039; AND trans.type=&#039;10&#039; AND trans.debtor_no=cust.debtor_no AND 0_sales_types.id = trans.tpe AND branch.branch_code = trans.branch_code AND branch.tax_group_id = 0_tax_groups.id</p>]]></description>
			<author><![CDATA[null@example.com (exodusconsulting50)]]></author>
			<pubDate>Fri, 18 Aug 2023 15:58:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42514#p42514</guid>
		</item>
	</channel>
</rss>
