Commit graph

537 commits

Author SHA1 Message Date
Nabin Hait
baea1f6d41 minor fix 2016-03-16 14:54:26 +05:30
Nabin Hait
737d81e45d Merge branch 'dynamic-links' of https://github.com/rmehta/frappe into rmehta-dynamic-links 2016-03-16 14:42:38 +05:30
Rushabh Mehta
eb399f74bd [enhancement] desktop icons, completed modules setup and test cases 2016-03-16 11:17:29 +05:30
Rushabh Mehta
78e4e0e14b [fix] [test] reset dynamic links 2016-03-10 15:46:25 +05:30
Anand Doshi
e2ee48150e [fix] check field values should be either 0 or 1 2016-03-10 15:30:16 +05:30
Rushabh Mehta
ebbcd4593e [refactor] [optimize] dynamic links on deletion 2016-03-10 15:14:44 +05:30
Anand Doshi
ab72ac7a5b [fix] [hot] use parent perms if table in doc.get_permlevel_access 2016-03-10 13:16:07 +05:30
Anand Doshi
e9bd127c9a [fix] like for a single doctype
Fixes #1607
2016-03-09 13:24:26 +05:30
Anand Doshi
4874510d7b [fix] sort fields - set idx in Custom Field for faster sorting during load 2016-03-09 13:00:36 +05:30
Anand Doshi
a0b1cac988 [fix] on delete doc, delete comments and orphan communications 2016-03-09 12:14:14 +05:30
Rushabh Mehta
022f1dd385 [redesign] do not allow re organizing fields via customize form 2016-03-08 10:43:46 +05:30
Rushabh Mehta
db128e6c3a [minor] add translated get_formatted 2016-03-03 10:44:30 +05:30
Rushabh Mehta
4113888e60 [fix] [tests] 2016-03-02 16:24:23 +05:30
Rushabh Mehta
d0c2e57e1f [translation] moved Translation DocType from erpnext 2016-03-02 14:50:11 +05:30
Anand Doshi
acc5c7ef09 [fix] apply xss filter only if docstatus is draft or submit with update after submit enabled for the field 2016-03-01 17:14:31 +05:30
Nabin Hait
7b9eb7444e Merge pull request #1578 from sbkolate/develop
Enable Custom Fields in Naming Series # 3019 of ERPNext Issue
2016-02-24 12:54:48 +05:30
Anand Doshi
353e8a9d1f [fix] Sanitize form_dict and doc values to prevent XSS 2016-02-23 12:11:28 +05:30
sbkolate
2a5dbd7185 updated make_autoname() for adding Custom Fields in Naming Series 2016-02-19 13:04:05 +05:30
Anand Doshi
cedf84cbc7 [fix] print hide fields with higher perm levels - Fixes frappe/erpnext#4833 2016-02-18 19:18:15 +05:30
sbkolate
251f43ff87 Enable Custom Fields in Naming Series # 3019 of ERPNext Issue 2016-02-18 15:52:58 +05:30
Anand Doshi
f49d913d78 [hotfix] update timeline doc 2016-02-18 08:04:07 +05:30
Anand Doshi
1e8f032b14 [fix] rename doc: case insensitive matching for exists new 2016-02-17 16:15:34 +05:30
Anand Doshi
85546d7359 [fix] always set timeline doc on update 2016-02-16 12:27:53 +05:30
Anand Doshi
5faecb2bc1 [fix] add _comments column after request 2016-02-11 23:06:56 +05:30
Rushabh Mehta
385adb3ae2 [minor] added meta.get_custom_fields() 2016-02-11 12:38:27 +05:30
Anand Doshi
5b45450252 [fix] create optional columns during sync, use email account name if no sender full name 2016-02-08 13:14:00 +05:30
Anand Doshi
465318878e [enhancement] Merge Comment and Feed into Communication 💥 2016-02-04 17:46:53 +05:30
Anand Doshi
f957344ff1 [fix] Ignore optional fields in frappe.copy_doc 2016-01-25 17:02:20 +05:30
Nabin Hait
d429af9a7e [fix] No need of sanitization while creating new_doc 2016-01-19 16:51:20 +05:30
Rushabh Mehta
831e71db32 [fix] print hide in print format builder should take preceedence 2016-01-12 12:02:32 +05:30
Rushabh Mehta
6caf6fb6f1 [enhancement] prompt user to reload on migration 2016-01-07 15:35:17 +05:30
Anand Doshi
106e281608 [fix] don't allow import for child tables 2016-01-06 12:22:03 +05:30
Nabin Hait
8b88b18f11 minor fix 2016-01-05 11:16:02 +05:30
Anand Doshi
3241a0969f [feature] Ability to like a document, comment or communication, see notifications about it and view it on activity feed 2016-01-01 12:50:14 +05:30
Nabin Hait
5439a392f0 [fix] user defaults based on user permissions 2015-12-28 18:34:00 +05:30
Anand Doshi
6388842866 [hotfix] defaults in create_new 2015-12-25 12:38:16 +05:30
Nabin Hait
49b7457167 [fix] Get user defaults based on fieldname in special cases 2015-12-24 12:59:29 +05:30
Rushabh Mehta
b47d49311a Merge pull request #1472 from nabinhait/defaults
[fix] Get defaults based on doctype or fieldname
2015-12-24 10:45:23 +05:30
Nabin Hait
cd56b568b7 [fix] Removed logic based on previous_field property 2015-12-23 19:00:54 +05:30
Nabin Hait
e15a046438 [fix] Update proiperty setter for idx while renaming fields 2015-12-23 19:00:54 +05:30
Nabin Hait
930cd7d78e [fix] Get defaults based on doctype or fieldname 2015-12-23 16:34:43 +05:30
Anand Doshi
5572f24c5d [fix] A percentage in file name caused 404 error in case of private file while checking permissions 2015-12-21 15:44:50 +05:30
Anand Doshi
163c822ccd [fix] varchar length validation 2015-12-17 16:46:43 +05:30
Anand Doshi
e53089048f [fix] show improve this page at center, use fontawesome smile icon, fix web page naming 2015-12-15 17:22:09 +05:30
Anand Doshi
bbc66be54c [fix] update modified in db_set 2015-12-10 17:16:57 +05:30
Nabin Hait
e47beef1d8 [fix] Get field currency for child doc 2015-12-02 18:31:30 +05:30
Anand Doshi
e5a2524820 [fix] Ability to hide a field in print if its value is 0 2015-11-25 16:33:37 +05:30
Anand Doshi
5621ba30c0 [enhancement] Int, Currency, Float, Percent as not null and default to 0 2015-11-19 13:09:44 +05:30
Anand Doshi
357e61f9d5 [fix] injection 2015-11-17 18:27:29 +05:30
Rushabh Mehta
0747ceb900 Merge pull request #1397 from anandpdoshi/filter-operator
[fix] if operator is missing in filter, default it as equals. Also, validate if operator is valid.
2015-11-10 14:44:26 +05:30