CORE-POS/IS4C

View on GitHub
pos/is4c-nf/plugins/AccessProgram/AccessProgramReceipt.php

Summary

Maintainability
A
1 hr
Test Coverage

Method standalone_receipt has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function standalone_receipt($ref, $reprint=false)
    {
        list($emp, $reg, $trans) = explode('-', $ref, 3);

        $ret = 'Date of Application: ' . date('M d, Y') . "\n";
Severity: Minor
Found in pos/is4c-nf/plugins/AccessProgram/AccessProgramReceipt.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status