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
2018-07-09 18:32:29 +05:30
.vscode Debug Config for VSCode 2018-04-15 00:44:49 +05:30
accounting Add Report View and Dynamic Link 2018-06-11 16:50:34 +05:30
build Handle deepmerge default export 2018-06-04 15:34:01 +05:30
client event 2018-05-10 17:27:28 +05:30
config Move to Vue 2018-06-01 18:05:51 +05:30
electron Remove rootRequire 2018-05-08 11:34:01 +05:30
fixtures import Standard Chart of Accounts 2018-04-02 23:24:45 +05:30
models Invoice 2018-07-09 18:32:18 +05:30
reports Merge branch 'move-to-vue' of https://github.com/frappe/accounting into move-to-vue 2018-06-25 14:04:48 +05:30
server Move to Vue 2018-06-01 18:05:51 +05:30
setup Add SetupWizard page 2018-06-11 15:16:25 +05:30
src update frappejs version 2018-07-05 15:44:49 +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
.babelrc Move to Vue 2018-06-01 18:05:51 +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 Remove autogenerated dist folder 2018-05-08 11:48:50 +05:30
.postcssrc.js Move to Vue 2018-06-01 18:05:51 +05:30
index.html Move to Vue 2018-06-01 18:05:51 +05:30
main.js Financial Statements init 2018-04-18 12:17:00 +05:30
package.json Remove frappe-datatable dependency 2018-07-09 18:32:29 +05:30
Procfile [start] reports 2018-03-26 17:44:27 +05:30
README.md add invoice settings 2018-02-12 21:53:14 +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
yarn.lock Update frappejs dep 2018-05-08 11:34:06 +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