Production Planning Database System

Submitted by Reynaldo Corvera on
Production Planning Database System, used for keeping Production Order records. Item data, orders data, production output data. You can also process material requirement plans that track the total requirements for all active orders and you can credit for those items already printed by using process inventory. And after printing you can also move items to archive as your reference for future orders

Gym Management System

Submitted by Mantini on
This is my Gym Management System project. Although new in programming i tried to do all the basics to make the project fully functional. Basic system rules; 1. A person can only register as a user if he/she exists in the Staff table. 2. Salaries can only be calculated for existing employees. 3. Equipment can only be added if supplied by an existing supplier (Add supplier before adding Gym

Navigation In Vb.net

Submitted by kr kumawat on
This project is a basic navigational form with database connection. In this system, we can learn how to create a navigation button using VB.net. Try it yourself. It is simple and easy project. I used oledb data object, oledeconnection, oledecommand, oledbdatareader in this program. Hope you learn from this.

Send SMS from Website

Submitted by springedge on
Class to send text messages from website to user's mobile number. It take mobile number and text message as input $SpringEdge->sendsms('9089XXXXXX', 'It is a text message'); Include Spring Edge sms class and create object of the class. Call the function sendsms with mobile number and text message. the class will call the sms gateway and send sms to user's mobile number. It can be also used for

Inheritance in JAVA

Submitted by moazkhan on

Inheritance in JAVA

In this tutorial you will learn 1) What is inheritance in JAVA? 2) How Inheritance is useful? 3) What is super class and subclass? 4) Function Overriding 5) How we implement inheritance in JAVA? What is inheritance in JAVA Inheritance is such a mechanism in JAVA by which the methods and data members of one class are inherited form to another class. It must be kept in mind that inheritance is between the two classes which have a lot of features in common. Inheritance is ‘is a’ relationship between two classes.

Hotel Accommodation

Submitted by araronan on
This system has the ability to access the all transactions in hotel accommodation. The user can easily access how many rooms are vacant and how many are occupied. Pls. install first dotnetbar in order to run the program. Open the access data to determine the username and password. Hope you learn from this.