Skip to content

Commit 6724cd9

Browse files
committed
money_readme: %s/committed/outstanding/g, make example table
1 parent 3a6ed8c commit 6724cd9

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

MONEY_README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ A hackbot script to help us check how much money we need.
77
First, make a new Google spreadsheet tracking money in whatever way you'd
88
like.
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
1212
same row in two different columns, one after the other.
1313

14+
| ... | Total $ received | Total $ outstanding | ... |
15+
| --- | --- | --- | --- |
16+
| ... | 1000 | 99000 | ... |
17+
| ... | ... | ... | ... |
18+
1419
Make 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"
4247
hackbot 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"
5661
hackbot 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

Comments
 (0)