Summary
git Use ID
Plugin, library, and reports for reading Conservancy's books
Statistics are disabled for this repository
Downloads are disabled for this repository
Brett Smith 69f3e4ee6eeb
3 years ago
Brett Smith 39a9d0d67ea5
3 years ago
Brett Smith 5ac2e4a87279
3 years ago
Brett Smith 2e8e70cff35b
3 years ago
Brett Smith f0a5116429a4
3 years ago
Brett Smith ef03893bfed3
3 years ago
Brett Smith 25321a81b0f1
3 years ago
Brett Smith 7335282e5a64
3 years ago
Brett Smith 9e33b2795ca5
3 years ago
Brett Smith 1c71d7c6e145
3 years ago

Beancount plugin and tools for Conservancy's books

Introduction

This repository includes code that Software Freedom Conservancy uses to keep its books in Beancount. It includes:

  • A Beancount plugin to validate that transactions are documented according to business rules, and normalize "enum-like" metadata we have defined
  • A set of financial business reports from the books
  • Related tools to help with audit and tax reporting

Installation

<tt class="docutils literal">cd</tt> to this directory with your checkout and then run:

python3 -m pip install --user --upgrade .

For development, a Python virtual environment may be more appropriate. See the development documentation for details.

Development

<tt class="docutils literal">doc/Development.rst</tt> explains how to work on this code, including an overview of how modules are organized.