-
Notifications
You must be signed in to change notification settings - Fork 6
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 capability to delete existing transaction entry #11
Comments
May I take a look into it? I am thinking of a scenario like this. |
Right now, the command
will delete the 3rd income entry of August spreadsheet. |
I think we could do both:
Personally I'd prefer the first option if I had to choose only one. |
I think the month argument is ok since the user can see other month's transaction through
and the result does show the line index. However, we can do it your way and not having it for now. I just think it does not add much complexity to the problem. |
@vitokhangnguyen That's right, I honestly forgot about that feature 🤣 Then the command should default to the current month if only 3 arguments are provided. A particular month should be used if a 4th argument is provided, as in your example. BTW, we could add that optional 4th argument to the |
@utkuufuk In the edit command, I thought about it and think that it does make it ambiguous. The edit command takes a transaction as an argument that has a date field. Currently, the program is choosing the spreadsheet id based on the month of that date field. |
@vitokhangnguyen Yeah that makes sense, let's ignore the optional month argument for the |
@Aravind22 In your export PATH="$HOME/.config/composer/vendor/bin:$HOME/.local/bin:$HOME/bin" And the ~/.local/bin which is in my |
@vitokhangnguyen This is a very good idea!
The text was updated successfully, but these errors were encountered: