add calculate invoice balance function

This commit is contained in:
o-psi
2023-12-13 16:10:08 +00:00
parent 8e17dbf5ba
commit 5be0f9f934
3 changed files with 213 additions and 0 deletions

5
debug.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);