class EventRegistry(CoreRegistry): version = '1.0' author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _('Manage Your Events Calendar and Event Registrations') icon = '%simages/icons/events-color-64x64.png' % settings.STATIC_URL # events event_logs = { 'event':{ 'base':('170000','FF6600'), 'add':('171000','FF6600'), 'edit':('172000','FFCC66'), 'delete':('173000','FF9900'), 'search':('174000','FF9933'), 'view':('175000','FF9966'), }, 'event_type':{ 'base':('270000','FFCC99'), 'add':('271000','FFCC99'), 'edit':('272000','FFCC99'), 'delete':('273000','FFCC99'), 'search':('274000','FFCC99'), 'view':('275000','FFCC99'), } } url = { 'add': lazy_reverse('event.add'), 'search': lazy_reverse('event.search'), 'list': lazy_reverse('events'), }
class EventRegistry(CoreRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _('Manage Your Events Calendar and Event Registrations') icon = static('images/icons/events-color-64x64.png') # events event_logs = { 'event': { 'base': ('170000', 'FF6600'), 'add': ('171000', 'FF6600'), 'edit': ('172000', 'FFCC66'), 'delete': ('173000', 'FF9900'), 'search': ('174000', 'FF9933'), 'view': ('175000', 'FF9966'), }, 'event_type': { 'base': ('270000', 'FFCC99'), 'add': ('271000', 'FFCC99'), 'edit': ('272000', 'FFCC99'), 'delete': ('273000', 'FFCC99'), 'search': ('274000', 'FFCC99'), 'view': ('275000', 'FFCC99'), } } url = { 'add': lazy_reverse('event.add'), 'search': lazy_reverse('event.search'), 'list': lazy_reverse('events'), }
class CorpMembershipRegistry(PeopleRegistry): version = '1.0' author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _('Corporate membership management application.') icon = '%simages/icons/corporate-membership-color-64x64.png' % settings.STATIC_URL event_logs = { 'corporate_membership': { 'base': ('680000', '3300FF'), 'add': ('681000', '3300FF'), 'renew': ('681001', '471DEF'), 'edit': ('682000', '1F85FF'), 'join_approval': ('682001', '4D29DF'), 'renewal_approval': ('682002', '5233CF'), 'join_disapproval': ('682003', '563BBF'), 'renewal_disapproval': ('682004', '7A6DAF'), 'delete': ('683000', 'B0A8CF'), 'import': ('689005', '47A0BF'), } } url = { 'add': lazy_reverse('corpmembership.add'), 'search': lazy_reverse('corpmembership.search'), # 'list': lazy_reverse('corpmembership.search') }
class DirectoryRegistry(CoreRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _('Create directories to list businesses') icon = static('images/icons/directories-color-64x64.png') event_logs = { 'directory':{ 'base':('440000','CCCC33'), 'add':('441000','CCCC33'), 'edit':('442000','CCCC33'), 'delete':('443000','CCCC33'), 'search':('444000','CCCC33'), 'view':('445000','CCCC33'), 'print_view':('445001','CCCC33'), 'renew':('442210','CCCC33'), } } url = { 'add': lazy_reverse('directory.add'), 'search': lazy_reverse('directories'), 'list': lazy_reverse('directories'), }
class FormRegistry(CoreRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _( 'Create custom forms to take information throughout the site') icon = static('images/icons/cms-forms-color-64x64.png') event_logs = { 'form': { 'base': ('587000', '33FFFF'), 'add': ('587100', '33FFE6'), 'edit': ('587200', '33FFCC'), 'delete': ('587300', '33FFB3'), 'search': ('587400', '33FF99'), 'view': ('587500', '33FF80'), 'export': ('587600', '33FF33'), } } url = { 'add': lazy_reverse('admin:forms_form_add'), 'search': lazy_reverse('forms'), 'list': lazy_reverse('forms'), }
class GroupRegistry(PeopleRegistry): version = '1.0' author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _('User Groups.') icon = static('images/icons/groups-color-64x64.png') event_logs = { 'group':{ 'base':('160000','339999'), 'add':('161000','339999'), 'edit':('162000','339999'), 'delete':('163000','339999'), 'search':('164000','339999'), 'view':('165000','339999'), }, 'groupmembership':{ 'base':('220000','00CCFF'), 'add':('221000','00CCFF'), 'edit':('222000','00CCFF'), 'delete':('223000','00CCFF'), 'search':('224000','00CCFF'), 'view':('225000','00CCFF'), } } url = { 'search': lazy_reverse('groups'), 'add': lazy_reverse('group.add'), }
class FormRegistry(CoreRegistry): version = '1.0' author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _( 'Create custom forms to take information throughout the site') icon = '%simages/icons/cms-forms-color-64x64.png' % settings.STATIC_URL event_logs = { 'form': { 'base': ('587000', '33FFFF'), 'add': ('587100', '33FFE6'), 'edit': ('587200', '33FFCC'), 'delete': ('587300', '33FFB3'), 'search': ('587400', '33FF99'), 'view': ('587500', '33FF80'), 'export': ('587600', '33FF33'), } } url = { 'add': lazy_reverse('admin:forms_form_add'), 'search': lazy_reverse('forms'), 'list': lazy_reverse('forms'), }
class ArticleRegistry(CoreRegistry): version = _('1.0') author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _( 'Create articles to display basic content throughout the site') icon = static('images/icons/articles-color-64x64.png') event_logs = { 'article': { 'base': ('430000', 'CC9966'), 'add': ('431000', 'CC9966'), 'edit': ('432000', 'CCCC66'), 'delete': ('433000', 'CCCC00'), 'search': ('434000', 'CCCC33'), 'view': ('435000', 'CCCC99'), 'print_view': ('435001', 'FFCC99'), } } url = { 'add': lazy_reverse('article.add'), 'search': lazy_reverse('articles'), 'list': lazy_reverse('articles'), }
class JobRegistry(CoreRegistry): version = '1.0' author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _( 'Create and Manage a %(label)s Bank to offer free and paid postings' % {'label': get_setting('module', 'jobs', 'label')}) icon = '%simages/icons/jobs-color-64x64.png' % settings.STATIC_URL # jobs - GREEN base - complement is DEEP RED event_logs = { 'job': { 'base': ('250000', '669900'), 'add': ('251000', '669900'), 'edit': ('252000', '666600'), 'delete': ('253000', '66FF66'), 'search': ('254000', '66FF33'), 'view': ('255000', '00CC66'), 'print_view': ('255001', '336600'), } } url = { 'add': lazy_reverse('job.add'), 'search': lazy_reverse('jobs'), 'list': lazy_reverse('jobs') }
class ArticleRegistry(CoreRegistry): version = _('1.0') author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _( 'Create articles to display basic content throughout the site') icon = '%simages/icons/articles-color-64x64.png' % settings.STATIC_URL event_logs = { 'article': { 'base': ('430000', 'CC9966'), 'add': ('431000', 'CC9966'), 'edit': ('432000', 'CCCC66'), 'delete': ('433000', 'CCCC00'), 'search': ('434000', 'CCCC33'), 'view': ('435000', 'CCCC99'), 'print_view': ('435001', 'FFCC99'), } } url = { 'add': lazy_reverse('article.add'), 'search': lazy_reverse('articles'), 'list': lazy_reverse('articles'), }
class DirectoryRegistry(CoreRegistry): version = '1.0' author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _('Create directories to list businesses') icon = '%simages/icons/directories-color-64x64.png' % settings.STATIC_URL event_logs = { 'directory': { 'base': ('440000', 'CCCC33'), 'add': ('441000', 'CCCC33'), 'edit': ('442000', 'CCCC33'), 'delete': ('443000', 'CCCC33'), 'search': ('444000', 'CCCC33'), 'view': ('445000', 'CCCC33'), 'print_view': ('445001', 'CCCC33'), 'renew': ('442210', 'CCCC33'), } } url = { 'add': lazy_reverse('directory.add'), 'search': lazy_reverse('directories'), 'list': lazy_reverse('directories'), }
class JobRegistry(CoreRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _('Create and Manage a %(label)s Bank to offer free and paid postings' % { 'label': get_setting('module', 'jobs', 'label')}) icon = static('images/icons/jobs-color-64x64.png') # jobs - GREEN base - complement is DEEP RED event_logs = { 'job':{ 'base':('250000','669900'), 'add':('251000','669900'), 'edit':('252000','666600'), 'delete':('253000','66FF66'), 'search':('254000','66FF33'), 'view':('255000','00CC66'), 'print_view':('255001','336600'), } } url = { 'add': lazy_reverse('job.add'), 'search': lazy_reverse('jobs'), 'list': lazy_reverse('jobs') }
class HelpFileRegistry(CoreRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _('Create help files, tutorials and more!') event_logs = { 'help_file': { 'base': ('1000000', 'D11300'), 'add': ('1000100', 'D52500'), 'edit': ('1000200', 'DA3800'), 'delete': ('1000300', 'DF4A00'), 'search': ('1000400', 'E35D00'), 'view': ('1000500', 'E86F00'), }, 'help_file_topic': { 'base': ('1001000', 'A20900'), 'add': ('1001100', 'AC1300'), 'edit': ('1001200', 'B51C00'), 'delete': ('1001300', 'B51C00'), 'search': ('1001400', 'C72E00'), 'view': ('1001500', 'D13800'), } } url = { 'search': lazy_reverse('help_files.search'), 'add': lazy_reverse('admin:help_files_helpfile_add'), 'list': lazy_reverse('help_files'), }
class GroupRegistry(PeopleRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _('User Groups.') icon = static('images/icons/groups-color-64x64.png') event_logs = { 'group': { 'base': ('160000', '339999'), 'add': ('161000', '339999'), 'edit': ('162000', '339999'), 'delete': ('163000', '339999'), 'search': ('164000', '339999'), 'view': ('165000', '339999'), }, 'groupmembership': { 'base': ('220000', '00CCFF'), 'add': ('221000', '00CCFF'), 'edit': ('222000', '00CCFF'), 'delete': ('223000', '00CCFF'), 'search': ('224000', '00CCFF'), 'view': ('225000', '00CCFF'), } } url = { 'search': lazy_reverse('groups'), 'add': lazy_reverse('group.add'), }
class CorpMembershipRegistry(PeopleRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _('Corporate membership management application.') icon = static('images/icons/corporate-membership-color-64x64.png') event_logs = { 'corporate_membership': { 'base': ('680000', '3300FF'), 'add': ('681000', '3300FF'), 'renew': ('681001', '471DEF'), 'edit': ('682000', '1F85FF'), 'join_approval': ('682001', '4D29DF'), 'renewal_approval': ('682002', '5233CF'), 'join_disapproval': ('682003', '563BBF'), 'renewal_disapproval': ('682004', '7A6DAF'), 'delete': ('683000', 'B0A8CF'), 'import': ('689005', '47A0BF'), } } url = { 'add': lazy_reverse('corpmembership.add'), 'search': lazy_reverse('corpmembership.search'), # 'list': lazy_reverse('corpmembership.search') }
class NavRegistry(CoreRegistry): version = '1.0' author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _('Create navs for navigation') url = { 'add': lazy_reverse('navs.add'), 'search': lazy_reverse('navs.search'), }
class StudyGroupRegistry(AppRegistry): version = '1.0' author = 'Schipul - The Web Marketing Company' author_email = '*****@*****.**' description = 'Create studygroups type of content' url = { 'add': lazy_reverse('studygroups.add'), 'search': lazy_reverse('studygroups.search'), }
class ReliefAssessmentRegistry(AppRegistry): version = '1.0' author = 'Tendenci - The Open Source AMS for Associations' author_email = '*****@*****.**' description = 'Emergency Social Services Add-ON' url = { 'add': lazy_reverse('social-services.form'), 'search': lazy_reverse('social-services.map'), }
class NavRegistry(CoreRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _('Create navs for navigation') url = { 'add': lazy_reverse('navs.add'), 'search': lazy_reverse('navs.search'), }
class CommitteeRegistry(AppRegistry): version = '1.0' author = 'Schipul - The Web Marketing Company' author_email = '*****@*****.**' description = 'Create committees type of content' url = { 'add': lazy_reverse('committees.add'), 'search': lazy_reverse('committees.search'), }
class DonationRegistry(AppRegistry): version = '1.0' author = 'Tendenci - The Open Source AMS for Associations' author_email = '*****@*****.**' description = 'Allow donations from anyone' url = { 'add': lazy_reverse('donation.add'), 'search': lazy_reverse('donation.search'), }
class DonationRegistry(AppRegistry): version = '1.0' author = 'Schipul - The Web Marketing Company' author_email = '*****@*****.**' description = 'Allow donations from anyone' url = { 'add': lazy_reverse('donation.add'), 'search': lazy_reverse('donation.search'), }
class ReliefAssessmentRegistry(AppRegistry): version = '1.0' author = 'Schipul - The Web Marketing Company' author_email = '*****@*****.**' description = 'Emergency Social Services Add-ON' url = { 'add': lazy_reverse('social-services.form'), 'search': lazy_reverse('social-services.map'), }
class ChapterRegistry(AppRegistry): version = '1.0' author = 'Tendenci - The Open Source AMS for Associations' author_email = '*****@*****.**' description = 'Create chapters type of content' url = { 'add': lazy_reverse('chapters.add'), 'search': lazy_reverse('chapters.search'), }
class DiscountRegistry(CoreRegistry): version = '1.0' author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _('Create and Manage Discount Codes for Your Events') url = { 'add': lazy_reverse('discount.add'), 'search': lazy_reverse('discounts'), 'list': lazy_reverse('discounts'), }
class RedirectRegistry(CoreRegistry): version = '1.0' author = _('Schipul - The Web Marketing Company') author_email = '*****@*****.**' description = _('Add redirects to preserve SEO') icon = '%simages/icons/redirects-color-64x64.png' % settings.STATIC_URL url = { 'add': lazy_reverse('redirect.add'), 'search': lazy_reverse('redirects'), }
class DiscountRegistry(CoreRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _('Create and Manage Discount Codes for Your Events') url = { 'add': lazy_reverse('discount.add'), 'search': lazy_reverse('discounts'), 'list': lazy_reverse('discounts'), }
class RedirectRegistry(CoreRegistry): version = '1.0' author = _('Tendenci - The Open Source AMS for Associations') author_email = '*****@*****.**' description = _('Add redirects to preserve SEO') icon = static('images/icons/redirects-color-64x64.png') url = { 'add': lazy_reverse('redirect.add'), 'search': lazy_reverse('redirects'), }
class ForumRegistry(CoreRegistry): version = _('1.0') author = _('AMS365') author_email = '*****@*****.**' description = _("Forums") icon = '%simages/icons/forums-color-64x64.png' % settings.STATIC_URL url = { 'list': lazy_reverse('pybb:index'), }
class ForumRegistry(CoreRegistry): version = _('1.0') author = _('Tendenci') author_email = '*****@*****.**' description = _("Forums") icon = static('images/icons/forums-color-64x64.png') url = { 'list': lazy_reverse('pybb:index'), }