@@ -7,10 +7,15 @@ A hackbot script to help us check how much money we need.
77First, make a new Google spreadsheet tracking money in whatever way you'd
88like.
99
10- Next, make two cells in the same row, one with the ** total $ committed ** and
11- one with the ** total $ received ** . Hackbot money requires that they be in the
10+ Next, make two cells in the same row, one with the ** total $ received ** and
11+ one with the ** total $ outstanding ** . Hackbot money requires that they be in the
1212same row in two different columns, one after the other.
1313
14+ | ... | Total $ received | Total $ outstanding | ... |
15+ | --- | --- | --- | --- |
16+ | ... | 1000 | 99000 | ... |
17+ | ... | ... | ... | ... |
18+
1419Make sure that these cells display the amounts _ without_ a dollar sign (e.g.
1520` 1000 ` , not ` $1000 ` ). See [ here] [ no-dollar ] if you're not sure how to do this.
1621
@@ -42,7 +47,7 @@ hackbot conf set money.spreadsheet.url "paste in the hash here"
4247hackbot conf set money.spreadsheet.tabname " Money"
4348```
4449
45- 2 . ` money.row ` : the row you put the "total $ committed " and "total $
50+ 2 . ` money.row ` : the row you put the "total $ outstanding " and "total $
4651 received" cells in. The rows are 1-indexed.
4752
4853``` bash
@@ -56,7 +61,7 @@ hackbot conf set money.row "1"
5661hackbot conf set money.received.col " 1"
5762```
5863
59- 4 . ` money.outstanding.col ` : the column you put the "total $ committed " cell
64+ 4 . ` money.outstanding.col ` : the column you put the "total $ outstanding " cell
6065 in, directly to the right of the "total $ received" cell. The columns are
6166 1-indexed.
6267
0 commit comments