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.5.0
  • latest
  • Source
  • npm
  • Socket score

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

ledger-pivot

Build Status

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

  • drag-drop headings
  • drill-down by clicking a cell to view its transactions
  • subtotals and charts
  • pivot table layouts are automatically persisted to disk
  • define multiple reports via configuration

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

With node.js installed on the target box:

$ git clone --branch=dev https://github.com/dizzib/ledger-pivot.git
$ cd ledger-pivot
$ npm install       # install project dependencies
$ npm start         # build and start the task runner
ledger-pivot > b.a  # build all and start server

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

license

MIT

Keywords

FAQs

Package last updated on 08 May 2019

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