Installation

1. Enable required modules

Visit the og module settings page (admin/settings/og) and click the Enable button

1. Install all parts

Parts needed to install ERP

7. Pdf

The pdf module requires fpdf (www.fpdf.org) to be installed in an fpdf
subdirectory of the pdf module. This is what my pdf subdirectory looks
like:

simon@Singularo /projects/shop/modules/erp/pdf
$ find . -type d | grep -v \.svn
.
./fpdf
./fpdf/doc
./fpdf/font
./fpdf/font/makefont
./fpdf/tutorial

6. Actions

Create email actions for submitted, approved, rejected and completed jobs.
I use:

Description - "Job submitted email"
Recipient - "%author"
Subject - "Your Service Request"
Message - "
Thankyou for submitting your request %title to the %site_name tracking system.

You will be notified automatically of any changes in your request.

You can track your request personally using %node_url.
"

5. Views

While the erp modules do create some default views, the view permissions need to be set for each installation. Usually you will want to restrict the people who can view the different views by the roles created above.

You will also need to choose appropriate workflow states from your own workflow for the "open jobs", "closed jobs" etc.

4. Workflow modules

The job module will create its own workflow information when the "Enable" Button is clicked in the settings for that module.

3. ERP modules

ERP Modules
-----------
1. Copy the "erp" directory (including subdirectories) into the modules directory of your drupal installation.

2. Enable the modules that you require in the admin/modules section of your drupal website. For now, you need to enable all the "ERP" modules except pdf & timesheet.

asset, cash_sale, customer, erp_cart, erp_formfixes, erp_home, franchise, goods_receive, invoice, item, job, payment, pricing, purchase_order, quote, referral, stock, store, supplier.

Dependency warnings will automatically be given in the future, allowing you to pick and choose, but that isn't done yet.

2. Optional modules

Book module - part of standard drupal, just needs to be enabled

Urlfilter module
http://drupal.org/project/urlfilter

Event module
http://drupal.org/project/event

Javascript tools module
http://drupal.org/project/jstools

The contributed Og book module looks like it might be helpful, i'll put it on the test site
http://drupal.org/project/og

1. Required modules

ERP requires some modules for basic operation. These modules should be installed using their own procedures at the urls below.

Actions module
http://drupal.org/project/actions

Workflow module
http://drupal.org/project/workflow

Organic groups module
http://drupal.org/project/og
The new og_book module will work nicely!

Views modules
http://drupal.org/project/views

ERP guide

This book is a guide to installing, configuring and using the ERP drupal module. We assume that you have a basic, working drupal installation to start with. If you are looking for drupal installation help, visit http://drupal.org/node/43767

Syndicate content