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

15 Commits

Author SHA1 Message Date
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
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
0d4cdb5a74 [init] dropdown 2018-07-16 08:49:02 +05:30
Prateeksha Singh
41d3cb79e6 [add] PrintView component 2018-07-16 08:45:54 +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
38fe97f602 Add next action links for doctype meta 2018-07-14 20:28:18 +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
edc04e7522 Form
- defaultValues prop to set initial values in a form
2018-07-09 22:05:43 +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
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
Faris Ansari
1d9b615d67 Move vue components to frappejs 2018-06-27 20:08:27 +05:30