Skip to content

A basic personal financial-accounting software

License

Notifications You must be signed in to change notification settings

GaelGirodon/accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accounts

Release License

A basic personal financial-accounting software.

Installation

  • Install the .NET Desktop Runtime
  • Download the latest release
  • Extract the archive
  • Run Accounts.exe

Using script

# 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 🇫🇷 French and 🇬🇧 English

Screenshots

License

Accounts is licensed under the GNU General Public License.