Changeset 14199 for main/ikobacustom.uniben/trunk/src
- Timestamp:
- 28 Sep 2016, 07:44:37 (8 years ago)
- Location:
- main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers/batching.py
r14197 r14199 39 39 40 40 class UnibenCustomerPDFDocumentProcessor(CustomerDocumentProcessorBase): 41 """A batch processor for IUnibenCustomer Document objects.41 """A batch processor for IUnibenCustomerPDFDocument objects. 42 42 """ 43 43 util_name = 'unibencustomerpdfdocumentprocessor' … … 49 49 50 50 class UnibenCustomerJPGDocumentProcessor(CustomerDocumentProcessorBase): 51 """A batch processor for IUnibenCustomer Document objects.51 """A batch processor for IUnibenCustomerJPGDocument objects. 52 52 """ 53 53 util_name = 'unibencustomerjpgdocumentprocessor' -
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers/fileviewlets.py
r14197 r14199 46 46 label = _(u'JPG File') 47 47 title = _(u'JPG File') 48 mus = 1024 * 2 0048 mus = 1024 * 250 49 49 download_name = u'scan.jpg' 50 50 tab_redirect = '#tab2' -
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers/interfaces.py
r14197 r14199 195 195 ) 196 196 197 passport = schema.Choice( 198 title = _(u'Passport Photo'), 199 source = CustomerDocumentSource(), 200 required = False, 201 ) 202 197 203 doc1 = schema.Choice( 198 204 title = _(u'Curriculum Vitae'), … … 232 238 required = False, 233 239 ) 240 234 241 class IRIAAContract(IUnibenContract): 235 242 """A Retention of Name contract. -
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers/utils.py
r14197 r14199 44 44 45 45 DOCTYPES_DICT = { 46 #'UnibenCustomerDocument': _('Uniben Document'),47 46 'UnibenCustomerPDFDocument': _('PDF Document'), 48 47 'UnibenCustomerJPGDocument': _('JPG Document'),
Note: See TracChangeset for help on using the changeset viewer.