budget

command module
v0.0.0-...-ad89687 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

README

Budget

A simple budget application

Getting Started

  1. Have docker installed
  2. Create new folder called budget (or whatever you want)
  3. Within this folder create a folder called "data"
  4. In your budget folder run the following from the terminal: docker run -it -p 8080:8080 -v "$PWD/data":/go/src/github.com/tfolkman/budget/data tfolkman/budget
  5. Start budgeting: localhost:8080

When done, type CTRL-C to end the process. Your transactions and budgets are stored in a sqlite database at ./data/budget.db. You can just copy this file to Dropbox to back it up.

When you want to budget again, just go back to the directory and follow steps 4 and 5 above.

Documentation

main page

The main page (seen above) shows for a selected month the amount budgeted, spent, and remaining for each category.

To manually add transaction, go to the "Add Transactions" tab.

To import data (QFX files only supported for now), go to the "Import Data" tab.

To view or edit transactions, go to the "Edit Transactions" tab.

To view, add, or edit a monthly budget, go to the "Edit Budget" tab.

Road Map

  1. Figure out way to sync to Dropbox
  2. Add total monthly budget and spend on main page
  3. QIF import for paypal
  4. Dashboards

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL