Subversion Repositories SmartDukaan

Rev

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

Rev 31951 Rev 31952
Line 471... Line 471...
471
            <div class="col">
471
            <div class="col">
472
                <table class="table table-bordered table-sm">
472
                <table class="table table-bordered table-sm">
473
                    <tbody>
473
                    <tbody>
474
                        <tr>
474
                        <tr>
475
                            <th class="details">Wallet Value </th>
475
                            <th class="details">Wallet Value </th>
476
                            <td class="">$investment.getWalletAmount()</td>
476
                            <td class="currency">$investment.getWalletAmount()</td>
477
                        </tr>
477
                        </tr>
478
                        
478
                        
479
                         <tr>
479
                         <tr>
480
                            <th class="details">Agreed Investment </th>
480
                            <th class="details">Agreed Investment </th>
481
                            <td class="">$nf.format($investment.getMinInvestment())</td>
481
                            <td class="currency">$investment.getMinInvestment()</td>
482
                        </tr>
482
                        </tr>
483
                        <tr>
483
                        <tr>
484
                            <th class="details">Current investment</th>
484
                            <th class="details">Current investment</th>
485
                            <td class="light-red">$nf.format($investment.getTotalInvestment()) &nbsp; &nbsp;<span
485
                            <td class="light-red currency">$investment.getTotalInvestment() &nbsp; &nbsp;<span
486
                                    class="font-weight-bold ">$nf.format($investment.getShortPercentage()) %</span> </td>
486
                                    class="font-weight-bold ">$nf.format($investment.getShortPercentage()) %</span> </td>
487
                        </tr>
487
                        </tr>
488
                        <tr>
488
                        <tr>
489
                            <th class="details">Short / Excess</th>
489
                            <th class="details">Short / Excess</th>
490
                            <td class="light-red">$nf.format($investment.getShortInvestment()) &nbsp; &nbsp;
490
                            <td class="light-red currency">$investment.getShortInvestment() &nbsp; &nbsp;
491
                            
491
                            
492
                            
492
                            
493
                            
493
                            
494
                             #if($investment.getShortPercentage() <= 0)
494
                             #if($investment.getShortPercentage() <= 0)
495
                                  <span
495
                                  <span
Line 570... Line 570...
570
                     #foreach($brandsDisplay of $brandsDisplays) 
570
                     #foreach($brandsDisplay of $brandsDisplays) 
571
                     #set($brand = $brandsDisplay.getName())
571
                     #set($brand = $brandsDisplay.getName())
572
                        <tr>
572
                        <tr>
573
                            <td class="details">$brand</td>
573
                            <td class="details">$brand</td>
574
                            #if($brandStockMap.get($brand))
574
                            #if($brandStockMap.get($brand))
575
                            <td class="$brandStockMap.get($brand).getColor()">$nf.format($brandStockMap.get($brand).getTotalValue())</td>
575
                            <td class="currency $brandStockMap.get($brand).getColor()">$brandStockMap.get($brand).getTotalValue()</td>
576
                            <td>$brandStockMap.get($brand).getTotalQty()</td>
576
                            <td>$brandStockMap.get($brand).getTotalQty()</td>
577
                            #else
577
                            #else
578
                            <td class="$brandStockMap.get($brand).getColor()">0</td>
578
                            <td class="$brandStockMap.get($brand).getColor()">0</td>
579
                            <td>0</td>
579
                            <td>0</td>
580
                        
580
                        
Line 583... Line 583...
583
                            <td>Blocked</td>
583
                            <td>Blocked</td>
584
                            #else
584
                            #else
585
                            <td>ACTIVE</td>
585
                            <td>ACTIVE</td>
586
                            #end
586
                            #end
587
                            #if($grnPendingValue.get($brand))
587
                            #if($grnPendingValue.get($brand))
588
                            <td>$nf.format($grnPendingValue.get($brand))</td>
588
                            <td class= "currency">$grnPendingValue.get($brand)</td>
589
                            <td>$grnPendingQty.get($brand)</td>
589
                            <td>$grnPendingQty.get($brand)</td>
590
                            #else
590
                            #else
591
                            <td>0</td>
591
                            <td>0</td>
592
                            <td>0</td>
592
                            <td>0</td>
593
                         
593
                         
Line 602... Line 602...
602
                          <td> $totalStock</td>
602
                          <td> $totalStock</td>
603
                             <td>$totalQty </td>
603
                             <td>$totalQty </td>
604
                                <td> </td>
604
                                <td> </td>
605
                                 
605
                                 
606
                                 #if($totalGrnPendingStock)
606
                                 #if($totalGrnPendingStock)
607
                                   <td> $totalGrnPendingStock</td>
607
                                   <td class = "currency"> $totalGrnPendingStock</td>
608
                                  #else
608
                                  #else
609
                                   <td> </td>
609
                                   <td> </td>
610
                                 #end
610
                                 #end
611
                                 
611
                                 
612
                                 #if($$totalGrnPendingQty)
612
                                 #if($$totalGrnPendingQty)