<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Database opschonen &#8211; StorePOS</title>
		<atom:link href="https://www.storepos.nl/forums/topic/database-opschonen/feed/" rel="self" type="application/rss+xml" />
		<link>https://www.storepos.nl/forums/topic/database-opschonen/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 06 Dec 2025 05:01:42 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://www.storepos.nl/forums/topic/database-opschonen/#post-782</guid>
					<title><![CDATA[Database opschonen]]></title>
					<link>https://www.storepos.nl/forums/topic/database-opschonen/#post-782</link>
					<pubDate>Mon, 26 Feb 2024 07:59:38 +0000</pubDate>
					<dc:creator>Supervisor</dc:creator>

					<description>
						<![CDATA[
						<p>Run onderstaande SQL script op de server:</p>
<blockquote><p>delete from cashflow ;<br />
delete from debtor;<br />
delete from deleted_items;<br />
delete from historie;<br />
delete from report;<br />
delete from jnl_historie;<br />
delete from receipt;<br />
delete from tenders;<br />
delete from totaalrapport;<br />
delete from cashout;<br />
delete from BETAALWIJZENLOCAL;<br />
delete from etiket;<br />
delete from zcounter;<br />
delete from BETAALWIJZENRAPPORT;<br />
set GENERATOR CASHFLOW_GEN TO 0;<br />
set GENERATOR DEBTOR_GEN TO 0;<br />
set GENERATOR DELETED_ITEMS_GEN TO 0;<br />
set GENERATOR HISTORIE_GEN TO 0;<br />
set GENERATOR REPORT_GEN TO 0;<br />
set GENERATOR JNL_HISTORIE_GEN TO 0;<br />
set GENERATOR TENDERS_GEN TO 0;<br />
set GENERATOR BETAALWIJZENRAPPORT_GEN TO 0;<br />
set GENERATOR ETIKET_GEN TO 0;<br />
set GENERATOR ZCOUNTER_GEN TO 0;</p></blockquote>
<p>Let op! Bovenstaande queries verwijdert al uw transacties! </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

