adjustment
Method | Return type | Description |
---|---|---|
name | string | Name of the adjustment. |
period | period | The period this adjustment is in. |
transactions | array | Returns an array of items with value description and account attributes. |
number | integer | The number of the adjustment (numbers of external and internal adjustments can overlap). |
tags | array | Returns an array of items with name attribute. |
purpose | string | Purpose of the adjustment |
external? | boolean | True when external, false when internal. |
internal? | boolean | True when internal, false when external. |
from_reverse? | boolean | True when this adjustment was created by reversing another adjustment. |
from_forward? | boolean | True when this adjustment was created by forwarding another adjustment. |
from_copy? | boolean | True when this adjustment was created by copying another adjustment. |
forward_account | accounts drop | The equity account that was used to do a roll forward. |
Updated over 1 year ago