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 6c89febb9059
3 years ago
Brett Smith ccbc447a353d
3 years ago
Brett Smith 5231a1784f87
3 years ago
Brett Smith ee2bd6c09693
3 years ago
Brett Smith 3721226d17fe
3 years ago
Brett Smith f3c3ebcf59e2
3 years ago
Brett Smith 0a34ed6798bb
3 years ago
Brett Smith f508df06c162
3 years ago
Brett Smith 4de5df9035f6
3 years ago
Brett Smith b142b3e521be
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.