mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
More preps for Deposit Calculator.
This commit is contained in:
@@ -29,6 +29,11 @@ mysql_select_db($database_YBDB, $YBDB);
|
||||
|
||||
}
|
||||
|
||||
// Deposit Calculator
|
||||
if (isset($_POST['deposit'])) {
|
||||
print_r($_POST);
|
||||
}
|
||||
|
||||
/*
|
||||
transaction_id, date_startstorage, date,transaction_type, amount, description, sold_to, sold_by, quantity, shop_id, paid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user