Subversion Repositories SmartDukaan

Rev

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

Rev 34085 Rev 34107
Line 21... Line 21...
21
 
21
 
22
    .show-model {
22
    .show-model {
23
        display: block
23
        display: block
24
    }
24
    }
25
 
25
 
-
 
26
    .form-control {
-
 
27
        border-radius: 8px; /* Adjust the value for more or less rounding */
-
 
28
        border: 1px solid #ccc; /* Optional: Add a border */
-
 
29
    }
-
 
30
 
26
</style>
31
</style>
27
<section class="wrapper">
32
<section class="wrapper">
28
    <div class="row">
33
    <div class="row">
29
        <div class="col-lg-12">
34
        <div class="col-lg-12">
-
 
35
            ##            Header - LOI FORM
30
            <h3 class="page-header" style="text-align: center ;color:#d3181f">LOI form</h3>
36
            <h3 class="page-header" style="text-align: center ;color:green">loi form</h3>
31
            <ol class="breadcrumb">
37
            <ol class="breadcrumb">
32
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage(
38
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard"></a></li>
33
                    "reportdailycollection.home")</a></li>
-
 
34
                <li><i class="icon_document_alt"></i>LOI Form</li>
39
                <li><i class="icon_document_alt"></i>LOI Form</li>
35
            </ol>
40
            </ol>
36
        </div>
41
        </div>
37
    </div>
42
    </div>
38
 
43
 
39
    <div class="col-md-12">
44
    <div class="col-md-12">
-
 
45
        ##        bg-success p-2 text-dark bg-opacity-10 - This is 10% opacity success background , colour - green
40
        <div class="container well">
46
        <div class="container bg-success p-2 text-dark bg-opacity-10" style="border-radius: 25px">
41
            <form name="loi-form" id="loi-form" method="post" style="margin-top:40px;">
47
            <form name="loi-form" id="loi-form" method="post" style="margin-top:40px;">
42
                <div class="row">
48
                <div class="row">
43
                    <div class="col-lg-3 form-group">
49
                    <div class="col-lg-3 form-group">
44
                        <label>Refer By(BGC Team)</label>
-
 
45
                        <span style="color:red ;font-size: 140%"></span>
50
                        <label>Refer By(BGC Team)</label><span style="color:red ;font-size: 140%">*</span>
46
                        <select class="form-control type" name="referId" required>
51
                        <select class="form-control type" name="referId" required>
47
 
52
 
48
                            <option value="" selected>
53
                        <option selected disabled>
49
                                Select BGC
54
                            Select BGC
50
                            </option>
55
                        </option>
-
 
56
                        <option value="0">NA</option>
51
                            #foreach($authUsers in $authUsersList)
57
                        #foreach($authUsers in $authUsersList)
52
                                <option value=$authUsers.getId()>$authUsers.getFullName() </option>
58
                            <option value=$authUsers.getId()>$authUsers.getFullName() </option>
53
                            #end
59
                        #end
54
                        </select>
60
                    </select>
55
 
61
 
56
                    </div>
62
                    </div>
57
                    <div class="col-lg-3 form-group">
63
                    <div class="col-lg-3 form-group">
58
                        <label>Business type</label><span
64
                        <label>State Head</label><span style="color:red ;font-size: 140%">*</span>
59
                            style="color:red ;font-size: 140%">*</span>
65
                        <select class="form-control type" name="stateHead" required>
60
 
66
 
61
                        <select class="form-control" name="businessType"
67
                            <option selected disabled>
62
                                placeholder="Business type" required>
68
                                Select State Head
-
 
69
                            </option>
63
                            <option value="$businessTypes.get(0)" selected>$businessTypes.get(0)</option>
70
                            <option value="0">NA</option>
64
                            #foreach($businessType in $businessTypes)
71
                            #foreach($stateHead in $stateHeadList)
65
                                <option value=$businessType>$businessType</option>
72
                                <option value=$stateHead.getId()>$stateHead.getFullName() </option>
66
                            #end
73
                            #end
67
                        </select>
74
                        </select>
68
 
75
 
69
                    </div>
76
                    </div>
70
                    <!--Acquired Date-->
-
 
71
                    <div class="col-lg-3 form-group">
77
                    <div class="col-lg-3 form-group">
72
                        <label>Acquired Date</label><span
78
                        <label>BDM</label>
73
                            style="color:red ;font-size: 140%">*</span>
79
                        <span style="color:red ;font-size: 140%">*</span>
74
                        <input type="date" name="acquiredDate" class="form-control">
80
                        <select class="form-control type" name="bdm" required>
-
 
81
                            <option selected disabled>
-
 
82
                                Select BDM
-
 
83
                            </option>
-
 
84
                            <option value="0">NA</option>
-
 
85
                            #foreach($bdm in $bdmList)
-
 
86
                                <option value=$bdm.getId()>$bdm.getFullName() </option>
-
 
87
                            #end
-
 
88
                        </select>
75
 
89
 
76
                    </div>
90
                    </div>
77
                </div>
91
                </div>
78
                <div>
92
                <div>
79
                    <h4>Personal Details</h4>
