Prestashop ERP User manual

Similar documents
Embedded ERP for Magento Integration and User Guidelines Version 2.6 & 2.1

rma_product_return version BoostMyShop

INVENTORY MANAGEMENT

Embedded ERP for Magento Integration and User Guidelines Version 2.3 & 1.5

How To Import From Amazon On Kubana

DEAR Inventory - Magento Integration Guide

[Jet-Magento Integration]

Order Manager Toolkit

Global Amazon Integration Module v1.1. Users Guide & Setup Instructions

Trytond Magento Documentation

Magento Integration Manual (Version /24/2014)

Last Updated on 11/06/

Magento Integration User Guide

Magento Integration Guide. Everything you need to know to integrate Unleashed inventory management with Magento ecommerce. Contents.

Magento Extension Point of Sales User Manual Version 1.0

[Jet-Magento Integration]

Google Trusted Stores Setup in Magento

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : rtharoth@yahoo.

Accounting & Finance. Guidebook

Contents 1. Introduction Login Order Status Search for pre-advice and orders View pre-advice or order...

Great! You sold some Lexmark devices. Now you need to file for the associated rebates.

Inventory Management System

How To Use Optimum Control EDI Import. EDI Invoice Import. EDI Supplier Setup General Set up

Workflow Process: Purchasing. Ordering Process

New Features in Sage BusinessVision 2013 (version 7.6)

The Inventory Module. At its core, ecomdash is an inventory management system. Use this guide as a walkthrough to the Inventory module.

Data Sheet Plus Pack for Sage 200

CLOCKWORK Training Manual and Reference: Inventory. TechnoPro Computer Solutions, Inc.

SugarCRM CE (Community Edition Only) Plugin. Installation. Guide

Melbourne IT The Ecommerce Widget Guide - user guide

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

BusinessMan CRM. Contents. Walkthrough. Computech IT Services Ltd Tuesday, June 1 st 2014 Technical Document Version 6.

Day to Day Operations Guide

GlobalSign Enterprise PKI Support. GlobalSign Enterprise Solution EPKI Administrator Guide v2.4

DutyCalculator - Installation and Configuration

Magento Integration Guide

PayPal Integration Guide

Shopping Cart Software

Taulia Supplier Portal User Guide

Magento module Documentation

Store Management via proper Windows User Interface. Integrated Accounting, CRM, Order Processing, Drop Ship. Unlimited Products Allowed

Logout - Logout of etms and return to Login screen Help - Displays onscreen help

Magento Quotation Module User and Installer Documentation Version 2.2

Saasu Online Accounting. Inventory presentation

for Sage 100 ERP Business Insights Overview Document

Virtual Office Remote Installation Guide

As on other History Notes tabs, toolbar buttons are available to add and delete notes.

SAP Business One Integration with Radley icaras EDI. Mascidon, LLC March, 2011 Dr. Don Maes

Connect Getting Started Guide. Connect Getting Started Guide

How To Set Up A Xerox Econcierge Powered By Xerx Account

Sole Source Procurement

for Sage 100 ERP Sales Order Overview Document

Shopping Application Overview

VEDATRAK CRM 2.1. User's Guide

InfoPrint isupplier Portal Training

ERP Commerce Connect Feature Summary 1.0.1

1

The Purchasing Wizard

Distribution Training Guide. D110 Sales Order Management: Basic

Multivendor Extension User Guide

WELCOME TO REVEL SYSTEMS RETAIL SERVICE... 5 STARTING YOUR WORK Logging In to Your POS Refreshing the POS Settings...

Getting started with Sage Accounts The online retailers guide

Accounts Receivable. I. Overview Definitions and Abbreviations. Equipment and Supplies Required

Important: Please follow regional 3M invoicing guidelines for one PO per invoice.

WebSphere Commerce V7 Feature Pack 2

CoreCommerce Administrator Guide

Document Services Online Customer Guide

CDC Enterprise Inventory Management System. The Basics

Magento Handbook. Client Name

Order Processing. 1

E-Commerce Installation and Configuration Guide

