Reference #17367
Zatvorenopenbravo ERP
0%
Povezani tiketi 1 (0 otvoreno — 1 zatvoren)
Izmjenjeno od Ernad Husremović prije više od 15 godina
interesanta je ver 2.5 koja se priprema.
baza postgresql
DAP 2.5 - hibernate (vjerovatno će se podržati i druge hibernate baze uvođenjem ovog sloja)
mercurial dsvc
imaju jak pos modul swing app - sinhronizacija via web services
http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/How_to_develop_a_new_window
Izmjenjeno od Ernad Husremović prije više od 15 godina
- Naslov promijenjeno iz openbravo u openbravo ERP
- Status promijenjeno iz Zatvoreno u Novo
jasper reports kao report engine
Izmjenjeno od Ernad Husremović prije više od 15 godina
lokalizacija ima sprska samo
Izmjenjeno od Ernad Husremović prije više od 15 godina
dobra dokumentacija http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/HowTos
Izmjenjeno od Ernad Husremović prije više od 15 godina
http://mtopenbravo.blogspot.com/2009/02/openbravo-250-rest-webservices.html
In this post I will talk about new very exciting functionality in Openbravo 2.50: full REST web services support for all tables in the Openbravo datamodel (including the tables added by modules).
I will first start with a general overview and then some examples of web service calls which you can try directly in your browser. The post is concluded with a short description on how to add your own REST-like web services and a number of interesting links on REST.
Openbravo REST provides a CRUD-like interface so that external applications can retrieve, update, create and delete business objects through standard HTTP requests.
Some benefits of using a REST approach:- favors identifying and addressing resources which fits to the data-centric nature of the provided apis (a resource corresponds to a business object)
- has actions (POST, PUT, DELETE, GET) which correspond to standard CRUD actions
- allows linking to specific business objects or to sets of business objects. This is a very powerfull feature of a REST approach and it allows for easy navigation between business objects.
- is simple to develop and use, and very lightweight from an architectural point of view
The Openbravo REST webservice operates on Business Objects in Openbravo. Before continuing let's first explain what a Business Object is (in Openbravo). A business object can be a simple entity (==table) such as a currency which just has basic primitive fields. On the other hand it can also be a structure of entities, for example an order header with its order line.
...
Izmjenjeno od Ernad Husremović prije više od 15 godina
Izmjenjeno od Ernad Husremović prije više od 15 godina
http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Concepts/Data_Access_Layer
The Openbravo Data Access Layer (DAL) is a new development in Openbravo ERP 2.50. The goal of the DAL development is to strengthen the middle-tier in the application, i.e. to implement business logic in Java. The DAL provides the application developer with the following functionality:- Type safe querying and retrieval of business objects from the database.
- A convenient API to update or create new data in the database.
- A type safe interface to update information of a business object, increased productivity by making the properties of a business object directly visible through getters and setters (in the IDE).
- Transaction and context handling.
- Security and validation checking.
- Automatically maps new entries in the *Application Dictionar*y to database tables and columns.
- Generates Java class business objects (and their associations) on the basis of the Application Dictionary model.
The DAL consists of a development-time and runtime part. The development-time part takes care of generating Java business object classes. The runtime part takes care of mapping Java classes to the database and supporting functionality such as security and validation.
Izmjenjeno od Ernad Husremović prije više od 15 godina
http://www.openbravo.com/product/erp/features/
- Usability
- Configurable main menu.
- Configurable language for each user.
- Programmable alarms by specific user role or user.
- Keyboard navigation for faster operation.
- Skinable user interface.
- On line help.
- Possibility to attach documents, images or files to any register in the application.
- Navigable network of information (history, related documents, etc.).
- Output of reports in multiple formats: .html, .pdf, and .xls.
- Configurable filters and flexible record sorting.
- Embedded selectors in the forms for the most used entities (products, business partners, accounts, projects, orders, invoices...).
- Configurable batch processes of tasks that can be scheduled on specific times.
..
Integration- Support for CAS based single sign on.
- Easy integration with other applications through webservices.
- Pre-integrated with Openbravo POS and Pentaho BI suite.
Izmjenjeno od Ernad Husremović prije više od 15 godina
Production Management
Plant structure, production plans, BOM's, MRP, manufacturing orders, job reports, costs of production, work incidences, preventive maintenance types, etc.
The production functions and plant management in Openbravo ERP allow a complete shaping of the productive structure of each organization (sections, cost centers and work centers) as well as the relevant data for production: production plans (operation sequences), and products used to make one another. Currently, the functionality provided by Openbravo ERP is orientated towards covering the usual necessities of a discrete production environment: production planning and requests related to procurement using MRP, creation of manufacturing orders, job reports (notification of times and consumption), calculating costs of production, notification of job incidents and maintenance reports.
[+] More details
- Plant structures.
- HFG's (Homogeneous Functional Groups) or Cost Centers.
- Work centers and machines.
- Materials Requirement Planning (MRP) keeping in mind client requests, existing clients, stock levels, and minimum order quantities.
- Production plans, with multiple arriving products and multiple departing products.
- Production orders.
- Sequence creation and products for each order phase.
- Confirmations with data relating to the production plan and pre-filled sequence.
- Calculation of production costs with the possibility of adding indirect costs.
- Work incidences.
- Types of equipment and management of each piece of equipment.
- Preventive maintenance and maintenance types.
Izmjenjeno od Ernad Husremović prije više od 15 godina
PUBLISHED: Jaunty pocket Release in component partner and section web
Izmjenjeno od Ernad Husremović prije više od 14 godina
- Status promijenjeno iz Novo u Zatvoreno