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
Add support with special slack command to be able to track spending of fund.
Command to support: spend 1500 uah 2022-05-29 11:14 "Buy the drone", where
spend 1500 uah 2022-05-29 11:14 "Buy the drone"
spend
1500
uah
2022-05-29
11:14
"Buy the drone"
something
Tracking of spending should go into separate table.
Add field to Fund object called spent to track total amount that was spent. Update that field each time a spending is recorded.
spent
Return total spent amount when processing list command.
list
Return all spending records together with donations records when processing list <fundname> command.
list <fundname>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add support with special slack command to be able to track spending of fund.
Command to support:
spend 1500 uah 2022-05-29 11:14 "Buy the drone"
, wherespend
- command name (required)1500
- amount (required)uah
- currency (optional, use fund's currency by default)2022-05-29
- date (optional, use today's date by default)11:14
- time (optional, use current time by default)"Buy the drone"
- description (optional, putsomething
by default)Tracking of spending should go into separate table.
Add field to Fund object called
spent
to track total amount that was spent. Update that field each time a spending is recorded.Return total spent amount when processing
list
command.Return all spending records together with donations records when processing
list <fundname>
command.The text was updated successfully, but these errors were encountered: