mirror of
https://github.com/frappe/books.git
synced 2025-02-03 04:28:32 +00:00
Prssanna Desai
5bae1a54ec
Fixes for new Customer and new DB bugs
Follow-up on 72c6d7f6c79686c98bce5decbcedd9b4ec099142
Frappe Accounting
Simple JS based app for personal and small businesses accounting
Installation
Step 0
Install build essentials
Ubuntu
apt-get install build-essential python git
apt-get install libgconf-2-4
Step 1
Install Node.js LTS (version 8.11.1)
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
Frappe Technologies
Languages
TypeScript
57.6%
Vue
39.8%
HTML
1.3%
JavaScript
0.9%
CSS
0.3%
Other
0.1%