accrual: Nicer whitespace in outgoing report.

This commit is contained in:
Brett Smith 2020-05-18 09:25:04 -04:00
parent dcbac5db98
commit a8a1a53c7c
2 changed files with 2 additions and 2 deletions

View file

@ -241,7 +241,7 @@ def outgoing_report(groups: PostGroups,
f"PAYMENT TO: {ticket.get('CF.{payment-to}') or requestor_name}", f"PAYMENT TO: {ticket.get('CF.{payment-to}') or requestor_name}",
f"PAYMENT METHOD: {ticket.get('CF.{payment-method}', '')}", f"PAYMENT METHOD: {ticket.get('CF.{payment-method}', '')}",
f"PROJECT: {', '.join(projects)}", f"PROJECT: {', '.join(projects)}",
"\nBEANCOUNT ENTRIES:", "\nBEANCOUNT ENTRIES:\n",
sep='\n', file=out_file, sep='\n', file=out_file,
) )

View file

@ -5,7 +5,7 @@ from setuptools import setup
setup( setup(
name='conservancy_beancount', name='conservancy_beancount',
description="Plugin, library, and reports for reading Conservancy's books", description="Plugin, library, and reports for reading Conservancy's books",
version='1.0.1', version='1.0.2',
author='Software Freedom Conservancy', author='Software Freedom Conservancy',
author_email='info@sfconservancy.org', author_email='info@sfconservancy.org',
license='GNU AGPLv3+', license='GNU AGPLv3+',