Issue: Add Context Flag to Journal Entries from Bank Reconciliation Tool Beta
In Bank Reconciliation Tool Beta (banking/klarna_kosma_integration/doctype/bank_reconciliation_tool_beta/unpaid_vouchers.py), the fields user_remark (User Remark) and cheque_no (Cheque No) are currently set on the created Journal Entry using values from the Bank Transaction.
PROBLEM: These fields are highly company-specific and may not consistently enable identifying or customizing these journal entries in custom integrations.
Case / Context
Whenever a bank transaction is processed, a Journal Entry is created. At this point, key fields like company, posting_date, cheque_date, cheque_no, title, and user_remark are passed from the bank transaction. However, there is no explicit way for custom apps to recognize journal entries that originate specifically from the Bank Reconciliation Tool Beta.
Suggestion for Improvement
Please add a flag or explicit field to hand over the Bank Transaction (ID) to the Journal Entry. This allows custom apps to use DocType hooks (such as before_insert) to detect and customize the handling of journal entries created during bank reconciliation, providing much more flexibility for company-specific workflows.
INTERNAL REF: IDM-342
Issue: Add Context Flag to Journal Entries from Bank Reconciliation Tool Beta
In Bank Reconciliation Tool Beta (
banking/klarna_kosma_integration/doctype/bank_reconciliation_tool_beta/unpaid_vouchers.py), the fieldsuser_remark(User Remark) andcheque_no(Cheque No) are currently set on the created Journal Entry using values from the Bank Transaction.PROBLEM: These fields are highly company-specific and may not consistently enable identifying or customizing these journal entries in custom integrations.
Case / Context
Whenever a bank transaction is processed, a Journal Entry is created. At this point, key fields like
company,posting_date,cheque_date,cheque_no,title, anduser_remarkare passed from the bank transaction. However, there is no explicit way for custom apps to recognize journal entries that originate specifically from the Bank Reconciliation Tool Beta.Suggestion for Improvement
Please add a flag or explicit field to hand over the Bank Transaction (ID) to the Journal Entry. This allows custom apps to use DocType hooks (such as
before_insert) to detect and customize the handling of journal entries created during bank reconciliation, providing much more flexibility for company-specific workflows.INTERNAL REF: IDM-342