|
| 1 | +# MoneyTracker Tour |
| 2 | +<p align=center> |
| 3 | + <a href="MoneyTrackerTour.en-US.md">English </a> |
| 4 | + <a href="MoneyTrackerTour.zh-TW.md">繁體中文</a><br> |
| 5 | +</p> |
| 6 | + |
| 7 | +> If there are any issues with missing instructions, feel free to leave a comment for discussion. |
| 8 | +## Login Page Instructions |
| 9 | + |
| 10 | + |
| 11 | +* On the right side of this page, enter your Username in the <font color="#f00">red box</font>. |
| 12 | +* On the right side of this page, enter your Password in the <font color="#FF8D33">orange box</font>. |
| 13 | + * Click the button in the <font color="#3377FF">blue box</font> to display the Password. |
| 14 | +* Then click the <font color="#f00">red LOG IN button</font> to log in. |
| 15 | +* If you do not have an account, click the <font color="#3377FF">blue SIGN UP button</font> to go to the [registration page](#Sign-up-page-instructions). |
| 16 | + |
| 17 | +--- |
| 18 | + |
| 19 | +## Sign-up Page Instructions |
| 20 | + |
| 21 | +* On the right side of this page, enter your Username. |
| 22 | + * <font color="#f00">Note: Your Username will be used for future logins.</font> |
| 23 | +* On the right side of this page, enter your Email. |
| 24 | +* On the right side of this page, enter your Phone number. |
| 25 | +* On the right side of this page, enter your Password. |
| 26 | + * <font color="#f00">Note: Your Password will be used for identity verification during future logins.</font> |
| 27 | + * Click [Show Password] to display the characters of your Password. |
| 28 | +* After completing the data entry, click the <font color="#f00">red SIGN UP button</font>, and after successful registration, you will be guided to the login page. |
| 29 | +* If you already have an account, click the <font color="#3377FF">blue LOG IN button</font> to go to the [login page](#Login-page-instructions). |
| 30 | + |
| 31 | +:::warning |
| 32 | +**Possible issues:** Please follow the instructions in the pop-up prompt. |
| 33 | +1. Username, Email, Phone number, Password not entered. |
| 34 | +2. Invalid characters entered. |
| 35 | + * For the Email field, please enter a complete email address including the @ symbol. |
| 36 | + * The Phone field only accepts numbers. |
| 37 | +4. Registration data has been used. |
| 38 | + * Username, Email, Phone number, Password must <font color="#f00">not be duplicated</font>; please ensure you have not registered before. |
| 39 | +::: |
| 40 | + |
| 41 | +--- |
| 42 | + |
| 43 | +## Dashboard Page Instructions |
| 44 | + |
| 45 | + |
| 46 | +* This page will default to displaying this month's statistics. |
| 47 | +* The Expense field will display this month's total expenses. |
| 48 | +* The Income field will display this month's total income. |
| 49 | +* The Balance field will display this month's balance (total income - total expenses). |
| 50 | +* To view statistics for other months, select the month from the Select Month dropdown menu, and choose the year from the Select Year dropdown menu. |
| 51 | +* If you need a statistics table that includes time, please go to the [History page](#History-page-instructions). |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +## History Page Instructions |
| 56 | + |
| 57 | +* This page will display your recorded expenses & income. |
| 58 | +* At the top, you can select the month, year, and category (income/expenses/all) from the dropdown menus, then click the Search button to display the data in the table below. |
| 59 | +* If you need to [modify](#modify-records), [delete](#delete-records), or [clear selected records](#clear-selected-items), please refer to the links. |
| 60 | + |
| 61 | +### Modify Records |
| 62 | +To modify records, please follow these steps: |
| 63 | +1. Click on the item you want to modify in the table. |
| 64 | +2. In the Modify area at the bottom, the item you clicked will be displayed, and you can click on the item you want to modify. |
| 65 | + * For the Date field, refer to the [date entry instructions](#date-entry-instructions). |
| 66 | +4. After making changes, click the Modify button. |
| 67 | +### Delete Records |
| 68 | +To delete records, please follow these steps: |
| 69 | +1. Click on the item you want to delete in the table. |
| 70 | +2. In the Modify area at the bottom, the item you clicked will be displayed, click the Delete button to remove it. |
| 71 | +### Clear Selected Items |
| 72 | +To clear selected items, please follow these steps: |
| 73 | +1. In the Modify area at the bottom, the items you have currently selected will be displayed, and you can click the Refresh button to deselect them. |
| 74 | + |
| 75 | +--- |
| 76 | + |
| 77 | +## AddExpense Page Instructions |
| 78 | + |
| 79 | + |
| 80 | +* Select the category of the expense from the Category dropdown menu. |
| 81 | +* For the Date field, refer to the [date entry instructions](#date-entry-instructions). |
| 82 | +* Directly enter the amount in the Amount field, limited to <font color="#f00">numbers only</font>. |
| 83 | +* The Detail field can contain any details or notes about this expense. |
| 84 | +* If you need to add an income item, refer to the [AddIncome page instructions](#AddIncome-page-instructions). |
| 85 | + |
| 86 | +--- |
| 87 | +## AddIncome Page Instructions |
| 88 | + |
| 89 | +* Select the category of the income from the Category dropdown menu. |
| 90 | +* For the Date field, refer to the [date entry instructions](#date-entry-instructions). |
| 91 | +* Directly enter the amount in the Amount field, limited to <font color="#f00">numbers only</font>. |
| 92 | +* The Detail field can contain any details or notes about this income. |
| 93 | +* If you need to add an expense item, refer to the [AddExpense page instructions](#AddExpense-page-instructions). |
| 94 | + |
| 95 | +--- |
| 96 | + |
| 97 | +## Date Entry Instructions |
| 98 | + |
| 99 | +* As an example, on the AddExpense page |
| 100 | +* Click the small calendar button on the right to pop up the date options, and simply click on a date to automatically fill in the date. |
0 commit comments