As a follow up to my script for generating the Payables HATB by Document Date, I have decided to post a script for the same with aging buckets based on the due date. This will provide the aging buckets… Continue reading
As a follow up to my script for generating the Payables HATB by GL Posting Date, I have decided to post a script for the same with aging buckets based on the due date. This will provide the aging… Continue reading
Hi all
Today, I am posting a SQL Script for getting the EFT information of various vendors.
/******************************************************************
Created July 16, 2011 by Sivakumar Venkataraman - Interdyn AKA
This view returns a returns the details of the EFT Information
for… Continue reading Hi all
I have posted an updated for the following scripts today. Please make use of these updated scripts for the historical aged trial balance in payables.
AP Historical Aged Trial Balance – By GL Posting Date
http://msdynamicstips.com/2010/10/09/payables-hatb-report-sql-query/
AP Historical… Continue reading
All of us know that the document number field in the Receivables Transaction Entry and the voucher number field in the Payables Transaction Entry has a maximum of 20 characters. However, on the transaction entry windows, these fields ONLY allow… Continue reading
Hi all
Some time back, I had posted an article to reconcile between GL and AA tables. This article can be found here.
Today I had decided to write up a simple SQL script to reconcile the balances for… Continue reading
Hi all
This script can be used as a base to reconcile the receivables sub-ledger balances as of a certain date.
DECLARE @ASOFDATE AS DATETIME SET @ASOFDATE = '2017-04-12' SELECT Z.* FROM ( SELECT A.[… Continue reading