Reports catalog
Purpose
Section titled “Purpose”Index of Report definitions shipped with the Lee Kim Alliance ERP module. Implementation files live next to each JSON (*.py, *.js, *.html).
Scope in codebase
Section titled “Scope in codebase”leekimerp/leekimerp/lee_kim_alliance_erp/report/<report_folder>/
Report list
Section titled “Report list”| Report name (Frappe) | Folder | Typical engine |
|---|---|---|
| Accountings Setting List | accountings_setting_list/ | Query / list |
| CPF Payment Advice | cpf_payment_advice/ | Script + JS |
| Employee and Payslip Count | employee_and_payslip_count/ | Script |
| Employee-Payslip Report | employee_payslip_report/ | Script |
| Incorporate Application Guarantee | incorporate_application_guarantee/ | Script |
| Incorporate Application Share | incorporate_application_share/ | Script |
| Monthly Payroll Summary Report | monthly_payroll_summary_report/ | Script |
| Payroll Report | payroll_report/ | Script |
| Progress of Accountings List | progress_of_accountings_list/ | Query / list |
| Sales Tax Report | sales_tax_report/ | Script + HTML |
| Virtual Office | virtual_office/ | Script |
| Xero Aged Receivables | xero_aged_receivables/ | Script |
| Yearly Report | yearly_report/ | Script |
Entry points
Section titled “Entry points”- Desk: Reports module → filter by module Lee Kim Alliance ERP (or search by report name).
Dependencies
Section titled “Dependencies”- Underlying DocTypes (Salary Slip, Employee, Sales Invoice, Application, etc.) per report filters.
Operational notes
Section titled “Operational notes”- Heavy reports: test timeout limits and background execution if you extend Python report scripts.
Related
Section titled “Related”- Payroll & HR for validation hooks that feed report data.