Skip to content
#

orders

Here are 81 public repositories matching this topic...

dolibarr
lvessiller-opendsi
lvessiller-opendsi commented Sep 17, 2019

Instructions

In product card when you modify lenght, width or heigth, it automatically calculate surface and then you will obtain weird values in surface field in this card.

Bug

If you crate or modify a product card with length, height and length values : it automatically calculate surface value but you have not the good value.

Environment

  • Version: develop, Dolibarr v10
  • **
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}"

A webshop which sells second-hand cars. The website was designed based on the MVC design pattern, using C#, a Razor template and Javascript. The webshop is supported by a Postgres database. Sensitive user information such as passwords is hashed. The webshop uses SendGrid to send emails. A PayPal sandbox is in place to simulate real payments.

  • Updated Feb 16, 2018
  • C#
9b
9b commented Nov 25, 2017

Using the Flask development server is not ideal for production. Whatever technology choice is picked, there needs to be a packaged, easy way to deploy the code. Ideally, this would be created to run at boot on something like a Raspberry Pi.

Areas that need to be explored:

  • Generating services on various OS
  • Packaged VM that auto-runs
  • Container services (likely not)?

Improve this page

Add a description, image, and links to the orders 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 orders topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.