FHM290626CPONE01 - fix filter T_TestIsPrice di Transactionv2 + debug AIS Masterdata #3
Reference in New Issue
Block a user
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Perubahan
1. Fix filter T_TestIsPrice di Transactionv2
Menambahkan kondisi
AND T_TestIsPrice = 'Y'pada semua JOIN ke tabelt_testdi fungsi:post_transaction_daily_by_datepost_transaction_dailypost_transaction_by_labnumberFile:
application/controllers/ais/Transactionv2.php— 21 titik diupdate2. Tambah debug AIS payload di Masterdata
Menambahkan fitur dry-run/debug untuk semua fungsi
post_*di Masterdata agar bisa melihat payload yang akan dikirim ke AIS tanpa benar-benar mengirimnya.Helper baru yang ditambahkan:
build_curl_command()— generate curl command untuk debuggingshould_debug_ais_payload()— cek apakah mode debug aktifdebug_ais_payload_response()— return response debug tanpa kirim ke AISfetch_doctor_from_ais()— fetch data dokter dari AISFile:
application/controllers/ais/Masterdata.php— +681 barisFile yang Diubah
application/controllers/ais/Transactionv2.phpapplication/controllers/ais/Masterdata.php.gitignore