removed code related to Badge

This commit is contained in:
nabinhait 2011-06-16 14:51:52 +05:30
parent 746d29bf92
commit b9d6fa5068
2 changed files with 0 additions and 5 deletions

View File

@ -22,9 +22,6 @@ class DocType:
self.doc = doc self.doc = doc
self.doclist = doclist self.doclist = doclist
# Notification objects
self.badge_obj = get_obj('Badge Settings','Badge Settings','','',1)
#autoname function #autoname function
def autoname(self): def autoname(self):
self.doc.name = make_autoname(self.doc.naming_series+'.#####') self.doc.name = make_autoname(self.doc.naming_series+'.#####')

View File

@ -170,8 +170,6 @@ SetupData = function(cnty){
['Web Forms',2,'Webforms','', 'Code to embed forms in yor website'], ['Web Forms',2,'Webforms','', 'Code to embed forms in yor website'],
['Permissions Manager',2,'Permission Engine','', 'Manage all permissions from one tool (beta)'], ['Permissions Manager',2,'Permission Engine','', 'Manage all permissions from one tool (beta)'],
['Property Setter',1,'Property Setter','', 'Customize properties of a Form (DocType) or Field'], ['Property Setter',1,'Property Setter','', 'Customize properties of a Form (DocType) or Field'],
//['Badge Settings',3,'Badge Settings','','Define rules for assigning badges to users'],
//['Social Badge',1,'Social Badge','id'+NEWLINE+'badge_image'+NEWLINE+'badge_description'+NEWLINE+'badge_points','Social badge master'],
['Letter Head',1,'Letter Head','','Manage different letter heads for Prints'], ['Letter Head',1,'Letter Head','','Manage different letter heads for Prints'],
['SMS Settings',3,'SMS Settings','','Integrate your personalized SMS gateway which support http web service'], ['SMS Settings',3,'SMS Settings','','Integrate your personalized SMS gateway which support http web service'],
['SMS Center',3,'SMS Center','','Send mass sms to your leads, contacts and partners'] ['SMS Center',3,'SMS Center','','Send mass sms to your leads, contacts and partners']