Skip to content

bretts-org/accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accounts

linux macOS windows Codacy grade Codecov GitHub release

Accounting software for the Cortijo Rosario.

Features

  • View existing transactions
  • View P/L by category/month
  • View P/L by period, including brought forward and year to date totals
  • Transaction and P/L filtering by account type, date range and transaction type
  • Add new transactions

Windows: Install from binary

Prerequisites

Instructions

  • Download and install Accounts-version.msi from the latest accounts release
  • Backup your existing transaction file
  • Start the application:
    • Open a command prompt by using WindowsKey + R, and typing cmd
    • Change to the installation directory: cd C:\Program Files (x86)\Accounts
    • Run (where C:\path\to is the location of your TRANS file):
      bin\accounts.bat "--transfile=C:\path\to\TRANS"

Build/run from source

Prerequisites

Instructions

  • Download and unzip the latest source
  • From the root directory of the extracted source, run: sbt "run --transfile=C:/path/to/TRANS"

Contribute

Prerequisites

Recommended