Subversion Repositories SmartDukaan

Rev

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

Rev 8732 Rev 9134
Line 94... Line 94...
94
    source[3] = 'AMAZON'
94
    source[3] = 'AMAZON'
95
    source[4] = 'HOMESHOP18'
95
    source[4] = 'HOMESHOP18'
96
    source[5] = 'NAAPTOL'
96
    source[5] = 'NAAPTOL'
97
    source[6] = 'EBAY'
97
    source[6] = 'EBAY'
98
    source[7] = 'SNAPDEAL'
98
    source[7] = 'SNAPDEAL'
99
    source[8] = 'UNKNOWN'
99
    source[8] = 'FLIPKART'
100
    source[9] = 'UNKNOWN'
100
    source[9] = 'UNKNOWN'
101
    source[10] = 'UNKNOWN'
101
    source[10] = 'UNKNOWN'
102
    
102
    
103
    i = 1
103
    i = 1
104
    for order in slipped_orders:
104
    for order in slipped_orders:
Line 184... Line 184...
184
            <style type="text/css">
184
            <style type="text/css">
185
                table, tr, th { border :1px solid black;}
185
                table, tr, th { border :1px solid black;}
186
            </style>
186
            </style>
187
        </head>
187
        </head>
188
        <body>
188
        <body>
189
            <center><h3>Delayed Orders</h3></center>
189
            <center><h3>Low Inventory Cancelled Orders</h3></center>
190
            <table>
190
            <table>
191
                <tr>
191
                <tr>
192
                    <th>Order ID</th>
192
                    <th>Order ID</th>
193
                    <th>Mode</th>
193
                    <th>Mode</th>
194
                    <th>Source</th>
194
                    <th>Source</th>
Line 215... Line 215...
215
    source[3] = 'AMAZON'
215
    source[3] = 'AMAZON'
216
    source[4] = 'HOMESHOP18'
216
    source[4] = 'HOMESHOP18'
217
    source[5] = 'NAAPTOL'
217
    source[5] = 'NAAPTOL'
218
    source[6] = 'EBAY'
218
    source[6] = 'EBAY'
219
    source[7] = 'SNAPDEAL'
219
    source[7] = 'SNAPDEAL'
220
    source[8] = 'UNKNOWN'
220
    source[8] = 'FLIPKART'
221
    source[9] = 'UNKNOWN'
221
    source[9] = 'UNKNOWN'
222
    source[10] = 'UNKNOWN'
222
    source[10] = 'UNKNOWN'
223
    
223
    
224
    i = 1
224
    i = 1
225
    for order in cancelled_orders:
225
    for order in cancelled_orders:
Line 358... Line 358...
358
    source[3] = 'AMAZON'
358
    source[3] = 'AMAZON'
359
    source[4] = 'HOMESHOP18'
359
    source[4] = 'HOMESHOP18'
360
    source[5] = 'NAAPTOL'
360
    source[5] = 'NAAPTOL'
361
    source[6] = 'EBAY'
361
    source[6] = 'EBAY'
362
    source[7] = 'SNAPDEAL'
362
    source[7] = 'SNAPDEAL'
363
    source[8] = 'UNKNOWN'
363
    source[8] = 'FLIPKART'
364
    source[9] = 'UNKNOWN'
364
    source[9] = 'UNKNOWN'
365
    source[10] = 'UNKNOWN'
365
    source[10] = 'UNKNOWN'
366
    
366
    
367
    i = 1
367
    i = 1
368
    for order in orders_not_delivered:
368
    for order in orders_not_delivered: