Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ledger-pivot

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ledger-pivot

View ledger transactions in a pivot-table in a web browser.

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

ledger-pivot

View ledger transactions in a pivot-table in a web browser:

  • define multiple reports via configuration
  • drag-drop headings
  • subtotals and charts
  • pivot table layouts are automatically persisted to disk

Screenshots

screenshot 1 screenshot 2

install and run

With node.js installed:

$ npm install -g ledger-pivot  # might need to prefix with sudo
$ ledger-pivot

then navigate your web-browser to http://your-server:7070 to view the examples.

configure

Configuration files live in directory ~/.config/ledger-pivot unless you've changed your $XDG_CONFIG_HOME variable. This location can be overridden with the -c flag on the command line.

The settings.yaml should be edited as required, specifying the source of transaction csv data and (optionally) the pivot table's initial configuration.

options

$ ledger-pivot --help
Usage: ledger-pivot [options]

Options:

  -h, --help                output usage information
  -V, --version             output the version number
  -c, --config-path [path]  path to configuration files
  -p, --port [port]         listening port (default:7070)

developer build and run

$ npm install -g livescript   # ensure livescript is installed globally
$ git clone git@github.com:dizzib/ledger-pivot.git
$ cd ledger-pivot
$ ./task/bootstrap            # compile the task runner and install dependencies
$ node _build/task/repl       # launch the task runner
ledger-pivot > b.a            # build all and run

license

MIT

Keywords

FAQs

Package last updated on 19 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc