Subversion Repositories SmartDukaan

Rev

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

Rev 33630 Rev 33658
Line 34... Line 34...
34
            <table width="100%">
34
            <table width="100%">
35
                <td>
35
                <td>
36
                    <div>
36
                    <div>
37
                        <P>To,</P>
37
                        <P>To,</P>
38
                        <P> Store Name :
38
                        <P> Store Name :
39
                            <span style="color: blue;font-weight:bold">$pod.getCompanyName(),$address.getLoc(),($address.getPncd())</span>
39
                            <span style="color: blue;font-weight:bold">$loiForm.getCompanyName(),$address.getLoc(),($address.getPncd())</span>
40
                        </P>
40
                        </P>
41
                    </div>
41
                    </div>
42
                </td>
42
                </td>
43
                <td style="text-align:right;">
43
                <td style="text-align:right;">
44
                    <div style="text-align:right">
44
                    <div style="text-align:right">
45
                        <P>Date :- $pod.getAcquiredDate().format($dateFormatter)</P>
45
                        <P>Date :- $loiForm.getAcquiredDate().format($dateFormatter)</P>
46
                    </div>
46
                    </div>
47
                </td>
47
                </td>
48
            </table>
48
            </table>
49
        </div>
49
        </div>
50
        <div style="margin-top:2px; margin-left: 8%; margin-right: 8%;">
50
        <div style="margin-top:2px; margin-left: 8%; margin-right: 8%;">
Line 52... Line 52...
52
            <P>Dear sir,</P>
52
            <P>Dear sir,</P>
53
 
53
 
54
            <p>
54
            <p>
55
                We are delighted to inform you that based on your request, our Company has appointed your entity
55
                We are delighted to inform you that based on your request, our Company has appointed your entity
56
                namely
56
                namely
57
                <span style="color: blue; font-weight:bold;">$pod.getCompanyName()</span> to
57
                <span style="color: blue; font-weight:bold;">$loiForm.getCompanyName()</span> to
58
                operate as 'Smart Dukaan' at <span style="font-weight:bold;color: blue">$pod.getCompanyName()</span>(Scheduled
58
                operate as 'Smart Dukaan' at <span style="font-weight:bold;color: blue">$loiForm.getCompanyName()</span>(Scheduled
59
                Premises Address). You have agreed to act as an exclusive Franchise
59
                Premises Address). You have agreed to act as an exclusive Franchise
60
                store for' New Spice solutions Private Limited'. You have made a payment of
60
                store for' New Spice solutions Private Limited'. You have made a payment of
61
                Rs.<span style="font-weight:bold;color: blue">$brandFeeAmount</span>
61
                Rs.<span style="font-weight:bold;color: blue">$brandFeeAmount</span>
62
                via:
62
                via:
63
                <span style="font-weight:bold;color: blue">$brandFeeCollection.getPaymentMode()</span>.
63
                <span style="font-weight:bold;color: blue">$brandFeeCollection.getPaymentMode()</span>.
Line 131... Line 131...
131
                    <P>SIGNED</P>
131
                    <P>SIGNED</P>
132
 
132
 
133
                </div>
133
                </div>
134
                <div style="float: right;">
134
                <div style="float: right;">
135
                    <b>Franchisee</b>
135
                    <b>Franchisee</b>
136
                    <p>Name :$pod.getFullName()</p>
136
                    <p>Name :$loiForm.getFullName()</p>
137
                    <P>SIGNED</P>
137
                    <P>SIGNED</P>
138
                </div>
138
                </div>
139
            </div>
139
            </div>
140
        </div>
140
        </div>
141
    </div>
141
    </div>
Line 148... Line 148...
148
                       cellpadding="10px" cellspacing="5px">
148
                       cellpadding="10px" cellspacing="5px">
149
                    <thead>
149
                    <thead>
150
 
150
 
151
                    <th>Charges</th>
151
                    <th>Charges</th>
152
                    <th>Studio
152
                    <th>Studio
153
                        #if($pod.getBrandType()=="STUDIO")
153
                        #if($loiForm.getBrandType()=="STUDIO")
154
                            <i class="fa fa-check" style="color: green;"></i>
154
                            <i class="fa fa-check" style="color: green;"></i>
155
                        #end
155
                        #end
156
                    </th>
156
                    </th>
157
                    <th>Arcade
157
                    <th>Arcade
158
                        #if($pod.getBrandType()=="ARCADE")
158
                        #if($loiForm.getBrandType()=="ARCADE")
