Subversion Repositories SmartDukaan

Rev

Rev 35038 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
33507 tejus.loha 1
<!DOCTYPE html>
33869 tejus.loha 2
 
33507 tejus.loha 3
<html lang="en">
4
 
5
<head>
6
    <meta charset="UTF-8">
7
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
    <title>LOI Of SMART DUKAAN</title>
9
    <style>
10
        @media print {
11
            .header dark-bg {
12
                display: none;
13
            }
14
        }
33710 tejus.loha 15
 
16
        del {
17
            text-decoration-color: red;
18
        }
35038 aman 19
 
20
        .signature-section {
21
            position: relative;
22
            padding: 20px;
23
        }
24
 
25
        .watermark-overlay {
26
            position: absolute;
27
            font-size: 11px;
28
            font-family: Arial, sans-serif;
29
            font-weight: bold;
30
            color: rgb(4, 97, 225);
31
            white-space: pre-line;
32
            text-align: center;
33
            z-index: 1;
34
            pointer-events: none;
35
            width: 90%;
36
            line-height: 1.8;
37
            user-select: none;
38
        }
39
 
33507 tejus.loha 40
    </style>
41
</head>
42
 
43
 
44
<body>
33879 tejus.loha 45
<div id="loiPDF_content">
33507 tejus.loha 46
    <div id="page1" style="page-break-after: always;">
47
        <div>
48
            <img src="${rc.contextPath}/resources/images/SMART%20DUKAAN%20LOGO.jpg" alt="smart dukaan logo "
49
                 style="margin-bottom: 2%;
50
    width: 80%;
35971 aman 51
    margin-top: 6%;
33507 tejus.loha 52
    margin-left: 6%;">
53
        </div>
54
 
55
        <div class="container1" style="margin-top: 5px; margin-left: 8%; margin-right: 20%">
56
            <table width="100%">
57
                <td>
58
                    <div>
59
                        <P>To,</P>
60
                        <P> Store Name :
33658 tejus.loha 61
                            <span style="color: blue;font-weight:bold">$loiForm.getCompanyName(),$address.getLoc(),($address.getPncd())</span>
33507 tejus.loha 62
                        </P>
63
                    </div>
64
                </td>
65
                <td style="text-align:right;">
66
                    <div style="text-align:right">
33845 tejus.loha 67
                        <P>Date :- $loiForm.getLoiGeneratedOn().format($dateFormatter)</P>
33507 tejus.loha 68
                    </div>
69
                </td>
70
            </table>
71
        </div>
72
        <div style="margin-top:2px; margin-left: 8%; margin-right: 8%;">
73
 
74
            <P>Dear sir,</P>
75
 
76
            <p>
77
                We are delighted to inform you that based on your request, our Company has appointed your entity
78
                namely
33658 tejus.loha 79
                <span style="color: blue; font-weight:bold;">$loiForm.getCompanyName()</span> to
80
                operate as 'Smart Dukaan' at <span style="font-weight:bold;color: blue">$loiForm.getCompanyName()</span>(Scheduled
33507 tejus.loha 81
                Premises Address). You have agreed to act as an exclusive Franchise
82
                store for' New Spice solutions Private Limited'. You have made a payment of
83
                Rs.<span style="font-weight:bold;color: blue">$brandFeeAmount</span>
84
                via:
85
                <span style="font-weight:bold;color: blue">$brandFeeCollection.getPaymentMode()</span>.
86
                This payment shall be
87
                considered as advance adjustable under the
88
                head of Non-refundable brand fee at the time of execution of franchise agreement with you.
89
            </p>
90
 
91
            <p>You have agreed to bear charges as mentioned under 'Annexure
92
                I'
93
                for scheduled Premises address. You have agreed to meet minimum business commitment/target as per
94
                'Annexure'
95
                II.
96
            </p>
97
 
98
            <p>You are further required to provide list of documents enclosed
99
                under Annexure 'III' with this letter cover due documents, details, deposit balance brand fee, if
100
                any,
101
                cheques as
102
                specified by the Company and execute the franchise agreement with our Company within 30 days from
103
                the
104
                date
105
                of
106
                this letter. This letter shall stand valid until due execution of franchise agreement and any
107
                business done during the said tenure shall also be deemed as valid.
108
                You have been made aware that you in the capacity of
