2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
Faris Ansari 2dd7176c53 fix: Profit and Loss
- Fix check for hasData
- Blank row rendering
2019-12-04 22:54:52 +05:30
.github Updated README.md 2019-07-23 13:17:20 +05:30
.vscode Country-wise Chart of accounts on setup (#78) 2019-02-11 18:44:50 +05:30
accounting fix: Commonify Transaction code 2019-12-04 22:51:48 +05:30
electron chore: Remove console statement 2019-11-20 00:47:56 +05:30
email Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
fixtures [Fixes] #98 UI Issues 05-08-2019 2019-08-14 13:22:45 +05:30
models fix: Capture bankName in setup wizard 2019-12-04 22:52:16 +05:30
reports fix: Profit and Loss 2019-12-04 22:54:52 +05:30
server fix: Cache singles and currencySymbols in postStart 2019-12-03 13:42:31 +05:30
src fix: Profit and Loss 2019-12-04 22:54:52 +05:30
src-electron fix: Settings URL for production 2019-12-03 23:59:17 +05:30
static feat: Print 2019-11-28 00:07:38 +05:30
tests camelify fieldnames in Account 2018-04-02 23:24:35 +05:30
www Remove autogenerated dist folder 2018-05-08 11:48:50 +05:30
.eslintignore Move to Vue 2018-06-01 18:05:51 +05:30
.eslintrc.js [eslint] Semi always 2018-06-26 16:43:05 +05:30
.gitignore Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
.prettierrc Add .prettierrc config to disable auto double quote fomatting 2018-07-14 19:52:33 +05:30
frappe.conf.js feat: Print 2019-11-28 00:07:38 +05:30
LICENSE Create LICENSE 2018-10-18 15:16:30 +05:30
package.json fix: SetupWizard 2019-10-24 10:47:01 +05:30
README.md Updated README.md 2019-07-23 13:17:20 +05:30
rollup.config.js Update rollup config 2018-05-08 11:29:16 +05:30
start.js [start] reports 2018-03-26 17:44:27 +05:30
tailwind.config.js fix: Report 2019-12-03 17:15:07 +05:30
yarn.lock fix: SetupWizard 2019-10-24 10:47:01 +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