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

77 Commits

Author SHA1 Message Date
Faris Ansari
d19182b583 fix: Singles
- Initialize defaults for SIngles
- Cast values when loading a Single document
2019-12-18 23:52:47 +05:30
Faris Ansari
fef4f96e78 fix: frappe.db.getCachedValue
- CacheManager
- Use db.getCachedValue in doc.getFrom
2019-12-18 23:51:45 +05:30
Faris Ansari
d1bbda829a fix: Foreign key creation 2019-12-12 20:23:24 +05:30
Faris Ansari
4d616c075f fix: Database
- Fix frappe.db.get for non existent record with children
- triggerChange in frappe.db.rename
- Handle null value in getAll filters
2019-12-11 17:57:25 +05:30
Faris Ansari
bdd470fd93 feat: Refactor database to use knex 2019-12-10 01:28:18 +05:30
Faris Ansari
26e51d4edf fix: Use sql method in getAll 2019-11-22 00:51:56 +05:30
Faris Ansari
72b64e818e feat: Throw better errors 2019-11-20 15:08:32 +05:30
Faris Ansari
b769cd0b4a fix: Add name in errors 2019-11-15 13:14:45 +05:30
Faris Ansari
26f0a720e2 fix: Autocomplete -> AutoComplete 2019-10-26 20:16:34 +05:30
Faris Ansari
0b015f4d90 fix: Handle undefined filters 2019-10-19 20:03:23 +05:30
Faris Ansari
6c6a49f89a fix: Base doctype in column definition 2019-10-19 20:03:08 +05:30
Faris Ansari
bf4b6c6f6b fix: String default value must be in quotes 2019-10-19 20:00:31 +05:30
Faris Ansari
216e70a132 feat: Create DocTypes based on another DocType 2019-10-08 13:10:52 +05:30
Faris Ansari
700ee9c55c feat: Rename methods 2019-10-06 03:16:14 +05:30
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