|
|
|
@ -22,8 +22,8 @@ class Status(models.TextChoices): |
|
|
|
CUSTOMER = 'CUSTOMER', 'Customer' |
|
|
|
CUSTOMER = 'CUSTOMER', 'Customer' |
|
|
|
LOST = 'LOST', 'Lost customer' |
|
|
|
LOST = 'LOST', 'Lost customer' |
|
|
|
DECLINED = 'DECLINED', 'Declined' |
|
|
|
DECLINED = 'DECLINED', 'Declined' |
|
|
|
DECLINED_UNRELATED = 'DECLINED_UNRELATED', 'Declined without significance' |
|
|
|
# DECLINED_UNRELATED = 'DECLINED_UNRELATED', 'Declined without significance' |
|
|
|
# NOT_CONCERNED = 'NOT_CONCERNED', 'Not concerned' |
|
|
|
NOT_CONCERNED = 'NOT_CONCERNED', 'Not concerned' |
|
|
|
SHOULD_BUY = 'SHOULD_BUY', 'Should buy' |
|
|
|
SHOULD_BUY = 'SHOULD_BUY', 'Should buy' |
|
|
|
|
|
|
|
|
|
|
|
class DeclinationReason(models.TextChoices): |
|
|
|
class DeclinationReason(models.TextChoices): |
|
|
|
|