<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Bank account reconcile - Putting Bank statements in descending order]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10690</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10690&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Bank account reconcile - Putting Bank statements in descending order.]]></description>
		<lastBuildDate>Tue, 11 Nov 2025 15:27:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Bank account reconcile - Putting Bank statements in descending order]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43782#p43782</link>
			<description><![CDATA[<p>This has been committed to stable repo.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 11 Nov 2025 15:27:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43782#p43782</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bank account reconcile - Putting Bank statements in descending order]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43779#p43779</link>
			<description><![CDATA[<p>I will have a look into this.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 10 Nov 2025 14:26:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43779#p43779</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bank account reconcile - Putting Bank statements in descending order]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43778#p43778</link>
			<description><![CDATA[<p>@joe: might be a nice addition to the core?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 09 Nov 2025 23:13:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43778#p43778</guid>
		</item>
		<item>
			<title><![CDATA[Bank account reconcile - Putting Bank statements in descending order]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43773#p43773</link>
			<description><![CDATA[<p>Just an FYI:<br />When reconciling Bank Accounts, the previous Bank Statements were always listed from oldest to newest.&nbsp; This drove me nuts because the oldest are the least accessed statements.&nbsp; My solution was:</p><p>Modify <strong>includes/ui/ui_lists.php</strong> ~line 1525: Add </p><div class="codebox"><pre><code>&#039;order&#039; =&gt; &#039;reconciled DESC&#039;</code></pre></div><p>so that the entire statement is:</p><div class="codebox"><pre><code>    return combo_input($name, $selected_id, $sql, &#039;id&#039;, &#039;reconciled&#039;,
        array(
            &#039;spec_option&#039; =&gt; $special_option,
            &#039;format&#039; =&gt; &#039;_format_date&#039;,
            &#039;spec_id&#039; =&gt; &#039;&#039;,
            &#039;select_submit&#039;=&gt; $submit_on_change,
            &#039;order&#039; =&gt; &#039;reconciled DESC&#039;
        ) );</code></pre></div><p>I hope this help others</p>]]></description>
			<author><![CDATA[null@example.com (brucek@pelhamhs.org)]]></author>
			<pubDate>Wed, 05 Nov 2025 12:44:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43773#p43773</guid>
		</item>
	</channel>
</rss>
