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

360 Commits

Author SHA1 Message Date
Faris Ansari
15fca37c39 Provide dynamicLinkTarget from FrappeControl 2018-10-05 11:02:40 +05:30
Faris Ansari
71a23679f0 Autocomplete: Set input value on prop change 2018-10-05 11:02:18 +05:30
Faris Ansari
c20fd14c05 Handle empty response in frappe.call 2018-10-05 11:01:53 +05:30
Faris Ansari
04308fa416 Use nbsp instead of dot 2018-10-04 14:55:34 +05:30
Faris Ansari
e61c599b51 v0.0.10 2018-10-02 13:40:59 +05:30
Faris Ansari
41c18aa135 Merge branch 'master' of https://github.com/frappe/frappejs 2018-10-02 13:39:09 +05:30
Faris Ansari
937d228258 fix: Update electron to 3.0.2 2018-10-02 13:39:02 +05:30
Saqib
ff5da22501 Thumbnail creation using Sharp (#96)
* Thumbnail creation using Sharp

* Cleanup styles and path name

* fix webpack config
2018-10-02 13:33:48 +05:30
sahil28297
1827d62464 Added keyboard navigation and delete checked rows features in table (#97)
* Added keyboard navigation and delete checked rows in invoice-table

* cleanup
2018-10-01 20:22:45 +05:30
Faris Ansari
d1d1410db7 Autocomplete dropdown max height and scroll on navigation 2018-10-01 20:10:48 +05:30
Faris Ansari
e3b097ace9 fix webpack config 2018-09-30 19:55:13 +05:30
Faris Ansari
8765c60ef3 Cleanup styles and path name 2018-09-30 19:38:44 +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
Saqib Ansari
7f3fb7713a Thumbnail creation using Sharp 2018-09-29 17:05:41 +05:30
Faris Ansari
96292f92c0 fix backends initialization 2018-09-29 12:54:03 +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
5e9428a047 Return modal id in modal.show 2018-09-28 18:42:34 +05:30
Faris Ansari
db7050512f Apply formula when doc value is empty string 2018-09-28 18:42:18 +05:30
Faris Ansari
e6d254749b Outside click directive 2018-09-28 18:40:48 +05:30
Faris Ansari
db767edb32 Replace Datatable with Vue component 2018-09-28 18:40:02 +05:30
Faris Ansari
81f48eab83 Fix keyboard navigation in Autocomplete 2018-09-27 17:15:12 +05:30
Faris Ansari
66ee79db22 fix Autocomplete in table 2018-09-26 20:37:59 +05:30
Faris Ansari
110300005e Replace awesomplete with own component
- Add Tree View
2018-09-26 19:50:35 +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
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
sahil28297
85bbd3fa0c Closing dropdown on document click (#91)
* Closing dropdown on document click

* Formatting
2018-09-20 18:13:13 +05:30
sahil28297
e5a4464167 Changes in events, payment modal and date in registers (#92)
* changes in events, payment modal and date in registers

* Remove window.datatable
2018-09-20 18:09:21 +05:30
sahil28297
231b36a51b Make datatable non-editable in Report and formula field selectable (#85)
* making the datatable fields non editable and making the field selectable that uses formula

* Revised the datatable selectable property

* Update index.vue
2018-09-20 16:23:18 +05:30
Faris Ansari
f1600c049f Merge branch 'master' of https://github.com/frappe/frappejs 2018-09-14 23:16:35 +05:30
Faris Ansari
2950a368c0 test(REST): Initialize models before testing 2018-09-14 23:16:30 +05:30
Faris Ansari
dc7f7be447
Update documentation for new app (#86) 2018-09-11 23:45:18 +05:30
sahil28297
0a354fa5c1 Displaying Links in correct sorted order (#84) 2018-09-07 15:38:15 +05:30
Faris Ansari
06c06a81cb [fix] Use frappe.call to get report data on ReportPage 2018-09-06 14:04:45 +05:30
sahil28297
4c0e85aaec Show items on Link focus (#83) 2018-09-06 13:48:58 +05:30
Aakanksha Jain
6ada1a8648 Fix typo: SystemSettings (#65)
Was going through docs, there is a typo on line 33.
2018-08-18 21:28:00 +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
1aabf7ef40 tests: increase mocha timeout to let server start 2018-08-18 21:12:55 +05:30
Faris Ansari
666c4969aa Manually register staticPath in express 2018-08-10 17:41:48 +05:30
Faris Ansari
f57f4267c8 v0.0.9 2018-07-29 17:09:15 +05:30
Faris Ansari
ddd9a786d2 Frappe CLI for development
- frappe start command
  - starts frappejs server
  - sets up webpack middleware to bundle files
- introduce frappe.conf.js for configuration
2018-07-29 16:51:03 +05:30
Faris Ansari
cf00d26c91 Update bootstrap and add feather-icons 2018-07-18 14:50:52 +05:30
Faris Ansari
44f495047d Add vue dependencies 2018-07-18 14:46:21 +05:30
Faris Ansari
24b55da0e4 Fix failing tests 2018-07-18 00:59:18 +05:30
Faris Ansari
f92e1c28e4 Remove console statement 2018-07-18 00:41:21 +05:30
Faris Ansari
5733caccd6 Remove unused packages 2018-07-18 00:13:51 +05:30
Faris Ansari
19e11d45fc
Merge pull request #73 from frappe/print-component
Print View
2018-07-16 19:44:06 +05:30
Prateeksha Singh
1e70c56d1c [PDF] remove electron specific PDF code 2018-07-16 19:42:00 +05:30
Faris Ansari
15233a9273 FollowLink as input group 2018-07-16 17:33:59 +05:30
Faris Ansari
f5cdbfa620 Minor UI Fixes
- Remove top border from Navbar
- Link dropdown in Child Table
- Form Modal
2018-07-16 16:50:24 +05:30