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

103 Commits

Author SHA1 Message Date
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
Prateeksha Singh
f4d75f056c [print-view] fix button layout 2018-07-16 08:46:43 +05:30
Prateeksha Singh
c7e9d3b545 [print] print actions and layout 2018-07-16 08:45:54 +05:30
Prateeksha Singh
41d3cb79e6 [add] PrintView component 2018-07-16 08:45:54 +05:30
Faris Ansari
dc08d8bbbc Sidebar
- Truncate Nav TItle for long text
2018-07-15 19:59:52 +05:30
Faris Ansari
ffdce49f89 File button placeholder text 2018-07-15 19:20:24 +05:30
Faris Ansari
26380ac3f6 Sidebar
- dropdown items on title click
2018-07-15 19:20:10 +05:30
Faris Ansari
d59fd52ffd Configurable sidebar title and click 2018-07-15 17:10:42 +05:30
Faris Ansari
9d3726cf5c File
- now takes an array of accepted file types
2018-07-15 17:10:19 +05:30
Faris Ansari
3a2ca34ac0 Modal
- pass arguments in an object
- add primaryAction prop
2018-07-15 17:09:40 +05:30
Faris Ansari
46a44976ef Set type in File button to avoid form submit 2018-07-15 12:51:04 +05:30
Faris Ansari
3da057f091 Dropdown show/hide using Vue, styling 2018-07-15 12:30:47 +05:30
Suraj Shetty
1beb4b10a8 Add margin-left to dropdown button 2018-07-14 23:22:34 +05:30
Suraj Shetty
b6efe390fa Set random ID(generated by vue component) to dropdown button 2018-07-14 22:01:08 +05:30
Suraj Shetty
85cd531fc1 Format Dropdown component 2018-07-14 20:31:44 +05:30
Suraj Shetty
38fe97f602 Add next action links for doctype meta 2018-07-14 20:28:18 +05:30
Suraj Shetty
a69b73e47c Code to handle onloadFilters for reports 2018-07-14 20:27:31 +05:30
Suraj Shetty
bd9521cec4 Add default margin right to button component 2018-07-14 20:22:43 +05:30
Suraj Shetty
9d04077014 Add dropdown component 2018-07-14 20:11:31 +05:30
Faris Ansari
c8fb834e51 Add directory option to File control 2018-07-14 17:09:42 +05:30
Faris Ansari
46e3fa9193 Move frappe component initialization into a plugin 2018-07-14 13:01:37 +05:30
Faris Ansari
9d159d45d2 Use ~ to import css files from node_modules 2018-07-14 12:47:28 +05:30
Faris Ansari
e6df101474 Remove redundant prop showSearch in Navbar 2018-07-14 12:47:05 +05:30
Faris Ansari
dc602d3424 Commonify Date and Time component into BaseDate component 2018-07-14 12:46:40 +05:30
Faris Ansari
ea71a8da1e
Merge pull request #72 from surajshetty3416/master
List Search
2018-07-12 22:02:05 +05:30
Suraj Shetty
5d60955856 Refactor code 2018-07-12 21:57:23 +05:30
Faris Ansari
fff4c07e5b
Simplify template 2018-07-12 21:17:59 +05:30
Faris Ansari
d102d14448
Merge branch 'master' into master 2018-07-12 21:15:43 +05:30
Suraj Shetty
8bff2e42fb Filter list based on search value 2018-07-12 21:07:28 +05:30
Suraj Shetty
561a43cf73 Show search only if a route has list 2018-07-12 21:07:28 +05:30
Faris Ansari
8c9eb126a4 Add disabled attribute to fields 2018-07-12 16:59:10 +05:30
Faris Ansari
ea441c240b Form
- Add Submit Buttons
- Disable inputs in submitted form
- Simplify FormLayout template
2018-07-12 13:17:56 +05:30
Faris Ansari
8f2c48c3df Modal
- Simplify modal plugin
- Support multiple stacked modals in a modal container
- Add formModal plugin
2018-07-10 19:05:43 +05:30
Faris Ansari
4fe78a2878 Follow Link button in Link field 2018-07-09 22:06:02 +05:30
Faris Ansari
edc04e7522 Form
- defaultValues prop to set initial values in a form
2018-07-09 22:05:43 +05:30
Faris Ansari
5375f21d30 Indicators
- Replace hardcoded color values with constants
- Add remaining color styles in Indicator component
- Show Indicator in List View
2018-07-09 20:25:24 +05:30
Faris Ansari
c8422eca39 Form
- Dont render hidden fields
- Render Fields with Custom Template
- Disabled fields
2018-07-09 18:30:57 +05:30
Faris Ansari
180845aa0c Child Table
- Remove rows button
- Update frappe-datatable to 1.1.1
2018-07-09 18:29:51 +05:30
Faris Ansari
42320a39bf Link Modal
- Reset modal state when it is hidden
- Reset link value if new doc was not created
- Set link value if new doc was created
2018-07-09 15:48:09 +05:30
Faris Ansari
a8416dc4fe Form
For a new form, if there is an editable name field, then it should
be set to blank from auto-generated name
2018-07-09 15:16:36 +05:30
Suraj Shetty
a7ed751d48 Fix init issues 2018-07-06 14:18:26 +05:30
neel
58dc8bb94d Time field added 2018-07-04 22:22:18 +05:30
Faris Ansari
c53a05ee52 [fix] import paths in ModelTable and Date component 2018-07-02 13:02:41 +05:30
Faris Ansari
1d9b615d67 Move vue components to frappejs 2018-06-27 20:08:27 +05:30