jQuery

Employee Daily Task Management System in PHP and SQLite with Source Code

Submitted by oretnom23 on
This is a Simple PHP Project entitled Employee Daily Task Management System. This is a web-based application that provides an online platform for companies employees to manage their daily tasks. This simple application is a sort of tasks feeder to the employees/staff in each department. This was developed using PHP and SQLite3 Database. The project can be accessed by the system admin users and

Simple Online Public Access Catalog (OPAC) using PHP and SQLite Free Source Code

Submitted by oretnom23 on
This is a Simple PHP Project entitled Simple Onlne Public Access Catalog (OPAC). This is a web-based application that manages a certain school or university's library database of the materials or books in the library. The application provides the student or faculties an online platform where they can browse or search the book they are needed. This has a simple user interface/design using the

Simple Client Management System in PHP with Source Code

Submitted by oretnom23 on
Introduction This is a Simple Client Management System in PHP and MySQL Database. This is a simple web-based application that provides an online platform to manage the clients' invoices for companies. The application was developed for educational purposes only and has a different process that can help new programmers and new to the PHP Language enhance and widen their programming capabilities

Employee and Visitor Gate Pass Logging System in PHP with Source Code

Submitted by oretnom23 on
Introduction This is an Employee and Visitor Gate Pass Logging System in PHP and MySQL Database. This is a simple web-based application that provides an automated platform for a certain company to track or log the daily records of employees and visitors that enter the company's building or premises. The application can help to track the details of individuals who entered and exit the company. This

Stock Management System in PHP/OOP with Source Code

Submitted by oretnom23 on
Introduction This is a Stock Management System in PHP and MySQL Database. This is a web-based application that provides an online and automated platform for shops or businesses. This project can manage the company's Purchase Orders, Receiving, Back Orders, returns, and Sales Records. The application has a pleasant user interface with the help of Bootstrap Library and AdminLTE template. This has

Managing Page Content using PHP and Summernote Text Editor Tutorial

Submitted by oretnom23 on

This is simple Tutorial Code that tackles about Managing Page Content on a Web Application. This tutorial will help you to understand and have an idea of how to create a Page Content Management Feature for a CMS Website. This kind of feature can give your end-users a way to create or manage page content through the front-end or without managing the actual source code files. This can be useful for those who are planning to develop a Content Management System (CMS) using PHP Language.

Online Payment Hub using PHP and PayPal Free Source Code

Submitted by oretnom23 on
Introduction This is an Online Payment Hub in PHP and MySQL Database. This project is a simple PHP Project that provides an online platform for individuals to pay their bills, loans, or etc. This is a web-based application integrated with PayPal as the payment gateway. This has a simple dark mode user interface and user-friendly functionalities. About the Online Payment Hub I developed this

Money Transfer Management System (Send Money Businesses) in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Money Transfer Management System in PHP. This project is a web-based application that provides an online platform for the money sender company or business. This manages the company's clients' transactions and is connected to all branches. This will help to centralize the transaction records of the said business and helps to easily retrieve and manage the records. This has a

Simple Online Grocery Ordering System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
This project is entitled Simple Online Groceries Ordering System. This is a web-based application that provides an online platform for the Grocery Store/Shop's customers or possible customers to order their desired product. The main purpose of this simple project is to let the customers buy their groceries without going to the shop or store. The system will list all products with available stocks

Creating a Simple Bar Graph using Chart.js Library Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create a Bar Graph using Chart.js. Chart.js is an open-source javascript library that focuses in generating a graphical canvases such as Line , Bar, and Pie Graphs. Here, I will be providin a source code that demonstrates how to generate a simple Bar Graph using the said javascript library.