CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/CoreWarehouse/cwDash.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function cwDash has 87 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var cwDash = (function ($) {

    var mod = {};

    mod.salesChart = function(json) {
Severity: Major
Found in fannie/modules/plugins2.0/CoreWarehouse/cwDash.js - About 3 hrs to fix

    Function customersChart has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        mod.customersChart = function(json) {
            var ctx = document.getElementById('customerCount').getContext('2d');
            var line = new Chart(ctx, {
                type: 'bar',
                data: {
    Severity: Minor
    Found in fannie/modules/plugins2.0/CoreWarehouse/cwDash.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status