https://github.com/gaelgirodon/accounts
A basic personal financial-accounting software
https://github.com/gaelgirodon/accounts
account accounting financial personal
Last synced: 6 months ago
JSON representation
A basic personal financial-accounting software
- Host: GitHub
- URL: https://github.com/gaelgirodon/accounts
- Owner: GaelGirodon
- License: gpl-3.0
- Created: 2021-01-22T21:47:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T14:07:40.000Z (over 1 year ago)
- Last Synced: 2025-04-07T16:07:45.725Z (6 months ago)
- Topics: account, accounting, financial, personal
- Language: C#
- Homepage:
- Size: 126 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Accounts

A basic personal financial-accounting software.
## Installation
- Install the .NET Desktop Runtime
- Download the [latest release](https://github.com/GaelGirodon/accounts/releases/latest)
- Extract the archive
- Run `Accounts.exe`### Using script
```powershell
# Install .NET Desktop Runtime using the link above or dotnet install scripts# Allow running scripts
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser# Download and install the latest release of Accounts
Invoke-WebRequest 'https://raw.githubusercontent.com/GaelGirodon/accounts/master/Scripts/Install.ps1' `
| Invoke-Expression
```## Features
- Manage an account: add, edit, check and remove transactions
- Navigate in the transactions list by month and year
- Get the account balance and the sum of credits and debits of each month
- Batch duplicate transactions to another date
- Save account transactions to a `.account` file (a simple zipped JSON file)
- Easily create account file backups
- Support many keyboard shortcuts and accelerator keys
- Available in :fr: French and :uk: English
## License
**Accounts** is licensed under the GNU General Public License.