Skip to content

Commit

Permalink
Update experimental.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak authored Jan 9, 2024
1 parent eb390ab commit 6e15a61
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,23 @@ def save(self, chart_path, entries_path):

# IDEAS: interchangeable list(in-memory) vs LineJSON
# .new(), .append(), .iter(), save()

# MORE IDEAS:
# set --assets cash ar inv prepaid_insurance
# set --liabilities ap
# set --capital equity
# set --income sales
# set --expenses cogs sga
# set --re retained_earnings
# offset
# name
# add contra:sales:refunds
# init "Dunder Mufflin"
# load balances.json
# user_chart as book.chart
# book.chart.set_assets(cash, ar, inv)
# load should load as first transaction
# company name in user_chart p
# question about post to ledger
# extract.py question about testing mkdocs scripts

0 comments on commit 6e15a61

Please sign in to comment.