mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
Free desktop accounting software for small-businesses and freelancers.
17e5187c51
- Models - Bill - Quotation (extended from Invoice) - Journal Entry - Reports - Sales Register - Purchase Register |
||
---|---|---|
.vscode | ||
accounting | ||
client | ||
electron | ||
fixtures | ||
models | ||
reports | ||
server | ||
setup | ||
tests | ||
www | ||
.gitignore | ||
main.js | ||
package.json | ||
Procfile | ||
README.md | ||
rollup.config.js | ||
start.js | ||
yarn.lock |
Frappe Accounting
Simple JS based app for personal and small businesses accounting
Install
Install dependencies
yarn install
Build
node_modules/.bin/rollup
Start
To start the app + build process
yarn global add foreman
nf start