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

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

JE # reverted to old number used...

(0) ShareShare
ReportReport
Posted on by

I went to create a journal entry for the August admin fees.  When I go to enter it, GP is assigning JE#29,891 to my entry.  But last month, July’s admin fee was JE#39,563.  In the past, the JE entry number for a subsequent entry would be sequentially a higher number.

 

Out of curiosity, I went into JE Inquiry for the JE#29,891 that GP wanted to assign to my entry.  That JE was used back in November, 2014.


Any ideas?


 

*This post is locked for comments

I have the same question (0)
  • Richard Wheeler Profile Picture
    75,848 Moderator on at
    RE: JE # reverted to old number used...

    Go to Tools->Setup->Financials->General Ledger and set the next J/E number to what it is supposed to be. You may want to restrict access to this screen. As per Sanjay, you can run this script in SSMS to get the next J/E number.

    Run this script against company db

    select MAX(jrn) + 1 as jrn from (

    select MAX(jrnentry) as jrn from GL10000

    union all

    select MAX(jrnentry) as jrn from GL20000

    union all

    select MAX(jrnentry) as jrn from GL30000

    ) as t

    Take note of the journal number.  Update the next journal number at GL setup.

  • Community Member Profile Picture
    on at
    RE: JE # reverted to old number used...

    Thanks Richard,

    I'm pretty new to this, that script, What is it doing? and also are there any areas in which I would need to change to script?

    Thanks!

  • Richard Wheeler Profile Picture
    75,848 Moderator on at
    RE: JE # reverted to old number used...

    The script looks at the unposted, current year and historical ledger tables to find the highest existing j/e number. You would set your next number to be one higher. Just run this against the company in question.

  • L Vail Profile Picture
    65,271 on at
    RE: JE # reverted to old number used...

    Hi,

    Just as an aside, GP will let you reuse a journal entry number if the transaction date is in two different years. Also, the same journal entry number is assigned to reversing transactions and entries in recurring batches.

    Kind regards,

    Leslie

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans