Open Issues Need Help
View All on GitHubAI Summary: Debug and fix the 'back' button functionality on all wishlist-related pages within the Imhotep Financial Manager web application. The current 'back' button on the 'add new wish' page redirects to the incorrect URL (/wishlist instead of /filter_year_wishlist), and this issue is replicated across other wishlist pages. The fix requires identifying the source of the incorrect URL redirection and correcting it to ensure proper navigation.
financial manager webapp to manage your deposits and withdrawals and track your transactions and put your wishlist and set a financial target for every month
AI Summary: Implement a conditional statement in the Jinja template of the `/show_trans` page to display a link only if a corresponding value exists in the database. This prevents displaying 'None' links.
financial manager webapp to manage your deposits and withdrawals and track your transactions and put your wishlist and set a financial target for every month
AI Summary: Modify the 'add new scheduled transaction' feature to pre-select the user's favorite currency using the `select_favorite_currency` function from `utils.currencies`. This involves fetching the user's preferred currency from the backend and setting it as the default currency selection on the frontend form.
financial manager webapp to manage your deposits and withdrawals and track your transactions and put your wishlist and set a financial target for every month
AI Summary: The task involves updating the project's download page. This includes removing a link to an unsupported Electron app and adding instructions or a link for installing the web application as a Progressive Web App (PWA) on desktop.
financial manager webapp to manage your deposits and withdrawals and track your transactions and put your wishlist and set a financial target for every month