diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index a48927a5a78..95396e5a981 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -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 diff --git a/addons/account_report/__openerp__.py b/addons/account_report/__openerp__.py index f15bdc9a457..5cdacedce34 100644 --- a/addons/account_report/__openerp__.py +++ b/addons/account_report/__openerp__.py @@ -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', diff --git a/addons/auction/__openerp__.py b/addons/auction/__openerp__.py index 1ca8af80102..c97159e08c4 100644 --- a/addons/auction/__openerp__.py +++ b/addons/auction/__openerp__.py @@ -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'], diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index e52049341b8..5dcb655e8db 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -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': [ diff --git a/addons/document/__openerp__.py b/addons/document/__openerp__.py index 1a8a6e32e48..e7d3f767010 100644 --- a/addons/document/__openerp__.py +++ b/addons/document/__openerp__.py @@ -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. diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 23843c27ab0..17f04b5501e 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -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 diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index 30550a25e6d..6a10f873e3c 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -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" : [ diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index b7403ee2d97..10e533203ba 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -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', diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index 980841a4429..78d9c8efff1 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -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': [ diff --git a/addons/project/__openerp__.py b/addons/project/__openerp__.py index 6cd249234e8..1529bb78841 100644 --- a/addons/project/__openerp__.py +++ b/addons/project/__openerp__.py @@ -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": [ diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index 6f9107d81e8..56f9b46dbdf 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -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', diff --git a/addons/sale/__openerp__.py b/addons/sale/__openerp__.py index 3815d5e009f..2a804db1707 100644 --- a/addons/sale/__openerp__.py +++ b/addons/sale/__openerp__.py @@ -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', diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 15536a5e906..60ccea7d137 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -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"],