109
                franchisee
110
                shall not, during the term as franchisee, without NSSPL's prior written consent purchase products
111
                from
112
                any
113
                person or
114
                Company other than NSSPL or any vendor notified by NSSPL to the franchisee as an approved vendor for
115
                the
116
                relevant products.
117
            </p>
118
 
119
            <p> You further agree that you shall operate the Smart dukaan
120
                franchise store only from your scheduled Premises, as approved by NSSPL and shall abide by the
121
                specified
122
                Guidelines issued by NSSPL from time to time.
123
                You further agree that you shall maintain stock of all
124
                products
125
                in sufficient quantities at the schedule Premises, as per specification provided by NSSPL.
126
            </p>
127
            <p> Notwithstanding anything, you agree that the payment made by
128
                you
129
                as under this letter remains non-refundable in all scenario and shall be deemed fortified,
130
                irrespective
131
                for
132
                whatsoever reasons provided by you to terminate/withdraw your application before execution of
133
                franchise
134
                agreement or in-case you fail to provide documentation sought by the Company or execute franchise
135
                agreement
136
                within 30 days from date of this letter.
137
            </p>
138
            <p> Any disputes under this letter shall be subject exclusive
139
                jurisdiction of District Court at NOMA, UP Only.
140
                This letter is drawn in duplicate, hence you are requested to
141
                sign one Copy as acknowledgement to aforesaid and return the other copy after retaining one set for
142
                your
143
                own
144
                record.
145
            </p>
146
 
147
            <div class="container2">
148
                <h4 style="text-align: center;">AGREED AND ACCEPTED</h4>
35038 aman 149
                <div style="float:left;" class="signature-section">
33507 tejus.loha 150
                    <b>For New Spice Solutions Pvt Ltd</b>
33630 tejus.loha 151
                    <p>Name :$filledBy</p>
33507 tejus.loha 152
 
153
                    <P>SIGNED</P>
35038 aman 154
                    <p class="waterMarkArea"></p>
33507 tejus.loha 155
 
156
                </div>
35038 aman 157
                <div style="float: right;" class="signature-section">
33507 tejus.loha 158
                    <b>Franchisee</b>
33658 tejus.loha 159
                    <p>Name :$loiForm.getFullName()</p>
35038 aman 160
                    <p>SIGNED</p>
161
                    <p class="waterMarkArea"></p>
33507 tejus.loha 162
                </div>
163
            </div>
164
        </div>
165
    </div>
166
 
167
    <div id="page2" style="page-break-after: always;">
168
        <div class="annexure1" style="margin: 8%;">
169
            <h4 style="text-align: center; text-decoration: underline;">Annexure - I</h4>
170
            <div class="table1">
171
                <table style="text-align: center; border-collapse: collapse;width: 100%;" border="2"
172
                       cellpadding="10px" cellspacing="5px">
173
                    <thead>
174
 
175
                    <th>Charges</th>
176
                    <th>Studio
33658 tejus.loha 177
                        #if($loiForm.getBrandType()=="STUDIO")
33507 tejus.loha 178
                            <i class="fa fa-check" style="color: green;"></i>
179
                        #end
180
                    </th>
181
                    <th>Arcade
33658 tejus.loha 182
                        #if($loiForm.getBrandType()=="ARCADE")
33507 tejus.loha 183
                            <i class="fa fa-check" style="color: green;"></i>
184
                        #end
185
                    </th>
186
                    <th>Plaza
33658 tejus.loha 187
                        #if($loiForm.getBrandType()=="PLAZA")
33507 tejus.loha 188
                            <i class="fa fa-check" style="color: green;"></i>
189
                        #end
190
                    </th>
191
                    </thead>
192
                    <tbody>
193
                    <tr>
194
                        <td>SD Franchisee fees</td>
195
                        <td>yes</td>
196
                        <td>yes</td>
197
                        <td>yes</td>
198
                    </tr>
199
                    <tr>
200
                        <td>One time Dashboard / app charges</td>
201
                        <td>yes</td>
202
                        <td>yes</td>
203
                        <td>yes</td>
204
                    </tr>
205
                    <tr>
206
                        <td>Store designing</td>
33577 tejus.loha 207
                        <td style="color: red;">FOC</td>
208
                        <td style="color: red;">FOC</td>
