All Projects → plaintextaccounting → Plaintextaccounting.github.io

plaintextaccounting / Plaintextaccounting.github.io

Licence: gpl-3.0
The plaintextaccounting.org website, a portal to Ledger, hledger, beancount and co.

Projects that are alternatives of or similar to Plaintextaccounting.github.io

Ledger Autosync
Synchronize your ledger-cli files with your bank.
Stars: ✭ 189 (-17.83%)
Mutual labels:  accounting, ledger
ledg
Batch modifiable ledger-like written in nodejs
Stars: ✭ 32 (-86.09%)
Mutual labels:  accounting, ledger
Hledger Mode
An Emacs major mode for Hledger
Stars: ✭ 142 (-38.26%)
Mutual labels:  accounting, ledger
Abandon
😌 Simple and Robust Accounting
Stars: ✭ 155 (-32.61%)
Mutual labels:  accounting, ledger
Ledger
Command line double-entry accounting program
Stars: ✭ 272 (+18.26%)
Mutual labels:  accounting, ledger
nledger
.Net Ledger: Double-Entry Accounting System
Stars: ✭ 141 (-38.7%)
Mutual labels:  accounting, ledger
Hledger
A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Stars: ✭ 1,887 (+720.43%)
Mutual labels:  accounting, ledger
Transity
Keep track of your 💵, 🕘, 🐖, 🐄, 🍻 on your command line
Stars: ✭ 528 (+129.57%)
Mutual labels:  accounting, ledger
knut
knut is an efficient plain text accounting tool with support for multiple currencies and valuation.
Stars: ✭ 40 (-82.61%)
Mutual labels:  accounting, ledger
ledger2beancount
Ledger to Beancount text-based converter
Stars: ✭ 63 (-72.61%)
Mutual labels:  accounting, ledger
Ledger
Double-entry accounting system with a command-line reporting interface
Stars: ✭ 4,062 (+1666.09%)
Mutual labels:  accounting, ledger
Awesome Ledger
⭐️ Useful resources for the Ledger command-line accounting system
Stars: ✭ 99 (-56.96%)
Mutual labels:  accounting, ledger
Blockchain
blockchain (crypto) tools, libraries & scripts in ruby
Stars: ✭ 143 (-37.83%)
Mutual labels:  ledger
Blockvotes
An e-voting system based on blockchain using ring signature
Stars: ✭ 182 (-20.87%)
Mutual labels:  ledger
Idempiere
iDempiere. Community Powered Enterprise. Full Open Source Business Suite ERP/CRM/MFG/SCM/POS
Stars: ✭ 137 (-40.43%)
Mutual labels:  accounting
Dolibarr
Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). It is open source software (written in PHP) and designed for small and medium businesses, foundations and freelancers. You can freely install, use and distribute it as a standalon…
Stars: ✭ 2,877 (+1150.87%)
Mutual labels:  accounting
Moneygo
An accounting web application to track personal finances written in Go and React/Bootstrap
Stars: ✭ 138 (-40%)
Mutual labels:  accounting
Wavelet
Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
Stars: ✭ 224 (-2.61%)
Mutual labels:  ledger
Invoiceneko
An Open Sourced Invoice System developed for anyone who needs to generate out an invoice and manage clients
Stars: ✭ 204 (-11.3%)
Mutual labels:  accounting
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (-29.13%)
Mutual labels:  accounting

The plaintextaccounting.org website

This is the source for plaintextaccounting.org, an information portal/overview site for Plain Text Accounting and related tools: Ledger, hledger, beancount, etc.

The repo is named plaintextaccounting.github.io to make it the Github Pages site for the plaintextaccounting organization, allowing it to be served with the custom plaintextaccounting.org domain.

How to contribute an update (using web UI)

(Ok for trivial updates)

  1. Log in to Github and click the pencil at index.md.
  2. Make your changes to the markdown source. Commit.
  3. Make the corresponding changes in the generated index.html. Commit. It's ok to skip this step if you must; we'll update the html for you.
  4. These commits will be bundled into a pull request (I think). Or will be applied immediately if you have commit access.

How to contribute an update (using pandoc)

  1. Log in to Github, fork this repo, clone it to your machine.
  2. Make your changes to index.md (and/or README.md, css/*, images/*).
  3. Regenerate index.html as follows:
    • Ensure you have pandoc 2.5+ and GNU Make installed, and run make. (Preferred).
    • If you don't have GNU Make, you can run pandoc -f markdown-smart+autolink_bare_uris --template index.tmpl index.md -o index.html
    • If you don't have pandoc, you can update index.html by hand (ok for trivial changes).
  4. Commit the changes (source files and regenerated html files, eg both index.md and index.html).
  5. git push to your fork.
  6. Submit a pull request.

How to get commit access

If you're a recurring contributor and haven't yet been granted commit access, feel free to open an issue to request it.

How to see a live local preview

  1. Install entr and livereloadx
  2. In one window, make liverender to update index.html
  3. In another window, make livereload to run a live-reloading local webserver
  4. Open the page in a browser: http://localhost:10000
  5. Save changes in index.md, see updates in the browser.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].