Commit graph

423 commits

Author SHA1 Message Date
Anand Doshi
89901c047b validate link only if value is non empty 2012-07-31 19:37:35 +05:30
Nabin Hait
1b12d5ec68 fixes in new report: same fieldname in multiple table 2012-07-24 11:51:00 +05:30
Nabin Hait
b8417ef1d6 fixes in new report: same fieldname in multiple table 2012-07-23 15:03:51 +05:30
Nabin Hait
1c1de6d641 dont display description on old report 2012-07-23 11:54:10 +05:30
Anand Doshi
e2e0fd9316 do not allow opening doctype when listview is open 2012-07-18 20:10:48 +05:30
Anand Doshi
a0f7317b5c fix in doclistview group by logic 2012-07-18 15:43:48 +05:30
Anand Doshi
258943e5cd minor fix in back function call 2012-07-17 13:06:09 +05:30
Anand Doshi
06593f397d show assign to only after save 2012-07-16 12:17:30 +05:30
Anand Doshi
13baefe699 functions for rendering bar graph and icons 2012-07-13 16:46:39 +05:30
Anand Doshi
f82d50c8ab Merge branch 'master' of github.com:webnotes/wnframework into cms2 2012-07-11 14:27:34 +05:30
Anand Doshi
730c64abc4 on amend, retain the existing attachments 2012-07-09 10:19:00 +05:30
Nabin Hait
2d10b6a85f delete row issue in grid fixed 2012-07-05 14:45:29 +05:30
Rushabh Mehta
c79f31c5bc changed timeout to 1000ms in linkfied change event 2012-07-04 10:46:17 +02:00
Anand Doshi
b8e4d337d5 Merge branch 'master' of github.com:webnotes/wnframework into cms2 2012-07-03 15:51:28 +05:30
Anand Doshi
591456df4f change in delete button logic of sidebar 2012-06-29 16:38:35 +05:30
Anand Doshi
bf52d17ca9 shifted 'when' date manipulation into a seperate method, fixes in new doc logic of doclistview 2012-06-28 12:58:30 +05:30
Anand Doshi
a978515cff fix in web page routing 2012-06-27 12:06:30 +05:30
Anand Doshi
73e6b49f69 Merge branch 'master' into dev 2012-06-25 20:07:05 +05:30
Anand Doshi
1ce3305a7e clear locals and then sync locals when whole doclist is passed 2012-06-25 20:05:19 +05:30
Nabin Hait
c7a7413cc6 run the report only if route changes 2012-06-25 13:18:42 +05:30
Anand Doshi
68b56a8d1f Fixes in listing.js in usage of query
Allow field type "Long Text", with db definition as longtext
2012-06-22 19:58:58 +05:30
Nabin Hait
e73bedb256 Merge branch 'master' of github.com:webnotes/wnframework 2012-06-22 12:16:51 +05:30
Nabin Hait
1a079ca19c Error fixed in new report: sort by child table column 2012-06-22 12:16:03 +05:30
Anand Doshi
fb74ea94ab Merge branch 'master' into dev 2012-06-22 12:14:48 +05:30
Anand Doshi
d51774bee9 fix in dialog: if an in_dialog doctype is called using url, it will open in form with header and sidebar 2012-06-22 12:12:14 +05:30
Anand Doshi
d2d310060d Merge branch 'master' into cms2
Conflicts:
	py/webnotes/__init__.py
2012-06-21 11:50:54 +05:30
Anand Doshi
379c4c86cd Merge branch 'master' into dev 2012-06-21 11:20:13 +05:30
Anand Doshi
431dc688bb fix in file_list issue due to import data 2012-06-20 13:46:40 +05:30
Anand Doshi
6151eff8cb add parent column in filter list 2012-06-19 17:52:32 +05:30
Anand Doshi
a15c3bb4a3 fixed: link field validate data on defocus, if autosuggest or search not used 2012-06-19 13:18:02 +05:30
Nabin Hait
11826ee987 reset to prev version 2012-06-19 10:30:21 +05:30
Anand Doshi
0bef23f8aa on cur_frm.clear_custom_buttons call refresh_toolbar of form header 2012-06-18 18:05:00 +05:30
Anand Doshi
8f9fe74f67 SetTimeout hack - in link fields if data is typed and not selected from autocomplete, run validations and triggers 2012-06-18 15:05:15 +05:30
Rushabh Mehta
c38d600dcb cms now powered by jinja2 2012-06-15 14:00:44 +05:30
Rushabh Mehta
a7c282f810 update to appframe - appframe is now heading 2012-06-14 11:03:40 +05:30
Anand Doshi
827c2eaa41 auto populate To email field in email_doc if the current form has a value in the field contact_email 2012-06-13 12:53:00 +05:30
Anand Doshi
a9d8547e66 removed error console 2012-06-12 16:44:31 +05:30
Anand Doshi
ff9f833c18 fix in back button after save/submit 2012-06-12 15:45:52 +05:30
Rushabh Mehta
50bc443e63 not in search, should be allowed in reports and loading place holder for reports 2012-06-11 10:39:00 +05:30
Anand Doshi
b04db7cb22 Fix: Standard Print Format Heading to also consider value in 'Select
Print Heading' field.
modified build_head method, inner method of
print_std method to consider three possibilities as print heading
1. value in cur_frm.pformat
2. value in select print heading
3. doctype / doctype label
2012-06-08 12:37:55 +05:30
Anand Doshi
8fcc655b44 allow 0 as value in data/int field 2012-06-07 14:39:58 +05:30
Rushabh Mehta
bc62349441 communication is now created when email is sent 2012-06-07 11:30:15 +05:30
Anand Doshi
30218fbec2 fix in doclistview's order 2012-06-05 20:10:41 +05:30
Anand Doshi
ed3ef5a175 Merge branch 'master' of github.com:webnotes/wnframework into comm_log 2012-06-05 18:29:24 +05:30
Rushabh Mehta
2870a97720 gantt chart fixes 2012-06-04 13:21:40 +05:30
Anand Doshi
0631708cd0 fix in get_base_url of dom.js 2012-06-04 13:06:31 +05:30
Anand Doshi
4872c65beb fixes in communication doctype 2012-05-31 18:23:21 +05:30
Anand Doshi
a8ce3129b9 changes in doclistview 2012-05-31 15:15:26 +05:30
Anand Doshi
76861b834f new doctype: communication 2012-05-31 14:54:00 +05:30
Rushabh Mehta
cb2e0d7d39 doclistview: sidebar refresh bugfix 2012-05-29 14:06:05 +05:30