CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/CoreWarehouse/reports/EOMLayers/EOMTenderLayer.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method fetch_report_data has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function fetch_report_data()
    {
        try {
            $month = $this->form->month;
            $year = $this->form->year;

    Method form_content has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function form_content()
        {
            $stores = FormLib::storePicker();
            $tenders = new TendersModel($this->connection);
            $tOpts = '';

      There are no issues that match your filters.

      Category
      Status