Adjusts the Other Expenses category by the specified amount. This can be used to account for fees or taxes. This amount can be accessed using test.otherExpenses property and will print on the Summary Report as "Other Expenses"
This function immediately moves the indicated equity from closed equity to Other Expenses.
Syntax: |
---|
test.UpdateOtherExpenses( expenseAdjustment ) |
Parameter: |
Description: |
---|---|
expenseAdjustment |
Amount to add, or subtract from the other expenses category. ▪Positive value adjustments increase the expense amount of the Other Expense sub-account total. ▪Negative value adjustments reduce the expense amount of the Other Expense sub-account total. |
Returns: |
---|
See example. |
Example: |
---|
' Negative value adjustments reduce the Other Expense total.
' Moves one percent of the total equity from closed equity ' to other expenses. This amount is no longer available equity ' to the test. ' the other expenses.
|
Links: |
---|
See Also: |
|
Edit Time: 9/7/2020 1:57:47 PM |
Topic ID#: 641 |