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

Move the tagging of accounts as main to the userspace #80

Open
darcys22 opened this issue Aug 17, 2020 · 2 comments
Open

Move the tagging of accounts as main to the userspace #80

darcys22 opened this issue Aug 17, 2020 · 2 comments
Labels
good first issue Good for newcomers

Comments

@darcys22
Copy link
Owner

Currently godbledger creates a new account when needed and tags it ‘Main’ remove this from godbledger server and push it to the ledger_cli

@darcys22
Copy link
Owner Author

#161 partially solves this. Would probably also like a ledger-cli command to create an account and optionally tag it. Right now the accounts are really only made by a journal having a new transaction with new accounts in it. Revisited some of the logic so that it tags main in the right places.

@darcys22
Copy link
Owner Author

Low Priority:

  • Create command in ledger-cli to create an account (optionally tag main)
  • Enforce creation of accounts through that command and do not create new accounts via transactions with new account names

@darcys22 darcys22 added the good first issue Good for newcomers label Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant