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 21852845c0f4
2 years ago
bsturmfels 31146b884361
2 years ago
bsturmfels 3792d46bcc32
2 years ago
bsturmfels dd35ed25c255
2 years ago
bsturmfels 9c69d656a382
2 years ago
bsturmfels 088713060ad0
2 years ago
bsturmfels ed0bc469ce5a
2 years ago
bsturmfels 43548a1ac994
2 years ago
bsturmfels 7783f7ad10b5
2 years ago
bsturmfels 0342c5b83e70
2 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.