<?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=Cash_Management_Diagnostic_Queries</id>
	<title>Cash Management 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=Cash_Management_Diagnostic_Queries"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Cash_Management_Diagnostic_Queries&amp;action=history"/>
	<updated>2026-05-15T17:07:07Z</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=Cash_Management_Diagnostic_Queries&amp;diff=74&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Cash_Management_Diagnostic_Queries&amp;diff=74&amp;oldid=prev"/>
		<updated>2023-07-14T12:58:48Z</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;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&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;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Cash_Management_Diagnostic_Queries&amp;diff=73&amp;oldid=prev</id>
		<title>Intra&gt;User: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Cash_Management_Diagnostic_Queries&amp;diff=73&amp;oldid=prev"/>
		<updated>2017-01-10T00:01:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Cash Management Balance vs. G/L Balance==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
select sum(trx_amount)  Cash_Man_Balance,&lt;br /&gt;
(select sum(trx_amount)  from glttrx where trx_date&amp;lt;=:Bal_Date and gl_account=:Cash_GL_Act) GL_Balance,&lt;br /&gt;
sum(trx_amount)-&lt;br /&gt;
(select sum(trx_amount)  from glttrx where trx_date&amp;lt;=:Bal_Date and gl_account=:Cash_GL_Act) Difference&lt;br /&gt;
from cmttrx&lt;br /&gt;
where trx_date&amp;lt;=:BAL_DATE&lt;br /&gt;
and gl_account=:Cash_GL_Act&lt;br /&gt;
and cm_trans_flag='Y'&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Cash Management - Transactions to G/L and not to C/M  ==&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
select gl_account,check_no,trx_date,trx_amount,description_1,description_2,source_app,source_table,source_trans_type, session_no,trans_no&lt;br /&gt;
   from glttrx&lt;br /&gt;
where gl_account=:&amp;quot;Cash G/L Account&amp;quot;&lt;br /&gt;
and&lt;br /&gt;
NOT (source_app='C' or&lt;br /&gt;
 (source_APP='P' AND SOURCE_TABLE='C') or&lt;br /&gt;
 (source_APP='R' AND SOURCE_TABLE='C') or&lt;br /&gt;
 (source_APP='Y' AND SOURCE_TRANS_TYPE='C') )&lt;br /&gt;
AND TRX_DATE&amp;gt;:&amp;quot;Begin Date&amp;quot;&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Intra&gt;User</name></author>
	</entry>
</feed>