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

63 Commits

Author SHA1 Message Date
Nishchith K
9053f4a710 Fix DateTime + error logs (#106) 2019-01-12 17:40:52 +05:30
Anto Christopher
7a0356f414 Fix values not updating in single doctypes (#104) 2019-01-12 16:02:46 +05:30
Faris Ansari
3e6b741556 Use isNew() instead of _notInserted 2018-11-10 00:37:14 +05:30
Faris Ansari
c23e8af2eb fix(http): parse json only if 200, else throw
- also trigger ajax events
2018-09-30 18:44:40 +05:30
thefalconx33
233ad5eaa5 Serve resized images dynamically on request (#94)
* Added image upload to rest api

* Add file-loader and indexEntry

* Add file-loader and indexEntry

* Added delete file route

* Thumbnail creation with imagemagick

* Added unauthorized event

* Rebase to a new branch

* Revert Time.vue

* Enable friendly errors plugin
2018-09-29 12:47:43 +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
f92e1c28e4 Remove console statement 2018-07-18 00:41:21 +05:30
Faris Ansari
3047abfe51 added frappe.login
- login working
2018-04-30 19:57:41 +05:30
Suraj Shetty
e062ed2ee9 Init Auth
- Add simple token based auth
2018-04-29 16:27:42 +05:30
Faris Ansari
e46963d8c1 Add groupBy in getAll 2018-04-29 14:37:04 +05:30
Faris Ansari
ddfd9a7e11 log errors 2018-04-26 15:49:53 +05:30
Faris Ansari
8144761004 order_by => orderBy 2018-04-26 15:49:43 +05:30
Faris Ansari
125b3f5cb1 Fix Reportpage filter layout 2018-04-24 13:26:28 +05:30
Faris Ansari
b6562fe7f3 refactor getFilterConditions, add some utils 2018-04-19 20:01:17 +05:30
Faris Ansari
6fb782b300 Support 'in' and 'not in' in db filters 2018-04-18 12:18:20 +05:30
Faris Ansari
127ee1f6d2 Add ifnull to filterConditions 2018-04-09 00:02:06 +05:30
Faris Ansari
89736618e6 Add control Autocomplete 2018-03-30 22:27:13 +05:30
Faris Ansari
62718a55db Merge branch 'pratu16x7-dev' into electronify 2018-03-30 00:31:22 +05:30
Faris Ansari
3e5c6fec43 Add File control 2018-03-30 00:21:24 +05:30
Prateeksha Singh
01a7a31a0d query builder: imperative to declarative 😠 2018-03-29 19:58:31 +05:30
Rushabh Mehta
dd88baaf41 configurable list settings 2018-03-27 09:50:42 +05:30
Rushabh Mehta
a91489cfbc added reportpage.js 2018-03-26 17:48:07 +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
415389bca0 fix for add column, observable 2018-02-23 21:47:55 +05:30
Rushabh Mehta
7c6ddcd3e5 added indicators and throttling of events 2018-02-22 16:51:42 +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
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
Shridhar
fbbd404548 Spelling correction 2018-02-13 12:56:25 +05:30
Rushabh Mehta
d0919ddf6c
Merge pull request #27 from shridarpatil/mysql
Mysql Backend
2018-02-12 18:12: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
Shridhar
2e51a952db Extend basedatabase class in mysql backend 2018-02-08 17:03:59 +05:30
Shridhar
6bd30b1158 Checkbox map to int(1) 2018-02-08 17:03:59 +05:30
Shridhar
4f9917bda8 Mysql Mappings 2018-02-08 17:02:29 +05:30
Shridhar
101d2a4a4f Mysql backend 2018-02-08 17:02:29 +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
4af2b1394d table control 2018-02-06 22:45:17 +05:30
Rushabh Mehta
d5c03b5303 added user, role, parent-child CRUD 2018-02-01 16:39:37 +05:30
Achilles Rasquinha
03429996e7 Added await 2018-02-01 15:29:07 +05:30
Achilles Rasquinha
638ea8ef86 removed frappejs from package.json and removed data 2018-02-01 15:03:34 +05:30