OpenMiamMiam is an open source pre-order platform designed for collectives points of sale.
- PHP 5.4
All available configuration options are listed below with their default values.
# app/config/config.yml
isics_open_miam_miam:
currency: EUR # Currency (ISO code)
title: OpenMiamMiam Demo # Title
product:
ref_prefix: PR # Product ref prefix
ref_pad_length: 3 # Product ref pad length (example: "PR001")
consumer:
ref_prefix: CU # Consumer ref prefix
ref_pad_length: 6 # Consumer ref pad length (example: "CU000001")
order:
ref_prefix: OR # Order ref prefix
ref_pad_length: 6 # Order ref pad length (example: "OR000001")
buying_units: [piece, g, kg, m] # Buying units
OpenMiamMiamBundle is subject to the GNU AFFERO GENERAL PUBLIC LICENSE v3 that is bundled with this source code in the file LICENSE.
OpenMiamMiamBundle is developped by Isics (www.isics.fr).