Showing 72 open source projects for "double entry"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    Frappe Books

    Frappe Books

    Free Desktop book-keeping software for small-businesses & freelancers

    Frappe Books is a free and open source desktop book-keeping software that's simple and well-designed to be used by small businesses and freelancers. It's got everything you need from a small business accounting tool: invoices, billing, payments, reporting and more. It's made to work offline using a local SQLite file as the database, so you don't have to be dependent on a Cloud service provider. Frappe Books features a clean and modern, web-friendly UI, beautiful invoice templates,...
    Downloads: 58 This Week
    Last Update:
    See Project
  • 2
    Firefly III

    Firefly III

    Firefly III: a personal finances manager

    A free and open-source personal finance manager. Firefly III features a double-entry bookkeeping system. You can quickly enter and organize your transactions in multiple currencies. A special Data Importer helps you import data into your Firefly III administration. Use rules to quickly convert shorthands to detailed transactions or clean up your bank's abysmal CSV files. Name your poison. Do you like to work with tags? Need to budget your expenses? Want to categorize all of your hobby expenses...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    hledger

    hledger

    Robust, fast, intuitive plain text accounting tool with CLI

    hledger is fast, reliable, free, multicurrency double-entry accounting software that runs on unix, mac, windows, and the web. With it you can track money, investments, cryptocurrencies, time, or any other quantifiable commodity; with a future-proof plain text file format, version control for your changes, and without needing any cloud service or vendor. Developed continuously since 2007, hledger is licensed under GNU GPLv3+, written in Haskell, and thoroughly tested, with $100 bounties...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    GnuCash

    GnuCash

    Personal and small-business finance manager

    GnuCash is a personal and small-business finance manager with a check-book like register GUI to enter and track bank accounts, stocks, income and expenses. GnuCash is designed to be simple and easy to use but still based on formal accounting principles.
    Leader badge
    Downloads: 7,507 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
  • 5
    Minsky

    Minsky

    System dynamics program with additional features for economics

    Minsky brings system dynamics and monetary modelling to economics. Models are defined using flowcharts on a drawing canvas (as are Matlab's Simulink, Vensim, Stella, etc). Minsky's unique feature is the "Godley Table", which uses double entry bookkeeping to generate stock-flow consistent models of financial flows. Minsky is good for demonstrating mathematics too, with the most "math-like" interface in system dynamics. Sign up to Minsky's Patreon page (for as little as $1 a month) at https...
    Leader badge
    Downloads: 100 This Week
    Last Update:
    See Project
  • 6
    vcard program vCardz_i

    vcard program vCardz_i

    VCF vcard, XML xcard, JSON jcard;View, Edit, Convert, Export, CSV, QR

    vCardz_i supports VCF, XML and JSON vcards; View, Create, Edit, Extract, Convert, Import CSV, TAB or |, Export CSV, Excel® .xlsx, TXT or ODS spreadsheet. Create vcard QR code images, in MEcard, vCard or xCard format., or create your own QR from your text entry. Voice output of selected data or a complete address. Create multiple Themes to easily switch appearance. Free multifunction vcard address book program to handle multilingual VCF, XML and JSON vcard files. Use the same vcards...
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 7
    Stansoft

    Stansoft

    Accounting, invoicing, inventory and payroll software for Linux

    Stansoft is a Linux financial accounting software system for business. It is designed for data entry efficiency with an ncurses text-based terminal user interface. Developed using Aubit4GL / Informix 4GL with a PostgreSQL or Informix database engine. Demonstration videos can be found on the YouTube channel at https://www.youtube.com/@standardsoftware.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    IRBS - Institutional Registers Backup

    IRBS - Institutional Registers Backup

    Open Source Institutional Registers Backup Syst. for Paper Registers

    ... Clicking The Given Batch File To Run As Administrator ( Just Once ) Then double-click "START IRBS" file to start system. It opens up 2 browser tabs with login prompt, to help you make parallel entry into system, i.e. to maintain listbox reference data first & also your registers data next. 3 users present : operator, refsmanager & usermanager, for doing registry entry, listbox data entry & password change / create many operators respectively. Password for the users: i1r2b3s4
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Infinite Wisdom

    Java RTS framework

    A bare bones RTS game framework. It has networking and replay support, and have some building blocks to build AI agents (discretized path finding in a continous world). Update (2025. Jun): javax.xml.bind.annotation.XmlAccessType was removed from JDKs later than 1.8. So use the project with JDKs from 1.6 to 1.8. Write in the forum if you're interested in running it on a more modern JDK. The demo program's entry point is Dom1Bootstrapper. You can download a runnable demo jar from...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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

    C++ Complex Calculator

    C++ complex calculator with arrays, matrices, eigenvectors, functions

    ... the characteristic polynomial. A hash table is used to do fast variable and function lookup (they are entries in the same table). Collisions are handled in the hash table by making each entry a linked list. Written as C++ classes using the STL libraries <complex> and <vector>. The Numerical Recipes routines zroots and laguer rewritten in C++ find the complex roots of a polynomial with complex coefficients. Exact quartic and cubic too. FFT that zero pads to 2^m 3^n, for dimensions up to 10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ditto

    Ditto

    Quickly access previous clipboard entries

    Ditto is an extension to the standard windows clipboard. It saves each item placed on the clipboard allowing you access to any of those items at a later time. Ditto allows you to specify what gets saved, text, images or html.
    Leader badge
    Downloads: 242 This Week
    Last Update:
    See Project
  • 12
    Max Auto Clicker

    Max Auto Clicker

    Download Max Auto Clicker for free, the fastest Mouse Auto Clicker

    Max Auto Clicker is a free and easy-to-use software that can be used to simulate and automate mouse clicks. It is a cross-platform application that is available on Microsoft Windows and Linux operating systems, and features an easy-to-use interface. With Max Auto Clicker, users can set the mouse button to left click, right click, or middle click, as well as the click type (single click, double-click, or hold-click) and the speed between clicks in milliseconds. This software can be used...
    Leader badge
    Downloads: 1,899 This Week
    Last Update:
    See Project
  • 13
    The Vehicle Booking and Checking Tool has been design to meet the needs of booking a vehicle pool for an event. In addition to booking the vehicle it can also be checked out and in. The design allows for check out or in to be done via a hand held device capable of running Excel including VBA off line and then those details be uploaded to the master data. Note check out or in data could be captured by a pdf rendition of the form but would then have to be manually rekeyed to the master.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    QHacc is a personal accounting program based on Qt. It features double- or single-entry bookkeeping and a reconciliation window. It also provides support for memorized and split transactions, graphing, reporting, archiving, and scheduled transactions tha
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    webERP Accounting & Business Management

    webERP Accounting & Business Management

    Accounting & Best Practice Business Administration System

    Entirely web-based. It is coded in efficient PHP to present a very low overhead on hardware presenting screens fast & capable of working over low bandwidth connections. Now with HTML 5 & javascript form validation & table sorting. Mature codebase with a wealth of features: - Multi-currency - Multi-inventory location - Serial and Lot tracking inventory - Full double entry general ledger - Weighted Average or Standard Costing - Manufacturing works orders - Material Requirements...
    Downloads: 33 This Week
    Last Update:
    See Project
  • 16
    Bank Application

    Bank Application

    Full Stack Web Application similar to financial software

    Full Stack Web Application similar to financial software that is used in banking institutions | React.js and Node.js. The current account balance is calculated based on the SQL operation (Double-entry bookkeeping) Internalization of the application for three languages: English, German and Polish. Support for multiple currencies with the current rate supplied from an external server via API. Application programmed according to the correct design patterns and principle, i.e. SOLID, DRY and KISS...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    Ledger in Go

    Ledger in Go

    Command line double-entry accounting program

    This is a project to parse and import transactions in a ledger file similar to the Ledger command line tool written in C++. Written by Chris Howey Source code: https://github.com/pedroalbanese/ledger
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MoneyView

    MoneyView

    Personal Finance and Accounting

    MoneyView is a personal finance and accounting manager to track bank accounts, income and expenses. No double-entry accounting, MoneyView is designed to be simple and easy to use. It provides a way to migrate accounts and their categories and histories from MS Money. MoneyView can read QIF and OFX files downloaded from the banks, and does automatic categorization based on your own existing operations. Please go to the web site below for download and more information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Ledget Accounting Software

    Ledget is an accounting software

    Ledget is an accounting software a simplest form of digital book keeping, the software is developed in a Desktop Application Form which can be accessed either locally or via Organization network and it is secured and can only be accessed using a system account.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Debut Accounts

    Debut Accounts

    Cloud Based Accounting System

    Debut (Double Entry Bookkeeping Utility) is a cloud-based accounting package, that enables businesses to keep track of their sales, purchases, receipts & payments. The accounting information is stored centrally on a server, and accessed by multiple users using a browser interface. It features strong encryption and an intuitive multi-window interface There is a full range of reports and extensive search options. It’s possible to import and export transactions, contacts and chart of accounts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jGnash

    jGnash

    jGnash Personal Finance

    jGnash is a cross platform personal finance application written in Java. jGnash is a double entry system with support for multiple currencies. jGnash can import OFX and QIF files.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 22
    Beigesoft Enterprise Information System

    Beigesoft Enterprise Information System

    JEE based Accounting web-application.

    Beigesoft™ EIS is free accounting software. This is JEE-WEB-based software that works anywhere - on MS Windows, Mac, Linux and Android. This is the first version of the successor to Beige Accounting All In One. The main goal was successfully achieved, it works noticeably faster on weak devices such as a smartphone than its predecessor. It works as: * Standalone A-Jetty web-app for standard Java (Ms Windows, Mac, Nix...). * Standalone A-Jetty web-app for Android (use "Beigesoft...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PyGtk Posting

    PyGtk Posting

    Accounting for Linux

    An accounting software written in Python and Gtk+ 3 with a backend of Postgresql. A free and open source alternative to Quickbooks and Peachtree. This software is usable but needs to be fleshed out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    weberp-responsive-with-HR

    weberp-responsive-with-HR

    weberp's responsive mobile optimized version with HRMS and Payroll

    This is an attempt to give our much loved webERP Accounting and Business Administration ERP system a new modern look with responsive mobile optimized theme. Also added are HR and payroll functionalities. Additional information about weberp project is available at http://www.weberp.org. Our project demo is available at http://netelity.com/index.php/software/nerp-for-business For any queries contact us. We may not be checking Issues section very regularly. Enjoy
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    SQUEEZER

    SQUEEZER

    Squeezer framework, build serverless dApps

    Squeezer is a platform that empowers new-entry blockchain developers to build serverless dApps simply as dead. The main usage of the ChainKit is to unify top blockchains interfaces into a single normalized API interface, therefore you can build blockchain dApps easily without digging into blockchain complex infrastructure. Bi-directional on-chain transactions (inbound and outbound). Build dApps connecting to smart contracts using chain kit agnostic connector. Quick intuitive code deployments...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.