Tuesday 28 July 2020

Android GST Billing Project with Source Code





Android GST Billing Project  is GST billing solution. The system enables you to add products and items, create customers and users, and generate as many invoices, receipts and quotes as you want.
The system provides some other awesome features which include instant invoice calculations for items, quantity, , Taxes / VAT and total without any extra effort. I build this app to android app sqlite database used.

Features

  • Easy  Layout.
  • Generate Invoices and receipts PDF Support
  • Unique bill numbers
  • Functionality to create invoice item each time or choose from database.
  • Functionality to choose  TAX.
  • Generate downloadable PDf  files
  • And lot more...

Technology, Tools and Plugin Used

  • Android Studio
  • Windows 10

compileSdkVersion 25
buildToolsVersion "25.0.2"
minSdkVersion 15
targetSdkVersion 25

Download Source Code 

Download APK




Saturday 11 July 2020

Visitor Management System in PHP and Mysql





Visitor Management System in PHP and Mysql or Visitor Management System is an utility for the 'gate' guards who have to maintain a bulky and a very-hard-to-maintain record books for all the visitors that visit the college for their various reasons.
Visitor Management System in PHP and Mysql has 4 sub- sections, Front Page (Home), Add Visitor (for adding new visitors), View Data (for getting the visitor details - all fields) and a Logged out Visitor page that shows Logged out visitor data for the present day!

Features :- Visitor Management System in PHP and Mysql .

  1. Dashboard: In this sections, admin can briefly view how many visitors visited in a particular period.
  2. Visitors: In this section, admin adds new visitors by filling their information in add visitors sections and also view and manage visitors records. Admin also put visitors out time in the manage records section.
  3. Search: In this bar, admin can search a particular person by their name and phone number.
  4. Reports: In this section admin can generate visitors reports between two dates.
  5. Print Visitors Pass.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/wamp/www/" .
3. Database Configuration
Open phpmyadmin
Create Database named db_vms
Import database db_vms.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/Visitor Management System in PHP/"
Admin Login Details
Login Id: Projectworlds
Password: Projectworlds

Download Project