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

53 Commits

Author SHA1 Message Date
Faris Ansari
db7050512f Apply formula when doc value is empty string 2018-09-28 18:42:18 +05:30
sahil28297
667a966769 Apply formula if readOnly always (#95) 2018-09-25 17:45:10 +05:30
Faris Ansari
fb4295a12b Formula enhancements
- apply formula on server side only if the field is read only
- skip applying formula if the value is already set
2018-09-23 13:45: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
Faris Ansari
24b55da0e4 Fix failing tests 2018-07-18 00:59:18 +05:30
Faris Ansari
5375f21d30 Indicators
- Replace hardcoded color values with constants
- Add remaining color styles in Indicator component
- Show Indicator in List View
2018-07-09 20:25:24 +05:30
Suraj Shetty
8203bfc84e Merge branch 'master' of https://github.com/frappe/frappejs 2018-06-25 13:19:57 +05:30
Suraj Shetty
349faf0695 Format code 2018-06-25 13:19:11 +05:30
Faris Ansari
c754e47cfe Document
- default value for table field should be empty array
2018-06-15 21:12:59 +05:30
Faris Ansari
084bd05fa9 [model] copy base object before extending 2018-06-15 21:12:02 +05:30
Faris Ansari
aef583f35d Tree fields required 0 2018-05-08 15:36:19 +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
Faris Ansari
d4472e4be0 model.extend method 2018-04-26 15:50:46 +05:30
Faris Ansari
5dfc8ee4b4 remove empty file 2018-04-24 13:30:10 +05:30
Faris Ansari
769c9e86bd nested set wip 2018-04-18 12:18:24 +05:30
Prateeksha Singh
fa7af5af3e typo 😠 2018-03-29 19:58:56 +05:30
Rushabh Mehta
497c2ab742 report fixes 2018-03-27 19:25:26 +05:30
Rushabh Mehta
ebb2618d30 filter enhancements 2018-03-09 18:30:51 +05:30
Rushabh Mehta
fb23980490 table filters, wip 2018-03-08 19:01:22 +05:30
Rushabh Mehta
4e9eaa0fff minor fixes 2018-03-07 16:07:58 +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
077d098599 whitespace 2018-02-21 15:13:21 +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
742b933207 foreign keys 2018-02-20 15:23:38 +05:30
Rushabh Mehta
db181ddea0 introduction socketio 2018-02-19 22:11:10 +05:30
Rushabh Mehta
4d3a176d98 implement templates for control 2018-02-19 12:01:07 +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
bc781728aa refactor observable 2018-02-13 17:24:57 +05:30
Rushabh Mehta
55dca13824 added integer control 2018-02-12 17:54:57 +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
449df1dbca multi-delete 2018-02-08 15:08:47 +05:30
Rushabh Mehta
ed4dbb496c added database baseclass and moving to camelCase 2018-02-08 12:16:38 +05:30
Rushabh Mehta
66b3dc6dc7 add number series 2018-02-07 22:14:59 +05:30
Rushabh Mehta
2a2f1fb6f3 added modal 2018-02-07 18:53:52 +05:30
Rushabh Mehta
d5c03b5303 added user, role, parent-child CRUD 2018-02-01 16:39:37 +05:30
Achilles Rasquinha
03a7b378ba return data instead of d 2018-02-01 14:59:25 +05:30
Rushabh Mehta
b436aa617c tabs -> spaces 2018-01-31 18:34:46 +05:30
Rushabh Mehta
8475b83d2d getting ready for parent child 2018-01-31 18:26:21 +05:30
Rushabh Mehta
a6c98470ba fixes and added observable base class 2018-01-31 15:43:33 +05:30
Rushabh Mehta
ec0ebd95a5 added new controls float, currency and added formatting 2018-01-25 15:34:55 +05:30
Rushabh Mehta
84d39be287 [refactor] extending forms and lists 2018-01-24 17:22:05 +05:30
Rushabh Mehta
2f0c3574db fixes for multiple models 2018-01-23 13:30:29 +05:30