159
                            <i class="fa fa-check" style="color: green;"></i>
159
                            <i class="fa fa-check" style="color: green;"></i>
160
                        #end
160
                        #end
161
                    </th>
161
                    </th>
162
                    <th>Plaza
162
                    <th>Plaza
163
                        #if($pod.getBrandType()=="PLAZA")
163
                        #if($loiForm.getBrandType()=="PLAZA")
164
                            <i class="fa fa-check" style="color: green;"></i>
164
                            <i class="fa fa-check" style="color: green;"></i>
165
                        #end
165
                        #end
166
                    </th>
166
                    </th>
167
                    </thead>
167
                    </thead>
168
                    <tbody>
168
                    <tbody>
Line 238... Line 238...
238
                        <td>yes</td>
238
                        <td>yes</td>
239
                        <td>yes</td>
239
                        <td>yes</td>
240
                    </tr>
240
                    </tr>
241
                    <tr>
241
                    <tr>
242
                        <td>Our charges including GST</td>
242
                        <td>Our charges including GST</td>
243
                        #if($pod.getBrandType()=="STUDIO")
243
                        #if($loiForm.getBrandType()=="STUDIO")
244
                            <td><b>
244
                            <td><b>
245
                                <del>
245
                                <del>
246
                                    $brandFee.getStudio()</del>
246
                                    $brandFee.getStudio()</del>
247
                            </b></td>
247
                            </b></td>
248
                        #else
248
                        #else
249
                            <td><b>$brandFee.getStudio()</b></td>
249
                            <td><b>$brandFee.getStudio()</b></td>
250
                        #end
250
                        #end
251
                        #if($pod.getBrandType()=="ARCADE")
251
                        #if($loiForm.getBrandType()=="ARCADE")
252
                            <td><b>
252
                            <td><b>
253
                                <del>$brandFee.getArcade()</del>
253
                                <del>$brandFee.getArcade()</del>
254
                            </b></td>
254
                            </b></td>
255
                        #else
255
                        #else
256
                            <td><b>$brandFee.getArcade()</b></td>
256
                            <td><b>$brandFee.getArcade()</b></td>
257
                        #end
257
                        #end
258
 
258
 
259
                        #if($pod.getBrandType()=="PLAZA")
259
                        #if($loiForm.getBrandType()=="PLAZA")
260
                            <td><b>
260
                            <td><b>
261
                                <del>$brandFee.getPlaza()</del>
261
                                <del>$brandFee.getPlaza()</del>
262
                            </b></td>
262
                            </b></td>
263
                        #else
263
                        #else
264
                            <td><b>$brandFee.getPlaza()</b></td>
264
                            <td><b>$brandFee.getPlaza()</b></td>
Line 286... Line 286...
286
                    <p>Name :$filledBy</p>
286
                    <p>Name :$filledBy</p>
287
                    <P>SIGNED</P>
287
                    <P>SIGNED</P>
288
                </div>
288
                </div>
289
                <div style="float: right;">
289
                <div style="float: right;">
290
                    <b>Franchisee</b>
290
                    <b>Franchisee</b>
291
                    <p>Name :$pod.getFullName()</p>
291
                    <p>Name :$loiForm.getFullName()</p>
292
                    <P>SIGNED</P>
292
                    <P>SIGNED</P>
293
                </div>
293
                </div>
294
            </div>
294
            </div>
295
            <br>
295
            <br>
296
        </div>
296
        </div>
Line 307... Line 307...
307
                    <thead>
307
                    <thead>
308
                    <th>Brand</th>
308
                    <th>Brand</th>
309
                    <th>Minimum monthly value</th>
309
                    <th>Minimum monthly value</th>
310
                    </thead>
310
                    </thead>
311
                    <tbody>
311
                    <tbody>
312
                    <tr>
-
 
313
                        <td>Vivo</td>
-
 
314
                        <td>$pod.getVivoCommitmentAmount()</td>
312
                        #foreach($loiBrandCommitment in $loiBrandCommitments)
315
                    </tr>
-
 
316
                    <tr>
313
                        <tr>
317
                        <td>Oppo</td>
-
 
318
                        <td>$pod.getOppoCommitmentAmount()</td>
314
                            <td>$loiBrandCommitment.getBrandName()</td>
319
                    </tr>
-
 
320
                    <tr>
-
 
321
                        <td>Samsung</td>
-
 
322
                        <td>$pod.getVivoCommitmentAmount()</td>
