Spaces:
Configuration error
Configuration error
| """Financial category KPI widget definitions.""" | |
| FINANCIAL_WIDGETS: dict = { | |
| "wid_invoices_mtd_001": { | |
| "title": "Invoices MTD", | |
| "category": "financial", | |
| "unit": "count", | |
| "description": "Invoices issued month-to-date (non-cancelled, non-draft)", | |
| "drill_down_url": "/trade-sales/invoices", | |
| }, | |
| "wid_credit_debit_notes_mtd_001": { | |
| "title": "Credit / Debit Notes MTD", | |
| "category": "financial", | |
| "unit": "INR", | |
| "description": "Net value of credit and debit notes issued this month", | |
| "drill_down_url": "/trade-sales/credit-debit-notes", | |
| }, | |
| } | |