Skip to content

Commit

Permalink
Update UG (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
HmuuMyatMoe authored Apr 10, 2023
2 parents 4636c0d + c61f1b1 commit b143173
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,12 +416,12 @@ Menu Item Card consists of the following components:
Duplicate data are not allowed. Hence, adding of duplicate data or editing of an existing data such that it matches
with another existing data in the data list will not be successful. Here's how we check for duplicates:

| Any two | are considered to be duplicates if |
|------------|-----------------------------------------------------------------------------|
| Suppliers | they have the same phone numbers |
| Orders | all the parameters (excluding `STATUS`) are the same (with matching cases). |
| Tasks | they have the same task names (case-insensitive) and deadlines. |
| Menu items | they have the same item names (with matching cases). |
| Any two | are considered to be duplicates if |
|------------|-------------------------------------------------------------------------------|
| Suppliers | they have the same phone numbers |
| Orders | all the parameters (excluding `STATUS`) are the same (with matching cases). |
| Tasks | they have the same task names (with matching cases) and deadlines. |
| Menu items | they have the same item names (with matching cases). |

<div style="page-break-after: always;"></div>

Expand Down

0 comments on commit b143173

Please sign in to comment.