Skip to content
#

order-management

Here are 149 public repositories matching this topic...

Project example Asp.Net Core Mvc implementation of inventory order management system. warehouse, product, vendor, customer, purchase order, sales order, shipment, goods receive and more.

  • Updated Sep 20, 2020
  • C#

Open source inventory management system with php and mysql Invoice generation and easy to download invoice in PDF format Lightweight and easy to use Order management and product management can be done with ease Report management User wise sell report.

  • Updated Oct 10, 2020
  • PHP
bitsandbots
bitsandbots commented May 5, 2020

#! /bin/bash

newUser='webuser'
newDbPassword='p1r4sp'
newDb='inventory'
host=localhost
#host='%'

commands="CREATE DATABASE `${newDb}`;CREATE USER '${newUser}'@'${host}' IDENTIFIED BY '${newDbPassword}';GRANT USAGE ON . TO '${newUser}'@'${host}' IDENTIFIED BY '${newDbPassword}';GRANT ALL privileges ON `${newDb}`.*
TO '${newUser}'@'${host}';FLUSH PRIVILEGES;"

echo "${commands}"

Improve this page

Add a description, image, and links to the order-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the order-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.