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-11-10 00:37:14 +05:30
auth Format code 2018-06-25 13:19:11 +05:30
backends Use isNew() instead of _notInserted 2018-11-10 00:37:14 +05:30
client/ui Removed Redundant files from client folder (#99) 2018-10-10 15:24:33 +05:30
common Add error modal (#82) 2018-09-21 10:58:53 +05:30
docs Update documentation for new app (#86) 2018-09-11 23:45:18 +05:30
model Use isNew() instead of _notInserted 2018-11-10 00:37:14 +05:30
models Changes in events, payment modal and date in registers (#92) 2018-09-20 18:09:21 +05:30
server Load printwindow in background 2018-10-24 23:42:40 +05:30
tests test(REST): Initialize models before testing 2018-09-14 23:16:30 +05:30
ui Use isNew() instead of _notInserted 2018-11-10 00:37:14 +05:30
utils Dont convert md to html in fieldtype Text 2018-10-23 02:20:35 +05:30
webpack Set undefined instead of null for web config to work 2018-11-10 00:36:59 +05:30
.eslintrc print formats, momentjs, markdown, nunjucks 2018-02-21 15:08:56 +05:30
.gitignore refactor models are now js and better file naming for models 2018-02-16 18:43:46 +05:30
.prettierrc Add .prettierrc config to avoid auto formatting with double quotes 2018-07-14 20:10:57 +05:30
.travis.yml removed root login attempts 2018-02-08 21:22:07 +05:30
app.js refactor models are now js and better file naming for models 2018-02-16 18:43:46 +05:30
cli.js Modify config for production build, add build command 2018-10-21 13:25:55 +05:30
frappe.conf.js Thumbnail creation using Sharp (#96) 2018-10-02 13:33:48 +05:30
index.js Handle empty response in frappe.call 2018-10-05 11:01:53 +05:30
package.json Add cross-env 2018-10-24 00:09:09 +05:30
Procfile yarn link in docs 2018-03-21 15:18:01 +05:30
README.md fix doc 2018-01-12 18:02:10 +05:30
test.db-journal Displaying Links in correct sorted order (#84) 2018-09-07 15:38:15 +05:30
yarn.lock Frappe CLI for development 2018-07-29 16:51:03 +05:30

Frappe.js

Frappe.js is a meta-data driven framework that enables rapid application development of Node.js and Electron based applications.

Features

  • Rapid Application Development
  • Single Page App
  • Forms and Controls
  • REST-API
  • Database backends

Documentation

Read the full docs

License

MIT