Subversion Repositories SmartDukaan

Rev

Rev 34898 | Rev 35001 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34898 Rev 34971
Line 530... Line 530...
530
                #end
530
                #end
531
            </div>
531
            </div>
532
 
532
 
533
 
533
 
534
            ##-----------------------------------------------Loan Amount -----------------------------------------------------
534
            ##-----------------------------------------------Loan Amount -----------------------------------------------------
535
 
-
 
-
 
535
            #if( $totalDefaultAmount != 0 || $totalOverdueAmount != 0 || $totalDueAmount != 0 || $totalLoan != 0 )
536
            <div class="container-fluid p-4">
536
                <div class="container-fluid p-4">
537
                <div class="row mb-5 justify-content-center">
537
                    <div class="row mb-5 justify-content-center">
538
                    <div class="col-10">
538
                        <div class="col-10">
539
                        <div class="bg-dark-light rounded-3 p-3 shadow rounded-corner">
539
                            <div class="bg-dark-light rounded-3 p-3 shadow rounded-corner">
540
                            <h1 class="text-white text-center mb-0  fw-bold py-2 fs-8">Loan </h1>
540
                                <h1 class="text-white text-center mb-0  fw-bold py-2 fs-8">Loan </h1>
-
 
541
                            </div>
541
                        </div>
542
                        </div>
542
                    </div>
543
                    </div>
543
                </div>
-
 
544
                <div class="row justify-content-center">
544
                    <div class="row justify-content-center">
545
                    <div class="col-12 col-md-4 text-center ">
545
                        <div class="col-12 col-md-4 text-center ">
546
                        <div class="payment-circle shadow-lg shadow-dark mx-auto "
546
                            <div class="payment-circle shadow-lg shadow-dark mx-auto "
547
                             style="background-color: #cc0000 !important;">
547
                                 style="background-color: #cc0000 !important;">
548
                            <div class="payment-content">
548
                                <div class="payment-content">
549
                                <div class="payment-amount currency"> $nf.format( $totalDefaultAmount) </div>
549
                                    <div class="payment-amount currency"> $nf.format( $totalDefaultAmount) </div>
550
 
550
 
-
 
551
                                </div>
551
                            </div>
552
                            </div>
-
 
553
                            <h1 class="payment-label fw-bold mt-4" style="font-weight: 400 !important;">Default
-
 
554
                                Payment<br>(Above
-
 
555
                                30 days)</h1>
552
                        </div>
556
                        </div>
553
                        <h1 class="payment-label fw-bold mt-4" style="font-weight: 400 !important;">Default Payment<br>(Above
-
 
554
                            30 days)</h1>
-
 
555
                    </div>
-
 
556
 
557
 
557
                    <div class="col-12 col-md-4 text-center">
558
                        <div class="col-12 col-md-4 text-center">
558
                        <div class="payment-circle shadow-lg mx-auto" style="background-color: #FF9433 !important;">
559
                            <div class="payment-circle shadow-lg mx-auto" style="background-color: #FF9433 !important;">
559
                            <div class="payment-content">
560
                                <div class="payment-content">
560
                                <div class="payment-amount currency">  $nf.format($totalOverdueAmount) </div>
561
                                    <div class="payment-amount currency">  $nf.format($totalOverdueAmount) </div>
-
 
562
                                </div>
561
                            </div>
563
                            </div>
562
                        </div>
-
 
563
                        <h1 class="payment-label fw-bold mt-4"
564
                            <h1 class="payment-label fw-bold mt-4"
564
                            style="font-size: 20px !important;  font-weight: 400 !important;">Due Payment<br>(Above 15
565
                                style="font-size: 20px !important;  font-weight: 400 !important;">Due Payment<br>(Above
-
 
566
                                15
565
                            Days)</h1>
567
                                Days)</h1>
566
 
568
 
567
                    </div>
569
                        </div>
568
                    <div class="col-12 col-md-4 text-center">
570
                        <div class="col-12 col-md-4 text-center">
-
 
571
                            <div class="payment-circle shadow-lg mx-auto "
569
                        <div class="payment-circle shadow-lg mx-auto " style="background-color: #00B050 !important;">
572
                                 style="background-color: #00B050 !important;">
570
                            <div class="payment-content">
573
                                <div class="payment-content">
571
                                <div class="payment-amount currency">  $nf.format($totalDueAmount) </div>
574
                                    <div class="payment-amount currency">  $nf.format($totalDueAmount) </div>
-
 
575
                                </div>
572
                            </div>
576
                            </div>
-
 
577
                            <h1 class="payment-label fw-bold mt-4"
-
 
578
                                style="font-size: 20px !important; font-weight: 400 !important;">Other Loan<br>(Within
-
 
579
                                15
-
 
580
                                Days)</h1>
573
                        </div>
581
                        </div>
574
                        <h1 class="payment-label fw-bold mt-4"
-
 
575
                            style="font-size: 20px !important; font-weight: 400 !important;">Other Loan<br>(Within 15
-
 
576
                            Days)</h1>
-
 
577
                    </div>
-
 
578
 
582
 
579
 
583
 
580
                    <div class="mt-4 mx-5 " style="margin-top: 6rem !important;">
584
                        <div class="mt-4 mx-5 " style="margin-top: 6rem !important;">
581
                        <h1 class="text-center " style="font-size:30px !important;font-weight:300 !important;">Total
585
                            <h1 class="text-center " style="font-size:30px !important;font-weight:300 !important;">Total
582
                            Loan Value :
586
                                Loan Value :
583
                            <span class="currency fw-bold"> $nf.format( $totalLoan )</span>
587
                                <span class="currency fw-bold"> $nf.format( $totalLoan )</span>
-
 
588
                            </h1>
584
                        </h1>
589
                        </div>
585
                    </div>
590
                    </div>
586
                </div>
591
                </div>
587
            </div>
592
            #end
588
        </div>
593
        </div>
589
 
594
 
590
        <div class="w-full bg-danger h-25 py-3 my-4">
595
        <div class="w-full bg-danger h-25 py-3 my-4">
591
            <h1 class="text-center text-white fw-bold" style="font-size: 30px !important; font-weight: 800">My Business
596
            <h1 class="text-center text-white fw-bold" style="font-size: 30px !important; font-weight: 800">My Business
592
                Analysis</h1>
597
                Analysis</h1>
Line 710... Line 715...
710
                        <div class="card-header text-center fw-bold ">
715
                        <div class="card-header text-center fw-bold ">
711
                            <h4>HID</h4>
716
                            <h4>HID</h4>
712
                        </div>
717
                        </div>
713
 
718
 
714
 
719
 
715
 
-
 
716
                        <div class="row mx-0 mt-4">
720
                        <div class="row mx-0 mt-4">
717
                            <div class="col-3 text-center">
721
                            <div class="col-3 text-center">
718
                                <div class="p-1 py-3 rounded-top" style="background: #555; color: white;">
722
                                <div class="p-1 py-3 rounded-top" style="background: #555; color: white;">
719
                                    <strong class="fs-4  fw-bold">Model </strong>
723
                                    <strong class="fs-4  fw-bold">Model </strong>
720
                                </div>
724
                                </div>