This package is abandoned and no longer maintained. No replacement package was suggested.

TreoPIM. Open source PIM application.


README

/*************************************************************************************/

TREOPIM IS DISCONTINUED. PLEASE USE ATROPIM!

/*************************************************************************************/

treopim_h80

What Is TreoPIM?

anne

TreoPIM is an open-source product information management system (PIM), developed by TreoLabs GmbH, which is based on TreoCore software platform and is developed by TreoLabs GmbH. TreoPIM (as well as TreoCore) is distributed under GPLv3 License and is free. It has a lot of features right out-of-the-box and thus is an excellent tool for cost-effective and timely application development.

TreoPIM is a single page application (SPA) with an API-centric and service-oriented architecture (SOA). It has a flexible data model based on entities, entity attributes and relations of all kinds among them. TreoPIM allows you to gather and store all your product content in one place, enrich it and spread it to several channels like own online shop, amazon, eBay, online shops of your distributors, on a tablet or mobile application. TreoPIM will help you to structure and organize all your flexible data and get rid of excel mess.

What Are the Advantages of TreoPIM?

  • Many out-of-the-box features;
  • Free – 100% open source, licensed under GPLv3;
  • REST API;
  • Service-oriented architecture (SOA);
  • Responsive and user friendly UI;
  • Configurable (entities, relations, layouts, labels, navigation, dashboards);
  • Extensible with modules;
  • Includes the advantages of TreoCore.

How Does It Work?

TreoPIM is an effective solution for storing, processing and managing your product information. All product data are extracted from different sources, classified, translated and enriched. TreoPIM helps you publish the relevant data on different sales channels with minimum efforts.

unctions_banne

Features

TreoPIM comes with a lot of features directly out of the box, including:

  • associations;
  • measuring units;
  • channels;
  • catalogs;
  • category trees and categories;
  • product families;
  • product series;
  • products;
  • attribute groups and attributes;
  • product and category images (available only when the TreoDAM module is also installed to your TreoPIM system);
  • assets (available only when the TreoDAM module is also installed to your TreoPIM system);
  • portals;
  • and much more.

Want to know more about TreoPIM functions and its advantages for you? Please, visit our website. Find out more about the TreoDAM module here.

Technology

TreoPIM is based on EspoCRM and uses PHP7, backbone.js, composer and some Zend Framework 3 libraries.

Technology_schem

Want to know more about TreoPIM technology? Please, visit our website!

Integrations

TreoPIM has a REST API and can be integrated with any third-party system, channel or marketplace.

We offer following integrations:

  • Data synchronisation with over 1000 Channels via channable.com
  • ODOO
  • SAP Business One,
  • Microsoft Dynamics NAV
  • Magento 2
  • Magento 1
  • Shopware 5
  • OXID eShop 6
  • and others.

Please, ask, if you want to know more.

/*************************************************************************************/

TREOPIM IS DISCONTINUED. PLEASE USE ATROPIM!

/*************************************************************************************/

Documentation

  • Documentation for users is available here.
  • Documentation for administrators is available here.
  • Documentation for developers is available here.

Requirements

  • Unix-based system. Linux Mint is recommended.
  • PHP 7.1 or above (with pdo_mysql, openssl, json, zip, gd, mbstring, xml, curl, exif extensions).
  • MySQL 5.5.3 or above.

Configuration Instructions Based on Your Server

Installation

The Installation guide is based on Linux Mint OS. Of course, you can use any Unix-based system, but make sure that your OS supports the following commands.

To create your new TreoPIM application, first make sure you are using PHP 7.1 or above and have Composer installed.

  1. Create your new project by running one of the following commands.

    If you don't need the demo data, run:

    composer create-project treolabs/skeleton-pim my-treopim-project
    

    If you need the demo data, run:

    composer create-project treolabs/skeleton-pim-demo my-treopim-project
    
  2. Change recursively the user and group ownership for project files:

    chown -R webserver_user:webserver_user my-treopim-project/
    

    webserver_user – depends on your webserver and can be one of the following: www, www-data, apache, etc.

  3. Configure the crontab as described below.

    3.1. Run the following command:

    crontab -e -u webserver_user
    

    3.2. Add the following configuration:

    * * * * * /usr/bin/php /var/www/my-treopim-project/index.php cron
    
  4. Install TreoPIM following the installation wizard in the web interface. Go to http://YOUR_PROJECT/

License

TreoPIM is published under the GNU GPLv3 license.

Support

Please note, the content of this description is NOT licenced under GPLv3 and is property of TreoLabs GmbH.

/*************************************************************************************/

TREOPIM IS DISCONTINUED. PLEASE USE ATROPIM!

/*************************************************************************************/