# denaro **Repository Path**: dongcd/denaro ## Basic Information - **Project Name**: denaro - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-18 - **Last Updated**: 2024-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](NickvisionMoney.Shared/Resources/banner.png) [![Translation status](https://hosted.weblate.org/widgets/nickvision-money/-/app/svg-badge.svg)](https://hosted.weblate.org/engage/nickvision-money/) ✨Powered by [Weblate](https://weblate.org/en/)✨ # Features - Manage multiple accounts at a time, with a familiar tab interface - Easily filter transactions by type, group, or date - Easily repeat transactions, such as bills that occur every month - Transfer money from one account to another - Export an account as a CSV file and import a CSV, OFX or QIF file to bulk add transactions to an account # Installation Download on Flathub Get it from the Snap Store Download from AUR # Chat Join our room # Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how can you help the project and how to provide information so we can help you in case of troubles with the app. # Screenshots
GNOME ![GNOMELight](NickvisionMoney.GNOME/Screenshots/OpenAccount.png) ![GNOMEDark](NickvisionMoney.GNOME/Screenshots/OpenAccountDark.png) ![GNOMEDashboard](NickvisionMoney.GNOME/Screenshots/Dashboard.png)

GNOMETransactionGNOMECompactMode

GNOMEAccountSettingsGNOMEPasswordDialog

PDF Export Sample ![image](https://user-images.githubusercontent.com/17648453/214471610-643b6b62-6b0b-4c65-8c1c-2093174fcbbc.png) ![image](https://user-images.githubusercontent.com/17648453/214471621-0f44f955-6f98-4270-860a-833c58b3b149.png) ![image](https://user-images.githubusercontent.com/17648453/214471627-1d8aa751-a6ac-4cac-a2b3-89e5364dae0a.png)
# GNOME Theming [![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app) The Linux version of this app is designed for GNOME and optimized for the default Adwaita theme. If you customized your system look, it can negatively affect Denaro. However, in case of a breakage, we provide a way to customize some elements using CSS so you can make it look as you need. The CSS code should be added to `~/.config/gtk-4.0/gtk.css`. An example (not really pleasant-looking, it's just to show what modifications you can apply): ``` .denaro-total { background-color: @warning_color; color: #fff; } .denaro-income { color: @purple_2; } .denaro-expense { background: linear-gradient(to right, #000, @blue_4); color: #fff; } @define-color denaro_calendar_today_bg_color @blue_5; @define-color denaro_calendar_today_fg_color #ff0000; @define-color denaro_calendar_marked_day_fg_color @success_color; @define-color denaro_calendar_selected_day_bg_color @card_bg_color; @define-color denaro_calendar_selected_day_fg_color #55cc10; @define-color denaro_calendar_other_month_fg_color @dark_5; ``` # Dependencies - [.NET 8](https://dotnet.microsoft.com/en-us/) # Code of Conduct This project follows the [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct).