2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
2022-02-28 12:58:29 +05:30
.github chore(cd): set error log creds 2022-01-31 12:33:41 +05:30
accounting fix: COA issue; TIL webpack bundles jsons -_- 2022-02-25 20:37:18 +05:30
build build(macOS): add flag for notarization 2021-12-13 15:00:59 +05:30
fixtures refactor: t( => t` in *.js 2022-02-16 13:15:33 +05:30
frappe feat: button to add a row 2022-02-24 11:39:35 +05:30
models fix: allow zero rate on items 2022-02-28 12:58:29 +05:30
patches refactor: rename imports, frappejs → frappe 2022-01-21 02:27:29 +05:30
public refactor: mounting behaviour for toasts and app 2022-02-10 17:02:55 +05:30
reports fix: minor fixes to tstrings 2022-02-16 13:15:33 +05:30
scripts fix: reduce misery, simplify regex 2022-02-17 18:01:03 +05:30
server feat: use selected chart of accounts 2022-02-21 12:08:50 +05:30
src fix: issue where setup currency is not considered 2022-02-26 12:52:07 +05:30
tests refactor: rename imports, frappejs → frappe 2022-01-21 02:27:29 +05:30
translations chore: remove commas (allow GDoc import) 2022-02-21 13:07:46 +05:30
.eslintrc.js chore: fix eslintrc, remove .vscode launch.json 2022-02-23 11:33:55 +05:30
.gitignore chore: add a few translations 2022-02-16 13:15:33 +05:30
babel.config.js chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
electron-builder.yml fix: path fixes, electron-builder creds 2022-01-28 18:43:27 +05:30
LICENSE chore: Change license to AGPLv3 2020-01-02 23:58:53 +05:30
package.json v0.3.1-beta.0 2022-02-26 12:52:20 +05:30
postcss.config.js chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
README.md chore: fix typos 2022-02-18 16:21:31 +05:30
tailwind.config.js fix(ui): use inline validations 2022-01-10 13:47:23 +05:30
tsconfig.json chore: set allowJs 2022-01-24 14:36:09 +05:30
vue.config.js chore: remove dependency frappe-charts 2022-01-28 01:12:39 +05:30
yarn.lock build(deps): bump url-parse from 1.5.3 to 1.5.7 2022-02-18 10:30:50 +05:30

Frappe Books logo

GitHub release (latest by date) Platforms Publish

Free Desktop book-keeping software for small businesses and freelancers.

frappebooks.com

Frappe Books Preview

Index

[show/hide]
  1. Features
  2. Installation
  3. Development
  4. Contributions and Community
  5. Links
  6. License

Features

  1. Double-entry accounting
  2. Invoicing
  3. Billing
  4. Payments
  5. Journal Entries
  6. Dashboard
  7. Works Offline
  8. Financial Reports
    • General Ledger
    • Profit and Loss Statement
    • Balance Sheet
    • Trial Balance

Installation

Download and install the latest release for your platform from the releases page or the download page.

Development

Frappe Books is built on Vue.js and Electron. It is offline by default and uses a local SQLite file as the database.

Pre-requisites

To get the dev environment up and running you need to first set up Node.js version 16.13.1 and npm. For this, we suggest using nvm.

Next, you will need to install yarn.

Clone and Run

Once you are through the Pre-requisites, you can run the following commands to get Frappe Books running in development mode:

# clone the repository
git clone https://github.com/frappe/books.git

# change directory
cd books

# install dependencies
yarn

# start the electron app
yarn electron:serve

Contributions and Community

There are many ways you can contribute even if you don't code:

  1. If you find any issues, no matter how small (even typos), you can raise an issue to inform us.
  2. You can help us with language support by contributing translations.
  3. You report errors by setting Hide & Auto Report Errors in Settings > System.
  4. If you're an ardent user you can tell us what you would like to see.
  5. If you have accounting requirements, you can become an ardent user. 🙂
  6. You can join our telegram group and share your thoughts.

If you want to contribute code then you can fork this repo, make changes and raise a PR. (see how to)

  • Telegram Group: Used for discussions regarding features, issues, changes, etc. This group is also be used to make decisions regarding project direction.
  • Project Board: Roadmap that is updated with acceptable latency.
  • GitHub Discussions: Used for discussions around a specific topic.
  • Frappe Books Blog: Sporadically updated dev blog regarding the development of this project.

License

GNU Affero General Public License v3.0