Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UG #195

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ A quick reference table for all commands is presented below. Certain commands ha
- [Group Management](#group-management)
- [Member and Transaction Management](#member-and-transaction-management)
- [Group Balances \& Expense Tracking](#group-balances--expense-tracking)
- [Easily Finding Transactions You Need](#Easily-Finding-Transactions)
- [Easily Finding Transactions](#easily-finding-transactions)
- [Debt Simplification](#debt-simplification)
- [Security](#security)
- [Data Storage](#data-storage)
Expand Down Expand Up @@ -95,15 +95,15 @@ A quick reference table for all commands is presented below. Certain commands ha
- [Disabling the user PIN: `pin disable`](#disabling-the-user-pin-pin-disable)
- [Resetting user PIN: `pin reset`](#resetting-user-pin-pin-reset)
- [Clearing all transactions `clear`](#clearing-all-transactions-clear)
- [Settle a user's debts: `settleup`](#settle-a-users-debts-settleup)
- [Switching groups: `group`](#switching-groups-group)
- [Filter transactions (by transaction time): `filter`](#filter-transactions-filter)
- [Settle a user's debts: `settleup`](#settle-a-users-debts-settleup)
- [Filter transactions: `filter`](#filter-transactions-filter)
- [Views the balances of all members on a chart: `chart`](#views-the-balances-of-all-members-on-a-chart-chart)
- [Exiting the application: `exit`](#exiting-the-application-exit)
- [FAQ](#faq)
- [Common Errors](#Common-Errors)
- [Failure to adhere to command format](#Failure-to-adhere-to-command-format)
- [Invalid Requests](#Invalid-Requests)
- [Common Errors](#common-errors)
- [Failure to adhere to command format](#failure-to-adhere-to-command-format)
- [Invalid Requests](#invalid-requests)
- [Known Issues](#known-issues)
- [Future Improvements](#future-improvements)

Expand Down Expand Up @@ -722,14 +722,6 @@ Example of usage:
```
// Assuming 3 transactions on 1st Jan 2022, 2023 and 2024

// Filter transactions between a time period
filter a/01-02-2022 2359 b/01-02-2023 2359
The following list of transactions is between the time 01-02-2022 2359 and ...
2.
Lender: alice
Transaction time: 01-01-2023 2359
Borrower 1: bob Owed amount: $3.00

// Filter transactions after a specified date & time
filter a/02-01-2023 2359
The following list of transactions is after the time 01-01-2020 2359.
Expand Down
Loading