项目作者: AaronLenoir

项目描述 :
Visualizes some reports on GnuCash data.
高级语言: JavaScript
项目地址: git://github.com/AaronLenoir/gnucash-reporter.git
创建时间: 2017-02-17T22:57:38Z
项目社区:https://github.com/AaronLenoir/gnucash-reporter

开源协议:MIT License

下载


gnucash-reporter

Visualizes some reports on GnuCash data.

Unfinished personal project I’m working on to:

  1. Learn about electron and node
  2. Get some better visualizations of GnuCash data

Features

Currently it only (kind of) displays a summary balance of the main accounts in a GnuCash file.

It only supports sqlite GnuCash files at the moment.

It’s not in a usable state yet, but interesting enough (for me) to keep around.

Running

Assuming you have npm, electron and git:

  1. git clone https://github.com/AaronLenoir/gnucash-reporter.git
  2. cd gnucash-reporter
  3. npm install
  4. npm start

If it works and runs, it should first ask you to locate a gnucash file. Make sure it’s a sqlite gnucash file. There’s an example file included in this repository.