| Line 138... |
Line 138... |
| 138 |
<th>Code(legal)</th>
|
138 |
<th>Code(legal)</th>
|
| 139 |
<th class="hidden-col">Recee Planed(Kamini)</th>
|
139 |
<th class="hidden-col">Recee Planed(Kamini)</th>
|
| 140 |
<th class="hidden-col">Recee Actual(Kamini)</th>
|
140 |
<th class="hidden-col">Recee Actual(Kamini)</th>
|
| 141 |
<th class="hidden-col">Designing Planed(Kamini)</th>
|
141 |
<th class="hidden-col">Designing Planed(Kamini)</th>
|
| 142 |
<th>Designing Actual(Kamini)</th>
|
142 |
<th>Designing Actual(Kamini)</th>
|
| 143 |
<th>Stock payment(kamini)</th>
|
143 |
<th class="hidden-col">Stock payment(kamini)</th>
|
| 144 |
<th class="hidden-col">Expected Date(kamini)</th>
|
144 |
<th class="hidden-col">Expected Date(kamini)</th>
|
| 145 |
<th>Pay Date(Kamini)</th>
|
145 |
<th class="hidden-col">Pay Date(Kamini)</th>
|
| 146 |
<th>Inaugration(SW)</th>
|
146 |
<th>Inaugration(SW)</th>
|
| 147 |
<th>Billing Status(Kamini)</th>
|
147 |
<th class="hidden-col">Billing Status(Kamini)</th>
|
| 148 |
<th>Verification</th>
|
148 |
<th>Verification</th>
|
| 149 |
<th>Submit</th>
|
149 |
<th>Submit</th>
|
| 150 |
<th>OutLet Open</th>
|
150 |
<th>OutLet Open</th>
|
| 151 |
<th>OutLet Reject</th>
|
151 |
<th>OutLet Reject</th>
|
| 152 |
<th>OutLet Hold</th>
|
152 |
<th>OutLet Hold</th>
|
| Line 290... |
Line 290... |
| 290 |
{"targets": 30, "orderDataType": "date-dd-mmm-yyyy", "type": "string"},
|
290 |
{"targets": 30, "orderDataType": "date-dd-mmm-yyyy", "type": "string"},
|
| 291 |
{"targets": 33, "orderDataType": "dom-text", "type": "string"},
|
291 |
{"targets": 33, "orderDataType": "dom-text", "type": "string"},
|
| 292 |
## Column hiding is done via CSS class="hidden-col" on <th>/<td> elements.
|
292 |
## Column hiding is done via CSS class="hidden-col" on <th>/<td> elements.
|
| 293 |
## Do NOT use DataTables visible:false — it removes TDs from DOM,
|
293 |
## Do NOT use DataTables visible:false — it removes TDs from DOM,
|
| 294 |
## which breaks td:eq(N) selectors in panel-listing.js double-click and submit handlers.
|
294 |
## which breaks td:eq(N) selectors in panel-listing.js double-click and submit handlers.
|
| 295 |
{"targets": [4, 15, 16, 26, 27, 28, 31], "className": "hidden-col"}
|
295 |
{"targets": [4, 15, 16, 26, 27, 28, 30, 31, 32, 34], "className": "hidden-col"}
|
| 296 |
],
|
296 |
],
|
| 297 |
|
297 |
|
| 298 |
});
|
298 |
});
|
| 299 |
|
299 |
|
| 300 |
$('#authUserOnboarding').multiselect({
|
300 |
$('#authUserOnboarding').multiselect({
|