<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=G%2FL_Year_End_Diagnostic_Queries</id>
	<title>G/L Year End Diagnostic Queries - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=G%2FL_Year_End_Diagnostic_Queries"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=G/L_Year_End_Diagnostic_Queries&amp;action=history"/>
	<updated>2026-05-15T13:35:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://in.compucrete.com/index.php?title=G/L_Year_End_Diagnostic_Queries&amp;diff=214&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=G/L_Year_End_Diagnostic_Queries&amp;diff=214&amp;oldid=prev"/>
		<updated>2023-07-14T12:58:50Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:58, 14 July 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff::1.12:old-213:rev-214 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=G/L_Year_End_Diagnostic_Queries&amp;diff=213&amp;oldid=prev</id>
		<title>Chanson: Created page with &quot;===Identify lingering &quot;C&quot; Records=== As customers transition from to versions with &quot;YREND_SESSION_NO&quot; in glttrx, problems where the trans_type is set to &quot;C&quot; from older version...&quot;</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=G/L_Year_End_Diagnostic_Queries&amp;diff=213&amp;oldid=prev"/>
		<updated>2022-08-02T11:57:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Identify lingering &amp;quot;C&amp;quot; Records=== As customers transition from to versions with &amp;quot;YREND_SESSION_NO&amp;quot; in glttrx, problems where the trans_type is set to &amp;quot;C&amp;quot; from older version...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Identify lingering &amp;quot;C&amp;quot; Records===&lt;br /&gt;
As customers transition from to versions with &amp;quot;YREND_SESSION_NO&amp;quot; in glttrx, problems where the trans_type is set to &amp;quot;C&amp;quot; from older versions will arise.  The simple solution is to identify these and set the value to &amp;quot;S&amp;quot;.  Also review these to make sure they aren't unresolved problems from prior years.&lt;br /&gt;
&lt;br /&gt;
This query IDs where a Trans type &amp;quot;C&amp;quot; has a null value or a value from a prior year.  This is typical caused by a &amp;quot;Closed&amp;quot; record from a prior year getting assigned a new date (via a GH support query) into the current year.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
select X.source_code, X.session_no, X.gl_account, X.trans_type, X.trx_amount, X.trx_date, X.yrend_session_no, X.description_1,XR.TRX_DATE&lt;br /&gt;
 from glttrx X&lt;br /&gt;
INNER JOIN GLTACCT A ON A.GL_ACCOUNT=X.GL_ACCOUNT AND A.ACCOUNT_TYPE='I'&lt;br /&gt;
LEFT OUTER JOIN GLTTRX XR ON XR.SESSION_NO=X.YREND_SESSION_NO&lt;br /&gt;
where X.trx_date between :&amp;quot;Close Yr Begin&amp;quot; and :&amp;quot;Close Yr End&amp;quot;&lt;br /&gt;
AND X.TRANS_TYPE='C' &lt;br /&gt;
AND (XR.TRX_DATE &amp;lt;:&amp;quot;Close Yr Begin&amp;quot; OR X.YREND_SESSION_NO IS NULL)&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chanson</name></author>
	</entry>
</feed>