Late fees will be applied if enabled as a seperate line item on each over due invoice. The late fees will be applied every 30 days after the initial overdue invoice this is done by running cron.php daily

This commit is contained in:
johnnyq
2023-07-11 13:25:37 -04:00
parent bb16c4b7b8
commit 13ebb6c627
2 changed files with 35 additions and 10 deletions

View File

@@ -30,6 +30,11 @@ echo '</select>';
?>
</form>
<?php
echo date('Y-m-d');
?>
<script>toastr.success('Have Fun Wozz!!')</script>
<?php require_once("footer.php"); ?>