Showing 5,014 of 7,620 total issues
Method frontendMyAccount
has 109 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendMyAccount($Setting = array())
{
$Stage = new Stage('Mein Benutzerkonto', 'Profil');
Method getSchoolPartAbitur
has 109 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getSchoolPartAbitur($personId, $MarginTop = '20px')
{
if (($tblSetting = Consumer::useService()->getSetting(
'Education', 'Certificate', 'Prepare', 'IsSchoolExtendedNameDisplayed'))
Method buildPages
has 109 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method frontendAccount
has 109 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendAccount()
{
$Stage = new Stage('Benutzerkonnten');
Method frontendSetupUpgrade
has 109 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSetupUpgrade()
{
$Stage = new Stage('Database', 'Setup aller Mandanten (Struktur)');
$this->menuButton($Stage);
Method frontendUpload
has 109 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendUpload(UploadedFile $File = null, $Item = '')
{
$Stage = new Stage('Fakturierung Grunddaten', 'importieren');
ApiPersonReadOnly
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ApiPersonReadOnly extends Extension implements IApiInterface
{
use ApiTrait;
Data
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Data extends AbstractData
{
/**
* @return false|ViewRelationshipToPerson[]
Method checkInputCalculation
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function checkInputCalculation($Identifier, $VariantId, $CalculationId, $Calculation = array())
{
$Error = false;
$form = $this->formCalculation($Identifier, $VariantId, $CalculationId);
Method buildPages
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function buildPages(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
$PageList = array();
Method getBasicCourses
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getBasicCourses(TblPerson $tblPerson = null, $IsGradeUnderlined = true)
{
$slice = new Slice();
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method allocateStudent
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function allocateStudent(&$Data)
{
if ($this->getTblPerson()) {
if (($tblDivisionList = Student::useService()->getCurrentDivisionListByPerson($this->getTblPerson()))) {
Method createMetaDataComparisonExcel
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createMetaDataComparisonExcel($Person = null, $Year = null, $Division = null, $Option = null, $PersonGroup = null)
{
$Result = $this->getStudentFilterResult($Person, $Year, $Division, $PersonGroup);
Method frontendArchive
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendArchive($Environment = null)
{
$Stage = new Stage('Archivierung');
Method importIndiwareLectureship
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function importIndiwareLectureship()
{
$InfoList = array();
$tblIndiwareImportLectureshipList = $this->getIndiwareImportLectureshipAll(true);
Method getStudentProcessContent
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function getStudentProcessContent($PersonId = null)
{
if (($tblPerson = Person::useService()->getPersonById($PersonId))) {
$tblStudent = $tblPerson->getStudent();
Method getEditStudentBasicForm
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getEditStudentBasicForm(TblPerson $tblPerson = null)
{
self::setYearAndDivisionForMassReplace($tblPerson, $Year, $Division);
Method frontendDivisionTeacherTask
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDivisionTeacherTask($IsAllYears = false, $YearId = null)
{
$Stage = new Stage('Notenaufträge', 'Übersicht');
$Stage->setMessage(
Method setKamenzReportGymContent
has 108 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function setKamenzReportGymContent(
$Content
) {
$tblCurrentYearList = false;
File Frontend.php
has 346 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Application\Billing\Accounting\Debtor;
use SPHERE\Application\Api\Billing\Accounting\ApiBankAccount;