Letter of Credit & Bill of Exchange
Letter of Credit & Bill of Exchange Module - User Guide
1. Introduction ๐
The Letter of Credit (LC) & Bill of Exchange (BE) module is responsible for managing critical financial instruments and payment commitments. These instruments are used to secure high-value transactions, providing a structured way to handle bank-guaranteed payments (LC) and documented calls for payment (BE).
โน๏ธ
Business Purpose:
- Letter of Credit (LC): A bank-backed guarantee that a buyer’s payment will be received on time and for the correct amount.
- Bill of Exchange (BE): A binding document used to demand payment from a party on a specific future date, typically linked to a Purchase Bill.
2. Document Types ๐ณ
๐ Letter of Credit (LC)
A forward-looking financial agreement.
- Key Fields: LC Number, Issue Date, Valid Upto Date, Issuing Bank, Party, and Total Amount.
- Workflow: Once an LC is issued by the bank, it is recorded here and later linked to incoming material or bills.
๐งพ Bill of Exchange (BE)
A document-specific payment demand.
- Key Fields: BE Number, Issue Date, Due Date, Party, Source Bill Number, and Amount.
- Workflow: Typically generated after a Purchase Bill is recorded to formalize the payment term/deadline.
3. Features โจ
๐๏ธ Linked Reconciliation
- LC and Bill Connectivity (LC1): An LC can be “consumed” by multiple Purchase Bills. The system tracks these links in the
LC1table to monitor the remaining balance of the LC. - BE and Bill Connectivity (BE1): Maps a Bill of Exchange directly to its source Purchase Bill.
๐ก๏ธ Financial Safeguards
- Amount Invariant: The system prevents a Bill of Exchange from being raised for an amount greater than the original Purchase Bill.
- Date Integrity: Automated checks ensure that LC validity periods (1 year) and BE due dates (100 days) fall within legal and banking norms.
๐ Operational Control
- Auto-Formatting: Documents use a 6-digit auto-numbering system for systematic tracking.
- Audit Trail: Every creation, modification, or deletion is logged in the
MFGLogwith a timestamp and the user’s name.
4. Validations and Logic โ ๏ธ
Letter of Credit (LC) Validations
- Issue Date: Must fall within the active Financial Year.
- Validity Period: The
ValidUptoDatemust be:- Greater than or equal to the
Dated(Issue Date). - Less than
Dated + 1 year(e.g., if issued on 01-Jan, it must expire before 01-Jan next year). - System Message: “Valid Upto date must be between {Dated} AND {ExpiryDate}”
- Greater than or equal to the
Bill of Exchange (BE) Validations
- Due Date Invariant: The
BeDueDatemust be:- Strictly greater than the
Dated(Issue Date). - Less than or equal to
Dated + 100 days. - System Message: “Due date cannot exceed {100DaysFromIssue}”
- Strictly greater than the
- Amount Cap: When linking to a Purchase Bill, the BE amount cannot exceed the source bill’s total amount.
- Lock Check: Before deleting a Bill of Exchange, the system checks for any linked LC records in the
LC1table that reference this BE.
5. Complete Workflow ๐
Record Financial Instrument
- Create the LC or BE via the respective index page.
- Enter the Party, Amount, and Dates.
- The system assigns a unique 6-digit Number (e.g.,
000105).
Link to Operations
- For LC: Access “Linked Bills” to attach the LC to specific Purchase Bills. The system tracks the “Linked LC Count” to prevent orphaned instruments.
- For BE: Select the source Purchase Bill to associate the demand for payment.
Monitor Commitments
- Use the LC Index and BE Index to monitor outstanding balances and approaching due dates.
- Modification/Deletion: Restricted if the instrument has been involved in downstream financial settlements.
6. Reports ๐
- ๐ LC Register: A list of all recorded Letters of Credit, their issuing banks, and their current validity status.
- ๐ BE Due Date Report: Tracks upcoming payment demands based on the
BeDueDatefield.
7. Best Practices / Tips ๐ก
- Valid Upto Dates: Always set the
ValidUptoDateto match the physical LC document from the bank to prevent reconciliation errors. - Linked Bills: When linking an LC to multiple bills, ensure the total linked amount does not exceed the LC’s sanctioned limit.
- Delete Reasons: When deleting a financial document, providing a Note/Reason is mandatory for the MFG Audit Trail.