Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add title to Entry (or other class) #31

Open
epogrebnyak opened this issue Jun 16, 2023 · 0 comments
Open

add title to Entry (or other class) #31

epogrebnyak opened this issue Jun 16, 2023 · 0 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@epogrebnyak
Copy link
Owner

e1 = Entry(dr="cash", cr="equity", amount=1000)  # pay in shareholder equity
e2 = Entry(dr="goods", cr="cash", amount=250)    # acquire goods worth 250
e3 = Entry(cr="goods", dr="cogs", amount=200)    # sell goods worth 200
e4 = Entry(cr="sales", dr="cash", amount=400)    # for 400 in cash
e5 = Entry(cr="cash", dr="sga", amount=50)       # administrative expenses
@epogrebnyak epogrebnyak added the enhancement New feature or request label Jun 16, 2023
@epogrebnyak epogrebnyak added the wontfix This will not be worked on label Jun 28, 2023
@epogrebnyak epogrebnyak removed the wontfix This will not be worked on label Jul 15, 2023
@epogrebnyak epogrebnyak added the wontfix This will not be worked on label Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant