logging release po, unrelease po, change po

This commit is contained in:
Rizki
2026-02-13 14:22:56 +07:00
parent 0cac4ae30b
commit 82ac594b72
2 changed files with 80 additions and 14 deletions

View File

@ -25,7 +25,7 @@ router.get('/getpomigodetaillist',[jwtauth], pocontroller.getPOMigoDetailList);
// === SAP Enpoint
router.post('/createposap',[jwtauth], pocontroller.createPOSAPold);
router.post('/createmigosap',[jwtauth], pocontroller.createMIGOPOSAP);
router.post('/createmigosap',[jwtauth], pocontroller.createMIGOPOSAPold);
router.post('/changeposap',[jwtauth], pocontroller.changePOSAP);
router.post('/releaseposap',[jwtauth], pocontroller.releasePOSAP);
router.post('/unreleaseposap',[jwtauth], pocontroller.unreleasePOSAP);