We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to "this_month", please add "last_month" shortcut. It's often used to invoice for last month work. My understanding it would go into https://github.com/kriskbx/gitlab-time-tracker/blob/master/src/gtt-report.js#L128-L140 data shortcuts section:
if (program.last_month) config .set('from', moment().subtract(1, 'months').startOf('month')) .set('to', moment().subtract(1, 'months').endOf('month'));
The text was updated successfully, but these errors were encountered:
kriskbx#105: Report: Add date shortcut last_month
e3d3a32
Successfully merging a pull request may close this issue.
Similar to "this_month", please add "last_month" shortcut. It's often used to invoice for last month work. My understanding it would go into https://github.com/kriskbx/gitlab-time-tracker/blob/master/src/gtt-report.js#L128-L140 data shortcuts section:
The text was updated successfully, but these errors were encountered: