Skip to content
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

Merge changes for version 1.7 #185

Merged
merged 87 commits into from
Oct 3, 2023
Merged

Merge changes for version 1.7 #185

merged 87 commits into from
Oct 3, 2023

Conversation

TheAxelander
Copy link
Owner

@TheAxelander TheAxelander commented Sep 8, 2023

Check list:

  • Correct Version number on Navigation
  • No open issues in respective milestone
  • 3rd party licenses up-to-date
  • Documentation up-to-date Docs #1
  • Changelog up-to-date
  • Changelog containing release date
  • Updated unRaid Template
  • News released

TheAxelander and others added 18 commits August 14, 2023 10:56
Instead of a full api, this PR allows to import CSV files via query
parameters on the normal Import page.

By specifying
- csv: to a base64 encoded string containing the csv file
- profile: the name of the profile to use for import

the import page opens with all transactions loaded in the preview
window. Now, the user can verify the transaction (e.g. check for
duplicates) and import them with a single click on "Import Data".

I am now able to quickly import transactions by opening OpenBudgeteer
after my bank csv download script:
```
firefox http://localhost:5000/import\?profile\=bank\&csv\=$(base64 -w0 transactions.csv)
```
@TheAxelander TheAxelander added this to the v1.7 milestone Sep 8, 2023
@TheAxelander TheAxelander changed the title WIP: Merge changes for version 1.7 Merge changes for version 1.7 Oct 3, 2023
@TheAxelander TheAxelander marked this pull request as ready for review October 3, 2023 09:00
@TheAxelander TheAxelander merged commit 6cbba41 into master Oct 3, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants