<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Invoice stop printing]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10348&amp;type=atom" />
	<updated>2023-08-19T13:44:33Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10348</id>
		<entry>
			<title type="html"><![CDATA[Re: Invoice stop printing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42519#p42519" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2023-08-19T13:44:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42519#p42519</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice stop printing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42518#p42518" />
			<content type="html"><![CDATA[<p>To me this looks like a non standard FA code. @kvvaradha might be able to help you here.</p>]]></content>
			<author>
				<name><![CDATA[rafat]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41964</uri>
			</author>
			<updated>2023-08-19T06:28:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42518#p42518</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice stop printing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42517#p42517" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[exodusconsulting50]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45566</uri>
			</author>
			<updated>2023-08-19T03:19:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42517#p42517</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice stop printing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42515#p42515" />
			<content type="html"><![CDATA[<p>Look at the logs and see if any errors.<br />Does print from the Reports page?</p>]]></content>
			<author>
				<name><![CDATA[rafat]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41964</uri>
			</author>
			<updated>2023-08-18T19:23:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42515#p42515</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Invoice stop printing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42514#p42514" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[exodusconsulting50]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45566</uri>
			</author>
			<updated>2023-08-18T15:58:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42514#p42514</id>
		</entry>
</feed>
