INCOME STATEMENT
<%if method eq 'cash'%>
CASH Method
<%end method eq 'cash'%>
<%period%>
<%if department%>
INCOME |
<%this_period%> | <%previous_period%> | |
---|---|---|---|
<%income_account%> | <%income_this_period%> | <%income_previous_period%> | |
TOTAL INCOME | <%total_income_this_period%> |
<%total_income_previous_period%> |
|
EXPENSES |
|||
<%expense_account%> | <%expense_this_period%> | <%expense_previous_period%> | |
TOTAL EXPENSES | <%total_expense_this_period%> | <%total_expense_previous_period%> | |
INCOME / (LOSS) | <%total_this_period%> |
<%total_previous_period%> |