GithubHelp home page GithubHelp logo

rolfschr / gswl-ecosystem Goto Github PK

View Code? Open in Web Editor NEW
28.0 5.0 8.0 47 KB

This reposity contains the software that is presented in the book Getting Started With Ledger.

License: MIT License

Shell 38.09% Python 60.67% Ruby 1.24%

gswl-ecosystem's Introduction

Getting Started With Ledger - Ecosystem

This repo contains the ecosystem software presented in the book Getting Started With Ledger.

Everything you need is specified at GSWL-private.

gswl-ecosystem's People

Contributors

derbeutlin avatar pru-mike avatar rolfschr avatar sercxanto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gswl-ecosystem's Issues

ledreports doesn't work

$LEDGER_ECOSYSTEM_DIR seems to always return . for me in bash

changing alias to this seemed to fix it for me (thanks to stackoverflow)

LEDGER_ECOSYSTEM_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

edit: by the way, just started with ledger and I am loving your guide. Thank you!

Ledger accounts with spaces brackets inside them cause issue in convert.py

One of my accounts had spaces and then brackets in the name (eg "Assets:8367424(TransactionAcct)". When this is processed in convert.py, it causes an error, because the account is not passed to the ledger command with quotes around the account name. Ie, the variable 'cmd', executed on line 137 of convert.py is of the form "ledger Assets:8367424(TransactionAcct)"
Note that the error does not stop execution - it mainly just ignores lines (unreliability) or doesn't fill the full account name into the final file.
There is usually no error message because the script immediately pulls up a view of the converted files, obscuring any errors written to stdout.

Suggested solution:
Problem is fixed for me If you simply add " around the {} on line 124 (the bit that adds the account name after --account when creating the ledger command, cmd). Tested fixing the spaces, not the brackets.

Scrolling inside ledreports

It would be nice if scrolling (using the mouse or using key-strokes) would be possible in the ledreports section as most reports are larger than one screenful.
Totally possible if one configures tmux correctly using

set -g mouse on        #For tmux version 2.1 and up
set -g mode-mouse on   #For tmux versions < 2.1
``

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.