<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: How to reset Invoince counter to zero</title>
  <link>http://www.activecollab.com/forums/topic/5400/</link>
  <description>Recent posts on topic: How to reset Invoince counter to zero</description>
  <dc:language>en-us</dc:language>
  <pubDate>Wed, 23 May 2012 21:59:58 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/27664/#post27664</link>
    <guid>http://www.activecollab.com/forums/post/27664/#post27664</guid>
    <title>Post #5 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello Jared,<br />
<br />
The answer is in comment #3 - check invoice number related configuration options in acx_config_options table. Note that you should clear cache (remove all cch_ files from /cache folder) if you make the changes to the raw data stored in that database table.</p>]]></description>
    <pubDate>Wed, 01 Sep 2010 16:46:55 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/27662/#post27662</link>
    <guid>http://www.activecollab.com/forums/post/27662/#post27662</guid>
    <title>Post #4 by jared.verdi</title>
    <dc:creator>jared.verdi</dc:creator>
    <description><![CDATA[<p>How would I change this field so that the invoice number starts at a different point?  I would like my invoices to begin at 1000...</p>]]></description>
    <pubDate>Wed, 01 Sep 2010 14:35:56 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/23927/#post23927</link>
    <guid>http://www.activecollab.com/forums/post/23927/#post23927</guid>
    <title>Post #3 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>activeCollab does use auto-increment column for invoice ID-s, but these ID-s are not used for invoice number. Instead, all counters are cached in invoicing_number_date_counters configuration option (check acx_config_options table).<br />
<br />
If you wish to reset all the counters, set the value of this column to &quot;N;&quot; (without quotes) and clear all cch_ files from /cache folder.</p>]]></description>
    <pubDate>Sun, 29 Nov 2009 16:48:38 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/23926/#post23926</link>
    <guid>http://www.activecollab.com/forums/post/23926/#post23926</guid>
    <title>Post #2 by Blaise Laflamme</title>
    <dc:creator>Blaise Laflamme</dc:creator>
    <description><![CDATA[<p>Not already an AC owner but according to your statement the problem seems to be related to the AUTO_INCREMENT column. You probably need to reset it to what you want executing an SQL statement like this:<br />
<br />
ALTER TABLE acx_invoices AUTO_INCREMENT=0;<br />
ALTER TABLE acx_invoice_items AUTO_INCREMENT=0;<br />
<br />
But having no access to the table structure I can't be sure AC uses AUTO_INCREMENT but it looks like.</p>]]></description>
    <pubDate>Sun, 29 Nov 2009 16:23:04 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/23925/#post23925</link>
    <guid>http://www.activecollab.com/forums/post/23925/#post23925</guid>
    <title>Post #1 by [user deleted]</title>
    <dc:creator>[user deleted]</dc:creator>
    <description><![CDATA[<p>Hello, I'm figuring out how to reset Invoice counter to 0. I tried deleting all rows of &quot;acx_invoices&quot; and &quot;acx_invoice_items&quot; tables, but unexpectedly the counter still is 3 so the Invoice number that appears in PDF is 3. As I was doing some invoice test I must turn back invoice counter to 0 to fulfill with legality.<br />
<br />
Thanks in advance,<br />
Alex F</p>]]></description>
    <pubDate>Sun, 29 Nov 2009 15:46:07 CST</pubDate>
  </item>
</channel>
</rss>
