Educore APK

Results 2 issues of Educore APK

I started my process with Generating a CSRRequest ``` $CSRRequest = CSRRequest::make() ->setUID($OrganizationIdentifier) ->setSerialNumber($solutionName, $version,$serialNumber) ->setCommonName($commonName) ->setCountryName('SA') ->setOrganizationName($organizationName) ->setOrganizationalUnitName($organizationalUnitName) ->setRegisteredAddress($registeredAddress) ->setInvoiceType(true, true) //invoice types , the default is true, true...

i got a field in table structure for Blood Group which got enum values `employee_blood` enum('A+','A-','B+','B-','AB+','AB-','O+','O-') DEFAULT NULL, when generating the model in yii it generates the Constant names without...