Commit Graph

12 Commits

Author SHA1 Message Date
mwpn
ca3b1bd0d7 Fix: Change 'amount' to 'price' to match database schema - Database uses 'price' column, not 'amount' - Update all queries in DailySummaryService, HourlySummaryService - Update RetribusiWriteService (SELECT, INSERT, UPDATE) - Update Validator to use 'price' field - Update check_database.php and TROUBLESHOOTING.md 2025-12-17 13:36:29 +07:00
mwpn
56403469ef Add: Database verification scripts and troubleshooting guide 2025-12-17 13:35:03 +07:00
mwpn
533c22d3af Fix: Fix SQL GROUP BY error in daily/hourly summary aggregation - Use COALESCE in GROUP BY to handle NULL tariff amounts - Remove invalid is_active check on tariffs table 2025-12-17 13:32:31 +07:00
mwpn
220b554a17 docs: Add module guide dan security guidelines untuk API documentation 2025-12-17 11:11:26 +07:00
mwpn
c7bfaee618 fix: Improve error handling untuk docs routes 2025-12-17 11:08:27 +07:00
mwpn
c08e0c7983 feat: Add Swagger UI documentation di root URL 2025-12-17 11:08:04 +07:00
mwpn
3f4a366c45 docs: Update nginx configuration instructions in DEPLOYMENT.md 2025-12-17 11:00:41 +07:00
mwpn
ef77da97f4 docs: Add nginx configuration dan fix 404 routing issue 2025-12-17 11:00:21 +07:00
mwpn
f829e251a7 fix: Add migration SQL files to repository 2025-12-17 10:56:14 +07:00
mwpn
97e1cb1d44 fix: Correct migration paths in documentation 2025-12-17 10:54:06 +07:00
mwpn
0d73ee1db3 docs: Add deployment guide dan fix vendor installation instructions 2025-12-17 10:48:59 +07:00
mwpn
39f23388a7 Initial commit: Slim Framework 4 API Retribusi dengan modular architecture 2025-12-17 10:43:03 +07:00