May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  

Recent Posts

Archives

Accounts Receivables

Page 2 of 3123

Receivables HATB With Aging By Due Date (using Document Date)

Hi all

As a follow up to my script for generating the Receivables 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… Continue reading

Receivables HATB With Aging By Due Date (using GL Posting Date)

Hi all

As a follow up to my script for generating the Receivables 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… Continue reading

Understanding Voucher Numbers in Receivables & Payables

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

SQL View for Receivables Transactions with AA Codes

Guys

There is a smartlist object for Receivables transactions, but this smartlist does not show the analytical accounting information in it.

So in this post, I have decided to post a SQL view to generate a view to show receivables… Continue reading

GL Reconciliation SQL Script – Receivables

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 

Receivables HATB Report (using GL Posting Date)

Hi all

I had posted the script for the Receivables HATB using document date logic in my earlier post.

Today, I have decided to post this script which is generated by picking transactions based on the GL posting date.… Continue reading

Receivables HATB Report (using Document Date)

Hi all

Today, I have decided to post a script for the Receivables Historical Aged Trial Balance (HATB), which is generated by picking transactions based on the GL posting date for the receivables transactions.

This script can also be used… Continue reading

Page 2 of 3123