93
                    <h4>Personal Details</h4>
Line 181... Line 195...
181
                            <label>Marital Status</label>
195
                            <label>Marital Status</label>
182
                            <span
196
                            <span
183
                                    style="color:red ;font-size: 140%">*</span>
197
                                    style="color:red ;font-size: 140%">*</span>
184
                            <select class="form-control" name="maritalStatus"
198
                            <select class="form-control" name="maritalStatus"
185
                                    placeholder="Marital Status" required id="maritalStatus">
199
                                    placeholder="Marital Status" required id="maritalStatus">
186
                                <option value=""></option>
200
                                <option disabled selected>Select Marital Status</option>
187
                                <option value="0">Single</option>
201
                                <option value="0">Single</option>
188
                                <option value="1">Married</option>
202
                                <option value="1">Married</option>
189
                            </select>
203
                            </select>
190
                        </div>
204
                        </div>
191
                    </div>
205
                    </div>
Line 207... Line 221...
207
                </div>
221
                </div>
208
 
222
 
209
                <h4>Business Detail</h4>
223
                <h4>Business Detail</h4>
210
                <!-- GST No-->
224
                <!-- GST No-->
211
                <div class="row">
225
                <div class="row">
-
 
226
                    <div class="col-lg-3 form-group">
-
 
227
                        <label>Business type</label><span
-
 
228
                            style="color:red ;font-size: 140%">*</span>
-
 
229
 
-
 
230
                        <select class="form-control" name="businessType"
-
 
231
                                placeholder="Business type" required>
-
 
232
                            <option value="$businessTypes.get(0)" selected>$businessTypes.get(0)</option>
-
 
233
                            #foreach($businessType in $businessTypes)
-
 
234
                                <option value=$businessType>$businessType</option>
-
 
235
                            #end
-
 
236
                        </select>
-
 
237
 
-
 
238
                    </div>
-
 
239
                    <!--Acquired Date-->
-
 
240
                    <div class="col-lg-3 form-group">
-
 
241
                        <label>Acquired Date</label><span
-
 
242
                            style="color:red ;font-size: 140%">*</span>
-
 
243
                        <input type="date" name="acquiredDate" class="form-control">
-
 
244
 
-
 
245
                    </div>
-
 
246
                </div>
-
 
247
                <div class="row">
212
                    <div class="col-lg-6">
248
                    <div class="col-lg-6">
213
                        <div class="form-group">
249
                        <div class="form-group">
214
                            <label>GST No </label>
250
                            <label>GST No </label>
215
                            <span
251
                            <span
216
                                    style="color:red ;font-size: 140%">*</span>
252
                                    style="color:red ;font-size: 140%">*</span>
Line 442... Line 478...
442
                    <div class="col-lg-4">
478
                    <div class="col-lg-4">
443
                        <div class="form-group">
479
                        <div class="form-group">
444
                            <label>Agreed Brand fees</label><span
480
                            <label>Agreed Brand fees</label><span
445
                                style="color:red ;font-size: 140%">*</span>
481
                                style="color:red ;font-size: 140%">*</span>
446
                            <select name="agreedBrandFees" class="form-control">
482
                            <select name="agreedBrandFees" class="form-control">
-
 
483
                                <option selected disabled>Select Brand Fee</option>
447
                                #foreach($storeTypeFeePair in $storeTypeFeePairs)
484
                                #foreach($storeTypeFeePair in $storeTypeFeePairs)
448
                                    #set($storeType1 =$storeTypeFeePair.getKey())
485
                                    #set($storeType1 =$storeTypeFeePair.getKey())
449
                                    #set($brandFee = $storeTypeFeePair.getValue())
486
                                    #set($brandFee = $storeTypeFeePair.getValue())
450
                                    #if($brandFee.getFeeByStoreType($storeType1)>0)
487
                                    #if($brandFee.getFeeByStoreType($storeType1)>0)
451
                                        <option value="$storeTypeFeePair.getKey()-$brandFee.getFeeByStoreType($storeType1)-$brandFee.getId()"> $storeType1
488
                                        <option value="$storeTypeFeePair.getKey()-$brandFee.getFeeByStoreType($storeType1)-$brandFee.getId()"> $storeType1
Line 511... Line 548...
511
                    </div>
548
                    </div>
512
                </div>
549
                </div>
513
                <!-- Submit button-->
550
                <!-- Submit button-->
514
                <div class="form-group" style="text-align: center; margin-bottom:2px;">
551
                <div class="form-group" style="text-align: center; margin-bottom:2px;">
515
                    <button type="button"
552
                    <button type="button"
516
                            class="btn btn-primary text-white font-semibold py-1 px-4 rounded background-red mk_submit_loi_form"
553
                            class="btn btn-success text-white font-semibold py-1 px-4 rounded background-red mk_submit_loi_form"
517
                            style="box-shadow:none;margin-bottom:2px;">
554
                            style="box-shadow:none;margin-bottom:2px;">
518
                        <span>Submit</span>
555
                        <span>Submit</span>
519
                    </button>
556
                    </button>
520
                </div>
557
                </div>
521
            </form>
558
            </form>