Changeset 12616 for main/ikobacustom.pcn


Ignore:
Timestamp:
14 Feb 2015, 16:58:33 (10 years ago)
Author:
Henrik Bettermann
Message:

Change titles of exporters and batch processors.

Location:
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/batching.py

    r12615 r12616  
    7070    util_name = 'roncontractprocessor'
    7171    grok.name(util_name)
    72     name = _('Retention of Name Contract Processor')
     72    name = _('License Processor: Retention of Name')
    7373    iface = IRONContract
    7474    factory_name = 'waeup.RONContract'
     
    7979    util_name = 'ropcontractprocessor'
    8080    grok.name(util_name)
    81     name = _('Registration of Premises Contract Processor')
     81    name = _('License Processor: Registration of Premises')
    8282    iface = IROPContract
    8383    factory_name = 'waeup.ROPContract'
     
    8888    util_name = 'rprcontractprocessor'
    8989    grok.name(util_name)
    90     name = _('Registration in the Provisional Register Contract Processor')
     90    name = _('License Processor: Registration in the Provisional Register')
    9191    iface = IRPRContract
    9292    factory_name = 'waeup.RPRContract'
     
    9797    util_name = 'rpccontractprocessor'
    9898    grok.name(util_name)
    99     name = _('Registration as Pharmaceutical Chemist Contract Processor')
     99    name = _('License Processor: Registration as Pharmaceutical Chemist')
    100100    iface = IRPCContract
    101101    factory_name = 'waeup.RPCContract'
     
    106106    util_name = 'ippmvlcontractprocessor'
    107107    grok.name(util_name)
    108     name = _('Issuance of Patent and Proprietary Medicines Vendors License (Contract) Processor')
     108    name = _('License Processor: Issuance of Patent and Proprietary Medicines Vendors License')
    109109    iface = IIPPMVLContract
    110110    factory_name = 'waeup.IPPMVLContract'
     
    115115    util_name = 'rppmvlcontractprocessor'
    116116    grok.name(util_name)
    117     name = _('Renewal of Patent and Proprietary Medicines Vendors License (Contract) Processor')
     117    name = _('License Processor: Renewal of Patent and Proprietary Medicines Vendors License')
    118118    iface = IRPPMVLContract
    119119    factory_name = 'waeup.RPPMVLContract'
     
    124124    util_name = 'appitcontractprocessor'
    125125    grok.name(util_name)
    126     name = _('Accepting Pupil Pharmacist for Internship Training (Contract) Processor')
     126    name = _('License Processor: Accepting Pupil Pharmacist for Internship Training')
    127127    iface = IAPPITContract
    128128    factory_name = 'waeup.APPITContract'
     
    133133    util_name = 'rptcontractprocessor'
    134134    grok.name(util_name)
    135     name = _('Registration as a Pharmacy Technician (Contract) Processor')
     135    name = _('License Processor: Registration as a Pharmacy Technician')
    136136    iface = IRPTContract
    137137    factory_name = 'waeup.RPTContract'
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/export.py

    r12615 r12616  
    6363    grok.name('roncontracts')
    6464    iface = IRONContractProcess
    65     title = _(u'Retention of Name Contracts')
     65    title = _(u'Licenses: Retention of Name')
    6666    class_name = 'RONContract'
    6767
     
    7272    grok.name('ropcontracts')
    7373    iface = IROPContractProcess
    74     title = _(u'Registration of Premises Contracts')
     74    title = _(u'Licenses: Registration of Premises')
    7575    class_name = 'ROPContract'
    7676
     
    8080    grok.name('rprcontracts')
    8181    iface = IRPRContractProcess
    82     title = _(u'Registration in the Provisional Register Contracts')
     82    title = _(u'Licenses: Registration in the Provisional Register')
    8383    class_name = 'RPRContract'
    8484
     
    8888    grok.name('rpccontracts')
    8989    iface = IRPCContractProcess
    90     title = _(u'Registration as Pharmaceutical Chemist Contracts')
     90    title = _(u'Licenses: Registration as Pharmaceutical Chemist')
    9191    class_name = 'RPCContract'
    9292
     
    9696    grok.name('ippmvlcontracts')
    9797    iface = IIPPMVLContractProcess
    98     title = _(u'Issuance of Patent and Proprietary Medicines Vendors Licenses')
     98    title = _(u'Licenses: Issuance of Patent and Proprietary Medicines Vendors')
    9999    class_name = 'IPPMVLContract'
    100100
     
    104104    grok.name('rppmvlcontracts')
    105105    iface = IRPPMVLContractProcess
    106     title = _(u'Renewal of Patent and Proprietary Medicines Vendors Licenses')
     106    title = _(u'Licenses: Renewal of Patent and Proprietary Medicines Vendors')
    107107    class_name = 'RPPMVLContract'
    108108
     
    112112    grok.name('appitcontracts')
    113113    iface = IAPPITContractProcess
    114     title = _(u'Accepting Pupil Pharmacist for Internship Training Contracts')
     114    title = _(u'Licenses: Accepting Pupil Pharmacist for Internship Training')
    115115    class_name = 'APPITContract'
    116116
     
    120120    grok.name('rptcontracts')
    121121    iface = IRPTContractProcess
    122     title = _(u'Registration as a Pharmacy Technician Contracts')
     122    title = _(u'Licenses: Registration as a Pharmacy Technician')
    123123    class_name = 'RPTContract'
Note: See TracChangeset for help on using the changeset viewer.