System

Computerized Enrollment and Billing System for CRSHS

This is a complete Enrollment and Billing System for Caraga Regional Science High School that has also a grading system. This system is basically a project for Software Engineering Subject made by my classmates with a particular group. It was programmed using Visual Basic 6.0 and SQL Server 2000. This system features: Transaction Student -All Students -Active Students -InActive Students

San Ramon Catholic School Enrollment System

This Enrollment System is made by the fourth year, Graduating students of the Kabankalan Catholic College for their thesis. In this system they used Visual Basic 2008 and MYSQL for their Database. It also generates reports using the Crystal Reports. Its features contain, such as: * Login and Logout * Enrollment Form * Student (List Of Students, List Of Enrolled Students, Student’s Subject and

Sales and Inventory Monitoring System for Maureen's Ukay-Ukay (Visual Basic + MySQL)

This is a work of my programming partner before entitled Sales and Inventory Monitoring System for Maureen's Ukay-Ukay. This is one of the thesis/capstone projects which we have made using Visual Basic 6.0 and MySQL as backend/database that we made for a particular school way back year 2010. This system is for a clothing store establishment. This system features: Transaction Sales Inventory Order

Complete Video Rental Management System

This system entitled Complete Video Rental and Management System was my project in Software Engineering Subject way back when I was a 3rd Year Computer Engineering Student. This system was programmed through Visual Basic 6.0 and SQL Server 2000. Thanks to my instructor that time because i had high grade in this subject :D This complete system features: Transaction Rent CD/DVD Return CD/DVD New CD

Product Information System in PHP/MySQL (Shopping Cart)

This is a Simple Product Information System that is capable of adding products with product name, product price, category, sub category, product details. This system can also add image of the product you wanted to add. Then the added products will go to its home tab with its information and images to be the list in shopping cart. Note that this system is not yet complete because i haven't done

Hotel Reservation System for Watataps Inn (Java GUI)

This Watataps Inn Hotel Reservation System was my student's work for Computer Programming 2 defense as their final requirements for this Java GUI Programming Subject. This Hotel Reservation System was programmed through Java GUI and MS Access 2007 as database. This system features: - Guest Information - Reservation - Checkin - Checkout - Payment - Rooms - Room Status Monitoring Software Needed

LRB Boarding House Management and Billing System

This LRB Boarding House Management and Billing System was developed using VB 6.0 and MS SQL Server 2000 as the database. I made this system when I was a student as a project to students in other schools. This system features: - Boarder Registration - Payments - Additional Charges to Boarders - View List of Boarders - View All Rooms - View Available Rooms - View Occupied Rooms - Room Maintenance -

ATM System (Java GUI)

This ATM System was my student's work for Computer Programming 2 defense as their final requirements for this Java GUI Programming Subject. This ATM System was programmed through Java GUI and MS Access 2003 as database. This system features: - Login Verification - Account Registration - Balance Inquiry - Transfer Amount to other accounts - Deposit - Withdraw Account Information: username: admin

Barcode-Based Class Attendance Monitoring System

This is one of the capstone projects that I made for students in a particular school. This is a complete Class Attendance Monitoring System that is integrated by a Barcode to easily swipe ID's. Programming Language: VB 6.0 Database: MS Access Features of the System: - Students Information - Subject Information - Course Information - School Year Information - Login Students using Barcode - Record

Management System in Python - #1 - Main Menu & Adding Users

Introduction: In this tutorial we will begin making a local user management system in Python. We have done this before in a simple SQLite database, but this series will be storing the information in simple plain text files ready for editing manually and portable safe. The Main System: First we want to create a main function which will be our menu system. The user will loop around this until they enter "0" to exit the program.