You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -474,7 +474,7 @@ You have now added James Wee to our Client List! ClientCare shows a success mess
474
474
475
475
<divstyle="page-break-after: always;"></div>
476
476
477
-
### Deleting a client: `delete`
477
+
### Deleting a client: `delete`
478
478
479
479
While you can have new clients, it is also possible to lose existing clients. Hopefully, that does not happen often!
480
480
You can delete a specified client from the client list with `delete`.
@@ -507,7 +507,7 @@ You have now removed David Li from our client list! ClientCare shows a success m
507
507
508
508
<divstyle="page-break-after: always;"></div>
509
509
510
-
### Editing a client: `edit`
510
+
### Editing a client: `edit`
511
511
512
512
Client information is always changing! If you ever need to update your client's particulars, you can edit an existing client with `edit`.
513
513
@@ -540,7 +540,7 @@ You have updated James' name! ClientCare shows a success message in the Feedback
540
540

541
541
542
542
543
-
### Listing all clients: `list`
543
+
### Listing all clients: `list`
544
544
545
545
After applying certain filter or finding commands, you can see all your clients again with `list`.
546
546
@@ -565,7 +565,7 @@ All your clients are now listed on the client list! ClientCare shows a success m
565
565
566
566
<divstyle="page-break-after: always;"></div>
567
567
568
-
### Viewing a client: `view`
568
+
### Viewing a client: `view`
569
569
570
570
There are times when you would want to view a client's details and his policies in detail. You can do so with `view`.
571
571
@@ -677,7 +677,7 @@ ClientCare shows a success message in the Feedback Display too.
677
677
678
678
<divstyle="page-break-after: always;"></div>
679
679
680
-
### Clearing all entries: `clear`
680
+
### Clearing all entries: `clear`
681
681
682
682
Do you want to clear the sample clients from ClientCare or start from scratch?
683
683
You can clear all the clients from the client list with `clear`.
@@ -708,7 +708,7 @@ ClientCare shows a success message in the Feedback Display too.
708
708
709
709
<divstyle="page-break-after: always;"></div>
710
710
711
-
### Sorting the client list: `sort`
711
+
### Sorting the client list: `sort`
712
712
713
713
Want to see all your VIP clients first? You can sort the client list with `sort`:
714
714
@@ -767,7 +767,7 @@ ClientCare offers the following commands to help you manage your schedule:
767
767
768
768
<divstyle="page-break-after: always;"></div>
769
769
770
-
### Updating last met: `met`
770
+
### Updating last met: `met`
771
771
772
772
Just met up with a client? You can update the last met date you had with your client with `met`.
773
773
@@ -818,7 +818,7 @@ ClientCare shows a success message in the Feedback Display too.
818
818
819
819
<divstyle="page-break-after: always;"></div>
820
820
821
-
### Setting last met overdue period: `set`
821
+
### Setting last met overdue period: `set`
822
822
823
823
Feel that 90 days is too short or long of a period? You can set your own desired overdue duration with `set`.
824
824
@@ -849,7 +849,7 @@ ClientCare shows a success message in the Feedback Display too.
849
849
850
850
<divstyle="page-break-after: always;"></div>
851
851
852
-
### Scheduling appointments: `schedule`
852
+
### Scheduling appointments: `schedule`
853
853
854
854
Got a new appointment or a rescheduling is needed?
855
855
You can schedule an appointment date and time you have with your client with `schedule`.
@@ -900,7 +900,7 @@ ClientCare shows a success message in the Feedback Display too.
900
900
901
901
<divstyle="page-break-after: always;"></div>
902
902
903
-
### Marking appointments: `mark`
903
+
### Marking appointments: `mark`
904
904
905
905
Done with or need to cancel an appointment?
906
906
You can mark an appointment as completed with `mark`.
@@ -963,7 +963,7 @@ ClientCare offers the following commands to help you manage your clients' polici
963
963
<br/>
964
964
<divstyle="page-break-after: always;"></div>
965
965
966
-
### Adding a policy: `addpolicy`
966
+
### Adding a policy: `addpolicy`
967
967
968
968
Just closed a deal?
969
969
You can add a policy to a client with `addpolicy`.
@@ -1008,7 +1008,7 @@ Roy's new policy has been added! ClientCare shows a success message in the Feedb
1008
1008
1009
1009
<divstyle="page-break-after: always;"></div>
1010
1010
1011
-
### Deleting a policy: `deletepolicy`
1011
+
### Deleting a policy: `deletepolicy`
1012
1012
1013
1013
Wrong policy or a policy just matured?
1014
1014
You can delete a policy from a client with `deletepolicy`.
@@ -1041,7 +1041,7 @@ Roy's policy with ID 4123 has been deleted! ClientCare shows a success message i
1041
1041
1042
1042
## Miscellaneous
1043
1043
1044
-
### Viewing help: `help`
1044
+
### Viewing help: `help`
1045
1045
1046
1046
You can look for help by typing `help`.
1047
1047
You will see a message explaining how to access the help page.
@@ -1053,7 +1053,7 @@ Format: `help`
1053
1053
<br/>
1054
1054
<br/>
1055
1055
1056
-
### Exiting the program: `exit`
1056
+
### Exiting the program: `exit`
1057
1057
1058
1058
Done with all your work? You can exit the program with `exit`.
1059
1059
@@ -1076,7 +1076,7 @@ ClientCare data is automatically saved as a file `[ClientCare file location]/dat
1076
1076
1077
1077
<boxtype="warning"theme="danger"icon=":warning:">
1078
1078
1079
-
**CAUTION**: If your changes to the data file makes its format invalid, ClientCare will discard all data and start with an empty data file at the next run. Hence, it is recommended to take a backup of the file before editing it.<br/>
1079
+
**CAUTION**: If your changes to the data file makes its format invalid, ClientCare will discard all data and start with an empty data file at the next run. Hence, it is recommended to take a backup of the file before editing it.<br/>
1080
1080
Furthermore, certain edits can cause the ClientCare to behave in unexpected ways (e.g., if a value entered is outside the acceptable range). Therefore, edit the data file only if you are confident that you can update it correctly.
1081
1081
</box>
1082
1082
@@ -1230,7 +1230,7 @@ This is the number which is assigned to a particular Client. For example, the 3r
1230
1230
8.**Integer**
1231
1231
1232
1232
This is a whole number. No decimal or fractions is allowed.
1233
-
-7, -1, 0, 7, 14 are all integers. 3.14 or 5/8 are not integers.
1233
+
-7, -1, 0, 7, 14 are all integers. 3.14 or 5/8 are not integers.
1234
1234
1235
1235
9.**Address**
1236
1236
@@ -1292,8 +1292,8 @@ If a text is truncated in the display, this means that the full text has been sh
1292
1292
|[**Sort**](#sorting-the-client-list-sort)|`sort CRITERIA o/ORDER` <br/> e.g. `sort priority o/desc`|
1293
1293
|[**LastMet**](#updating-last-met-met)|`met INDEX d/DATE`<br/> e.g. `met 2 d/2023-05-07`|
1294
1294
|[**Set**](#setting-last-met-overdue-period-set)|`set NUMBER_OF_DAYS`<br/> e.g. `set 5`|
1295
-
|[**Schedule**](#scheduling-appointments-schedule)|`schedule INDEX d/DATETIME`<br/> e.g. `schedule 2 d/2023-05-07 22:00`||
1296
-
|[**Mark**](#marking-appointments-mark)|`mark INDEX`<br/> e.g. `mark 2`||
1295
+
|[**Schedule**](#scheduling-appointments-schedule)|`schedule INDEX d/DATETIME`<br/> e.g. `schedule 2 d/2023-05-07 22:00`|
1296
+
|[**Mark**](#marking-appointments-mark)|`mark INDEX`<br/> e.g. `mark 2`|
1297
1297
|[**Add Policy**](#adding-a-policy-addpolicy)|`addpolicy INDEX n/POLICY_NAME i/POLICY_ID` <br/> e.g. `addpolicy 1 n/Life i/1`|
1298
1298
|[**Delete Policy**](#deleting-a-policy-deletepolicy)|`deletepolicy INDEX i/POLICY_ID` <br/> e.g. `deletepolicy 1 i/1`|
0 commit comments