diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-25 22:36:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-25 22:36:59 +0100 |
| commit | ba5a9d76a38545b9b7dd83cbc63dc18e3fbfbf57 (patch) | |
| tree | 3d7916a702fb11d0233acc02abfe8327a619ebc9 /requirements | |
| parent | de2bc7541efc7adde516b60a64fca80b9c2b3148 (diff) | |
task-063: adds exceptions to req-078
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/catalogue/req-078.md | 33 | ||||
| -rw-r--r-- | requirements/tasks/task-063.md | 2 |
2 files changed, 33 insertions, 2 deletions
diff --git a/requirements/catalogue/req-078.md b/requirements/catalogue/req-078.md index bb2ffd9..08091d1 100644 --- a/requirements/catalogue/req-078.md +++ b/requirements/catalogue/req-078.md @@ -7,7 +7,7 @@ transaction. Source: req-077 -Satisfied by: req-048, ass-011, ass-000, ass-012, ass-013 +Satisfied by: req-048, ass-011, ass-000, ass-012, ass-013, req-118 Related to: req-014, req-081 @@ -21,3 +21,34 @@ Trigger: the user makes a holiday purchase while on holiday. 3. Wait until the user next regularly opens Schist on their desktop computer. 4. The user takes all receipts and paper notes from their wallet. 5. The user enters all the transactions recorded there into Schist. + +### Exceptions + +#### The user gets the date wrong + +If the user gets the date wrong, tough luck. It's good enough. + +#### The user doesn't write down the date and forgets it + +The user will have to enter a date in order to enter a transaction into Schist. +If it's not exactly accurate, that's not the end of the world. + +#### The user doesn't write down the payee or gets it wrong + +If the user omits the payee or gets it wrong, tough luck. It's good enough. + +#### The user gets the amount wrong + +If the user gets the amount wrong, then they'll have to enter a reconciliation +transaction next time they reconcile their cash account. + +#### The user loses the receipt or note + +If the user loses the receipt or note, then the missing amount will end up in a +reconciliation transaction the next time they reconcile their cash account. + +#### The user forgets to take a receipt or note + +If the user forgets to take a receipt or note, then the missing amount will end +up in a reconciliation transaction the next time they reconcile their cash +account. diff --git a/requirements/tasks/task-063.md b/requirements/tasks/task-063.md index 3de4886..429dec8 100644 --- a/requirements/tasks/task-063.md +++ b/requirements/tasks/task-063.md @@ -10,7 +10,7 @@ Blocks: task-059 - [x] req-012 (record cash beer transaction by SMS) - [x] req-014 (record cash beer transaction by desktop) -- [ ] req-016 (record card beer transaction by bank sync) +- [x] req-016 (record card beer transaction by bank sync) - [ ] req-076 (record cash holiday transaction by SMS) - [ ] req-078 (record cash holiday transaction by desktop) - [ ] req-080 (record card holiday transaction by importing from CSV) |
