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
2021-11-25 16:51:06 +05:30
.vscode fix: convert child rows to BaseDocument objects 2019-10-08 16:46:54 +05:30
auth Format code 2018-06-25 13:19:11 +05:30
backends fix: fix the conditional, apply to default too, early exit in column creation 2021-11-08 15:14:02 +05:30
client/ui Removed Redundant files from client folder (#99) 2018-10-10 15:24:33 +05:30
common feat: validate method for fields 2019-12-20 11:52:16 +05:30
docs docs: update docs to mention conditional fields 2021-11-05 17:46:12 +05:30
model feat: add convenience function to get fields meta map 2021-11-25 14:48:02 +05:30
models fix(ux): add items in system settings, move auto update to system 2021-11-25 16:51:06 +05:30
server refactor: rename migrate to runPatches, filepath to filePath 2021-11-09 16:12:39 +05:30
tests test: Fix Database Migrate test 2020-01-28 17:11:26 +05:30
ui fix: Pass all listeners to feather-icon component 2019-11-22 00:51:26 +05:30
utils build(deps): bump versions of all deps except vue 2021-11-02 19:24:44 +05:30
webpack build(deps): bump versions of all deps except vue 2021-11-02 19:24:44 +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
.python-version fix: lock python version 2019-10-08 16:46:19 +05:30
.travis.yml chore: Cleanup travis 2019-12-10 01:37:29 +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 feat: PatchRun 2020-01-28 16:55:47 +05:30
package.json chore: move prettier config to package.json 2021-11-16 13:13:16 +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
yarn.lock build(deps): bump versions of all deps except vue 2021-11-02 19:24:44 +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