orders
Here are 81 public repositories matching this topic...
-
Updated
Jan 26, 2020 - JavaScript
Currently, the GL search results table includes only the functional currency amounts ("amount_bc" column / "base currency"). However, to make the multi currency support shine, the currency and transaction currency amount columns should be added (optionally with an "fx rate" column?)
-
Updated
Jun 22, 2020 - Go
-
Updated
Jun 3, 2020 - PHP
Should we decide to remit taxes directly to states we'll need to add a job on order refund that will issue a refund transaction to TaxJar.
As a follow up to a forum request regarding a conflict with another plugin, it would be nice if we could let users enable/disable the backend search from the settings page.
We need to ensure that it defaults to enabled for making a smooth transition for existing users.
-
Updated
Mar 4, 2020 - Swift
Install Script
#! /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}"
Multiple Sales
-
Updated
Jun 21, 2018 - C#
-
Updated
Apr 25, 2018 - PHP
-
Updated
Nov 22, 2018 - PHP
-
Updated
Aug 22, 2018 - JavaScript
-
Updated
Feb 16, 2018 - C#
-
Updated
Aug 19, 2018 - C#
-
Updated
Apr 5, 2019 - PHP
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)?
-
Updated
Jun 19, 2020 - C#
-
Updated
Mar 14, 2020 - HTML
-
Updated
Oct 29, 2019 - HTML
Improve this page
Add a description, image, and links to the orders topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orders topic, visit your repo's landing page and select "manage topics."
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