Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
docs: add steps in creating a loan application
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwigoric committed Nov 30, 2023
1 parent f576376 commit df7d7f7
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/topics/Creating-a-Loan-Application.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Creating a Loan Application

When creating a loan application, you do not need to fill out all the fields.
The fields related to the member's information are required, but their information
will be retrieved when you search for their profile.

<procedure title="Creating a loan application" type="steps">
<step>
Search for a member by their name or username.
</step>
<step>
Click on the member's name to select them, or press
Enter or tab.
<img src="member-search-result.png" alt="Member search result" />
</step>
<step>
Fill out the loan application form.
Don't forget to check the <strong>Coborrower Needed?</strong>
checkbox if the loan needs a coborrower.
</step>
<step>
Download the loan application form as PDF by clicking on the
<strong>Download Application Form as PDF</strong> button.
<note>
It is highly recommended to download the loan application form as PDF
so you can print it out and have the member sign it.
</note>
<img src="download-application-form.png" alt="Download application form" />
</step>
<step>
Click on the <strong>Submit</strong> button to submit the loan application,
which is beside the <strong>Download Application Form as PDF</strong> button.
</step>
<p>
After submitting the loan application, it must now be approved or rejected.
You can find instructions on how to approve or reject a loan application at
<a href="Loan-Approval-Rejection.md">Loan Approval/Rejection</a>.
</p>
</procedure>

<seealso>
<category ref="loans">
<a href="Loan-Dashboard.md" />
Expand Down

0 comments on commit df7d7f7

Please sign in to comment.