2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
2018-02-19 12:39:19 +05:30
dist template for taxes 2018-02-19 12:01:22 +05:30
models Delete account.js 2018-02-19 12:39:19 +05:30
src refactor naming and added taxes! 2018-02-16 18:44:38 +05:30
tests refactor naming and added taxes! 2018-02-16 18:44:38 +05:30
.gitignore refactor naming and added taxes! 2018-02-16 18:44:38 +05:30
.sassrc.js first commit 2018-01-08 17:59:49 +05:30
index.html refactor 2018-01-30 18:56:35 +05:30
package.json refactor naming and added taxes! 2018-02-16 18:44:38 +05:30
Procfile bye bye webpack, welcome rollup 2018-01-30 15:40:56 +05:30
README.md add invoice settings 2018-02-12 21:53:14 +05:30
rollup.config.js refactor 2018-01-30 18:56:35 +05:30
server.js refactor naming and added taxes! 2018-02-16 18:44:38 +05:30
yarn.lock update build 2018-02-14 18:23:40 +05:30

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