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

93 Commits

Author SHA1 Message Date
thefalconx33
79b99055e0 - Custom doc for Report Filters
- frappe.showModal
- Custom textarea rows
2019-07-30 17:24:27 +05:30
thefalconx33
eddcaa084c ReportLinks matches PageHeader in ReportView 2019-07-22 15:27:42 +05:30
thefalconx33
6621a2c7af - Dynamic doctype hidden prop
- Table UI Fix: Column expands when active.
2019-07-19 18:52:32 +05:30
thefalconx33
fd6eeac8cd Date Component with default flatpickr config 2019-07-18 16:11:15 +05:30
thefalconx33
e1266c4f69 Report Actions 2019-07-17 19:26:44 +05:30
thefalconx33
5eae951c92 New Item defaults are set according to filters 2019-07-16 18:25:16 +05:30
thefalconx33
31129a04c2 Pass current doc to filters for dynamic filtering 2019-07-16 18:10:47 +05:30
Prssanna Desai
4f8c546a62 Add title field to Link.vue 2019-02-27 12:48:30 +05:30
Faris Ansari
3e6b741556 Use isNew() instead of _notInserted 2018-11-10 00:37:14 +05:30
Faris Ansari
48a3db7354 Default onClose value should be noop function 2018-10-26 02:28:24 +05:30
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
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
058011ebe9 Get filters from docfield in Link 2018-10-23 02:20:50 +05:30
Faris Ansari
bd4c581462 Pass doc in ReportFilters 2018-10-22 23:33:22 +05:30
Faris Ansari
b99519d86b Configurable destination for Electron PDF 2018-10-22 23:26:42 +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
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
04308fa416 Use nbsp instead of dot 2018-10-04 14:55:34 +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
5e9428a047 Return modal id in modal.show 2018-09-28 18:42:34 +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
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
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
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
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
Prateeksha Singh
5704a2f170 [print] generate PDF via hidden window 2018-07-16 08:49:02 +05:30
Prateeksha Singh
122c0242ad [pdf] init electron flow 2018-07-16 08:49:02 +05:30
Prateeksha Singh
0d4cdb5a74 [init] dropdown 2018-07-16 08:49:02 +05:30