jl/notes.md

13 lines
618 B
Markdown
Raw Normal View History

2018-09-25 16:55:40 -04:00
roll-forward needs intercepted by some retained earnings logic
2018-09-28 14:34:52 -04:00
* top level period gets closed to retained earnings `subpath(id,0,1)`
* top level account is a trial balance `subpath(acct,0,1)`
2018-09-25 16:55:40 -04:00
tasks
2018-09-28 14:34:52 -04:00
* a close-out to retained earning and consolidation process must happen before rolling into a new year, or opening balances need set to 0
2018-09-28 14:38:59 -04:00
* test if rolling into a new year
* need to dynamically create a retained earnings account per trial balance if it does not exist
* need to dynamically determine temporary accounts if not specified
2018-09-28 14:34:52 -04:00
future
* work on UI and web server for different kinds of entries