Functional Description
Reverses the sign of account balances based upon the GLG AAI's. 1 = Revenues will be positive and
expenses will be negative. 2 = All balance sheet accounts will print as positive. 3 = Revenues and
Expenses will be positive.
Purpose
Setup Notes and Prerequisites
Special Logic
Technical Specification
If mnReverseSign = '1' or '3':
If this object/subsidiary combination is greater than or equal to Beginning Revenue from GLG6 and
less than Beginning Cost of Goods Sold from GLG8 or greater than or equal to Begin Other Income from
GLG11 and less than Begin Other Expense from GLG13, multiply the amount by -1.
If mnReverseSign = '1':
If this object/subsidiary combination is greater than or equal to Begin Cost of Goods from GLG8 and
less than Begin Other Income from GLG11 or greater than Begin Other Expense from GLG13, multiply the
amount by -1.
If mnReverseSign = '2':
If this object/subsidiary combination is greater than or equal to Begin Liability from GLG3 and less
than or equal to YTD Income from GLG5, multiply the amount by
-1.
Return the amount.
D8300002 - Reverse Sign
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szObjSub | DESC | char | OPT | INPUT |
A description, remark, name, or address. | ||||
szBeginPL | DESC | char | OPT | INPUT |
A description, remark, name, or address. | ||||
szEndPL | DESC | char | OPT | INPUT |
A description, remark, name, or address. | ||||
szBeginBS | DESC | char | OPT | INPUT |
A description, remark, name, or address. | ||||
szEndBS | DESC | char | OPT | INPUT |
A description, remark, name, or address. | ||||
mnReverseSign | OWREVS | MATH_NUMERIC | OPT | INPUT |
Use this processing option to reverse the sign of amounts printed on reports. Valid values are:
0 = Do not reverse any signs.
1= Reverse
| ||||
mnAmount | AN01 | MATH_NUMERIC | OPT | BOTH |
A number that represents the net amount posted during the accounting period. The system uses the accounting periods from the Company
| ||||
szBeginCOGS | DESC | char | OPT | INPUT |
A description, remark, name, or address. | ||||
szBeginOtherIncome | DESC | char | OPT | INPUT |
A description, remark, name, or address. | ||||
szBeginOtherExpense | DESC | char | OPT | INPUT |
A description, remark, name, or address. |
None |
None |