Step-by-Step Guide Using Hosted Catalogs for Shopping in CU Marketplace

Office of Contracting & Procurement and Support Service Center Desk Reference

Working with Purchase Orders

Lay-Buys Payment Gateway Extension

Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5

Despatch Manager Online

Accounts. Step by Step Data Setup Wizard and How to Guide. online

COREFlex software QUICK START. COREFlex Pro Inventory / WMS / LITE INDUSTRIAL User Guide. LOGGING ONTO COREFlex software

Ordering Items From TRIUMF Stores Using Unit4 Agresso By Ted Schenkeveld

Transaction Management

CPMagento - Standard Order Processing Lifecycle from Magento to CounterPoint back to Magento

OLIVIA123 FOR ADMINISTRATORS. User Guide

Purolator Eship Web Services

Optional Fields (Document and Document Lines) Setting Up Sales Taxes (VAT) Setting up Tax Definitions (Government Bodies)...

Automate G/L Consolidation User Guide

Request for Credit in Accounts Payable

E-Commerce Installation and Configuration Guide

Sage Cloud Connector Getting Started Guide. January 2014

Creating Codes with Spreadsheet Upload

Seller Portal User Guide V

Tutorial of Website s New Features

DNNSmart Super Store User Manual

Online sales management software Quick store setup. v 1.1.3

CHAPTER 6: SALES ORDERS

Transcription:

Prestashop ERP User manual 1 / 17

Summary Overview... 4 Installation... 4 Files copy... 4 Module installation... 4 Hooks installation... 5 Supplier sheet... 5 Product sheet (back office)... 5 Product sheet (front)... 5 Supply needs... 6 Prefered stock level... 6 Backordered products... 6 Supply needs... 6 Create a purchase order... 7 Purchase order... 7 Configuration... 8 Suppliers management... 8 Create a new Purchase Order... 9 Main information... 9 Add products... 10 Printing... 11 Supplier notification... 11 Declare deliveries... 11 Order fullfilment... 12 Ignored orders... 13 Order selection... 13 Picking list... 14 Download documents... 14 Export to carrier software.... 14 Configuration... 14 2 / 17

Export order information to shipping software... 15 Import tracking numbers... 16 Customer notification... 16 Miscellaneous... 16 Product availability... 16 3 / 17

Overview Prestashop ERP is an addon to manage supply, purchasing and order fullfilment within the Prestashop admin panel. The main features are : - Supply needs : the module keep up to date a list of the products you need to purchase because you sold backordered items or when the stock level reaches the warning stock level. You can easily filter the list by supplier and click a new purchase order - Purchase orders : Create purchase orders, easily add products, set buying price, quantities Once your order is ready, you can send an email to the supplier with the purchase order PDF in attachment. Then, when the goods arrive in your warehouse, easily declare delivery to update the stock level - Order fullfilment : thanks to this wizard, you instantly see what orders can be fullfilled and what orders are pending supply or payment. Select orders you want to fullfill, print the picking list, mass print invoiceds / packing slip, export order information to the carrier softwares to print shipping labels, import tracking number in prestashop and mass notify customers to inform them about the shipping. Installation Files copy Before you upload files on your server, you must rename directory «admin_bms» with the name of your admin panel.then, upload all files on your server. Module installation Once all files are uploaded, go in Prestashop Admin Panel and select «modules» tab : in this tab, select the «administration» section and click on the «Install» button. Once the module is installed, a new «ERP» tab is visibile : 4 / 17

Hooks installation To customize Prestashop behaviour, it is necessary to edit Prestashop core files : Supplier sheet - Edit file : /admin/tabs/adminsuppliers.php - Line : 201 - Add this code : '.Module::hookExec('supplierSheetForm', array('supplier' => $supplier)).' Product sheet (back office) - Edit file : /admin/tabs/ AdminProducts.php - Line : #2670 (Presta 1451) - Add this code : Module::hookExec('catalogProductSheetAfterStocks', array('product' => $obj)); Product sheet (front) - Edit file : /themes/[votre_theme]/product.tpl - Lige : 353 - Add this code : <!-- [START ERP SUPPLY DATE] --> <p id="psupplydate" {if $product->quantity > 0 $allow_oops $product->getsupplydate() == '-'} style="display:none;" {/if}> <span id="supply_date_label">{l s='available from'} : </span><br/> <span id="supply_date_value">{$product->getsupplydate()}</span> </p> <!-- [END ERP SUPPLY DATE] --> 5 / 17

