Subversion Repositories SmartDukaan

Rev

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

Rev 11147 Rev 11148
Line 86... Line 86...
86
def sendMailAndSync(fkItems,syncedItems):
86
def sendMailAndSync(fkItems,syncedItems):
87
    xstr = lambda s: s or ""
87
    xstr = lambda s: s or ""
88
    message="""<html>
88
    message="""<html>
89
            <body>
89
            <body>
90
            <h3>Commission about to get expire</h3>
90
            <h3>Commission about to get expire</h3>
-
 
91
            <p>System will automatically update commission on expiry</p>
91
            <table border="1" style="width:100%;">
92
            <table border="1" style="width:100%;">
92
            <thead>
93
            <thead>
93
            <tr><th>Product Name</th>
94
            <tr><th>Product Name</th>
94
            <th>SP</th>
95
            <th>SP</th>
95
            <th>Current TP</th>
96
            <th>Current TP</th>
96
            <th>Future TP</th>
97
            <th>Future TP</th>
97
            <th>Current BE</th>
98
            <th>Current BE</th>
98
            <th>Future BE</th>
99
            <th>Future BE</th>
99
            <th>Old Com%</th>
100
            <th>Old Com%</th>
100
            <th>Future Comm%</th>
101
            <th>Future Com%</th>
101
            <th>Old Margin</th>
102
            <th>Old Margin</th>
102
            <th>New Margin</th>
103
            <th>New Margin</th>
103
            <th>Old Margin%</th>
104
            <th>Old Margin%</th>
104
            <th>New Margin%</th>
105
            <th>New Margin%</th>
105
            <th>Expiry</th>
106
            <th>Expiry</th>