BALANCE SHEET
<%if method eq 'cash'%>
CASH Method
<%end method eq 'cash'%>
as at <%this_period%>
<%if department%>
ASSETS |
<%this_period%> | <%previous_period%> | ||
---|---|---|---|---|
<%asset_account%> | <%asset_this_period%> | <%asset_previous_period%> | ||
TOTAL ASSETS | <%total_asset_this_period%> |
<%total_asset_previous_period%> |
||
LIABILITIES |
||||
<%liability_account%> | <%liability_this_period%> | <%liability_previous_period%> | ||
TOTAL LIABILITIES | <%total_liability_this_period%> | <%total_liability_previous_period%> | ||
SHAREHOLDER'S EQUITY |
||||
<%equity_account%> | <%equity_this_period%> | <%equity_previous_period%> | ||
TOTAL EQUITY | <%total_equity_this_period%> | <%total_equity_previous_period%> | ||
TOTAL LIABILITIES & EQUITY | <%total_this_period%> |
<%total_previous_period%> |