Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1021 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 1021 Bytes

Zack's plugins for Beancount

Various plugins for the Beancount accounting tool.

The following plugins are currently available:

  • file_ordering: enforces strict date ordering within individual Beancount files
  • no_missing_documents: makes sure that documents referenced from Beancount exist as files on disk
  • validate: rule-based data validation for Beancount ledgers using a simple Python-based DSL
  • cerberus_validate: rule-based data validation for Beancount ledgers using, via Cerberus

License

Copyright (C) Stefano Zacchiroli [email protected]

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See the top-level LICENSE file for the full-text of the GNU General Public License, version 2.