Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsemihkoca committed Jan 22, 2024
1 parent 2593f7d commit 524fc14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Retrieve an expense record by expense request ID. Authorized users: <b>[Admin]</
</table>

#### Description:
Approve an expense record by expense request ID. Authorized users: <b>[Admin]</b>
Approve an expense record by expense request ID. Authorized users: <b>[Admin]</b>. \
Admin users approve expense records by giving expense request id.
Checks if already approved and completed or paymentstatus is in progress. If not, updates expense record and fires background job.

Expand All @@ -192,7 +192,7 @@ Checks if already approved and completed or paymentstatus is in progress. If not
</table>

#### Description:
Reject an expense record by expense request ID. Authorized users: <b>[Admin]</b>
Reject an expense record by expense request ID. Authorized users: <b>[Admin]</b>. \
Reject endpoint do not fire background job. Updates expense record immediately. And relevant fields are updated. Payment description, status, last updated date...

### Get Expenses by User
Expand Down Expand Up @@ -332,7 +332,7 @@ Retrieve all expense categories. Authorized users: <b>[Admin]</b>
</table>

#### Description:
Simulate the process of making a payment. Authorized users: <b>[Anonymous]</b>
Simulate the process of making a payment. Authorized users: <b>[Anonymous]</b>. \
Hangfire is used to simulate payment process. Hangfire is a background job library. It is used to simulate payment process.

---
Expand Down
Binary file modified README.pdf
Binary file not shown.

0 comments on commit 524fc14

Please sign in to comment.