Changeset - dfdb9b65d5cb
[Not reviewed]
0 2 0
Brett Smith - 4 years ago 2020-08-22 16:39:43
brettcsmith@brettcsmith.org
accrual: Add total divider lines.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/accrual.py
Show inline comments
...
 
@@ -342,3 +342,3 @@ class AgingODS(core.BaseODS[AccrualPostings, data.Account]):
 
                    *(odf.table.TableCell() for _ in range(1, text_span)),
 
                    self.balance_cell(total_balance),
 
                    self.balance_cell(total_balance, stylename=self.style_total),
 
                )
...
 
@@ -365,3 +365,3 @@ class AgingODS(core.BaseODS[AccrualPostings, data.Account]):
 
            *(odf.table.TableCell() for _ in range(1, text_span)),
 
            self.balance_cell(total_balance),
 
            self.balance_cell(total_balance, stylename=self.style_bottomline),
 
        )
setup.py
Show inline comments
...
 
@@ -7,3 +7,3 @@ setup(
 
    description="Plugin, library, and reports for reading Conservancy's books",
 
    version='1.8.7',
 
    version='1.8.8',
 
    author='Software Freedom Conservancy',
0 comments (0 inline, 0 general)