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
sahil28297 0b4cbfe35a created default party account and corrected date-remaining in Event (#67)
* creating a default party account

* changed formula to fetch in invoices

* proper naming convention for daydiff
2018-09-20 16:27:23 +05:30
.vscode Debug Config for VSCode 2018-04-15 00:44:49 +05:30
accounting Update general ledger link in Util 2018-07-14 19:53:16 +05:30
build Handle deepmerge default export 2018-06-04 15:34:01 +05:30
client Make formatting fixes 2018-07-14 19:56:18 +05:30
config Move to Vue 2018-06-01 18:05:51 +05:30
electron Merge branch 'move-to-vue' of https://github.com/frappe/accounting into move-to-vue 2018-07-14 20:01:22 +05:30
fixtures import Standard Chart of Accounts 2018-04-02 23:24:45 +05:30
models created default party account and corrected date-remaining in Event (#67) 2018-09-20 16:27:23 +05:30
reports Add Party Invoices link (#65) 2018-09-07 15:40:39 +05:30
server Add static path configuration 2018-08-10 17:42:18 +05:30
setup Add SetupWizard page 2018-06-11 15:16:25 +05:30
src Restructure according to frappejs cli 2018-07-29 17:20:10 +05:30
src-electron Init electron entry files 2018-07-29 17:20:44 +05:30
static Keep static folder 2018-07-06 14:19:10 +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
.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
.prettierrc Add .prettierrc config to disable auto double quote fomatting 2018-07-14 19:52:33 +05:30
frappe.conf.js Add static path configuration 2018-08-10 17:42:18 +05:30
package.json Restructure according to frappejs cli 2018-07-29 17:20:10 +05:30
README.md Update Readme 2018-07-17 17:05:25 +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 Restructure according to frappejs cli 2018-07-29 17:20:10 +05:30

Frappe Accounting

Simple JS based app for personal and small businesses accounting

Install

Install dependencies

yarn

Development

# start dev server
yarn dev

# in another shell, start node server
yarn server