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
2020-05-06 23:32:35 +05:30
.github feat: Rename to Frappe Books 2020-01-02 23:09:58 +05:30
.vscode chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
accounting fix: Move importCOA file to accounting 2019-12-26 23:56:42 +05:30
build fix: Add app icon 2020-04-30 16:44:44 +05:30
fixtures [Fixes] #98 UI Issues 05-08-2019 2019-08-14 13:22:45 +05:30
models fix: allow parital payments to invoices 2020-05-06 23:32:35 +05:30
patches feat: Ability to run patches 2020-01-28 17:00:05 +05:30
public feat: Rename to Frappe Books 2020-01-02 23:09:58 +05:30
reports fix: Add missing frappe import 2020-01-02 22:38:19 +05:30
server fix: Move importCOA file to accounting 2019-12-26 23:56:42 +05:30
src fix: allow parital payments to invoices 2020-05-06 23:32:35 +05:30
tests camelify fieldnames in Account 2018-04-02 23:24:35 +05:30
.browserslistrc chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
.eslintrc.js chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
.gitignore chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
.prettierrc Add .prettierrc config to disable auto double quote fomatting 2018-07-14 19:52:33 +05:30
.travis.yml fix: Remove font manager until we find alternative 2020-02-10 13:25:26 +05:30
babel.config.js chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
electron-builder.yml feat: Rename to Frappe Books 2020-01-02 23:09:58 +05:30
LICENSE chore: Change license to AGPLv3 2020-01-02 23:58:53 +05:30
package.json v0.0.3-beta.11 2020-04-30 23:33:07 +05:30
postcss.config.js chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
README.md chore: Update Travis link 2020-01-20 18:27:28 +05:30
tailwind.config.js feat: Invoice Template Customizer 2020-02-03 23:25:11 +05:30
vue.config.js feat: Ability to run patches 2020-01-28 17:00:05 +05:30
yarn.lock fix: Use forked cli plugin with updated electron builder 2020-04-30 23:14:32 +05:30

Frappe Books

Build Status GitHub release (latest by date)

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

Frappe Books Preview

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
  9. Multi-currency Invoicing

Download

Download the latest release for your platform from the releases page.

Development

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

Pre-requisites

  1. Install build essentials

    Ubuntu

    apt-get install build-essential python git
    apt-get install libgconf-2-4
    

    MacOS

    xcode-select --install
    

    You will also need Xcode App from App Store

  2. Install Node.js

    Tip: The best way to install and manage Node is to install nvm

  3. Install yarn package manager

    npm install -g yarn
    

Clone and Run

# 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

License

GNU Affero General Public License v3.0