Quản lý khoản vay¶
Tính năng quản lý khoản vay của Odoo cung cấp danh sách toàn diện về tất cả các khoản vay mà công ty bạn đang thực hiện, giúp bạn duy trì cái nhìn tổng thể và có khả năng dự báo về các ngày đáo hạn sắp tới (VD: dự báo dòng tiền). Bạn có thể thiết lập lịch thanh toán theo phương pháp khấu hao – hoặc nhập từ bên ngoài – và Odoo sẽ tự động xử lý phần lãi suất và gốc hàng tháng, giúp các báo cáo tài chính luôn chính xác mà không tốn nhiều công sức.
Create a new loan¶
Create a new loan by going to
. When creating a new loan, there are three options for how to create amortization schedules:importing it from a supported file;
calculating it from multiple input values (e.g., the Amount Borrowed, the Duration, etc.) using the Compute button;
manually filling in the lines of the schedule.
In each case, three different fields are required for each line of the amortization schedule: the Date, the Principal, and the Interest.
The Amount Borrowed, Interest, and Duration fields will be red if the sum of the lines does not match the total of the amortization schedule lines.
Loan entries mechanism¶
Khi số tiền vay được ghi có vào tài khoản ngân hàng, nó sẽ được chuyển sang tài khoản dài hạn (được xác định trong tab Cài đặt khoản vay). Sau đó, khi khoản vay được xác nhận, Odoo sẽ tạo các bút toán cần thiết để luôn có cái nhìn tổng thể và mang tính dự báo về các ngày đến hạn sắp tới. Toàn bộ quá trình này được tự động hóa hoàn toàn với cơ chế phân loại lại tiền gốc dài hạn và ngắn hạn.
For each line of the amortization schedule, Odoo creates the following entries:
- A payment entry on the same date that
debits the principal amount to the long-term account;
debits the interest amount to the expense account;
credits the payment amount to the short-term account: this is the amount that will be withdrawn by the bank.
- A reclassification entry on the same date that
debits the sum of the principal amounts of the next 12 months to the long-term account;
credits the sum of the principal amounts of the next 12 months to the short-term account.
A reversed entry of the reclassification entry on the next day that simply reverses the previous one.
With this mechanism, month after month, the short-term account is always up to date with the current short-term due amounts.
Closing a loan¶
Theo mặc định, một khoản vay sẽ được đóng khi bút toán thanh toán cuối cùng của nó được ghi nhận. Tuy nhiên, khoản vay cũng có thể được đóng thủ công (VD: khi được tất toán trước hạn) bằng cách nhấn nút Đóng. Một công cụ sẽ xuất hiện yêu cầu chọn ngày khoản vay sẽ được đóng. Tất cả bút toán nháp sau ngày này cũng sẽ bị xóa.
A loan can also be cancelled. In that case, all entries will be deleted even if they were already posted.
Loans Analysis Report¶
By going to
, you can access a report with a pivot view of your ongoing loans. By default, the report shows the principal, interest, and total payment for each year for the loan duration.