Programming

RetailStar Lite Point of Sale Software Using C#, SQLite/PostgreSQL

Submitted by David Tuikong on
Easy to Install & intuitive user interface Works right out of the box with minimal configuration Quick Sale Mode, Sell to Existing Customer or Add New Customer on the Fly. Cash Drawer Management: Know the exact amount that should be in the Cash drawer at any Time! Use any Standard Barcode Scanner. Staff Management and access control levels Product Management Extensive Inventory Management and

Online Voting System

Submitted by Patrick Mvuma on
I decided to share my simple online voting system because i know you will learn and use one or two things.Am a specialized web developer in web system and website feel free to contact me If you have any question regarding this project or anything find me Installation process: Extract the zip file Copy the extracted file and paste in your root folder Run the index.php file That is all If you have

Simple Automated Voting System (AVS)

Submitted by EmanKnowsToCode on
This system was a project for science and investigatory school year 2017-2018 the researchers namely Arnie Grajo, Emmanuel Javellana, John Michael Ortiga, Andre Russell Tacumba, Renekant Decolongon. The Researchers found that this project is a big help for the School (Cor Jesu College) Senior high School Student Council election. Aside from it will help the school to have a modernize election, it

Simple Resident Information Management System (CRUD) Using MySQL Connection

Submitted by metsysoce on

VB.Net Using Mysql database which can: - add - Update - search - add pictures - update pictures - navigation button like next and previous button - Login form using different users with their different forms - Fetching data using datagridview in mysql feel free to enjoy my system If you may ask question .. just message me on facebook [email protected] or gmail [email protected] enjoy :3

Simple Barangay Management System Using VB.NET/SQL

Submitted by metsysoce on
Simple resident information management system using mysql connection. which can : - add - Update - search - add with pictures - update with pictures - navigation button like next and previous button - Login form using different users with their different forms - Fetching data using datagridview in mysql

Library Management system

Submitted by Ronald Ngoda on
This a simple library management system with an intuitive dashboard UI for management. The system has several modules for members, books, book issue, book return, magazines and newspapers. You can be able to track the books issued and how many have not been returned easily. This system is suitable for schools and any other public or private libraries. After downloading the system simply extract it

Ticketing Management System using VB.NET with Source Code

Submitted by pbermoy on
This is a project entitled Ticketing Management System written in Vb.net and SQL Server Management Studio R2 2008 database for Small Port of Surigao City. This project store the port's passengers' details and generates a printable ticket after the payment. In order to create a new transaction, the system admin must configure the passengers' fee according to their classification. Also, the admin

Point of Sale 3.0 Update 24/Jun/2018

Submitted by Shazi on

Language Used PHP Database My SQL User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT Web Browser Mozilla, Google Chrome, IE8,OPERA Software WAMP Server Download and Unzip file on your local system copy phppos . Put phppos folder inside root directory Database Configuration Open phpmyadmin Create Database phppos Import database phppos.sql (available inside zip package) User Open Your browser put

PHPPOS Project in PHP and Mysql

Submitted by Shazi on
Language Used PHP Database MySQL User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT Web Browser Mozilla, Google Chrome, IE8,OPERA Software XAMPP Server/WAMP Server Database Configuration Open phpmyadmin Create Database phppos Import database phppos.sql (available inside zip package) For User Open Your browser put inside browser “http://localhost/phppos” Login Details for user: admin/shahzad123

Code generator for pure php

Submitted by abubasil on
Hello again, This script will generate the basic php CRUD for named table. These CRUD (create, read, update, delete) use the pure php programming style. This script uses mysql, you may modify it to be for mysqli. step one: open config.php file and set localhost, db user, db password, and db name. step two: run install.php and set the name of the table (tables one by one each run) step three: set