Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ledgersmb/LedgerSMB
Double-entry accounting & ERP for the web
https://github.com/ledgersmb/LedgerSMB
accounting billing bookkeeping double-entry-accounting erp fixed-asset general-ledger inventory inventory-management invoicing manufacturing material-cards orders payments postgresql projects purchasing quotations time-tracking web-app
Last synced: 5 days ago
JSON representation
Double-entry accounting & ERP for the web
- Host: GitHub
- URL: https://github.com/ledgersmb/LedgerSMB
- Owner: ledgersmb
- License: other
- Created: 2014-04-05T16:43:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T23:55:38.000Z (10 days ago)
- Last Synced: 2024-10-30T01:55:05.438Z (10 days ago)
- Topics: accounting, billing, bookkeeping, double-entry-accounting, erp, fixed-asset, general-ledger, inventory, inventory-management, invoicing, manufacturing, material-cards, orders, payments, postgresql, projects, purchasing, quotations, time-tracking, web-app
- Language: Perl
- Homepage: https://ledgersmb.org
- Size: 236 MB
- Stars: 424
- Watchers: 46
- Forks: 152
- Open Issues: 121
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - ledgersmb/LedgerSMB - Double-entry accounting & ERP for the web (postgresql)
README
# LedgerSMB
Small and Medium business accounting and ERP
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/795/badge)](https://bestpractices.coreinfrastructure.org/projects/795)
[![CI](https://github.com/ledgersmb/LedgerSMB/actions/workflows/main.yml/badge.svg)](https://github.com/ledgersmb/LedgerSMB/actions/workflows/main.yml)
[![CodeQL](https://github.com/ledgersmb/LedgerSMB/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/ledgersmb/LedgerSMB/actions/workflows/codeql.yml)
[![GPLv2 Licence](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-2.0/)
[![Coverage Status](https://coveralls.io/repos/github/ledgersmb/LedgerSMB/badge.svg?branch=master)](https://coveralls.io/github/ledgersmb/LedgerSMB?branch=master)
[![Docker](https://img.shields.io/docker/pulls/ledgersmb/ledgersmb.svg)](https://hub.docker.com/r/ledgersmb/ledgersmb/)
[![Mentioned in Awesome ](https://awesome.re/mentioned-badge.svg)](https://github.com/Kickball/awesome-selfhosted#enterprise-resource-planning)## Content
1. [Description](#description)
2. [System requirements](#system-requirements)
3. [Quick start](#quick-start)
4. [Project information](#project-information)
5. [Copyright](#copyright)
6. [License](#license)# Description
LedgerSMB is a free web-based double-entry accounting system, featuring
quotation, ordering, invoicing, projects, timecards, inventory management,
shipping and more ...Directly send orders and invoices from the built-in e-mail function to your
customers or RFQs (request for quotation) to your vendors with PDF attachments,
from anywhere in the world with the browser-based UI.With its data stored in the enterprise-strength `PostgreSQL` open source
database system, the system is known to operate smoothly for businesses with
thousands of transactions per week.Customer visible output is fully customizable in templates, allowing easy and
fast customization. Supported output formats are PDF, CSV, HTML, ODF and more.# System requirements
Note that these are the system requirements for LedgerSMB 1.13.0-dev, the current
development version. Please check the system requirements for [the 1.11 stable
version](https://github.com/ledgersmb/LedgerSMB/tree/1.11#system-requirements).## Server
* `Perl 5.36.1+`
* `PostgreSQL 13+`
* Web server (e.g. `nginx`, `Apache HTTPd`, `lighttpd`, `Varnish`)The web server is only required for production installs;
for evaluation purposes a simpler setup can be used, as detailed
below.## Client
The tables below show the browsers currently supported, their earliest dates
and a range of versions.### Desktop
| Browser Name | Earliest | Versions |
| -------------------| --------| -------------------------------------------|
| Chrome | 2018-03 | 65-81, 83-130 |
| Edge | 2020-01 | 79-81, 83-130 |
| Firefox | 2018-05 | 60-131 |
| Opera | 2018-03 | 52-58, 60, 62-114 |
| Safari | 2018-09 | 12, 12.1, 13, 13.1, 14, 14.1, 15, 15.1, |
| | | 15.2-15.6, 16.0-16.6, 17.0-17.6, 18.0 |### Mobile
| Browser Name | Earliest | Versions |
| -------------------| --------| -------------------------------------------|
| Chrome for Android | 2024-09 | 129 |
| Firefox for Android | 2024-09 | 130 |
| Android Browser | 2024-09 | 129 |
| Baidu Browser | 2024-03 | 13.52 |
| Safari on iOS | 2018-09 | 12.0-12.5, 13.0-13.7, 14.0-14.8, |
| | | 15.0-15.8, 16.0-16.7, 17.0-17.6, 18.0 |
| KaiOS Browser | 2021-09 | 3.0-3.1 |
| Opera Mobile | 2024-03 | 80 |
| Samsung Internet | 2019-04 | 9.2, 10.1, 11.1-11.2, 12.0, 13.0, 14.0, |
| | | 15.0, 16.0, 17.0, 18.0, 19.0, 20-25 |**Note**: Safari is very sensitive to using LedgerSMB over HTTPS; using it with
a regular HTTP connection is unsupported by the project team. Please be aware that
using HTTPS is the recommended setup, so that Safari is considered to be fully
supported.**Note**: Earliest dates and versions come from http://caniuse.com. Only the most
recent data is available for Mobile browsers other than Safari, because they
are pushed out to the devices as soon as they are releases, so the number of
devices running old browsers is negligible.# Quick start
For from-tarball installation instructions, see https://ledgersmb.org/content/installing-ledgersmb-111
## Installation
This instruction assumes you have [Docker](https://docs.docker.com/get-docker/)
installed as well as [docker-compose](https://github.com/docker/compose#where-to-get-docker-compose).```bash
$ wget https://raw.githubusercontent.com/ledgersmb/ledgersmb-docker/1.12/docker-compose.yml
$ docker-compose up -d
```This creates both the LedgerSMB image and a database image with a persistent
database. Note that this setup is **not** sufficient for production purposes
because it lacks secure connections to protect your users' passwords.## Next steps
The system is installed and should be available for evaluation through
* `http://localhost:5762/setup.pl`
Creation and privileged management of company databases
* `http://localhost:5762/login.pl`
Normal login for the applicationThe system is ready for [preparation for first
use](https://ledgersmb.org/content/preparing-ledgersmb-111-first-use).**NOTE:** This setup does not use a webserver like nginx or Apache. Setups which
do include one will yield a faster user experience due to (much) faster page
load times and web request responses. For production setups, please consider
adding a webserver to the installation.# Project information
Security vulnerability reports: [https://ledgersmb.org/contact/security_report](https://ledgersmb.org/contact/security_report)
Web site: [https://ledgersmb.org/](https://ledgersmb.org)
Repository: [https://github.com/ledgersmb/LedgerSMB](https://github.com/ledgersmb/LedgerSMB)
Live chat: [#ledgersmb:matrix.org](https://app.element.io/#/room/#ledgersmb:matrix.org) (Matrix)
Groups:
* [LinkedIN LedgerSMB group](https://www.linkedin.com/groups/4238725/)
* [Facebook LedgerSMB page](https://www.facebook.com/LedgerSMB)
* [Mastodon](https://mastodon.social/@LedgerSMB)Mailing lists:
* [Announcements](https://lists.ledgersmb.org/postorius/lists/announce.lists.ledgersmb.org/)
* [User Discussion](https://lists.ledgersmb.org/postorius/lists/users.lists.ledgersmb.org/)
* [Developer Discussion](https://lists.ledgersmb.org/postorius/lists/devel.lists.ledgersmb.org/)Mailing list archives: [https://archive.ledgersmb.org](https://archive.ledgersmb.org)
Translations: [Transifex online translation tool](https://app.transifex.com/ledgersmb/ledgersmb/dashboard/)
Documentation: The book [Running your business with **LedgerSMB**](https://book.ledgersmb.org)
Continuous integration (automated testing):
* [GitHub Actions](https://github.com/ledgersmb/LedgerSMB/actions)
* [CircleCI](https://app.circleci.com/pipelines/github/ledgersmb)Code coverage: [Coveralls](https://coveralls.io/github/ledgersmb/LedgerSMB?branch=master)
## Project contributors
Source code contributors can be found in the project's `Git` commit history
as well as in the CONTRIBUTORS file in the repository root.Translation contributions can be found in the project's `Git` commit history
as well as in the `Transifex` project Timeline.# Copyright
```plain
Copyright (c) 2006 - 2024 The LedgerSMB Project contributors
Copyright (c) 1999 - 2006 DWS Systems Inc (under the name SQL Ledger)
```# License
[`GPLv2`](https://opensource.org/licenses/GPL-2.0)