isics / OpenMiamMiam

Open source pre-order platform designed for collectives points of sale.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMiamMiam Build Status

OpenMiamMiam is an open source pre-order platform designed for collectives points of sale.

Requirements

  • PHP 5.6

Configuration reference

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

License

OpenMiamMiamBundle is subject to the GNU AFFERO GENERAL PUBLIC LICENSE v3 that is bundled with this source code in the file LICENSE.

Credits

OpenMiamMiamBundle is developped by Isics (www.isics.fr).

About

Open source pre-order platform designed for collectives points of sale.

License:GNU Affero General Public License v3.0


Languages

Language:PHP 96.2%Language:HTML 3.0%Language:Shell 0.8%