Unable to close financially-enabled projects (REVMGR-20058, REVMGR-20062)
book
Article ID: 26488
calendar_today
Updated On:
Products
Clarity PPM SaaSClarity PPM On Premise
Issue/Introduction
Description:
When trying to change the Project's Financial status to 'Closed', this error message is displayed:
REVMGR-20058 - Unable to close project because some transactions in wip have amount remaining greater than 0 -- OR -- REVMGR-20062 - Unable to close project because some transactions are waiting to be adjusted
Resolution
A project cannot be financially closed when there are:
Transactions for that project are posted to financial.
WIP transactions for that project that are not billed (ie) if there are WIP transactions with an amount remaining not equal to zero.
If there are any adjustment transactions waiting to be approved.
First bill and approve those transactions so that the Amount Remaining for the WIP will become zero. But if you don't use the Billing functionality in the application but you keep track of the expenses by creating transactions in the application, then below are the different options to solve this:
For any (future) financially enabled projects:
The project should be created of type INTERNAL so that the transactions are not considered for billing . (OR)
For projects of types other than INTERNAL, create the transactions as non-chargeable. (OR)
For future transactions submitted for any existing projects, create transcations as non-chargeable . While creating Voucher Expense transactions - from Work >Financial Processing > Transaction Entry >Entry > Transaction Details page under the Transactions Data section uncheck the box 'Chargeable'.
For those existing projects in the system for which you have transactions created already, we have two options to make them non-billable in order to be able to financially close those projects.
Do a Write off for the transactions from the Demand Billing:
Navigate to Work > Billing > Demand Billing. Browse for the Project Code and <hit> Search.
From the search result , select the project and hit <Select.
In the Demand Billing Summary screen click on the "Adjust' icon at the right end of the page near the Adjust amount textbox. When you click on the Adjust icon the negative amount remaining is auto populated as the adjusted amount for write off.
Then click on <Bill And Approve> button. (OR)
Create WIP Adjustment for the transactions for the project and mark them non-chargeable:
Navigate to Work >Financial Processing > Create WIP Adjustment.
Enter the From date & To Date, browse for the Project Id.
Click 'Search' button.
From the results, click on the Transaction Date link to open the transaction.
In the Work > Financial Processing > Create WIP Adjustment > Modify transaction page , under the Transactions Data section uncheck the box 'Chargeable'.
Click 'Submit' button.
Then approve the WIP Adjustment from the Work > Financial Processing > Approve WIP Adjustment page.
Repeat the above steps for all outstanding transactions for the projects that you want to close.
If you still cannot close the project and you wish to contact Clarity Support for more assistance, send the following information:
Screenshot of Admin Tool > invalid Transactions > filter for specific project.
Screenshot of Main App > Post to WIP > filter for specific project.
Screenshot of Main App > Create WIP Adjustment > filter for project.
Screenshot of Main App > Approve WIP Adjustment > filter for project.
Screenshot of Main App > Demand Billing > filter for project.
Screenshot of Main App > Approve Billing > filter for project.
Screenshot of Main App > Print Invoice > filter for project.
Execute this query and send results in excel spreadsheet:
select * from ppa_wip where project_code = <your project code> AND transno in (select transno from ppa_wip_values where amountremaining != 0)
Additional Information
If the user does not see the project in the 'Demand Billing' page, the user may not have access to generate invoices for that project. Go to Project > Properties > Financials > Access and grant access to generate Billing and Approve Billing for the authorized user.
If there are no visible adjustments from the UI, please open a case with Support to review the database tables relating to the project intending to be closed.