<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 May 2017 13:12:00 Z</lastBuildDate><pubDate>18 May 2017 15:23:00 Z</pubDate><description>Hello,&#13;
&#13;
This reports got four columns, Date, Particular, Debit Amount, Credit Amount. At the end of each day, totals need to be displayed for Debit Amount &amp; Credit Amount and Balance Amount deducting Debit Amount from Credit Amount, after Date total. Only this balance amount need to be taken for the next day total. And this balance amount could appear either @ Debit Amount column or @ Credit Amount column.&#13;
&#13;
Date Particulars Debit Amount Credit Amount&#13;
&#13;
17.08.2017 Paid to Mr.X 10,000.00 0.00&#13;
17.08.2017 Billing To Mr. Y, No. 234 0.00 50,000.00&#13;
17.08.2017 Purchase from Mr. Z 45,000.00 0.00&#13;
---------------- --------------------&#13;
Total 55,000.00 50,000.00&#13;
Balance 5,000.00&#13;
18.08.2017 Receipt from Mr Y 10,000.00&#13;
18.08.2017 Sales to Mr. Q 22,000.00&#13;
-------------- -------------------&#13;
Total 5,000.00 32,000.00&#13;
Balance 27,000.00&#13;
&#13;
19.09.2017 Payment to Mr. E 30,000.00 0.00&#13;
-------------- -------------------&#13;
Total 30,000.00 27,000.00&#13;
Balance 3,000.00&#13;
&#13;
Any idea to arrive totals such as above, is really appreciable.&#13;
&#13;
Happiness Always&#13;
BKR Sivaprakash</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance/read.awp</link><title>[WD21] [HFSQL21] Date total to arrive after taking balance of previous date</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60963/read.awp</comments><pubDate>20 May 2017 13:12:00 Z</pubDate><description>Thanks Steven,&#13;
&#13;
Got the idea. I'll experiment. Names are self explanatory.&#13;
&#13;
Happiness Always&#13;
BKR Sivaprakash</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60963/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60963/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance/read.awp">[WD21] [HFSQL21] Date total to arrive after taking balance of previous date</source><title>Re: [WD21] [HFSQL21] Date total to arrive after taking balance of previous date</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60962/read.awp</comments><pubDate>20 May 2017 12:30:00 Z</pubDate><description>Hi Sivaprakash,&#13;
You can add whatever code you like, as long as what you get, is what you expect :)&#13;
But you must understand how…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60962/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60962/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance/read.awp">[WD21] [HFSQL21] Date total to arrive after taking balance of previous date</source><title>Re: [WD21] [HFSQL21] Date total to arrive after taking balance of previous date</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60961/read.awp</comments><pubDate>20 May 2017 08:29:00 Z</pubDate><description>Thanks Steven,&#13;
&#13;
Here my need to add the Day Balance (DayDebit - DayCredit) to next day's balance. Can I set,&#13;
&#13;
If Daydebit &gt; …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60961/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60961/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance/read.awp">[WD21] [HFSQL21] Date total to arrive after taking balance of previous date</source><title>Re: [WD21] [HFSQL21] Date total to arrive after taking balance of previous date</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60956/read.awp</comments><pubDate>19 May 2017 18:00:00 Z</pubDate><description>Hi Sivaprakash,&#13;
&#13;
1. Create a report - SORT by Date and also create a BREAK (on the Date field)&#13;
&#13;
2. Declare the following var…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60956/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60956/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance/read.awp">[WD21] [HFSQL21] Date total to arrive after taking balance of previous date</source><title>Re: [WD21] [HFSQL21] Date total to arrive after taking balance of previous date</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60947/read.awp</comments><pubDate>19 May 2017 06:52:00 Z</pubDate><description>Thanks José Antonio.&#13;
&#13;
But here it's not possible. We need to arrive it every time when a report is requested. Not possible to …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60947/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60947/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance/read.awp">[WD21] [HFSQL21] Date total to arrive after taking balance of previous date</source><title>Re: [WD21] [HFSQL21] Date total to arrive after taking balance of previous date</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60944/read.awp</comments><pubDate>18 May 2017 21:33:00 Z</pubDate><description>Hi.&#13;
In that case I think that is a good practice to store the calculations into the database. For example you can do it once a …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60944/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance-60944/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60939-wd21-hfsql21-date-total-arrive-after-taking-balance/read.awp">[WD21] [HFSQL21] Date total to arrive after taking balance of previous date</source><title>Re: [WD21] [HFSQL21] Date total to arrive after taking balance of previous date</title></item></channel></rss>
