Subversion Repositories SmartDukaan

Rev

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

Rev 9955 Rev 9956
Line 1096... Line 1096...
1096
        message+="""<tr>
1096
        message+="""<tr>
1097
                <td style="text-align:center">"""+str(item.item_id)+"""</td>
1097
                <td style="text-align:center">"""+str(item.item_id)+"""</td>
1098
                <td style="text-align:center">"""+xstr(it.brand)+" "+xstr(it.model_name)+" "+xstr(it.model_number)+" "+xstr(it.color)+"""</td>
1098
                <td style="text-align:center">"""+xstr(it.brand)+" "+xstr(it.model_name)+" "+xstr(it.model_number)+" "+xstr(it.color)+"""</td>
1099
                <td style="text-align:center">"""+str(item.ourSellingPrice)+"""</td>
1099
                <td style="text-align:center">"""+str(item.ourSellingPrice)+"""</td>
1100
                <td style="text-align:center">"""+str(math.ceil(item.proposedSellingPrice))+"""</td></tr>"""
1100
                <td style="text-align:center">"""+str(math.ceil(item.proposedSellingPrice))+"""</td></tr>"""
1101
    message+="""</tbody></table><h4>Auto Increase Items</h4><table border="1" style="width: 40%;">
1101
    message+="""</tbody></table><h4>Auto Increase Items</h4><table border="1">
1102
            <thead>
1102
            <thead>
1103
            <tr><th>Item Id</th>
1103
            <tr><th>Item Id</th>
1104
            <th>Product Name</th>
1104
            <th>Product Name</th>
1105
            <th>Old Price</th>
1105
            <th>Old Price</th>
1106
            <th>New Price</th>
1106
            <th>New Price</th>