Repository is archived
No commit activity in last 3 years
No release in over 3 years
MercatorMesonic interfaces between Mercator and Mesonic in the realm of customers, addresses, articles, inventories, orders, and orderitems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

# MercatorMesonic

Mercator_Mesonic provides Mesonic ERP integration for the Mercator Guided Selling Application.

This project uses the GPL V3 license. See file LICENSE in the same directory for details about the GPL V3.

## Installation instructions

  1. Put in your Gemfile

”‘ruby gem “mercator_mesonic” ”’

  1. Instell gem by running

”‘ruby bundle install ”’ 3.2 Get all migrations into your app by running in your ipp directory ”‘ruby rake mercator_mesonic:install:migrations ”’

  1. Run Migrations added

”‘ruby rake db:migrate ”’

  1. Mount the Engine in your routes.rb

mount MercatorMesonic::Engine => “/mercator_mesonic”