-
-
Notifications
You must be signed in to change notification settings - Fork 240
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 billing info (feature) #508
Comments
Nice idea: I would love something like that. I wonder if it's flexible enough. You want to link the invoice to a project? It might also be good to "invoice all projects" or "invoice a tag" to accommodate other Customer strategies/conventions that people could have. |
I am not sure about the flexibility, but it seems like the frames are stored as json if i am not wrong so it seems flexible. A plain text comment will be enough just like a commit message, you can save URL if you want so yes storing a link is a good idea. Yes There can be many options and strategies. I have to maintain a separate sheet for hours which are paid and unpaid even a basic project level option will be very very helpful. rest the options are limitless. |
Maybe we don't need to add The idea is to be able to do this:
The idea is to support the same syntax as
Note that the "comment" feature would be a feature on its own. When creating an invoice, you would do something like this:
|
So for so great, watson is helping with my daily time tracking. I just miss one thing if it was possible to log time paid or unpaid status with a comment for invoice/billing purpose.
for-example
watson invoice paid --from "2024-04-24" --to "2024-07-17" --comment "Invoice #223" funny-meme-task
and in reporting it should be appear with the invoice status unpaid(by-default) or paid with comment
for exmaple:
something like this or may be more better. also reporting may also be added additional attribute to filter unpaid and paid hours.
The text was updated successfully, but these errors were encountered: