[ADD]: Add description for All module where dashboards are added

bzr revid: sbh@tinyerp.com-20100609085435-ga581uf4dgg2st9h
This commit is contained in:
sbh (Open ERP) 2010-06-09 14:24:35 +05:30
parent cfcad966fa
commit d22735f5ba
13 changed files with 59 additions and 6 deletions

View File

@ -34,6 +34,10 @@
Budgets
Customer and Supplier Invoices
Bank statements
Creates a dashboards for accountants that includes:
* List of uninvoiced quotations
* Graph of aged receivables
* Graph of aged incomes
The processes like maintaining of general ledger is done through the defined financial Journals (entry move line or
grouping is maintained through journal) for a particular financial year and for preparation of vouchers there is a

View File

@ -27,6 +27,7 @@
'description': """Financial and accounting reporting
Fiscal statements
Indicators
Add a dashboards for accountant that include Indicators reporting.
""",
'author': 'Tiny',
'website': 'http://www.openerp.com',

View File

@ -32,6 +32,11 @@
It completely manages an auction such as managing bids,
keeping track of the sold articles along with the paid
and unpaid objects including delivery of the articles.
Dashboards for auction that includes:
* My Latest Objects (list)
* My Latest Deposits (list)
* Objects Statistics (list)
* My Objects By Day (list)
""",
'author': 'Tiny',
'depends': ['base', 'account', 'hr_attendance'],

View File

@ -41,7 +41,15 @@ appropriate staff, and make sure all future correspondence gets to the right
place.
The CRM module has a email gateway for the synchronisation interface
between mails and Open ERP.""",
between mails and Open ERP.
Create dashboard for CRM that includes:
* My Leads (list)
* Leads by Stage (graph)
* My Meetings (list)
* Sales Pipeline by Stage (graph)
* My Cases (list)
* Jobs Tracking (graph)
""",
'author': 'Tiny',
'website': 'http://www.openerp.com',
'depends': [

View File

@ -27,7 +27,11 @@
'description': """This is a complete document management system:
* User Authentication
* Document Indexation :- .pptx and .docx files are not support in windows platform.
* Dashboard for Document that includes:
* New Files (list)
* Files by Resource Type (graph)
* Files by Partner (graph)
* Files by Month (graph)
ATTENTION:
- When you install this module in a running company that have already PDF files stored into the database,
you will lose them all.

View File

@ -30,7 +30,10 @@
* to manage your events and their registrations
* to use emails to automatically confirm and send acknowledgements for any registration to an event
* ...
A dashboard for associations that includes:
* Registration by Events (graph)
* Next Events (list)
* Unpaid Invoices (list)
Note that:
- You can define new types of events in
Events / Configuration / Types of Events

View File

@ -33,7 +33,7 @@
in which various surveys can be created and it can be defined which
level of employee hierarchy fills what and final review and evaluation
is done by the manager.Every evaluation filled by the employees can be viewed
in the form of """,
in the form of.Implements a dashboard for My Current Evaluations """,
"init_xml" : [],
"demo_xml" : ["hr_evaluation_demo.xml"],
"update_xml" : [

View File

@ -29,7 +29,9 @@
"description": """Human Ressources: Holidays tracking and workflow
This module allows you to manage leaves and leaves requests.
Implements a dashboard for human resource management that includes.
* My Leaves
* My Expenses
Note that:
- A synchronisation with an internal agenda (use of the CRM module) is possible: in order to automatically create a case when an holiday request is accepted, you have to link the holidays status to a case section. You can set up this info and your colour preferences in
HR / Configuration / Holidays Status
@ -43,7 +45,8 @@
'Print Summary of Employee's Holidays'
- The wizard allows you to choose if you want to print either the Confirmed & Validated holidays or only the Validated ones. These states must be set up by a user from the group 'HR' and with the role 'holidays'. You can define these features in the security tab from the user data in
Administration / Users / Users
for example, you maybe will do it for the user 'admin'.
for example, you maybe will do it for the user 'admin'
.
""",
'author': 'Tiny & Axelor',
'website': 'http://www.openerp.com',

View File

@ -53,6 +53,11 @@
* Load forecast on workcenters
* Print a production order
* Stock forecasts
Dashboard provided by this module::
* List of next production orders
* List of deliveries (out picking)
* Graph of work center load
* List of procurement in exception
""",
'init_xml': [],
'update_xml': [

View File

@ -29,6 +29,11 @@
"depends" : ["product", "analytic", "process", "mail_gateway","board"],
"description": """Project management module that track multi-level projects, tasks,
work done on tasks, eso. It is able to render planning, order tasks, eso.
Dashboard for project members that includes:
* List of my open tasks
* List of messages
* Members list of project
* Issues
""",
"init_xml" : [],
"update_xml": [

View File

@ -27,6 +27,10 @@
'description': """
Purchase module is for generating a purchase order for purchase of goods from a supplier.
A supplier invoice is created for the particular order placed
Dashboard for purchase management that includes:
* Current Purchase Orders
* Draft Purchase Orders
* Graph for quantity and amount per month
""",
'author': 'Tiny',

View File

@ -39,6 +39,12 @@
* Delivery methods:
- all at once, multi-parcel
- delivery costs
* Dashboard for salesman that includes:
* Your open quotations
* Top 10 sales of the month
* Cases statistics
* Graph of sales by product
* Graph of cases of the month
""",
'author': 'Tiny',
'website': 'http://www.openerp.com',

View File

@ -34,6 +34,11 @@ Thanks to the double entry management, the inventory controlling is powerful and
* Bar code supported
* Rapid detection of mistakes through double entry system
* Traceability (upstream/downstream, production lots, serial number, ...)
* Dashboard for warehouse that includes:
* Products to receive in delay (date < = today)
* Procurement in exception
* Graph : Number of Receive products vs planned (bar graph on week par day)
* Graph : Number of Delivery products vs planned (bar graph on week par day)
""",
"website" : "http://www.openerp.com",
"depends" : ["product", "account"],