An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Accounts

![Release](https://img.shields.io/github/v/release/GaelGirodon/accounts?style=flat-square)
![License](https://img.shields.io/github/license/GaelGirodon/accounts?style=flat-square&color=blue)

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

![Screenshots](./Resources/Screenshots.png)

## License

**Accounts** is licensed under the GNU General Public License.