accrual: Nicer whitespace in outgoing report.
This commit is contained in:
parent
dcbac5db98
commit
a8a1a53c7c
2 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ def outgoing_report(groups: PostGroups,
|
|||
f"PAYMENT TO: {ticket.get('CF.{payment-to}') or requestor_name}",
|
||||
f"PAYMENT METHOD: {ticket.get('CF.{payment-method}', '')}",
|
||||
f"PROJECT: {', '.join(projects)}",
|
||||
"\nBEANCOUNT ENTRIES:",
|
||||
"\nBEANCOUNT ENTRIES:\n",
|
||||
sep='\n', file=out_file,
|
||||
)
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||
setup(
|
||||
name='conservancy_beancount',
|
||||
description="Plugin, library, and reports for reading Conservancy's books",
|
||||
version='1.0.1',
|
||||
version='1.0.2',
|
||||
author='Software Freedom Conservancy',
|
||||
author_email='info@sfconservancy.org',
|
||||
license='GNU AGPLv3+',
|
||||
|
|
Loading…
Reference in a new issue