web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Unbalanced GL years 2012, 2013

(0) ShareShare
ReportReport
Posted on by 125

I am trying to find a solution to remedy unbalanced closed years. I am new to Dynamics 2010 and Customer Source - Any ideas or direction would be appreciated

*This post is locked for comments

I have the same question (0)
  • sueconrod Profile Picture
    337 on at

    1.  Did you run a trial balance for 2012 for all active/inactive posting accounts as of 12/31/2012.  Then run a trial balance summary for 2013 the same way as of 12/31/2013?  Never seen it actually be unbalanced and yet close the year.  Usually the issue is that someone didn't mark an account as a P&L and that wound up going forward instead of closing to the retained earnings account.  But I would check your trial balances prior to saying it was unbalanced.

  • Richard Wheeler Profile Picture
    75,852 Moderator on at

    Are these years actually marked as historical? Tools->Setup->Company->Fiscal Periods. Susan is correct. I would also try running a Smartlist List GL Summary and then dump this data to Excel and then add up the debits and credits.

  • L Vail Profile Picture
    65,271 on at

    Hi,

    Over my years of service (those beginning years were tough!), I have seen the trial balance actually out of balance. As all here have said, this is indeed a rare situation. Back in the day, it was a common occurrence.

    It's easier to figure out now that the data is in SQL :)

    Sometimes, the trial balance report erroneously included unit accounts and that caused it to 'appear' to be out of balance when it really wasn't.

    Even if you had a P&L account marked as BS (or vice versa) that wouldn't throw the TB out of balance. A quick check is to run the following script against the GL30000 table:

    SELECT gl30000.hstyear                            AS [Year]

          , Sum(gl30000.debitamt - gl30000.crdtamnt) AS Net

    FROM   gl00100

          INNER JOIN gl00105

                  ON gl00100.actindx = gl00105.actindx

          INNER JOIN gl30000

                  ON gl00100.actindx = gl30000.actindx

    GROUP  BY gl00100.accttype

             , gl30000.hstyear

    HAVING ( gl00100.accttype = 1 )

          AND Sum(gl30000.debitamt - gl30000.crdtamnt) <> 0

    ORDER  BY gl30000.hstyear  

    If you find a year out of balance using the above, run the following to find the journal entry:

    SELECT gl30000.jrnentry                           AS JE_Number

          , gl30000.hstyear                          AS [Year]

          , gl30000.periodid                         AS Period

          , Sum(gl30000.debitamt - gl30000.crdtamnt) AS Net

    FROM   gl00100

          INNER JOIN gl00105

                  ON gl00100.actindx = gl00105.actindx

          INNER JOIN gl30000

                  ON gl00100.actindx = gl30000.actindx

    GROUP  BY gl00100.accttype

             , gl30000.jrnentry

             , gl30000.hstyear

             , gl30000.periodid

    HAVING ( gl00100.accttype = 1 )

          AND Sum(gl30000.debitamt - gl30000.crdtamnt) <> 0

    ORDER  BY hstyear, gl30000.jrnentry  

    Once you find the culprit, you can take corrective action.

    Kind regards,

    Leslie

  • wdnickerson Profile Picture
    125 on at

    I finally found the "problem" I have an account for "Credit Card Charges" that I post to monthly but is not reflected on my Trial Balance. I have 8 other "locations" that are reflecting in my reporting. I have checked their set up and can not figure out what I might have missed.

    Any ideas??? I am totally baffled and really appreciate the help.

    W

  • Richard Wheeler Profile Picture
    75,852 Moderator on at

    If you go to Cards->Financial->Accounts can you pull up this account? Does it have balances? Try running check links on the financial series after you make a backup. You should also reconcile your GL for all your historical years.

  • Jonathan Fear Profile Picture
    Microsoft Employee on at

    Any update on the resolution? This is a post that is getting a large number of views so we would like to get a confirmed resolution.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Dan Liebl Profile Picture

Dan Liebl 2

#2
Shravan Attelli Profile Picture

Shravan Attelli 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans