This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
145 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Adding Deposit Ledger Transaction | ||
|
||
Start typing here... | ||
To add a deposit transaction, click the ___Add New Transaction___ button found at the bottom of the deposit ledger. | ||
|
||
From there, fill in the fields. Click on the ___Submit___ button when you are done, and it will immediately be reflected to the system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# Adding Loan Ledger Transaction | ||
|
||
Start typing here... | ||
To add a loan transaction, click the ___Add New Transaction___ button found at the bottom of the loan ledger. If the ___Add New Transaction___ button cannot be pressed, that could be due to the fact the loan has not been released. | ||
|
||
From there, you can pick whether you are encoding a: | ||
- Payment | ||
- To deduct from your outstanding balance. | ||
- Dues | ||
- To add from your outstanding balance. | ||
- Balance Readjustment | ||
- Purely for editing and readjusting the loanee's balance. | ||
|
||
Once you are done with the transaction, simply click the __submit__ button to submit it to the database, and it will be instantly reflected to the ledger. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
# Deposit Ledger | ||
|
||
Start typing here... | ||
The loan ledger can be accessed through: | ||
|
||
* The [Deposit Dashboard](Deposit-Dashboard.md) | ||
* Respective [Member Profile](Member-Profiles.md) | ||
|
||
The full contents of a deposit can be found in this page as well. The contents are as follows: | ||
- Running Amount | ||
- Deposit ID | ||
- Type of Deposit | ||
- This can be categorized into: | ||
- Share Capital | ||
- Savings | ||
- Time Deposit | ||
- Date of Deposit | ||
|
||
Below the loan info is the actual loan ledger. Per row, the information are as follows: | ||
- Date of Payment | ||
- GV/OR Number | ||
- Transaction Type | ||
- This can be categorized into | ||
- Deposit | ||
- Withdrawal | ||
- Amount | ||
- Interest | ||
- Balance | ||
- Date of Entry | ||
- Officer in Charge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,52 @@ | ||
# Loan Ledger | ||
|
||
Start typing here... | ||
The loan ledger can be accessed through: | ||
|
||
* The [Loan Dashboard](Loan-Dashboard.md) | ||
* Respective [Member Profile](Member-Profiles.md) | ||
|
||
The full contents of a loan can be found in this page as well. The contents are as follows: | ||
- Outstanding balance of the loan | ||
- This is remaining balance needed to be paid | ||
- Original loan amount | ||
- This is the original loan amount that was applied for | ||
- Loanee | ||
- Loan ID | ||
- Loan Approval Date | ||
- Date the loan was accepted | ||
- Type of Loan | ||
- Can be categorized into: | ||
- Emergency | ||
- Multipurpose | ||
- Educational | ||
- Petty Cash | ||
- Commerical | ||
- Livelihood | ||
- Term of Loan | ||
- Mode of Payment | ||
- Can be categorized into: | ||
- Daily | ||
- Weekly | ||
- Monthly | ||
- Coborrower Name | ||
- Status | ||
- Can be categorized into: | ||
- Pending | ||
- Approved | ||
- Approved (For Release) | ||
- Rejected | ||
- Completed | ||
|
||
Below the loan info is the actual loan ledger. Per row, the information are as follows: | ||
- Date of Transaction | ||
- GV/OR Number | ||
- Amount Due | ||
- Amount Paid | ||
- Balance | ||
- Interest Due | ||
- Interest Paid | ||
- Fines Due | ||
- Fines Paid | ||
- Date of Entry | ||
- Officer in Charge | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Marking Loan as Released | ||
|
||
Start typing here... | ||
When loans are approved from the __Pending Loans__ page, they must be released in order to add transactions. Loans can be seen as released at the __Loan Dashboard__ with a status of ___Approved (For Release)___ | ||
|
||
To do that, simply navigate to the loan ledger of the loan you wish to ___Mark Loan as Released___. There you will find a ___Mark Loan as Released___ button to the left of the ___Edit Loan___ button. If the ___Mark Loan as Released___ is not present in the page, the loan has already been marked as released. | ||
|
||
Pressing the ___Mark Loan as Released___ button will then forward you to a prompt asking if you are sure you want to mark the loan as released. Simply click ___Yes___, and the loan will be released, ready for transactions to be added. |