Supply needs Prefered stock level When ERP is installed, a new field is displayed in the product sheet : The prefered stock level can be set for each product : when the product stock level goes beyond this limit, a new supply need is created. By default, prefered stock level is set to 0 for every products. Backordered products Basiscally, Prestashop can handle backordered products : a backordered product is a product sold without stock to fullfill the order : in this case, ERP will automatically create a supply need to inform you that you have to purchase this product. To enable backorders for a product, go in the product sheet and check «Allows orders» in the «When out of stock» section. Supply needs Supply needs list is available with menu ERP > Supply needs : 6 / 17

) For each product, the system display several information : - Sku : product reference - Product : product name - Stock : current stock level (a negative stock level means that you have backordered products) - Prefered stock level : see above - Status : 3 values can be displayed o Sales order : you must purchase the product to fullfill a sales order. o Prefered stock level :you must purchase the product because the stock level is below the prefered stock level o Pending supply : this status means that the product is needed but a purchase order exists and is expected for delivery. When the PO delivery will be created, the supply need will be hidden. - Supplier : product supplier - View: display product sheet Create a purchase order You can easily create a Purchase Order from supply needs : - Filter products list (with suppliers for example) - Tick every products you want to add to the purchase order : you must also select the quantity for each product. Around the quantity field, the system displays a minimum quantity and a maximum quantity : o Minimum quantity : quantity needed to fullfill orders o Maximum quantity : quantity needed to fullfill orders AND to reach the prefered stock level. - In the action menu, select the right supplier and click on the «Execute» button. Then, a new purchase order is created and the selected products are added to the PO. Purchase order 7 / 17

Configuration To configure ERP, go in menu Modules > Administration > Erp pour Prestashop > Configure > Purchase : - Notify suppliuer status : when you send PO by email to the supplier, ERP can toggles PO status to the defined value - Tax rules : default tax rate for products - Merchant name Country : information used to display your address in the PO PDF - PDF footer : information displayed in the PDF footer - Mail template : email content sent to the supplier for purchase order notification Suppliers management Basically, Prestashop can handle suppliers in menu Catalog > suppliers. However, ERP extend supplier information adding several fields : 8 / 17

- Default supply delay : When product is out of stock, ERP displays availability message based on the supplier supply delay : «Shipped under X days» - Address : printed on the purchase order PDF - Email : used to send an email to the supplier to notify about a new Purchase Order Create a new Purchase Order To create a new Purchase Order, 2 ways: 1. From the supply needs (read supply needs section) 2. From the purchase order list available in ERP > Purchase orders : click on the «New» button, select the supplier and click on «save» button. In both cases, a new purchase order is created and you are redirected to the PO sheet. Main information 9 / 17

- Reference : automatically set when order is created, but you can customize it - Status : the status define how the order is considered by ERP : o New : order is being created, it is not considered by ERP o Waiting for delivery : supplier has been notified about the PO and will ship the goods : ERP is expecting the products and then, it updates supply needs and product availability message on the website. o Partially delivered : some product have been delivered, others are expected o Complete :order is done - Supplier : supplier associated to the PO - Comments : free area - Shipping fees rate : tax rate applied for shipping fees - Shipping fees : - Change rate : if you place purchase order in a different currency, this change rate will be applied - Shipping date : Estimated date of delivery : if the product is out of stock, this date is displayed on the website to inform customers. Add products To add products in the purchase order, select tab «Add products» : you can use the form to search products and click on the search button, results will be displayed on the right. Then, fill quantity for the products you want to add and click on the «Add» link. Each time you select a product, it is added at the bottom of the screen. When you have selected all wanted products, click on the «save» button at the bottom. 10 / 17

