<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — change credit note numbering]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2504&amp;type=atom" />
	<updated>2011-11-13T09:33:49Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2504</id>
		<entry>
			<title type="html"><![CDATA[Re: change credit note numbering]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10695#p10695" />
			<content type="html"><![CDATA[<p>found it.</p><p>in case someone really needs it.</p><p>in /sales/includes/cart_class.inc at line 208<br />replace<br />$this-&gt;reference = $Refs-&gt;get_next($this-&gt;trans_type);<br />with<br />if ($this-&gt;trans_type == ST_CUSTCREDIT) {<br />&nbsp; &nbsp; $this-&gt;reference = $Refs-&gt;get_next(ST_SALESINVOICE);<br />} else {<br />&nbsp; &nbsp; $this-&gt;reference = $Refs-&gt;get_next($this-&gt;trans_type);<br />}</p>]]></content>
			<author>
				<name><![CDATA[serbanc]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10111</uri>
			</author>
			<updated>2011-11-13T09:33:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10695#p10695</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[change credit note numbering]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10692#p10692" />
			<content type="html"><![CDATA[<p>hello.</p><p>please a hint!</p><p>where should I look in order to change credit notes to use same numbering as sales invoices ?</p><p>Regards,<br />S</p>]]></content>
			<author>
				<name><![CDATA[serbanc]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10111</uri>
			</author>
			<updated>2011-11-12T17:05:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10692#p10692</id>
		</entry>
</feed>
