fix: set foreign key constraints to OnDelete:SET NULL to avoid deletion errors ea73154 Mhamdans17 commited on Jun 13
fix: disable bogus fk_orders_member generation by GORM using constraint:- d98be82 Mhamdans17 commited on Jun 11
fix: entirely remove PointHistory Member relation to avoid GORM auto-migrate bugs 11fca28 Mhamdans17 commited on Jun 11
fix: explicit references:ID on Member relations to prevent GORM type altering 4800900 Mhamdans17 commited on Jun 11
fix: remove testdb.go which caused build error due to multiple main functions 7cfb539 Mhamdans17 commited on Jun 10
feat: backend for deposit wallet, fee deduction, and super admin manual adjust testing c6a3ee4 Mhamdans17 commited on Jun 10
feat: customizable fee structures per company from super admin panel 10b6d0b Mhamdans17 commited on Jun 10
fix: remove foreignKey tag to prevent AutoMigrate from making member_id a bigint 4d76e48 Mhamdans17 commited on Jun 9
fix: rename MemberID to MemberCode in struct to prevent GORM type mismatch panic fb74e1c Mhamdans17 commited on Jun 9
fix: explicit GORM references to prevent altering MemberID to bigint ccc7ed3 Mhamdans17 commited on Jun 9
fix: members API 401 unauthorized by extracting companyID from user context 78649bc Mhamdans17 commited on Jun 9
feat: add Tripay fee as a Biaya Layanan item in WhatsApp notifications 0ff7334 Mhamdans17 commited on Jun 4
fix: update order.TotalAmount with Tripay fee on webhook PAID to reflect in admin reports 1517cb7 Mhamdans17 commited on Jun 4
feat: set tripay timeout to 5 mins and return tripay amount for frontend display e9ae501 Mhamdans17 commited on Jun 4
fix: include tripay transactions in fee report non-cash calculation bc89757 Mhamdans17 commited on Jun 2
feat: add admin notification for new tenant and save customer info to send WA on webhook success e70dcc5 Mhamdans17 commited on Jun 2
feat: return Tripay QRIS payload directly to frontend for inline display 9b46732 Mhamdans17 commited on Jun 2
fix: prevent nil pointer panic in RequireOwner middleware for super_admin b43786e Mhamdans17 commited on Jun 2
perf: optimize GORM connection pool for cross-region Supabase database cb01565 Mhamdans17 commited on Jun 2
fix: load Tripay private key from database in VerifyTripaySignature webhook d009045 Mhamdans17 commited on Jun 2
fix: empty snap_token for Tripay response to bypass Midtrans Snap popup in frontend 1c20f58 Mhamdans17 commited on Jun 2
feat: add TripayPaymentMethod field in Setting table for dynamic payment channel configuration 236d19a Mhamdans17 commited on Jun 2
feat: implement automatic fallback from QRIS to QRISC in tripay service e06ef8c Mhamdans17 commited on Jun 2
fix: manual cascading deletes in company_controller and add public ip check endpoint fe79eec Mhamdans17 commited on Jun 1
feat: migrate global Tripay credentials to system settings table in DB 4e8a43c Mhamdans17 commited on May 31