2
0
mirror of https://github.com/frappe/books.git synced 2025-01-22 14:48:25 +00:00
Faris Ansari 47ce6117d1 fix: Add Item Type Product or Service
- Automatically set Income and Expense account and hide them from View
2019-12-23 18:50:47 +05:30
2019-07-23 13:17:20 +05:30
2019-12-20 12:20:43 +05:30
2019-08-14 13:22:45 +05:30
2019-12-20 12:14:31 +05:30
2019-12-21 20:16:50 +05:30
2019-12-23 18:21:04 +05:30
2018-04-02 23:24:35 +05:30
2018-10-18 15:16:30 +05:30
2019-07-23 13:17:20 +05:30
2019-12-16 17:13:04 +05:30
2019-12-21 20:17:43 +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
Description
Free desktop accounting software for small-businesses and freelancers.
Readme AGPL-3.0 18 MiB
Languages
TypeScript 57.7%
Vue 39.9%
HTML 1.1%
JavaScript 0.9%
CSS 0.3%
Other 0.1%