Feature - Recurring Expenses - Phase 3 - Completed POST Logic and create edit modals

This commit is contained in:
johnnyq
2023-08-17 15:08:25 -04:00
parent 7527b6d6f8
commit 3ee38c3fdd
5 changed files with 555 additions and 6 deletions

View File

@@ -13,7 +13,14 @@
<hr>
<p>This is a great starting point for new custom pages.</p>
<?php echo CURRENT_DATABASE_VERSION; ?>
<?php
$start_date = date('Y') . "-10-10";
echo "<H1>$start_date</H1>";
?>
<br>
<?php echo randomString(100); ?>
@@ -31,10 +38,6 @@ echo '</select>';
</form>
<?php
echo date('Y-m-d');
?>
<script>toastr.success('Have Fun Wozz!!')</script>
<?php require_once("footer.php"); ?>