blob: 80aff97a68e899c39905d1baf085238b9683d4dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# task-001
Schist must have a desktop interface for inserting transactions.
- [ ] Add a table of transactions to the transactions view main content with
these columns:
- Date
- Bucket
- Payee
- Quantity
- Balance
- [ ] Add a new transaction form at the top of the table
- [ ] Move the Balance column header to after the new transaction form
Source: req-048, ui-designs/desktop-views
Epic: epic-000
Blocked by: task-010, task-012
Relates to: req-073, req-037, req-035, req-030
|