Warehouse Management System

Submitted by Mohamed Nageh … on
This Project is developed using C#4.5 and SQL Server 2008 Main Features are : 1.Customer Management 2.Supplier Management 3.Stock Management 4.Sales Management 5.Customer Kiosk (Separate customer page for tracking orders,Placing orders and mnay more) 6.Products management 7.Multiple user support 8.Database backup and restore 9.Advanced Reports Admin Login Information: Username- mohamednageh

Restaurant Management System

Submitted by Jatin Zalavadiya on
This is an advanced Restaurant Management System developed using VB.Net. Main features are : 1.Master Entry Restaurant Information Kitchen/Section Master Invetory Type(Rate Type) (Like AC / Non AC / Garden / Seasonal Rate) Items Category Menu Item Entry Tables Entry Notes Entry POS Printer Settings Menu Item Import/Export (For items price update in bulk) Home Delivery/Takeaway Rate Settings 2

AngularJS CRUD Operation With PHP/MySQLi - Part 2

Submitted by razormist on
In this tutorial we will try to do the AngularJS CRUD (Delete, Update) Operation with PHP/MySQLi. In my previous tutorial we already tackle the (create and update) on AngularJS, this time will continue on and try to finish the project. We already created the database and the database connection, we will just add some method to the AngularJS directives and PHP script to make our project more interactive.

AngularJS CRUD Operation With PHP/MySQLi - Part 1

Submitted by razormist on
In this tutorial we will use AngularJS for CRUD (create, read) Operation with PHP/ MySQLi as a backend development. AngularJs is widely used in developing modern website because of its easy syntax construct and convenient in time developing. It is a library from javascript that compressed and simplified into a whole new level of programming technique. By the way this tutorial is consist of two parts,for we will tackle only about create and select on AngularJS with PHP database. So let's see how its done.