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
Faris Ansari 9fed2fbb19 Add models
- Fulfillment
- PurchaseOrder
- PurchaseReceipt
- SalesOrder
2018-04-28 19:56:26 +05:30
.vscode Debug Config for VSCode 2018-04-15 00:44:49 +05:30
accounting Reports and Models 2018-04-26 15:53:27 +05:30
client Add models 2018-04-28 19:56:26 +05:30
electron Reports 2018-04-24 13:28:57 +05:30
fixtures import Standard Chart of Accounts 2018-04-02 23:24:45 +05:30
models Add models 2018-04-28 19:56:26 +05:30
reports Add Trial Balance Report 2018-04-27 17:03:36 +05:30
server Add models 2018-04-28 19:56:26 +05:30
setup Reports 2018-04-24 13:28:57 +05:30
tests camelify fieldnames in Account 2018-04-02 23:24:35 +05:30
www Reports and Models 2018-04-26 15:53:27 +05:30
.gitignore Add Chart of Accounts list item 2018-04-09 00:03:32 +05:30
main.js Financial Statements init 2018-04-18 12:17:00 +05:30
package.json Reports 2018-04-24 13:28:57 +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 whitespace 2018-02-21 15:13:34 +05:30
start.js [start] reports 2018-03-26 17:44:27 +05:30
yarn.lock Add models 2018-04-28 19:56:26 +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