Tryton Documentation Release 4.8

Total Page:16

File Type:pdf, Size:1020Kb

Tryton Documentation Release 4.8 tryton Documentation Release 4.8 Anne Krings, Bertrand Chenal, Cédric Krier, Mathias Behrle, Tobias Paepke, Udo Spallek Nov 22, 2019 Contents 1 Introduction 3 2 Installing tryton 5 2.1 Prerequisites...............................................5 2.2 Installation................................................5 3 Client Usage 7 3.1 Name...................................................7 3.2 Synopsis.................................................7 3.3 Options..................................................7 3.4 Environment...............................................8 3.5 URL...................................................8 3.6 Overview.................................................8 3.7 Menu Bar Items............................................. 10 3.8 Tool Bar................................................. 12 3.9 Widgets.................................................. 14 3.10 CSS.................................................... 17 3.11 Appendix................................................. 17 4 Glossary 19 4.1 References................................................ 21 Bibliography 23 Index 25 i ii tryton Documentation, Release 4.8 Contents: Contents 1 tryton Documentation, Release 4.8 2 Contents CHAPTER 1 Introduction Tryton is a Graphical User Interface to the Tryton Framework based on GTK and Python. 3 tryton Documentation, Release 4.8 4 Chapter 1. Introduction CHAPTER 2 Installing tryton 2.1 Prerequisites • Python 2.7.9 or later (http://www.python.org/) • gtk+ 3.20 or later and py-gobject3 (http://www.gtk.org/) • librsvg (http://librsvg.sourceforge.net/) • python-dateutil (http://labix.org/python-dateutil) • Optional: cdecimal (http://www.bytereef.org/mpdecimal/index.html) • Optional: GooCalendar (https://pypi.python.org/pypi/GooCalendar) 2.2 Installation Once you’ve downloaded and unpacked a tryton source release, enter the directory where the archive was unpacked, and run: python setup.py install Note that you may need administrator/root privileges for this step, as this command will by default attempt to install tryton to the Python site-packages directory on your system. For advanced options, please refer to the easy_install and/or the distutils documentation: To use without installation, run bin/tryton from where the archive was unpacked. 5 tryton Documentation, Release 4.8 6 Chapter 2. Installing tryton CHAPTER 3 Client Usage This document is the reference about the concepts of the graphical user interface (also known as Tryton client ) of the Tryton application framework. 3.1 Name tryton - Graphical user client of the Tryton application framework 3.2 Synopsis tryton [options] [url] After startup the login dialog is displayed. 3.3 Options --version Show program version number and exit -h, --help Show help message and exit -c FILE, --config=FILE Specify alternate configuration file -d, --dev Enable development mode, which deactivates client side caching -v, --verbose Enable basic debugging -l LOG_LEVEL, --log-level=LOG_LEVEL Specify the log level: DEBUG, INFO, WARNING, ER- ROR, CRITICAL -u LOGIN, --user=LOGIN Specify the login user -s SERVER, --server=SERVER Specify the server hostname:port 7 tryton Documentation, Release 4.8 3.4 Environment GTKOSXAPPLICATION Activate with native Mac desktop 3.5 URL When an url is passed, the client will try to find already running client that could handle it and send to this one to open the url. If it doesn’t find one then it will start the GUI and open the url itself. The url schemes are: tryton://<hostname>[:<port>]/<database>/model/<model name>[/<id>][;parameters] tryton://<hostname>[:<port>]/<database>/wizard/<wizard name>[;parameters] tryton://<hostname>[:<port>]/<database>/report/<report name>[;parameters] where parameters are the corresponding fields of actions encoded in JSON. Note: model is for act_window Note: report must have at least a data parameter with ids, id and model name 3.6 Overview The following schematic illustration of the Tryton client shows the names of all important visual parts. Figure: Tryton client application: Client Window ________________________________________________________________ | Tryton _ o x| |----------------------------------------------------------------| Menu bar| Connection User Options Favorites Help| |________________________________________________________________| || ______| Tabs| Menu| [Tab1]|[Tab2]| [Tab3]...| |-------------|+-------++--------------------------------+| |+|| Menu Tab2|| ||-+||-----------------------------------------------|| Tool bar|||-|| New Save Switch Reload| Prev Next| Attach v|| |||-||-----------------------------------------------|| |+|| _______________________|| Search widget||-+|| Filter| *| Bookmark<-->|| |||-||-----------------------------------------------|| |||-|||| |+|||| View||-+|||| ||-|||| ||-|||| ||||| ||||| (continues on next page) 8 Chapter 3. Client Usage tryton Documentation, Release 4.8 (continued from previous page) ||||| ||||| |_____________||_______________________________________________|| |________________________________________________________________| 3.6.1 Menu Bar The menu bar is the main control unit. It provides most of the functionalities of the client application. The menu bar is grouped into categories. It is controlled with mouse or keyboard. The menu bar items are explained later. Mouse and Keyboard Use Most functions of the Tryton client can be accessed with mouse or keyboard. Key bindings for all menu items are preset. Furthermore all key bindings are manually configurable. To change the binding of a menu item the user needs to put the cursor onto it and simply press the user defined key combination. For this purpose it is needed to activate the configuration of the key bindings with Options > Menubar > Change Accelerators. After the configuration it is preferable to disable Change Accelerators, to avoid accidental changes of key bindings while navigating the Menu bar with the keyboard. To remove a key binding simply press the delete button while pointing the cursor on the menu item to change. Note: Usually key bindings are composed with modifier keys. Additionally the menu bar items are accessible with the Alt or Option key. The user needs to hold the Alt or Option key followed by the underlined character of the menu bar item to choose. To dive into deeper menu levels, he needs to release the Alt or Option key and to simply press the underlined letter of the sub menu item. If there exist several menu items with the same shortcut, repeated activation of the shortcut key will jump to the next one. The second mouse button (usually right mouse button) provides an additional contextual menu for some views and fields. In this context menu the user finds actions to copy and paste contents or selections for several fields. 3.6.2 Tabbed Main Frame This part of the client contains all the related contents and functions provided by the Tryton server modules. All aspects inside the main frame depend at least on the individual set of installed modules. The main frame provides a tabbed document interface to arrange different views side by side. New tabs are opened by special actions, like choosing a menu item or clicking some action buttons. All tabs include titles which show the name of the provided view. Tabs can be arranged by Drag and Drop. Note: Inside views there can be tabs, too. Menu The menu does not contain fixed menu items. All of them are dynamically provided by the actual set of the installed modules depending on the access rules of the current user. If a menu item is clicked, the appropriate action will open in a new tab. 3.6. Overview 9 tryton Documentation, Release 4.8 A search field allows to quickly filter the menu items by name and to search in models for which the global search is enabled. 3.7 Menu Bar Items The following section describes the function of each menu bar entry in detail. A rule of thumb: All items of the menu bar that are suffixed by three dots (. ) will open an intermediate dialog for setting up the provided menu action. Most dialogs provide a Cancel button, used to stop the complete dialog process. 3.7.1 Connection The connection menu level provides functions about Tryton server login, logout and closing the client application. Connect. By choosing this menu entry the client will be connected to an available Tryton server. A dialog opens to request credentials: • Server • Database: Database to connect server side • User name: Tryton user name to login • Password: Tryton password to login • Actions: – Connect: Connects to the server with the given credentials. – Cancel Note: Depending on server configuration for session timeout, the actual user may be logged out of the current session, and need to login again. Default timeout for inactivity logout is six minutes. Disconnect. Disconnects the client from an active server connection. In case of unsaved changes in an open tab, the Tryton client will request for saving the changes. Server (connection) dialog: This dialog is widely used to setup a Tryton server connection. This dialog shows the actual state of the client/server communication. It also shows when there is no connection to a Tryton server at all. The Change button opens a dialog for connection details: • Server: Network address or IP number of the Tryton server (protocols are not supported) • Port: Port where the Tryton server listens. Note: If there is no connection to a Tryton server, many items in menu bar and tool bar are deactivated. 3.7.2 User This menu bar item controls the preferences of the actual user. Preferences. A preference
Recommended publications
  • Measuring Non Monetary Innovation in Software: a Case Study in Floss Firms from Argentina
    International Journal of Innovation ISSN: 2318-9975 [email protected] Universidade Nove de Julho Brasil MEASURING NON MONETARY INNOVATION IN SOFTWARE: A CASE STUDY IN FLOSS FIRMS FROM ARGENTINA Motta, Jorge; Morero, Hernán Alejandro; Borrastero, Carina MEASURING NON MONETARY INNOVATION IN SOFTWARE: A CASE STUDY IN FLOSS FIRMS FROM ARGENTINA International Journal of Innovation, vol. 7, no. 1, 2019 Universidade Nove de Julho, Brasil Available in: https://www.redalyc.org/articulo.oa?id=499165584008 DOI: https://doi.org/10.5585/iji.v7i1.319 PDF generated from XML JATS4R by Redalyc Project academic non-profit, developed under the open access initiative MEASURING NON MONETARY INNOVATION IN SOFTWARE: A CASE STUDY IN FLOSS FIRMS FROM ARGENTINA ENSURANDO A INOVAÇÃO NÃO MONETÁRIA EM SOFTWARE: UM ESTUDO DE CASO EM EMPRESAS DE CÓDIGO ABERTO (FLOSS) DA ARGENTINA Jorge Moa [email protected] Universidad Nacional de Córdoba, Argentina hps://orcid.org/0000-0002-1430-7009 Hernán Alejandro Morero [email protected] Universidad Nacional de Córdoba-UNC, Argentina hps://orcid.org/0000-0002-6076-1915 Carina Borrastero [email protected] Universidad Nacional de Córdoba-UNC, Argentina International Journal of Innovation, vol. hps://orcid.org/0000-0002-8754-1381 7, no. 1, 2019 Universidade Nove de Julho, Brasil DOI: https://doi.org/10.5585/ iji.v7i1.319 Abstract: is paper presents a critical review of the design of innovation surveys that follow the Oslo Manual standards, based on a series of case studies in Free/Libre Redalyc: https://www.redalyc.org/ articulo.oa?id=499165584008 Open Source Soware (FLOSS) companies. e main objective of the article is to propose criteria for measuring innovation in soware that consider the specificities of the non-monetized innovation generated in the FLOSS community, helping to overcome relevant limitations of the current sectorial surveys based on the Oslo Manual.
    [Show full text]
  • Quick Overview of Libre Mechanical Software
    A (very) quick overview of libre mechanical software Fernando Oleo Blanco (Irvise) [email protected] Disclaimer ● I am just a hobbyist/student! ● I have not used most of this software in depth ● I will focus only in end-user programs ● Logos and trademarks are part of their respective owners ● Of course software must be available for Linux ● "ry them for yourself! I will try to be as impartial as possible ● It could be pretty good to make this a yearly thing# Help welcome! ● %otta go fast!!! 2 CAD QElectroTech OpenSCAD FreeCA! 7 CAM #iri$ Moto Slic"r 8 MESHing MeshLa) GMS' %%& TetGen (Old) Cfmesh libmesh SnappyHe!*esh 9 Simulation | General, there are just too many O+,L-. $% Simulation | Mechanical Sys&ems (alculix $$ Simulation | CFD DualSP$ysics OpenL. $2 -isuali.ation $, nergy / HVAC rela&ed tools S % (adyb*+ Tools OpenStudio $/ 3tras OpenT,-.S (OI+-OR 2u*0 $2 5ther tools ● Documentation ● ,10/(1* – LaTe/ – !oli)arr – O!F – E-7.ext – %arkdown – Tryton – Scri)*s (posters2 flyers, books) – Odoo – Emacs5or+mode (no joke) – S*iteCR% ● 0roject management ● -ccountancy – OpenProject – Tai+a – &.,Cash – Fire3ly III – (eanti4e – #an)oard – Ho4eBank – (ed+er – ProjeQtOr – We0an – #%y%oney – %oney Mana+er Ex $4 Current s&atus | The Good bi&s ● 3e are already doing great in research and $0(! ● 3e have great tools for beginners and small businesses! ● 3e are incredibly fle!ible# .ut everything could be a little bit more integrated ● 3e can scale# 4rom simple problems to research grade ones ● "here are a ton of low-level 5uality tools! &+ot covered in this talk) $7 Current s&atus | Bad bu#s ● Industry acceptance/usage (very' low ● +o o6icial support! (Not quite' ● 5 Axis (-* 0LC programming 89& ● Low integration of the di6erent tools# .ravo to )alome and Free(-/ ● :ser interfaces are lagging behind ● )ome big domains are not covered for e!ample turbomachines $8 +uture ● Obviously: need for better commerciali;ation! ● )tarting with support.
    [Show full text]
  • Gnuaccounting Manual
    Gnuaccounting Manual 1/39 Table of Contents 1 Requirements, installation and start...................................................................................5 1.1 System requirements...................................................................................................5 1.2 Installation....................................................................................................................5 1.3 In Windows..................................................................................................................5 1.3.1 With the installer package....................................................................................5 1.3.2 With the Zip-file.....................................................................................................5 1.3.3 In 64bit Windows..................................................................................................5 1.3.4 The portable version for USB-Sticks....................................................................6 1.3.5 Gnuaccounting standalone and OpenOfficePortable...........................................7 1.3.6 Gnuaccounting and LibreOffice............................................................................7 1.4 In Linux........................................................................................................................7 1.4.1 Ubuntu, SuSE.......................................................................................................7 1.4.2 OpenSuSE experimental......................................................................................8
    [Show full text]
  • GNU Health in the Public Health System New Features in 3.0 Luis Falcon, M.D
    GNU Health in the Public Health System New Features in 3.0 Luis Falcon, (.D. [email protected] TUBA 2015 : Try on Uncon!"r"nc" # Bu"nos Air"s No$"%&"r 2015 Luis Falcon Gnu Solidario . CC-BY- NC-SA 4.0 A&out GNU Solidario “Delivering Health and E"ucation with Free Software% GNU Health T," Fr"" H"al , and Hospi al /n!or%a ion Sys "%. 0,"al ,.+nu.or+1 IWEEE /n "rna ional 2or3s,op on E-H"al , in E%"r+in+ Econo%i"s. 0555.i5""".or+1 GNU Solidario 6rs .ro7"c :San iago d"l 4s "ro' Ar+"n ina' 2006 TUBA 2015 : Try on Uncon!"r"nc" # Bu"nos Air"s No$"%&"r 2015 Luis Falcon Gnu Solidario . CC-BY- NC-SA 4.0 GNU -"alt, : Functionali y Areas Pers#n an" Community 9"rson, !amily' Socio"cono%ics' lif"styl" ... )o%iciliary Units' :."rational Ar"as' /ns itutions' Patient 4$aluations' G"netics' .r"scri.tions' -istory' sur+"ries... Health Institution Mana!ement -os.italizations' Financ"s' Laboratory' stoc3' -<' .. Health (uth#rities ) '#H -"al , ca%.ai+ns' ".id"%iolo+y' ... TUBA 2015 : Try on Uncon!"r"nc" # Bu"nos Air"s No$"%&"r 2015 Luis Falcon Gnu Solidario . CC-BY- NC-SA 4.0 GNU -"al , is Fre"?Libre So! 5are Free"#m o run * adapt* impr# e and redistribute :=cial GNU 9acka+"' !ro% ," Fr"" So! 5ar" Founda ion :."n )ocu%"n a ion <"li"s on !r"" "c,nology /n "rna ional com%uni y 0100+ lan+ua+" "a%s) TUBA 2015 : Try on Uncon!"r"nc" # Bu"nos Air"s No$"%&"r 2015 Luis Falcon Gnu Solidario .
    [Show full text]
  • Sage ERP X3 Overview
    Credits: Guillaume Rivière 2013 – 2018 Objectives of this course • Learn what ERP software is – Be aware of the major actors Enterprise Resource Planning – Be able to analyze and select ERP solutions – Be able to speak with editors and consultants – Be able to parameter ERP software Introduction, project, solutions – Be able to develop modules for ERP software – EFREI – – ESTIA – Guillaume Rivière Last update: March 2018 1 2 Schedule Reminder 1. ERP: Introduction to basis principles (2h cours) • System Analysis of Enterprises 2. ERP: How to select software (2h cours) Joël de Rosnay, Le macroscope, Strategy Éditions du Seuil, 1975, 314 pages. 3. OpenERP: Administration, Development (4h cours) Constraints Prices policy 4. OpenERP: Installation and configuration (2h TP) Decision Executive 5. OpenERP: Follow a complete flow (4h TP) System (10h TP) Business intelligence 6. OpenERP: Module programming + Webservice Information Reporting Information Environment Information Environment Transmit Transform into Jour 1 Jour 2 Jour 3 global System sophisticated information Cours TP TP information ERP OpenERP OpenERP Produce INPUT Execute OUTPUT Elementary manufacturing Operational information Cours TP TP Customer order orders Working System Invoice OpenERP OpenERP OpenERP 5 Reminder Reminder • Management Information Systems (MIS) • Are the following part of the information « An information system is a set of resources systems? (hardware, software, data, procedures, humans, …) structured to acquire, treat, store, transmit and – An order book (backlog) make available information (shaped as data, text, sounds, pictures, images, …) inside and between – A list of supplier organizations. » Robert Reix (1934-2006), Systèmes d'information et management des organisations, Éditions Vuibert, First edition in 1995, 367 pages. – A file cabinet – Personal traduction – • informatique = .
    [Show full text]
  • Comparativa Del Mòdul De Gestió De La Planificació I Producció Del Programari ERP Lliure Openerp I Apache Ofbiz
    Direcció de Sistemes d'Informació Projecte Final de Màster Comparativa del mòdul de gestió de la planificació i producció del programari ERP lliure OpenERP i Apache OFBiz Alumne: Xavier Botó Casademont Consultor: Dídac López Viñas Tutor extern: Miquel Ferrero Roch, Raül Adroher Montserrat Data entrega: 13/01/2013 Copyright (C) 2013 Xavier Botó Casademont. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation;with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". 2 de 74 Resum El present document consisteix en el meu Projecte Final de Màster (PFM) englobat en el Màster de Programari Lliure i realitzat a la Universitat Oberta de Catalunya (UOC). El PFM escollit està dins l'àrea de Direcció de Sistemes d'informació i correspon a una proposta de l'empresa NewBourg Consultors SL per determinar la capacitat del mòdul de Producció del programari lliure OpenBravo o d'un altre programari lliure per donar resposta a les necessitats de Planificació, Seguiment i Control de la Producció d’una empresa tèxtil pilot, industrial o manufacturera, de menys de 50 treballadors. Els principals objectius d'aquest treball són: • Analitzar el programari ERP lliure disponible actualment al mercat. • Valorar i seleccionar un o dos programaris adients per una empresa de fabricació. • Realitzar un estudi de viabilitat i anàlisi del sistema. • Comprovar amb dades fictícies si el programa s'ajusta als requeriments de planificació i producció presentant un informe final.
    [Show full text]
  • Case Study in Higher Education Sector Kanishka Samudaya Nanayakkara C.Eng, M.Sc
    IJRECE VOL. 5 ISSUE 4 OCT.-DEC. 2017 ISSN: 2393-9028 (PRINT) | ISSN: 2348-2281 (ONLINE) Impact of Free and Open-source Software Paradigm for Environmental Sustainability - Case Study in Higher Education Sector Kanishka Samudaya Nanayakkara C.Eng, M.Sc. (CS), B.Sc. Eng (Hons), BIT, MBCS, MIET, MIEEE, MACM, MIE(SL), MCSSL University of Moratuwa, Sri Lanka Abstract - Sustainability means achieving people’s needs Keywords - Environmental Sustainability, Paper Industry, Free without compromising the ability of future generations to meet and Open-source Software (FOSS), Education Management their needs, considering three domains including economic, Information System (EMIS), E-learning, Higher Education social and environmental sustainability. Pulp and paper Sector. industry makes an enormous negative impact on environmental sustainability, and software development and usage also I. INTRODUCTION significantly effect on environmental sustainability. This Ecological, social and economic dimensions have been research was carried out to determine environmental altogether considered as sustainable development parameters sustainability impact of open-source software reuse in by the United Nations - World Commission on Environment development of Educational Management Information System and Development in 1987 [1]. Ecological or environmental and usage of open-source e-learning platform called Moodle stainability is one of the key aspects of sustainable development, during a year of time in the University of Moratuwa, Sri Lanka. which is significantly affected throughout the world. The Case study research methodology was used to analyse the data Worldwatch Institute published that pulp and paper mills are quantitatively and qualitatively. Research outcomes show that among the worst polluters to air, water and land [2], [3], [4].
    [Show full text]
  • Dissertation Submitted to the Graduate Faculty of Auburn University in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy
    Repatterning: Improving the Reliability of Android Applications with an Adaptation of Refactoring by Bradley Christian Dennis A dissertation submitted to the Graduate Faculty of Auburn University in partial fulfillment of the requirements for the Degree of Doctor of Philosophy Auburn, Alabama August 2, 2014 Keywords:Refactoring, Code Smells, Patterns, Non-functional Requirements, Verification Copyright 2014 by Bradley Christian Dennis Committee: David Umphress, Chair, Associate Professor of Computer Science and Software Engineering James Cross, Professor of Computer Science and Software Engineering Dean Hendrix, Associate Professor of Computer Science and Software Engineering Jeffrey Overbey, Assistant Research Professor of Computer Science and Software Engineering Abstract Studies of Android applications show that NullPointerException, OutofMemoryError, and BadTokenException account for a majority of errors observed in the real world. The technical debt being born by Android developers from these systemic errors appears to be due to insufficient, or erroneous, guidance, practices, or tools. This dissertation proposes a re- engineering adaptation of refactoring, called repatterning, and pays down some of this debt. We investigated 323 Android applications for code smells, corrective patterns, or enhancement patterns related to the three exceptions. I then applied the discovered patterns to the locations suggested by the code smells in fifteen randomly selected applications. I measured the before and after reliability of the applications and observed a statistically significant improvement in reliability for two of the three exceptions. I found repatterning had a positive effect on the reliability of Android applications. This research demonstrates how refactoring can be generalized and used as a model to affect non-functional qualities other than the restructuring related attributes of maintainability and adaptability.
    [Show full text]
  • Comparative Study of FOSS ERP Tools Anubhav Kumar* Dr
    Volume 2, Issue 12, December 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparative Study of FOSS ERP Tools Anubhav Kumar* Dr. P C Gupta Research Scholar, JNU Jaipur, Associate Prof, Kota University Kota, India India Abstract— An ERP is a new phenomenon within the software industry and many organizational are looking for changing their legacy system with ERP system to achieve their respective goals and objectives, but ERP implementation is a expensive in term of time and capital. In this paper we are discussing 14 fee and open source software with their detail description, so one can choose a best FOSS ERP tool. Keywords— ERP, FOSS, GPL, Apache, CRM I. INTRODUCTION An ERP (Enterprise Resource Planning) system can be the lifeline of a company, integrating internal and external management information across the entire organization. The business environment is dramatically changing. Companies today face the challenge of increasing competition, expanding markets, and rising customer expectations [3]. ERP implementation takes a lot of effort, time and money and if these are not handled properly they can become the reasons why ERP is not successfully implemented [1] as the business world moves ever closer to a completely collaborative model and competitors upgrade their capabilities, to remain competitive, organizations must improve their own business practices and procedures. Companies must also increasingly share with their suppliers, distributors, and customers the critical in-house information they once aggressively protected [4]. ERP provides two major benefits that do not exist in non-integrated departmental systems: (1) a unified enterprise view of the business that en- compasses all functions and departments; and (2) an enterprise database where all business transactions are entered, recorded, processed, monitored, and reported [5].
    [Show full text]
  • Openerp OUTLINE WARNING
    Credits: Guillaume Rivière 2013 – 2018 OUTLINE 1. Overview – Birth and growth OpenERP – Customers, Partners, Vendors 2. Administration – Versions, Architecture Overview, Introduction to – Main modules Administration & Development 3. Development – Module programming – EFREI – – Webservice programming – ESTIA – Guillaume Rivière 4. Documentation Last update: March 2018 1 2 WARNING !!! History of OpenERP • You are going to learn one ERP • Initiated by Fabien Pinckaers – But keep in mind to select an ERP only because it is – in 2002, in Belgium the best adapted to the case of your company – Written in Python Our competitors – Database is PostgreSQL This ERP fits all the use this ERP !!! This is the only needs of my company. – Open Source (but not free software, according to FSF) ERP i know … • Licence: AGPL v3 2002 2004 2005 2006 2008 2009 2011 2012 2013 2014 2015 2016 2017 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0 11.0 1.0 2.0 3.0 3.4 3.6 4.0 4.6 3 4 OpenERP today Hardware needed • Used for teaching since 2008 • 5 employees: 2 CPU 2GB RAM – The CERTA network teach accounting to BTS • 20 employees: 4 CPU 8GB RAM – CERPEG • 90 employees: 2x 8 CPU 32GB RAM • Arround the world, we find dozens of – Split application and database server Customers, Vendors and Partners • 250+ employees: 2x 12 CPU 128 GB RAM • Still supported Long Term Stable versions (LTS) – Load balancing – Version 7.0 released in December 2012 – Version 8.0 released in September 2014 – Version 9.0 released in October2015 • Enterprise (20€/user/month) & Community (90%) Editions
    [Show full text]
  • Postbooks: Free and Open Source Accounting/ERP with Postgresql
    Postbooks: free and open source accounting/ERP with PostgreSQL Daniel Pocock pgday.ch 2016 Rapperswil Accounting ● Inputs – accounting transactions (bills, bank account entries, receipts, cheque stubs) ● Outputs – Reports (balance sheet, P&L, tax calculations) Double-entry accounting ● Every transaction involves a combination of two or more debits/credits ● sum(credits) = sum(debits) ● E.g. Sell a widget for CHF 108.00: – Credit “Product Sales” account: 100.00 – Credit “Mwst liability”: 8.00 – Debit “Accounts Receivable”: 108.00 Product Postbooks Tryton GnuCash LedgerSMB HomeBank Skrooge KMyMoney BG Grisbi Financas GUI Y Y Y N Y Y Y Y Y Web UI Y Y N Y N N N N N Multi-user Y Y N Y N N N N Y File N Y Y N Y Y Y N N storage SQL Y Y Y Y N N Y Y Y storage Multi- Y Y Y Y N Y Y Y currency A/R Y Y Y Y N Y Y Y A/P Y Y Y Y N Y Y Y VAT/GST Y Y Y Y N N Y Y Inventory Y Y N Y N N N Linux Y Y Y Y Y Y Y Y Y Windows Y Y Mac OS Y Y Technolog C++, Python C Perl C Java y JavaScript, Node License CPAL GPL3 GPL2 GPL2 Web or full GUI? ● Web: – Good for remote access – Users who consult for multiple organizations (e.g. accountants, book-keepers) don't need to install every version that clients are using ● Full GUI: – May be faster – More sophisticated user interfaces, multi-window Basic Postbooks architecture Postbooks packages ● Only Qt-client is packaged, not the web-based solution.
    [Show full text]
  • Gnuhealth, Open Source Hospital Information System (HIS) Is Gaining More Ground
    Medevel.com ARTICLES SERVICES ABOUT - CONTACT Patreon Search GNUHealth, open source hospital information system (HIS) is gaining more ground 4 Feb 2019 GNU Health is a free open source hospital information management system (HIS), It was built on the GNU foundation, as it also brands Dr. René Favaloro quote: Popular articles "La medicina sin humanismo médico no merece ser ejercida" 13/ JUNE/ 2019 • MedSeg: AI(Artificial Intelligence)- based Free Online Segmentation Tool which translate to " Medicine without medical humanism does not deserve to be exercised.", for Radiological Images GnuHealth aims to save a huge sum of money on healthcare practice by their enterprise- 13/ JUNE/ 2019 • grade healthcare management solution. Transitioning to Digital Car Booking: GnuHealth was originally developed by Dr. Luis Falcon, MD, a physician and a computer New Opportunities for the Industry scientist also an open source activist. He is the founder of GNU Solidario the main host of GNUHealth with a primary focus on healthcare and education. 13/ JUNE/ 2019 • Top 6 Free and Open Source Video GNUHealth now is the core host of many other healthcare projects including Occhiolino ( Conferencing Solutions for Education GnuLIMS ) a Laboratory information management system, GNU Health embedded a RaspberryPi ready GnuHealth setup built, and Thalamus a headless RESTful API hub for 13/ JUNE/ 2019 • GnuHealth. Top 6 Free Doctors Search Engines and Directories One of the most interesting features about GnuHealth it's easy to install as it's already begin added to many Linux distributions repositories, so it can be installed directly from the 13/ JUNE/ 2019 • software center, and it has desktop clients packed in installable packages for Windows and Mac OSX.
    [Show full text]