Implements the school fees gestion for a student and a payment table containing a history of all the financial transactions of the system

This commit is contained in:
2024-04-08 14:50:37 +02:00
parent 194b14f02b
commit e6e147af26
11 changed files with 238 additions and 15 deletions

View File

@ -12,6 +12,9 @@
async function upPage(id,review){
await validateRegister(id,review);
if (review == "Accepted"){
}
requests.value = await getAllRegisters();
}
</script>