Open Source ChromeOS Financial Software - Page 24

Financial Software for ChromeOS

  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    OpenCRM is a CRM/ERP Application. It organizes the relation to Customers and Suppliers. It lets you write Invoices,manage stock,acquire customers,tasks/appointments,dunning,manage orders,use cash desk components such as drawers,display,Barcode scanners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    An OpenSource Java implementation of a financial derivatives trading system. The system will have a core set of analytical libraries, used by EJB beans to provide SOAP services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OpenFBO is a comprehesive web based, database driven FBO management package. It provides user authenticated aircraft and instructor scheduling, tracking, and dispatch. It will also include financial services such as inventory tracking and point of sale
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    OpenFlat

    Flat sharing costs manager with statistics

    FlatManager is now known as OpenManager because we aren't related to flatmanager.com. Do you share your flat with other people? Do you need a simple solution to manage all common costs and to trace how much money you spend? OpenFlat is the software that you need. You can create one or more users, each of them can add his expenses and OpenFlat automatically calculates statistics and how much money you have to give to any other flatmates. Everything can be done using the webapp with your own username and password. Read the wiki for more informations http://sourceforge.net/p/openflat/wiki/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Chrome Enterprise's advanced, built in security helps IT teams prevent breaches before they happen.
    Download Chrome
  • 5
    OpenForecast is a package of general purpose, forecasting models written in Java that can be applied to any data series. No knowledge of forecasting is required. Using this package, the most appropriate algorithm for your data will be selected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OpenJeks - free software. It's a "brick" to improve the spreadsheet Jeks from eTeks http://www.eteks.com. Openjeks can be plugged on a Jtable to format it with somes options (format, police, background, borders) for a cell or a cell set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpenL Tablets
    OpenL Tablets is a business rules management system based on tables presented in Excel documents. Providing business-oriented approach, OpenL Tablets treats business documents containing business logic specifications as executable rules. In a very simplified view, OpenL Tablets extracts rule tables from Excel documents and executes them. The rules can be accessible from different applications. OpenL Tablets tools check all data, syntax and type errors in order to avoid any user mistakes. OpenL Tablets WebStudio is a web interface application employed by business users and rules experts to view, edit, and manage business rules and rule projects created using OpenL Tablets technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenMoka is a simple ERP software (gestionale) written in java, jsp, jsf to manage a small company. You can create invoices (fattura/fatture), orders and control your customers(clienti). It is translated in english and italian.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenOMS is an open-source Order Management System for trading applications based on FIX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    OpenOffice.org Utility Library

    Library modules for creating ODF documents.

    OpenOffice.org Utility Library modules for creating Open Document Format (ODF) documents which can be read by Office Suites including OpenOffice.org, LibreOffice.org, and Microsoft Office. Currently, ooolib-python can create Calc spreadsheet ODS documents. These documents include many features including: - Create multiple table spreadsheets - Cells with text, numbers, dates, formulas - Ability to use built-in styles - Ability to create automatic styles (ie. bold, italics, underline, font size, font color, background color, etc.) - Set column and row attributes including width and height I am currently hosting the new development code at the following URL: https://github.com/josephcolton/ooolib-python I will be posting releases here on SourceForge as well as GitHub, so you can come to either place for the releases. The newest code will only be available using Git on GitHub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An Open-source hair/beauty salon management system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This project is an integration of some industry standard tools to populate a Configuration Management Database. NMAP, Nagios, Oreon, OCS, Webmin for admin, plus others. Check out the build instructions at www.cmdb.info
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OpenStock is a free and opensource software designed for stock market analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenTradingTools will contain multiple stock market related projects. Although there are a few projects currently exist in this area, many angles are not covered by present projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Oplaty is a simple payment system for users in a LAN. It provides a Web-based interface that shows a user\\\\\\\\\\\\\\\'s charge and info about the user. It is currently only available in the Polish language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Optopsy

    Optopsy

    A nimble options backtesting library for Python

    Optopsy is a Python-based, nimble backtesting and statistics library focused on evaluating options trading strategies like calls, puts, straddles, spreads, and more, using pandas-driven analysis. The csv_data() function is a convenience function. Under the hood it uses Panda's read_csv() function to do the import. There are other parameters that can help with loading the csv data, consult the code/future documentation to see how to use them. Optopsy is a small simple library that offloads the heavy work of backtesting option strategies, the API is designed to be simple and easy to implement into your regular Panda's data analysis workflow. As such, we just need to call the long_calls() function to have Optopsy generate all combinations of a simple long call strategy for the specified time period and return a DataFrame. Here we also use Panda's round() function afterwards to return statistics within two decimal places.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Orange Effort Estimation Tool

    Orange Effort Estimation Tool

    Estimate software development effort with 5 different methods

    This tool enables software development effort estimation using 5 different methods. All industry standard methods are used. COCOMO II This is a model for effort estimation. The use of the model enables effort estimation from non-experts (e.g. not developers). Work Breakdown Estimation This is an effort estimation method based on expert judgment. Two options are available: Delphic Oracle and Three Point Estimation. Analogy / Comparison Estimation This method tries to find analogies and/or compares the project to be estimated with stored projects. Custom modular estimation for WEB and Mobile Finally, I have included a custom modular estimation method. Using this method you can use prior efforts estimations for small modules/pieces of work that can be found in most projects in order to create complicated project estimation. The tool can be feeded with custom modules estimations for use in future project estimations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OrangeGears ERP/CRM based on Apache OFBiz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Complete technical analysis & trading system, full set of features: retrieve, analyze EOD stocks data; manage multiple portfolios; technical analysis & graphical rendering; neural networks for generation of trading signals; support trader community
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP Doctors Rooms is a complete management package for doctors. Keep records, Send messages, Book Apointments, Print Invoices, Print Statements, Email clients, and more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHP web-based project that includes modules for address book, birthday, reminder, bank-account, billing, articles... with includes multi language support and users-permissions/themes/configuration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The main purpose of the PHP IPN Interpreter is to provide a server-side agent to communicate with PayPal's Instant Payment Notification (IPN) system, to receive and interpret PayPal's POST data, and to store the data in a mySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a PHP Point of Sale system, loosely based of the PHP Point of Sale.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A QuickBooks IIF file viewer and format converter. Parse QuickBooks IIF files and display them in a nice table. Convert QuickBooks IIF files to SQL compatible with BambooInvoice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PHP-EinnahmenAusgaben is a PHP/Webbased finance manager (Einnahmen/Ausgaben-Rechnung) for small companies in Austria or Germany.
    Downloads: 0 This Week
    Last Update:
    See Project