Search This Blog

Friday 20 November 2015

Billing software for small retail stores

Here i am sharing the source code of a billing software i recently did. Its web technologies based with features like, billing, printing and admin page.


Here are the technologies used:

  • HTML
  • CSS
  • Bootstrap 3
  • PHP
  • MySql
  • jquery-ui
using XAMPP server

plugins used:


Development Brief:
  • Started with appendgrid to add items to bill list. its cool and easy to use jquery plugin for creating dynamic tables. Good user guide is provided with it and firm support from the developer alert
  • crypto-js i found easy. used md5 hashing to encrypt and store passwords in mysql db. (genuinely i dont know that we cant password from hash, later i came to know. you are free to use what ever u like by doing the changes in necessary places)
  • for showing items in left panel used jplist for DOM item filtering and pagination purposes. its cool easy to use plugin 
  • Admin tab will be available under options for admin users. through which they can add/change items, users, get stores reports and can see bill reports daily, weekly, monthly and custom dates.
  • admin can export reports to excel. phpexcel is used for writing data to excel from php which is retrieved from mysql
  • Jquery-ui is used for most of the ui parts along with bootstrap. some flaws are there in responsiveness :P ;). works well in all normal sized screens.

No comments:

Post a Comment