Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
CSS Stylesheet
#breadcrumb-navigation-bar {
display: none;
}
 
.ca-wfbanner {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
HTML
<img class="ca-wfbanner" src="http://myob.com/images/ad/CAWF Banner/review2.png" alt="ClientAccounting-workflow.png" usemap="#ca-commap"></img>
<map name="ca-commap" id="ca-commap">
	<!-Review polygon->
		<area alt="" title="1. Review opening balances" href="http://help.myob.com/wiki/x/YL-MAQ" shape="poly" coords="8,50,463,49,572,130,460,212,10,209" target="_self"/>
	<!-Config->
		<area alt="" title="Configure your ledger"" href="http://help.myob.com/wiki/x/6rvMAQ" shape="poly" coords="11,268,10,216,156,217,157,268" target="_self"/>
	<!-Set BalFWD->
		<area alt="" title="Set balance forward accounts" href="http://help.myob.com/wiki/x/ArzMAQ" shape="poly" coords="313,215,461,215,462,268,314,268" target="_self" />
		<area alt="" title="Align your balances" href="http://help.myob.com/wiki/x/9LvMAQ" shape="poly" coords="164,217,164,267,308,266,308,216" target="_self"/> 
	<!-verify poly->
		<area alt="" title="2. Verify closing balances" href="http://help.myob.com/wiki/x/ir-MAQ" shape="poly" coords="476,211,585,130,474,50,932,50,1040,129,930,211" />
	<!-create poly->
		<area alt="" title="3. Create financial reports" href="http://help.myob.com/wiki/x/jr-MAQ" shape="poly" coords="943,49,1054,131,944,210,1392,212,1499,131,1391,49" />
</map>

The Perform Opening Review feature compares the account balances from the current general ledger product with the corresponding account balances in the client's AccountRight or Essentials Accounting ledger. Where there are differences between the two, the Perform Opening Review feature posts journals to the ledger to align balances with the general ledger product. The updated ledger can then be used as the general ledger for the client.

Reviewing trade payable and receivable accounts

Performing an opening review may post to bank, trade debtor and trade creditor accounts if there's a variance between your account balances and your client's balances. This may impact reconciliation reports.

To avoid impacting reconciliation reports, it's a good idea to check your reconciliations. This means checking that your client's bank account balance, receivables and payables reconcile at year-end.

Checking reconciliations will tell you if you need an adjustment journal to correct the balance. Here are some reports to help.

If you're using...We recommend...

AccountRight

Run the following reports from within AccountRight:

  • Bank Reconciliation report.
  • Payables Reconciliation report.
  • Receivables Reconciliation report

You may want to run the Company Data Auditor tool from within the Accounts Command Centre to help reconcile transactions.

Essentials

Run the following reports from Essentials:

  • Bank Reconciliation report.
  • Sales Reconciliation report.
  • Purchases Reconciliation report.

Using the Perform Opening Review feature

UI Expand
expandedtrue
titleTo perform the opening balance review

Excerpt Include
Using the Opening Review Wizard
Using the Opening Review Wizard
nopaneltrue

CSS Stylesheet
.btn-wfcomplete {
	background-color: #00aa65;
	border-radius: .25em;
	border:none;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	width: 150px;
	cursor: pointer;
	transition: all 0.5s;
}

.btn-wfcomplete:hover {
	background-color: #008951;
}
 
.navContainer {
	width: 300px;
	margin: 5px;
	height: 38px;
}
Center
HTML
<br>
<div class="navContainer"</div>
	<input type=button class="btn-wfcomplete" onclick="window.location.href='http://help.myob.com/wiki/x/9LvMAQ';" value="&#171; Previous task"</input>
	<input type=button class="btn-wfcomplete" onclick="window.location.href='http://help.myob.com/wiki/x/ArzMAQ';" value="Next task »"</input>
</div>
<br>