From a92d1217605d1afee0837ad44646a342216aaab3 Mon Sep 17 00:00:00 2001 From: isaaceng7 <110762696+isaaceng7@users.noreply.github.com> Date: Sun, 14 Apr 2024 23:20:23 +0800 Subject: [PATCH] Update list feature in ug --- docs/UserGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 9c10365749..2cf92c41ed 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -75,6 +75,8 @@ Example of usage: * `list` followed by `3` to view Past Week Transactions. * `list` followed by `4` followed by the start date `01-01-2024` followed by the end date `31-03-2024` to view Custom Date Transactions from 01-01-2024 to 31-03-2024. +* `list` followed by `5` followed by account number `ACCOUNT_NUMBER` to view transactions from that account. +* `list` followed by `6` followed by category number `CATEGORY_NUMBER` to view transactions of that category. List feature options: ![](./ug/list_options.png)