Libraries Used
Front-End Libraries
Library Description
library used for dividing html page into grid and rovides class for styling in html
Used In
handlying html tags
Library Description
It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.
Used In
all ajax post and get
Library Description
This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate something into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 37 other languages.
Used In
all form validation
Library Description
jQuery plugin for forcing fixed width inputs to follow a certain pattern.
Used In
some of form inputs
Library Description
A flexible and extensible jQuery plugin for modern tooltips.Simple enough for everyone, powerful enough for everything.
Used In
monitroing rack tooltips
Library Description
NOTY is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)
Used In
success/fail/warning notifications
Library Description
SVG is an excellent way to create interactive, resolution-independent vector graphics that will look great on any size screen. And the Snap.svg JavaScript library makes working with your SVG assets as easy as jQuery makes working with the DOM.
Used In
monitoring view handling all the svgs
Library Description
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.
Used In
all the tables in the adminstration panel
Library Description
Open Source PHP class for generating PDF documents.
Used In
generation of pdf for purchase order,issue order,pick request
Themes
Used In
adminstrative panel
Back-End Packages
Package Description
laravel package which created to manage your large laravel app using modules. Module is like a laravel package, it has some views, controllers or models
Used In
modules creation and managment
Package Description
for easy generation of fake data for testing and performance analysis
Package Description
This package contains a variant of the validateUnique rule for Laravel, that allows for validation of multi-column UNIQUE indexes.