예제 #1
0
파일: contact.py 프로젝트: hokhyk/koalixcrm
 def __str__(self):
     return xstr(self.pre_name) + ' ' + xstr(self.name) + ' ' + xstr(
         self.address_line_1)
예제 #2
0
 def __str__(self):
     return xstr(self.prename) + ' ' + xstr(self.name) + ' ' + xstr(
         self.addressline1)
예제 #3
0
파일: contact.py 프로젝트: hokhyk/koalixcrm
 def __str__(self):
     return xstr(self.description) + ' ' + xstr(self.date_due)
예제 #4
0
파일: models.py 프로젝트: sc4you/koalixcrm
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.user.__str__())
예제 #5
0
파일: models.py 프로젝트: sc4you/koalixcrm
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.title.__str__())
예제 #6
0
파일: models.py 프로젝트: sc4you/koalixcrm
 def __str__(self):
     return xstr(self.phone)
예제 #7
0
파일: models.py 프로젝트: sc4you/koalixcrm
 def __str__(self):
     return xstr(self.email)
예제 #8
0
파일: contact.py 프로젝트: Hacont/koalixcrm
 def __str__(self):
     return xstr(self.prename) + ' ' + xstr(self.name) + ' ' + xstr(self.addressline1)
예제 #9
0
파일: models.py 프로젝트: sc4you/koalixcrm
 def __str__(self):
     return xstr(self.name) + ' ' + xstr(self.prename)
예제 #10
0
파일: models.py 프로젝트: Hacont/koalixcrm
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.title.__str__())
예제 #11
0
파일: models.py 프로젝트: Hacont/koalixcrm
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.user.__str__())
예제 #12
0
파일: models.py 프로젝트: Hacont/koalixcrm
 def __str__(self):
     return xstr(self.email)
예제 #13
0
파일: models.py 프로젝트: Hacont/koalixcrm
 def __str__(self):
     return xstr(self.phone)
예제 #14
0
파일: models.py 프로젝트: Hacont/koalixcrm
 def __str__(self):
     return xstr(self.name) + ' ' + xstr(self.prename)