Open Forum

 View Only
  • 1.  List of all journal entries for a year

    Posted 25 days ago

    Auditors have requested a list of all journal entries and their descriptions.  Not detail just a list.

     We are running version 18.3.1245 with Smartlist Builder



    ------------------------------
    Curtis Ramsey
    VP Accounting
    Goodwill Central FL
    Orlando FL
    ------------------------------


  • 2.  RE: List of all journal entries for a year

    Posted 24 days ago

    We're running version 18.3.1173.  Using Account Transactions Journal/ History Financials* as a base report, you may add the columns desired.  Use the Search  to define your desired date range.  Below is an example of the report we use for our journal entry listing.  Hope this helps!



    ------------------------------
    Lorraine Tutt
    Guilford Technical Community College
    Jamestown NC
    ------------------------------



  • 3.  RE: List of all journal entries for a year

    GOLD CONTRIBUTOR
    Posted 24 days ago

    I use the smartlist - Financial > Account Transactions  Then search by source document equal to GJ



    ------------------------------
    Teresa Waters
    Controller
    La Crosse Milling Company
    Cochrane WI
    ------------------------------



  • 4.  RE: List of all journal entries for a year

    TOP CONTRIBUTOR
    Posted 24 days ago
    Edited by Cecile Dinh 24 days ago

    If it is very time consuming to use the Smartlist in GP, you can ask your DBA to extract it for you in Excel using SQL Query.

    Here's the script: https://cecilegp.blogspot.com/2023/02/extract-journal-entries-for-auditors.html



    ------------------------------
    Cecile Dinh
    GPUG Leader - Washington, DC.
    ------------------------------



  • 5.  RE: List of all journal entries for a year

    Posted 23 days ago

    To get list of Journal Entries, their descriptions and with credit or debit amount, run this sql and copy to Excel.

    select JRNENTRY,m.ACTNUMST,DSCRIPTN, DEBITAMT,CRDTAMNT from GL10001 g join GL00105 m on g.ACTINDX=m.ACTINDX
    union
    select JRNENTRY,m.ACTNUMST,DSCRIPTN, DEBITAMT,CRDTAMNT from GL20000 g join GL00105 m on g.ACTINDX=m.ACTINDX
    order by JRNENTRY



    ------------------------------
    dexteritydeveloper
    dexteritydeveloper@gmail.com
    https://keptonworking.blogspot.com/
    ------------------------------



If you've found this thread useful, dive deeper into User Group community content by role