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
bsturmfels 8a4fb5758cb8
1 month ago
bsturmfels 5a8da108b983
2 months ago
bsturmfels bd07154fbbb8
2 months ago
bsturmfels 1473d24d6e28
2 months ago
bsturmfels 9129a4af6a39
2 months ago
bsturmfels 52ea12d4cf57
2 months ago
bsturmfels 45bc99e9acc4
2 months ago
bkuhn 5784068904e8
9 months ago
bkuhn 6deaacb11bdd
9 months ago
bkuhn 1a0ccd39b075
9 months 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.