33507 tejus.loha 209
                        <td>yes</td>
210
                    </tr>
211
                    <tr>
212
                        <td>Initial supervision charges</td>
213
                        <td>yes</td>
214
                        <td>yes</td>
215
                        <td>yes</td>
216
                    </tr>
217
                    <tr>
218
                        <td>Store launch</td>
219
                        <td>yes</td>
220
                        <td>yes</td>
221
                        <td>yes</td>
222
                    </tr>
223
                    <tr>
224
                        <td>Welcome kit</td>
225
                        <td style="color: red;">FOC</td>
33577 tejus.loha 226
                        <td style="color: red;">FOC</td>
227
                        <td style="color: red;">FOC</td>
33507 tejus.loha 228
                    </tr>
229
                    <tr>
230
                        <td>Initial marketing campaign</td>
231
                        <td>yes</td>
232
                        <td>yes</td>
233
                        <td>yes</td>
234
                    </tr>
235
                    <tr>
236
                        <td>Dashboard training</td>
237
                        <td>yes</td>
238
                        <td>yes</td>
239
                        <td>yes</td>
240
                    </tr>
241
                    <tr>
242
                        <td>Carry bags (initial)</td>
243
                        <td style="color: red;">FOC</td>
33577 tejus.loha 244
                        <td style="color: red;">FOC</td>
245
                        <td style="color: red;">FOC</td>
33507 tejus.loha 246
                    </tr>
247
                    <tr>
248
                        <td>Initial branding</td>
249
                        <td>yes</td>
250
                        <td>yes</td>
251
                        <td>yes</td>
252
                    </tr>
253
                    <tr>
254
                        <td>Initial fixtures*</td>
255
                        <td>yes</td>
256
                        <td>yes</td>
257
                        <td>yes</td>
258
                    </tr>
259
                    <tr>
260
                        <td>Liaising for finance</td>
261
                        <td>yes</td>
262
                        <td>yes</td>
263
                        <td>yes</td>
264
                    </tr>
265
                    <tr>
266
                        <td>Our charges including GST</td>
33749 tejus.loha 267
                        #if($loiForm.getBrandType()!="SPECIAL")
268
 
33845 tejus.loha 269
                            #if($loiForm.getBrandType()=="STUDIO")
270
                                <td><b>
271
                                    <del>
272
                                        $brandFee.getStudio()</del>
273
                                </b></td>
274
                            #else
275
                                <td><b>$brandFee.getStudio()</b></td>
276
                            #end
277
                            #if($loiForm.getBrandType()=="ARCADE")
278
                                <td><b>
279
                                    <del>$brandFee.getArcade()</del>
280
                                </b></td>
281
                            #else
282
                                <td><b>$brandFee.getArcade()</b></td>
283
                            #end
33507 tejus.loha 284
 
33845 tejus.loha 285
                            #if($loiForm.getBrandType()=="PLAZA")
286
                                <td><b>
287
                                    <del>$brandFee.getPlaza()</del>
288
                                </b></td>
289
                            #else
290
                                <td><b>$brandFee.getPlaza()</b></td>
291
                            #end
33507 tejus.loha 292
                        #else
33749 tejus.loha 293
                            <td><b>
294
                                <del>
295
                                    $brandFee.getStudio()</del>
296
                            </b></td>
297
                            <td><b>
298
                                <del>$brandFee.getArcade()</del>
299
                            </b></td>
300
                            <td><b>
301
                                <del>$brandFee.getPlaza()</del>
302
                            </b></td>
303
                        #end
33507 tejus.loha 304
                    </tr>
305
                    <tr>
306
 
33710 tejus.loha 307
                        <td>You pay</td>
33749 tejus.loha 308
                        #if($loiForm.getBrandType()!="SPECIAL")
33845 tejus.loha 309
                            #if($loiForm.getBrandType()=="STUDIO")
310
                                <td><b>$loiForm.getAgreedBrandFees()</b></td>
311
                            #else
312
                                <td><b>--</b></td>
313
                            #end
33710 tejus.loha 314
 
315
 
33845 tejus.loha 316
                            #if($loiForm.getBrandType()=="ARCADE")
317
                                <td><b>$loiForm.getAgreedBrandFees()</b></td>
318
                            #else
319
                                <td><b>--</b></td>
320
                            #end
