2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Faris Ansari
6e19cd76e2 fix: Remove unused Filter doctypes 2020-01-28 16:57:38 +05:30
Faris Ansari
bc39fa4feb feat: PatchRun
- Run ad-hoc patch code
- Run patches based on patchOrder
- Skip already run patches
2020-01-28 16:55:47 +05:30
Faris Ansari
7198979fc7 fix: frappe.registerModels
- Directly register from models object, not models.models
- frappe.getModels
- Validate model before registering
- Fix model.extend bug for duplicate fields
- Remove usage of deepmerge and use lodash/cloneDeep
2019-12-18 23:48:53 +05:30
Faris Ansari
375325d917
File (#80)
File doctype

- Upload files using multer
- uploadFiles API in http.js
- Link File to doctype with name and field
- Refactor File component for fullpaths
- frappe.db.setValue(s) API
2018-08-18 21:24:17 +05:30
Rushabh Mehta
fb23980490 table filters, wip 2018-03-08 19:01:22 +05:30
Rushabh Mehta
5446c2cc2e added layout, submit and table view 2018-03-05 22:15:21 +05:30
Rushabh Mehta
eac8bb3051 added print format and code control 2018-02-20 19:41:44 +05:30
Rushabh Mehta
2422e33ec0 refactor models are now js and better file naming for models 2018-02-16 18:43:46 +05:30