Skip to content

Commit

Permalink
Update pdf conversion format
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiFengg committed Nov 9, 2020
1 parent e74e408 commit 7affe76
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,7 @@ Indicate that the appointment has not been completed.

<b>Actor: User</b>

<b>Preconditions: Appointment exists in appointment list, and it is
indicated as done.</b>
<b>Preconditions: Appointment exists in appointment list, and it is <br>indicated as done.</b>

<b>Guarantees: Appointment indicated as not done.</b>

Expand Down Expand Up @@ -1116,8 +1115,7 @@ Delete the selected revenue from the revenue list.

<b>Preconditions: Revenue exists in revenue list.</b>

<b>Guarantees: Revenue that was generated by the appointment specified
is deleted upon marking the appointment as not done.</b>
<b>Guarantees: Revenue that was generated by the appointment specified <br>is deleted upon marking the appointment as not done.</b>

<b>MSS</b>
1. User <ins>marks the appointment as not done(UC005)</ins>.
Expand Down Expand Up @@ -1168,8 +1166,7 @@ Add an expense incurred by the business into Homerce.

<b>Preconditions: Expense list must exist.</b>

<b>Guarantees: A new expense will be added to the expense list
upon successful command.</b>
<b>Guarantees: A new expense will be added to the expense list<br> upon successful command.</b>

<b>MSS</b>
1. User adds an expense by providing details.
Expand Down

0 comments on commit 7affe76

Please sign in to comment.