Programmer's Notes: This demo program was built from scratch using PHP and MySQL. It uses three databases containing sample data for twenty customers. Each customer can see their current account balance and the invoice and payment transactions in their account for the preceding month.. To log on as a customer: Enter an Account Number between 1 and 20 Enter the same number as the Password To log on as Administrator: Enter "admin" for Account Number and Password The Administration Menu allows the administrator to add, edit & delete customer accounts. {It could be further programmed to also allow the administrator to add, edit & delete invoices & payments.} Jim F.
|