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

35 Commits

Author SHA1 Message Date
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
cf1e38f59b fix: Set name as randomString in getNewDoc 2019-12-02 17:51:18 +05:30
Faris Ansari
88c84e805b fix: doc.setName 2019-10-30 01:08:43 +05:30
Faris Ansari
f1823a71ab fix: Remove doc from cache if name changes 2019-10-19 19:59:41 +05:30
Faris Ansari
dc41c0b775 fix: throw Error object 2019-10-08 16:46:12 +05:30
thefalconx33
a531450033 Function for doctype list 2019-08-01 18:32:19 +05:30
thefalconx33
79b99055e0 - Custom doc for Report Filters
- frappe.showModal
- Custom textarea rows
2019-07-30 17:24:27 +05:30
Faris Ansari
c20fd14c05 Handle empty response in frappe.call 2018-10-05 11:01:53 +05:30
Anto Christopher
b96ea40b99 Add error modal (#82)
* Add error modal

* Initialize frappe.error and frappe.events. Code formatting

* Fix indentation
2018-09-21 10:58:53 +05:30
Faris Ansari
9bd1fa77a8 Initialize docs in init 2018-07-14 21:42:22 +05:30
Faris Ansari
cb8a26fe4c Revert "Register models in frappe.init"
This reverts commit 8a9ece2d2b.
2018-06-04 15:32:38 +05:30
Faris Ansari
8a9ece2d2b Register models in frappe.init 2018-05-25 17:25:16 +05:30
Faris Ansari
695f02eb49 Add signup 2018-05-07 09:53:20 +05:30
Faris Ansari
3047abfe51 added frappe.login
- login working
2018-04-30 19:57:41 +05:30
Rushabh Mehta
4d9b9ecd5b frappe.call 2018-03-26 18:32:35 +05:30
Rushabh Mehta
fa049a37a1 frappe.call 2018-03-26 18:26:21 +05:30
Rushabh Mehta
3646e7d778 [ui] add links to forms 2018-03-26 14:24:38 +05:30
Rushabh Mehta
5446c2cc2e added layout, submit and table view 2018-03-05 22:15:21 +05:30
Rushabh Mehta
b8d7294465 added submit feature and other cleanups 2018-02-27 21:59:14 +05:30
Rushabh Mehta
7c6ddcd3e5 added indicators and throttling of events 2018-02-22 16:51:42 +05:30
Rushabh Mehta
f25c4ab81b print formats, momentjs, markdown, nunjucks 2018-02-21 15:08:56 +05:30
Rushabh Mehta
eac8bb3051 added print format and code control 2018-02-20 19:41:44 +05:30
Rushabh Mehta
db181ddea0 introduction socketio 2018-02-19 22:11:10 +05:30
Rushabh Mehta
2422e33ec0 refactor models are now js and better file naming for models 2018-02-16 18:43:46 +05:30
Rushabh Mehta
1f5e3d8fcb added date control 2018-02-14 18:20:56 +05:30
Rushabh Mehta
92355be627 added singles 2018-02-12 17:31:31 +05:30
Rushabh Mehta
3af4fb8671 added fetch 2018-02-09 18:25:55 +05:30
Rushabh Mehta
bc095b5bc3 more camelCase 2018-02-08 17:58:51 +05:30
Rushabh Mehta
dfdb18b5bc add formula handling 2018-02-08 17:15:32 +05:30
Rushabh Mehta
ed4dbb496c added database baseclass and moving to camelCase 2018-02-08 12:16:38 +05:30
Rushabh Mehta
d5c03b5303 added user, role, parent-child CRUD 2018-02-01 16:39:37 +05:30
Rushabh Mehta
84d39be287 [refactor] extending forms and lists 2018-01-24 17:22:05 +05:30
Rushabh Mehta
df9fc91123 routing for desk, error handling, test for router 2018-01-15 17:25:31 +05:30
Rushabh Mehta
e3a94dc997 collapse frappe folder and start desk 2018-01-12 17:55:07 +05:30