Terminierte Transfers implemeniert

This commit is contained in:
Markus
2024-03-17 00:01:23 +01:00
parent 77d4fd938c
commit dda8db42b1
4 changed files with 28 additions and 10 deletions

View File

@@ -40,7 +40,9 @@ $routes->get('Ajax/(:segment)', 'Ajax::$1');
$routes->post('Ajax/(:segment)', 'Ajax::$1');
$routes->get('newBill', 'Home::newBill');
$routes->get('newTransfer', 'Home::newTransfer');
$routes->get('newScheduled', 'Home::newScheduled');
$routes->get('newScheduled', 'Home::newScheduled/0');
$routes->get('newScheduledTransfer', 'Home::newScheduled/1');
$routes->post('newBill', 'Home::attemptNewBilling');
$routes->post('editAccount', 'Home::attemptEditAccount');