2
0
mirror of https://github.com/frappe/books.git synced 2024-09-21 03:39:02 +00:00
Commit Graph

2281 Commits

Author SHA1 Message Date
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
e170ab5655 Sidebar Title
- set as companyName
- open DatabaseSelector on click
2018-07-15 17:11:27 +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
4b86558527 Remove bootstrap import 2018-07-15 12:30:57 +05:30
Faris Ansari
3da057f091 Dropdown show/hide using Vue, styling 2018-07-15 12:30:47 +05:30
Faris Ansari
4a242426c3
Merge pull request #75 from surajshetty3416/master
[Feature] Form links and Report onload filtes
2018-07-14 23:31:10 +05:30
Suraj Shetty
1beb4b10a8 Add margin-left to dropdown button 2018-07-14 23:22:34 +05:30
Faris Ansari
13d3d62cba Add readFile method in server utils 2018-07-14 22:01:14 +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
b1725d4e42 Merge branch 'master' of https://github.com/frappe/frappejs 2018-07-14 21:43:33 +05:30
Faris Ansari
d8d1eb69a2 Rename number_format => numberFormat 2018-07-14 21:42:34 +05:30
Faris Ansari
9bd1fa77a8 Initialize docs in init 2018-07-14 21:42:22 +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
Suraj Shetty
bb39c74a7a Add .prettierrc config to avoid auto formatting with double quotes 2018-07-14 20:10:57 +05:30
Suraj Shetty
2fb6ad3da6 Import bootstrap module 2018-07-14 20:09:38 +05:30
Suraj Shetty
815f4d5883 Merge branch 'master' of https://github.com/frappe/frappejs 2018-07-14 20:06:17 +05:30
Suraj Shetty
904baba237 Merge branch 'move-to-vue' of https://github.com/frappe/accounting into move-to-vue 2018-07-14 20:01:22 +05:30
Suraj Shetty
ced90dc19a Pass filters to report through query parameters 2018-07-14 20:00:42 +05:30
Suraj Shetty
5df04af570 Fix date filter in general ledger 2018-07-14 19:58:41 +05:30
Suraj Shetty
52f8beffdc Update link in invoice.js
- Replace frappe.desk.showFormModal with new $formModal
2018-07-14 19:58:08 +05:30
Suraj Shetty
4bc97c0d20 Make formatting fixes 2018-07-14 19:56:18 +05:30
Suraj Shetty
2f92899f09 Update general ledger link in Util 2018-07-14 19:53:16 +05:30
Suraj Shetty
696b2d60c7 Add .prettierrc config to disable auto double quote fomatting 2018-07-14 19:52:33 +05:30
Faris Ansari
e9d2f5c2c2 Initialize docs in frappe.init 2018-07-14 18:45:21 +05:30
Faris Ansari
c8fb834e51 Add directory option to File control 2018-07-14 17:09:42 +05:30
Faris Ansari
cda0bbffc7 Use frappeVue plugin instead of manual initialization 2018-07-14 13:02:01 +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
0bf4e68339 [sass] support imports that start with ~ 2018-07-14 12:36:46 +05:30
Suraj Shetty
00b93cac73 Make account field in item as 'required' 2018-07-13 13:57:53 +05:30
Suraj Shetty
b8546c3d69 Remove unwanted prop 2018-07-13 09:24:22 +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
1d22688416
Merge pull request #69 from Freelancer-98/master
Add Time Field
2018-07-12 21:18:32 +05:30