2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
2018-03-07 17:37:13 +05:30
accounting added ledger 2018-03-05 22:15:40 +05:30
dist dependency refactor 2018-03-07 17:37:13 +05:30
fixtures isSubmittable 2018-02-27 21:59:34 +05:30
models fixes 2018-03-07 16:08:39 +05:30
src added ledger 2018-03-05 22:15:40 +05:30
tests added ledger 2018-03-05 22:15:40 +05:30
.gitignore refactor naming and added taxes! 2018-02-16 18:44:38 +05:30
index.html socketio 2018-02-19 22:12:26 +05:30
package.json dependency refactor 2018-03-07 17:37:13 +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 whitespace 2018-02-21 15:13:34 +05:30
server.js added ledger 2018-03-05 22:15:40 +05:30
yarn.lock dependency refactor 2018-03-07 17:37:13 +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