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

334 Commits

Author SHA1 Message Date
Faris Ansari
e8c2e5cca6 Make reportColumns a method 2018-10-26 02:28:08 +05:30
Faris Ansari
9fd9452d27 Show Print only if doc is submitted and has printFormat 2018-10-25 00:06:27 +05:30
Faris Ansari
cb731ba45f Load printwindow in background 2018-10-24 23:42:40 +05:30
Faris Ansari
c8b05140e9 Use electron to generate pdf 2018-10-24 23:22:02 +05:30
Faris Ansari
c5beae4353 Add cross-env 2018-10-24 00:09:09 +05:30
Faris Ansari
029bea1cfe Table styles 2018-10-23 23:42:05 +05:30
Faris Ansari
1a2e70f5b0 fix style for tree node 2018-10-23 22:54:21 +05:30
Faris Ansari
8ee664e81e Report filters 4 column 2018-10-23 09:47:30 +05:30
Faris Ansari
2884c157ec Emit updateDoc event from FormLayout 2018-10-23 09:46:50 +05:30
Faris Ansari
610d592310 minor 2018-10-23 02:21:34 +05:30
Faris Ansari
9fdc94bd93 Link bootstrap css in puppeteer for generating pdf 2018-10-23 02:21:19 +05:30
Faris Ansari
058011ebe9 Get filters from docfield in Link 2018-10-23 02:20:50 +05:30
Faris Ansari
b380812c57 Dont convert md to html in fieldtype Text 2018-10-23 02:20:35 +05:30
Faris Ansari
bd4c581462 Pass doc in ReportFilters 2018-10-22 23:33:22 +05:30
Faris Ansari
631cb61c31 Formula fix for electron 2018-10-22 23:33:10 +05:30
Faris Ansari
b99519d86b Configurable destination for Electron PDF 2018-10-22 23:26:42 +05:30
Faris Ansari
3cd937d08f Add env ELECTRON in config 2018-10-22 23:25:59 +05:30
Faris Ansari
40bc76b713 Filter out falsy plugins 2018-10-21 18:02:40 +05:30
Faris Ansari
82f769dcfe Separate config for electron main 2018-10-21 14:36:53 +05:30
Faris Ansari
af5c34c6fd Modify config for production build, add build command 2018-10-21 13:25:55 +05:30
Faris Ansari
85f9a5ff02 Lock electron version to 2.0.12 and upgrade sqlite3 2018-10-20 23:30:22 +05:30
Faris Ansari
8a2f1613b5 Update webpack config for electron 2018-10-20 18:00:58 +05:30
Faris Ansari
32209ed661 Feather icon styling 2018-10-15 17:38:07 +05:30
Faris Ansari
e436f0c20e Scoped styles in Table.vue 2018-10-15 17:37:54 +05:30
sahil28297
2614ff8230 Removed Redundant files from client folder (#99)
* Removed redundant files from client folder

* removed console statement
2018-10-10 15:24:33 +05:30
sahil28297
0a43015249 Handling default behaviour of tab and shift-tab (#98) 2018-10-07 13:04:34 +05:30
Faris Ansari
b1190eb060 Table: fix enterPressOnCell 2018-10-05 11:02:52 +05:30
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
c23e8af2eb fix(http): parse json only if 200, else throw
- also trigger ajax events
2018-09-30 18:44:40 +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