321
                            #if($loiForm.getBrandType()=="PLAZA")
322
                                <td><b>$loiForm.getAgreedBrandFees()</b></td>
323
                            #else
324
                                <td><b>--</b></td>
325
                            #end
33710 tejus.loha 326
                        #else
33749 tejus.loha 327
                            <td><b>SPECIAL OFFER - $loiForm.getAgreedBrandFees()</b></td>
328
                        #end
33507 tejus.loha 329
                    </tr>
330
                    </tbody>
331
                </table>
332
                <hr>
333
                <b>NOTE : * as per requirement</b>
334
            </div>
335
            <br><br><br><br><br>
336
            <div class="container2">
337
                <h4 style="text-align: center;">AGREED AND ACCEPTED</h4>
338
                <hr>
35038 aman 339
                <div style="float:left;" class="signature-section">
33507 tejus.loha 340
                    <b>For New Spice Solutions Pvt Ltd</b>
33630 tejus.loha 341
                    <p>Name :$filledBy</p>
33507 tejus.loha 342
                    <P>SIGNED</P>
35038 aman 343
                    <p class="waterMarkArea"></p>
344
 
33507 tejus.loha 345
                </div>
35038 aman 346
                <div style="float: right;" class="signature-section">
33507 tejus.loha 347
                    <b>Franchisee</b>
33658 tejus.loha 348
                    <p>Name :$loiForm.getFullName()</p>
33507 tejus.loha 349
                    <P>SIGNED</P>
35038 aman 350
                    <p class="waterMarkArea"></p>
33507 tejus.loha 351
                </div>
352
            </div>
353
            <br>
354
        </div>
355
    </div>
356
 
357
    <div id="page3" style="page-break-after: always;">
358
        <div class="annexure2" style="margin: 8%;">
359
            <h4 style="text-align: center; text-decoration: underline;">Annexure - II</h4>
35971 aman 360
            <h5>BRAND QUANTITY COMMITMENT</h5>
33507 tejus.loha 361
            <div class="table1  ">
362
                <table class="table table-bordered "
363
                       style="text-align: center; border-collapse: collapse;width: 100%;" border="2" cellpadding="10px"
364
                       cellspacing="5px">
365
                    <thead>
366
                    <th>Brand</th>
35971 aman 367
                    <th>Minimum monthly quantity</th>
33507 tejus.loha 368
                    </thead>
369
                    <tbody>
33658 tejus.loha 370
                        #foreach($loiBrandCommitment in $loiBrandCommitments)
371
                        <tr>
372
                            <td>$loiBrandCommitment.getBrandName()</td>
373
                            <td>$loiBrandCommitment.getAmount()</td>
374
                        </tr>
375
                        #end
33507 tejus.loha 376
                    <tr>
377
                        <td><b>Total</b></td>
33658 tejus.loha 378
                        <td><b>$totalCommitment</b></td>
33507 tejus.loha 379
                    </tr>
380
                    </tbody>
381
                </table>
382
            </div>
383
            <br><br><br>
384
            <div class="container2">
385
                <h4 style="text-align: center;">AGREED AND ACCEPTED</h4>
386
                <hr>
35038 aman 387
                <div style="float:left;" class="signature-section">
33507 tejus.loha 388
                    <b>For New Spice Solutions Pvt Ltd</b>
33658 tejus.loha 389
                    <p>Name :$filledBy</p>
33507 tejus.loha 390
                    <P>SIGNED</P>
35038 aman 391
                    <p class="waterMarkArea"></p>
33507 tejus.loha 392
                </div>
35038 aman 393
                <div style="float: right;" class="signature-section">
33507 tejus.loha 394
                    <b>Franchisee</b>
33658 tejus.loha 395
                    <p>Name :$loiForm.getFullName()</p>
33507 tejus.loha 396
                    <P>SIGNED</P>
35038 aman 397
                    <p class="waterMarkArea"></p>
33507 tejus.loha 398
                </div>
399
            </div>
400
        </div>
401
    </div>
402
 
403
    <div id="page4" style="page-break-after: always;">
404
        <div style="text-align: center; text-decoration: underline;">
405
            <h4>Annexure - III</h4>
406
            <br>
407
            <h4>Papers Required </h4>
