-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update stats log, count pending in foreign currencies, bumped Buxfer client and supported capabilities #338
Update stats log, count pending in foreign currencies, bumped Buxfer client and supported capabilities #338
Conversation
nisan-tagar
commented
Sep 3, 2024
•
edited
Loading
edited
- Update the stats log format to support pending in foreign currency and updated transactions
- Bumped Buxfer client version and added support for automatic transaction status updates (from pending to cleared).
- Buxfer store to report updates, and pending transactions in foreign currency.
Co-authored-by: Daniel Hauser <36034483+daniel-hauser@users.noreply.github.com>
Added Buxfer API integration with buxfer-ts-client package
specify the environment of the scrape action to have better secret env management
Update scrape.yml
Update scrape.yml
… store to update transactions such as status changes and description updates
…oad to avoid currency hell ...
…stats format method, added required foreign field to stats object.
@daniel-hauser All change requests are now resolved, waiting for review. Thanks! |
@nisan-tagar I looked at the save stat logic and i see that the code is duplicated in all storages so i refactored to have all logic and creation in one place in #341 |
Co-authored-by: Daniel Hauser <36034483+daniel-hauser@users.noreply.github.com>
@daniel-hauser 341 looks good. |