315
                            <td>$loiBrandCommitment.getAmount()</td>
323
                    </tr>
-
 
324
                    <tr>
-
 
325
                        <td>Xiaomi</td>
-
 
326
                        <td>$pod.getXiaomiCommitmentAmount()</td>
-
 
327
                    </tr>
-
 
328
                    <tr>
-
 
329
                        <td>Accessories</td>
-
 
330
                        <td>$pod.getAccessoriesCommitmentAmount()</td>
-
 
331
                    </tr>
316
                        </tr>
332
                    <tr>
-
 
333
                        <td>Other brand</td>
-
 
334
                        <td>$pod.getOtherBrandsCommitmentAmount()</td>
-
 
335
                    </tr>
317
                        #end
336
                    <tr>
318
                    <tr>
337
                        <td><b>Total</b></td>
319
                        <td><b>Total</b></td>
338
                        <td><b>$pod.getTotaCommitmentAmount()</b></td>
320
                        <td><b>$totalCommitment</b></td>
339
                    </tr>
321
                    </tr>
340
 
-
 
341
                    </tbody>
322
                    </tbody>
342
                </table>
323
                </table>
343
            </div>
324
            </div>
344
            <br><br><br>
325
            <br><br><br>
345
            <div class="container2">
326
            <div class="container2">
346
                <h4 style="text-align: center;">AGREED AND ACCEPTED</h4>
327
                <h4 style="text-align: center;">AGREED AND ACCEPTED</h4>
347
                <hr>
328
                <hr>
348
                <div style="float:left;">
329
                <div style="float:left;">
349
                    <b>For New Spice Solutions Pvt Ltd</b>
330
                    <b>For New Spice Solutions Pvt Ltd</b>
350
                    <p>Name :$filledBy()</p>
331
                    <p>Name :$filledBy</p>
351
                    <P>SIGNED</P>
332
                    <P>SIGNED</P>
352
                </div>
333
                </div>
353
                <div style="float: right;">
334
                <div style="float: right;">
354
                    <b>Franchisee</b>
335
                    <b>Franchisee</b>
355
                    <p>Name :$pod.getFullName()</p>
336
                    <p>Name :$loiForm.getFullName()</p>
356
                    <P>SIGNED</P>
337
                    <P>SIGNED</P>
357
                </div>
338
                </div>
358
            </div>
339
            </div>
359
        </div>
340
        </div>
360
    </div>
341
    </div>
Line 397... Line 378...
397
        <div class="container2" style="text-align: center; margin: 4%;">
378
        <div class="container2" style="text-align: center; margin: 4%;">
398
            <h4>AGREED AND ACCEPTED</h4>
379
            <h4>AGREED AND ACCEPTED</h4>
399
            <hr>
380
            <hr>
400
            <div style="float:left;">
381
            <div style="float:left;">
401
                <b>For New Spice Solutions Pvt Ltd</b>
382
                <b>For New Spice Solutions Pvt Ltd</b>
402
                <p>Name :$filledBy()</p>
383
                <p>Name :$filledBy</p>
403
                <P>SIGNED</P>
384
                <P>SIGNED</P>
404
            </div>
385
            </div>
405
            <div style="float: right;">
386
            <div style="float: right;">
406
                <b>Franchisee</b>
387
                <b>Franchisee</b>
407
                <p>Name :$pod.getFullName()</p>
388
                <p>Name :$loiForm.getFullName()</p>
408
                <P>SIGNED</P>
389
                <P>SIGNED</P>
409
            </div>
390
            </div>
410
        </div>
391
        </div>
411
        <br><br><br><br><br><br>
392
        <br><br><br><br><br><br>
412
        <div style="margin: 3%;">
393
        <div style="margin: 3%;">
Line 431... Line 412...
431
        </div>
412
        </div>
432
    </div>
413
    </div>
433
</div>
414
</div>
434
</body>
415
</body>
435
<div align="center">
416
<div align="center">
436
        <button value="$pod.getId()" id="LOI_otp" class="btn-success">Send OTP</button>
417
    <button value="$loiForm.getId()" id="LOI_otp" class="btn-success">Send OTP</button>
437
        <button type="button" value="$pod.getId()" id="confirmSign" class="btn-success">Confirm Sign</button>
418
    <button type="button" value="$loiForm.getId()" id="confirmSign" class="btn-success">Confirm Sign</button>
438
 
419
 
439
 
420
 
440
</div>
421
</div>
441
 
422
 
442
</html>
423
</html>