Changeset - f7d24cd8ab27
[Not reviewed]
0 2 0
Brett Smith - 4 years ago 2020-06-29 13:39:41
brettcsmith@brettcsmith.org
fund: ODS report usability improvements.

* Lock the first column.
* Open the breakdown sheet by default.
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/fund.py
Show inline comments
...
 
@@ -128,2 +128,3 @@ class ODSReport(core.BaseODS[FundPosts, None]):
 
        self.lock_first_row()
 
        self.lock_first_column()
 
        self.add_row()
...
 
@@ -173,3 +174,5 @@ class ODSReport(core.BaseODS[FundPosts, None]):
 
        self.lock_first_row(sheet)
 
        self.lock_first_column(sheet)
 
        self.document.spreadsheet.insertBefore(sheet, self.sheet)
 
        self.set_open_sheet(self.sheet)
 

	
setup.py
Show inline comments
...
 
@@ -7,3 +7,3 @@ setup(
 
    description="Plugin, library, and reports for reading Conservancy's books",
 
    version='1.5.3',
 
    version='1.5.4',
 
    author='Software Freedom Conservancy',
0 comments (0 inline, 0 general)