Subversion Repositories SmartDukaan

Rev

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

Rev 12500 Rev 12501
Line 1794... Line 1794...
1794
                <td style="text-align:center">"""+str(item.ourSellingPrice)+"""</td>
1794
                <td style="text-align:center">"""+str(item.ourSellingPrice)+"""</td>
1795
                <td style="text-align:center">"""+str(math.ceil(item.proposedSp))+"""</td>
1795
                <td style="text-align:center">"""+str(math.ceil(item.proposedSp))+"""</td>
1796
                <td style="text-align:center">"""+str(math.ceil(item.proposedSp))+"""</td>
1796
                <td style="text-align:center">"""+str(math.ceil(item.proposedSp))+"""</td>
1797
                <td style="text-align:center">"""+str(round(subsidy))+"""</td>
1797
                <td style="text-align:center">"""+str(round(subsidy))+"""</td>
1798
                <td style="text-align:center">"""+str(round(oldMargin))+" ("+str(round((oldMargin/item.ourSellingPrice)*100,1))+"%)"+"""</td>
1798
                <td style="text-align:center">"""+str(round(oldMargin))+" ("+str(round((oldMargin/item.ourSellingPrice)*100,1))+"%)"+"""</td>
1799
                <td style="text-align:center">"""+str(newMargin)+" ("+str(round((newMargin/item.proposedSellingPrice)*100,1))+"%)"+"""</td>
1799
                <td style="text-align:center">"""+str(newMargin)+" ("+str(round((newMargin/item.proposedSp)*100,1))+"%)"+"""</td>
1800
                <td style="text-align:center">"""+str(item.commission)+" %"+"""</td>
1800
                <td style="text-align:center">"""+str(item.commission)+" %"+"""</td>
1801
                <td style="text-align:center">"""+str(item.returnProvision)+" %"+"""</td>
1801
                <td style="text-align:center">"""+str(item.returnProvision)+" %"+"""</td>
1802
                <td style="text-align:center">"""+str(item.ourInventory)+"""</td>
1802
                <td style="text-align:center">"""+str(item.ourInventory)+"""</td>
1803
                <td style="text-align:center">"""+getOosString(saleMap.get(sku))+"""</td>
1803
                <td style="text-align:center">"""+getOosString(saleMap.get(sku))+"""</td>
1804
                <td style="text-align:center">"""+str(CompetitionCategory._VALUES_TO_NAMES.get(item.competitiveCategory))+"""</td>
1804
                <td style="text-align:center">"""+str(CompetitionCategory._VALUES_TO_NAMES.get(item.competitiveCategory))+"""</td>