# Close a Fiscal Period (FY.P1)

Read Time: 2 minute(s)

Form Details
Form Details

Purpose
The FY.P1 procedure is used to close a fiscal period in the General Ledger module. The period to be closed is the current period displayed in GL.CONTROL . If you wish to close a different period, you must update GL.CONTROL . Information about the next fiscal period is displayed for edit purposes.

If the period being closed is not the final period of a fiscal year, as defined in the FY file, then this procedure merely places a close flag in the FY file for the period and rolls the current period data in the GL.CONTROL file by one period.

If the period being closed is the final period of a fiscal year, then in addition to the above occurring, the balances for all income statement accounts are set to zero (0) in the new fiscal year and all balance sheet account balances are rolled forward into the new year. This balance of the income statement accounts is rolled into the retained earnings account number defined in the GL.CONTROL procedure.

Note: Prior to closing the year, check the following:

1. Make sure the next year is in the FY file ( FY.E )
2. Verify that all accounts have been flagged as Income Statement or Balance Sheet accounts in GLCHART.E .
3. Verify that the Retained Earnings account has been entered in GL.CONTROL .

It is important to note that this procedure does not 'finally' close a year and that journal entries may continue to be made via the GLTRANS.E procedure into the closed year until such time as it is finally closed via the FY.P2 procedure. Such journal entries will roll forward into the retained earning account in the now current fiscal year as required.

Before a year end close may occur, the next fiscal year must be identified in the FY file using the FY.E procedure.

Frequency of Use
As required.

Prerequisites
Setup of the GL.CONTROL record ( GL.CONTROL ) and the establishment of a fiscal year via the FY.E procedure. All general ledger accounts must be defined as balance sheet or income statement accounts in GLCHART.E .

Version 8.10.57