Commit graph

1224 commits

Author SHA1 Message Date
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
fd402d03de do not allow import of more than 100 supplier/customer at a time 2012-06-21 18:40:50 +05:30
Anand Doshi
5c0dd674e9 fix in email send error 2012-06-21 11:30:32 +05:30
Anand Doshi
431dc688bb fix in file_list issue due to import data 2012-06-20 13:46:40 +05:30
Anand Doshi
eadc5e6a91 encode email footer using utf-8 2012-06-20 13:11:00 +05:30
Anand Doshi
6879f68ed1 encode email footer using utf-8 2012-06-20 12:40:17 +05:30
Anand Doshi
49322a3cee encode email footer using utf-8 2012-06-20 12:34:34 +05:30
Anand Doshi
6151eff8cb add parent column in filter list 2012-06-19 17:52:32 +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
3be70dd0a6 Merge pull request #68 from MiteshC/master
Change in DocType.py - While changing idx of docfields, check if the field belongs to that doctype
2012-06-18 04:52:40 -07:00
Anand Doshi
21d7a7f293 removed check of is apache user 2012-06-18 16:15:29 +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
Mitesh
ddb6a943de updating the idx of field within its parent doctype 2012-06-18 13:14:21 +05:30
Anand Doshi
99250bb270 DocType: Import From File - deprecated 2012-06-18 11:57:30 +05:30
Anand Doshi
27c4a0a318 Merge branch 'master' of github.com:webnotes/wnframework 2012-06-18 11:52:49 +05:30
Anand Doshi
bb83a680f8 make amendable and file list function shifted to on update part of doctype.py 2012-06-18 11:52:05 +05:30
Nabin Hait
bdd6ab7c9b reload_doc depricated for doctype 2012-06-18 11:50:56 +05:30
Anand Doshi
614d8206b8 fix in receive 2012-06-14 14:54:15 +05:30
Anand Doshi
7216ddb9a4 Delete email messages from pop list if the message count is greater than
100, so that when there are more than 100 messages which are not fetched
before, it will not get received. This prevents issues when the support
ticket system is activated for the first time. At that time only top 100
messages will be fetched into the system, and others will be deleted
from the pop list. Need to mark "Keep copy in inbox" in the email server
settings of the concerned user.
2012-06-14 12:29:40 +05:30
Rushabh Mehta
a7c282f810 update to appframe - appframe is now heading 2012-06-14 11:03:40 +05:30
Rushabh Mehta
ae5688f559 Merge branch 'master' of github.com:webnotes/wnframework 2012-06-14 09:54:36 +05:30
Rushabh Mehta
95efb5644f sync: don't reload pages if not modified 2012-06-14 09:53:57 +05:30
Anand Doshi
5a74c82c85 added permission for reports manager 2012-06-13 19:36:44 +05:30
Anand Doshi
182323654d list of search criteria and reports 2012-06-13 19:04:17 +05:30
Anand Doshi
13a00291b8 1. Listviews for Report and Search Criteria
2. Added read permission for Role All in DocType Report
3. Fixed a bug in doclistview.py
2012-06-13 18:03:27 +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
Anand Doshi
436b865e9a removed tag fields in customize form 2012-06-12 12:13:31 +05:30
Anand Doshi
2c331d2560 fix in pull 2012-06-12 10:59:35 +05:30
Nabin Hait
e741aa829a sql result as utf-8 2012-06-11 17:44:13 +05:30
Nabin Hait
48570f4b8a sql result as utf8 2012-06-11 17:22:48 +05:30
Rushabh Mehta
d622f7edcd Merge branch 'master' of github.com:webnotes/wnframework 2012-06-11 10:48:41 +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
8dea473c69 fix in custom fields' get query function 2012-06-08 18:31:55 +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
2d300df290 fix in profile rename tool 2012-06-07 17:23:13 +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
94c336cc58 added update feature in wnf.py 2012-06-06 13:20:17 +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
Anand Doshi
8ada5cb2e8 auto complete works in login page 2012-06-05 16:01:09 +05:30
Anand Doshi
1ec77502b0 fix in syntax error in doctype mapper 2012-06-05 13:37:56 +05:30
Anand Doshi
5bfa8690d9 fix in sql syntax 2012-06-05 13:14:35 +05:30
Anand Doshi
78e5ed1b44 fix in doctype mapper where doctype.get function is used 2012-06-05 12:04:55 +05:30
Anand Doshi
1f24e7059e Merge branch 'master' of github.com:webnotes/wnframework 2012-06-05 09:21:10 +05:30
Anand Doshi
221ab4273b cms page creation moved to a function 2012-06-05 09:20:41 +05:30
Rushabh Mehta
2870a97720 gantt chart fixes 2012-06-04 13:21:40 +05:30