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 a5ebc04f5d49
3 years ago
Brett Smith b599ddee5de9
3 years ago
Brett Smith 9c943bc8a90e
3 years ago
Brett Smith 221d42a4791a
3 years ago
Brett Smith 1ca7cccf1702
3 years ago
Brett Smith 9598b29ba791
3 years ago
Brett Smith ca12496880d6
3 years ago
Brett Smith 6752a4020697
3 years ago
Brett Smith 96b39a877816
3 years ago
Brett Smith 95f7524b000e
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.