feat(F-142): completed feature

This commit is contained in:
chattie
2026-08-21 22:06:54 +02:00
parent 022347349d
commit 064626b851
9 changed files with 823 additions and 4 deletions

View File

@@ -6237,6 +6237,128 @@
"description": "Analyze existing ecommerce, POS, orders, payments, customers, products, stock, cash, refunds, discounts and taxes; produce reporting architecture and phased implementation tasks before dashboard coding.",
"priority": "high",
"risk": "med",
"status": "done",
"created_at": "2026-08-21",
"gates": {
"reviewer": true,
"security": true,
"qa": true,
"close": true
},
"completed_at": "2026-08-21T20:06:54Z"
},
{
"id": "F-143",
"type": "feature",
"title": "Reporting: contracts, filters and RBAC",
"description": "Define shared reporting filters, date comparisons, response availability metadata and backend REPORTING permissions.",
"priority": "high",
"risk": "med",
"status": "pending",
"created_at": "2026-08-21",
"gates": {
"reviewer": false,
"security": false,
"qa": false
}
},
{
"id": "F-144",
"type": "feature",
"title": "Reporting: historical store and financial snapshots",
"description": "Add the minimum store, VAT, cost and shipping snapshots required to report multi-store sales without rewriting history.",
"priority": "high",
"risk": "high",
"status": "pending",
"created_at": "2026-08-21",
"gates": {
"reviewer": false,
"security": false,
"qa": false
}
},
{
"id": "F-145",
"type": "feature",
"title": "Reporting: payment lines and POS cash-safe capture",
"description": "Persist immutable payment lines for ecommerce and POS, including method/store/terminal/session, without card data.",
"priority": "high",
"risk": "high",
"status": "pending",
"created_at": "2026-08-21",
"gates": {
"reviewer": false,
"security": false,
"qa": false
}
},
{
"id": "F-146",
"type": "feature",
"title": "Reporting: service summary and sales API",
"description": "Implement backend ReportingService with filtered summary/sales metrics, comparisons, grouping and pagination.",
"priority": "high",
"risk": "med",
"status": "pending",
"created_at": "2026-08-21",
"gates": {
"reviewer": false,
"security": false,
"qa": false
}
},
{
"id": "F-147",
"type": "feature",
"title": "Admin: reporting shell and global filters",
"description": "Add Reporting navigation, dashboard shell, reusable filters, URL persistence and explicit data states.",
"priority": "high",
"risk": "med",
"status": "pending",
"created_at": "2026-08-21",
"gates": {
"reviewer": false,
"security": false,
"qa": false
}
},
{
"id": "F-148",
"type": "feature",
"title": "Admin: sales dashboard and channel views",
"description": "Present real summary/sales data with KPIs, trends, ecommerce versus POS, stores and terminals.",
"priority": "high",
"risk": "med",
"status": "pending",
"created_at": "2026-08-21",
"gates": {
"reviewer": false,
"security": false,
"qa": false
}
},
{
"id": "F-149",
"type": "feature",
"title": "Reporting: product category and brand reports",
"description": "Add server-side product rankings and category/brand reports using catalog data and availability warnings.",
"priority": "high",
"risk": "med",
"status": "pending",
"created_at": "2026-08-21",
"gates": {
"reviewer": false,
"security": false,
"qa": false
}
},
{
"id": "F-150",
"type": "feature",
"title": "Reporting: CSV export",
"description": "Export filtered reporting datasets to CSV with permissions, metadata and server-side pagination/streaming.",
"priority": "high",
"risk": "med",
"status": "pending",
"created_at": "2026-08-21",
"gates": {