408
            <h4 style="text-align: center; text-decoration: underline;">( acknowledge with attestation of Store's
409
                Stamp
410
                with
411
                sign of Proprietor/Partner) </h4>
412
        </div>
413
        <div style="margin: 4%;">
414
            <b>1. In Case of Proprietorship Firm :</b>
415
            <ol type="a">
416
                <li>GST Certificate.</li>
417
                <li>Photocopy of Adhaar Card of Proprietor.</li>
418
                <li>Photocopy of PAN Card of the Proprietor.</li>
419
                <li>Photocopy of PAN Card on the firm name.</li>
420
                <li>Photocopy of Address proof of scheduled premises.</li>
421
                <li>Cancelled Cheque of firm's current account.</li>
422
                <li>Two Security cheques of Rs 2,00,000/- (Two Lakhs only) each.</li>
423
 
424
            </ol>
425
            <b>2. In Case of Partnership Firm:</b>
426
            <ol type="a">
427
                <li>GST Certificate.</li>
428
                <li>Photocopy of Adhaar Card of Partner's.</li>
429
                <li>Photocopy of PAN Card of the Partner's.</li>
430
                <li>Photocopy of PAN Card on the firm name.</li>
431
                <li>Photocopy of Address proof of scheduled premises.</li>
432
                <li>Photocopy of Partnership deed.</li>
433
                <li>Cancelled Cheque of firm's current account.</li>
434
                <li>Two Security cheques of Rs 2,00,000/- (Two Lakhs only) each.</li>
435
            </ol>
436
        </div>
437
 
438
        <div class="container2" style="text-align: center; margin: 4%;">
439
            <h4>AGREED AND ACCEPTED</h4>
440
            <hr>
35038 aman 441
            <div style="float:left;" class="signature-section">
33507 tejus.loha 442
                <b>For New Spice Solutions Pvt Ltd</b>
33658 tejus.loha 443
                <p>Name :$filledBy</p>
33507 tejus.loha 444
                <P>SIGNED</P>
35038 aman 445
                <p class="waterMarkArea"></p>
33507 tejus.loha 446
            </div>
35038 aman 447
            <div style="float: right;" class="signature-section">
33507 tejus.loha 448
                <b>Franchisee</b>
33658 tejus.loha 449
                <p>Name :$loiForm.getFullName()</p>
33507 tejus.loha 450
                <P>SIGNED</P>
35038 aman 451
                <p class="waterMarkArea"></p>
452
 
33507 tejus.loha 453
            </div>
454
        </div>
455
        <br><br><br><br><br><br>
456
        <div style="margin: 3%;">
457
 
458
            <table width="100%">
459
                <td>
460
                    <span>www.smartdukaan.com</span>
461
                </td>
462
                <td style="text-align: center;">
463
                    <span> <b>1800 2700 273 </b></span>
464
                </td>
465
                <td style="text-align: right;">
466
                    <span>care@smartdukaan.com</span>
467
                </td>
468
            </table>
469
            <hr>
470
            <div style="background-color: red; text-align: center;color: white;">
471
                <footer>
472
                    <p>New Spice Solutions Pvt Ltd,C-56/45,Pariska Tower,2nd Floor,Sector-62,Noida UP-201309</p>
473
                </footer>
474
            </div>
475
        </div>
476
    </div>
477
</div>
478
</body>
479
<div align="center">
33845 tejus.loha 480
    #if($loiForm.getLoiDoc()>0||$loiForm.getLoiSignOtp()>0)
481
        <button onclick="printDiv()" class="btn-success">Print & Save</button>
482
    #end
33658 tejus.loha 483
    <button value="$loiForm.getId()" id="LOI_otp" class="btn-success">Send OTP</button>
484
    <button type="button" value="$loiForm.getId()" id="confirmSign" class="btn-success">Confirm Sign</button>
33507 tejus.loha 485
 
33577 tejus.loha 486
 
33507 tejus.loha 487
</div>
488
 
489
</html>
490
 
491
 
492
<script>
493
    function printDiv() {
494
        console.log('printdiv')
33879 tejus.loha 495
        var printContents = document.getElementById("loiPDF_content").innerHTML;
33507 tejus.loha 496
        var originalContents = document.body.innerHTML;
497
        document.body.innerHTML = printContents;
498
        window.print();
499
        document.body.innerHTML = originalContents;
500
    }
501
</script>