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
2019-12-26 23:56:42 +05:30
.github Updated README.md 2019-07-23 13:17:20 +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 entitlement to disable library validation 2019-12-24 18:42:39 +05:30
fixtures [Fixes] #98 UI Issues 05-08-2019 2019-08-14 13:22:45 +05:30
models fix: Move importCOA file to accounting 2019-12-26 23:56:42 +05:30
public chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
reports fix: Show blank cells instead of 0.00 in GL 2019-12-26 19:31:28 +05:30
server fix: Move importCOA file to accounting 2019-12-26 23:56:42 +05:30
src fix: Disable resizing in small windows 2019-12-26 23:36:45 +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 chore: Travis script for electron build 2019-12-13 21:55:10 +05:30
babel.config.js chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
electron-builder.yml chore: Add config for signing and notarize 2019-12-24 15:44:28 +05:30
LICENSE Create LICENSE 2018-10-18 15:16:30 +05:30
package.json v0.0.3-beta.4 2019-12-24 18:42:54 +05:30
postcss.config.js chore: Migrate project structure to Vue CLI 2019-12-12 23:07:43 +05:30
README.md Updated README.md 2019-07-23 13:17:20 +05:30
tailwind.config.js feat: Create accounts in CoA directly 2019-12-23 16:15:06 +05:30
vue.config.js fix: Regex for windows path 2019-12-16 17:13:04 +05:30
yarn.lock fix: Add electron-notarize dependency 2019-12-24 16:06:05 +05:30

Frappe Accounting

Simple app for personal and small businesses accounting

it's pronounced - fra-pay

Frappe Accounting is built on FrappeJS Framework a Full-Stack VueJS based meta-data driven web framework. Under the hood it uses Electron bundles.

Installation

Step 0

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

Step 1

Install Node.js (version 12.6.0)

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

Step 2

Install yarn package manager.

npm install -g yarn

Step 3

Clone this repo

git clone https://github.com/frappe/accounting.git

Step 4

Install dependencies and launch Accounting


cd accounting

# Install dependencies
yarn

# Start the electron app
yarn electron

Troubleshooting

  • If you are facing node-gyp errors then you may need to:
    1. Install Xcode App from App Store.
    2. Use node v12.6.0
    3. Delete yarn.lock/package-lock.json