Projects/Ecommerce Integration/FunctionalSpecifications
http://wiki.openbravo.com/wiki/Projects/Ecommerce_Integration/FunctionalSpecifications
Purpose
The purpose of this project is to enable companies to extend their business processes allowing customers to do real-time transactions through an on-line shopping front-end and use Openbravo ERP as a back-end.Scope
The scope of this project is restricted to extend the current Openbravo web services to integrate Openbravo ERP with ecommerce's solutions and develop a connector for the Magento e-commerce platform as an example of this integration.User roles & profiles
- The system administrator. The person that installs Openbravo ERP, the e-commerce platform and the Openbravo ERP / e-commerce connector. Additionally, this person also setups Openbravo ERP and the e-commerce systems for their operation.
- The customer. The person that connects to the on-line e-commerce front-end and browses the product catalog or places an order.
- The sales manager. The person is the company that looks after the sales orders and ensures that all the sales operations work correctly.
Business process definition
- Search the product catalog.
- Browse the product catalog.
- Making an order using an on-line front-end.
- Notifying the customer that is not enough stock.
- Generate an invoice for an order that has been completed.
User stories
Story 1. A customer connects to the e-commerce front-end looking for a product:- The customer starts at the e-commerce front-end main page.
- The customer searches in the products catalog for a specific product.
- The customer gets information about the product.
- The customer decides if she wants to proceed with an order.
- The customer starts at the e-commerce front-end main page.
- The customer browser hierarchically the products catalog.
- The customer gets information about the product.
- The customer decides if she wants to proceed with an order.
- The customer registers or logins into the system.
- The customer places an order within the system.
- System checks that there is enough stock.
- Completes the order successfully.
- Decides if she wants an invoice send by mail or shown to her.
- The customer registers or logins into the system.
- The customer places an order within the system.
- System checks that there is enough stock.
- The user is informed of the shortage of stock.
- The customer logins into the system.
- Browses her historical list of sales orders.
- Selects the order for which wants more detail and its status.
- Detail of the order is shown.
Functional requirements based on business processes
Customer managementIt's a common scenario that a new user registers using the e-commerce front-end to be able to perform a commercial transaction later. It should be possible to:
- Check if a customer already exists in Openbravo ERP.
- Create new customers in Openbravo ERP.
- Modify the information of a customer in Openbravo ERP.
A product catalog contains all the products that a user can view.
General considerations:
- Openbravo ERP supports multiple languages for the product name.
- All the information about the products in the catalog is stored in Openbravo ERP.
- Browse the product catalog hierarchically sorted by alphabetically by product name.
- Browse the product catalog hierarchically by product category.
- Search the product catalog.
- Get all the details of a product.
- Product name.
- Product description.
- Product category.
- Product attributes (weight, color, size, etc).
- Product price and tax.
Sales order
It should be possible for a user to:
- Perform a full sales order.
- Modify or cancel an order once it has been created in the system.
- Get a list of the products that has bought.
- Track the status of his orders pending to be send.
It should be possible for the e-commerce system:
- Get access to the full invoice object to render an invoice by itself.
- Get a PDF version of an invoice using the default server report.
User Interface Mockups
Technical Requirements
Web services allows applications to be integrated more rapidly and easily. Integration focuses on the XML messages that define the services rather than the protocol used to relay these messages. These characteristics are ideal for connecting business functions across heterogeneous systems.The integration requirements are:
- The e-commerce system makes calls to the Openbravo ERP web service whenever it requires a synchronization.
- The definition of these web services should not change from version to version to guarantee the integration with different Openbravo ERP versions.
Non-Functional Requirements
These are general requirements that impact in the technical decisions:- The final system should scale correctly to support high traffic loads.
- Security is key since we are performing commercial translations and dealing with confidential data.
- It is important that all process within Openbravo ERP are automatic (e.g.: see blocking issue 4322)
Open Discussion Items
- Which e-commerce platform is better to do the example integration?
No comments:
Post a Comment