When a product is added to the purchase order, some information is filled automatically : - Buying price : imported from the product sheet - Supplier reference : imported from the product sheet Printing You can print the PO in PDF to send it to your supplier with the «print» button at the bottom of the screen. Supplier notification Once the PO is ready, you can send an email to your supplier with the PO PDF in attachment : click on the «Notify supplier» button to send the email. When you notify supplier, PO status is toggled to «Waiting for delivery». You can customize the email in modules > administration > erp > configure Declare deliveries When the merchandize arrives in you warehouse, you must declare the deliveries to update the data in ERP : go in the purchase order and select tab «Add delivery». Note : only order with status «Waiting for delivery» can have a new delivery. 11 / 17

For each product, you can set : - Quantity received - Barcode / EAN - Location in the warehouse If the delivery matches to the quantities ordered, you can click on the «all products are delivered» button to confirm a complete delivery. When you confirm the delivery with the save button, ERP apply the deliveries : - Create new stock movement to put the products back to stock - Reserve product for pending backordered orders - If all PO products have been delivered, the PO status is set to «Complete» You can view all deliveries in the «deliveries» tab : Order fullfilment Order preparation wizard is available under menu ERP > Fullfill orders. Bascially, the system dispatches orders in 3 tabs : - Ignored : not paid orders - Stockless : this orders have at least one missing / backordered product - Fullstock : contains orders that you can fullfill completely 12 / 17

Ignored orders To prevent operator to ship a not paid order by error, you can set conditions to set an order as ignored or valid. Basically, we configure ERP to ignore order pending payment or fraud suspected. To select the order statuses that set an order as ignored, go in menu Modules > Administration > Erp > Configure Order selection The first step for order fullfillment is to select order that you are going to prepare. You can process several batch with several orders every days. To help you to select orders, ERP dispatches orders in 3 tabs : - Ignored : not paid orders - Stockless : this orders have at least one missing / backordered product - Fullstock : contains orders that you can fullfill completely In every tabs, ERP display order products according to the following codes : - Green : product is reserved for order - Red : product is missing for order (backordered) To select orders from any tab, check orders and in the mass action menu, select «Add to selection» item. Then, click on submit button. 13 / 17

Selected orders are now in «Selected» tab and you are ready to process them. Picking list Once orders are selected, you can print the picking list with button «2 Picking list». This PDF summarizes every products you need to do packing. Note : picking list is a global view of the products for all orders. If a product is in several orders, it will be displayed only once in the picking list, but with a quantity matching to all orders that contain it. Download documents Once you have picked all products in your warehouse and bring products back to the preparation table, you can generate one PDF with all invoices & packing slip for selected orders using button 3 Download invoices & packing slip. Export to carrier software. The next step is to export order information to your shipping software to generate tracking numbers and print shipping labels. Every shipping software can : - Import a csv file with order information to print shipping labels - Export a csv file with order number & tracking number to export it in Prestashop. Configuration ERP exporte order information to each carrier software based on the shipping method. So you must define association between shipping method and carrier software in Modules > Administration > ERP > Configure : 14 / 17

In the Carrier template tab are displayed carrier software supported by ERP. (If you need another one, please contact us). For each software, you must select the Prestashop shipping method. Export order information to shipping software From order fulfillment screen, click on button 4 Shipping labels : 15 / 17

To download csv file to import in carrier software, click on the Shipping Software name in Download order list for shipping software section. Import tracking numbers Once labels are printed, you must import tracking numbers in prestashop to store them in order and inform customers. From the shipping software, export the trackings numbers, go back in step #4 in Order fulfillment screens, select the carrier template in the drop down menu, select the csv file and click on Commit button. Then, tracking numbers are saved in orders. Customer notification Last step is to inform customers about the shipping : for this, click on the Confirm orders button to change order status and send an email to your customers. Miscellaneous Product availability ERP is able to display advanced availability message on website if a product is not in stock. When product is out of stock and backorders are allowed, ERP will display : - If a purchase order is expected, the PO delivery date is displayed - Else, the default availability based on the supplier default delay is shown. 16 / 17

17 / 17