* refactor: configurable interval for reconciliation trigger
* refactor: set default value for interval
* refactor: configurable queue size
* refactor: use patch to setup default cron job
* refactor: use 'after_migrate' to setup cron for reconciliation
User specified interval will be used
* chore: type casting
* refactor: use scheduler_event to persist cron
* chore: rename field
* chore: use configured queue size
* chore: remove unwanted field
* fix: set correct unallocated amount in Payment Entry
* fix: add checkbox and other logic fix
* fix: patch to set is_exchange_gain_loss in Payment Entry deductions
* fix: consider deductions except exch. gain/loss
* fix: set exchange gain loss in payment entry
* fix: separate function to set exchange gain loss
* fix: failing test cases
* fix: add cash disc. row first
* fix: review changes
* fix: changes as per review
* fix: failing test cases
* fix: review
* fix: wait for request to complete before updating exchange gain loss
* fix: review
---------
Co-authored-by: vishakhdesai <vishakhdesai@gmail.com>
Co-authored-by: ruthra kumar <ruthra@erpnext.com>
* fix: Gl Entry form cleanup
* fix: Added indexes in gl entry table
* perf: Refactored period closing voucher to handle large volume of gle
* fix: fixes as per new period start and end date fields in PCV
* perf: performance optimization for accounting reports
* perf: performance optimizations for account closing balance patch
* fix: test cases
* fix: lenter issues - direct use of sql query
* fix: test cases
* fix: test cases
* fix: test cases
* fix: show remarks in report only if it exists
* fix: additional fixes to reduce redundancy in report print format
* fix: revert changes for supplier invoice reference
* fix: update remarks before submit to ensure all available details before submit are used
* fix: patch to update invoice remarks where it's not set
* fix: update remarks in payment ledger entry
* fix: age range in one field
* fix: patch for custom reports
* refactor: stock ageing and account payable report
* fix: fixing the test cases
* fix: common patch for reports with ageing
* refactor: rename variable and minor refactor
* fix: fixing the test case
* feat: account heads changed along with journal entry type and description
* feat: added patch for difference_amount for asset value adjustment and refactor
---------
Co-authored-by: “rahulgupta8848” <“rahul.gupta@8848digital.com”>