Subversion Repositories SmartDukaan

Rev

Rev 36603 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36603 Rev 37110
Line 314... Line 314...
314
		border-bottom: 2px solid #27ae60;
314
		border-bottom: 2px solid #27ae60;
315
	}
315
	}
316
 
316
 
317
	/* Per-row "Delay" summary column on the matrix view.
317
	/* Per-row "Delay" summary column on the matrix view.
318
	   Surfaces the worst-overdue event for each partner so users can spot the
318
	   Surfaces the worst-overdue event for each partner so users can spot the
319
	   biggest blockers without scanning across all 19 stage cells. */
319
	   biggest blockers without scanning across all 20 stage cells. */
320
	.tl-delay-cell {
320
	.tl-delay-cell {
321
		text-align: center;
321
		text-align: center;
322
		min-width: 110px;
322
		min-width: 110px;
323
		line-height: 1.3;
323
		line-height: 1.3;
324
	}
324
	}
Line 514... Line 514...
514
				<th rowspan="2">Code</th>
514
				<th rowspan="2">Code</th>
515
				<th rowspan="2">Status</th>
515
				<th rowspan="2">Status</th>
516
				<th rowspan="2" style="background:#c0392b;">Delay</th>
516
				<th rowspan="2" style="background:#c0392b;">Delay</th>
517
				<th colspan="4" style="background:#8e44ad;"><span class="section-header">LOI Process</span></th>
517
				<th colspan="4" style="background:#8e44ad;"><span class="section-header">LOI Process</span></th>
518
				<th colspan="4" style="background:#2471a3;"><span class="section-header">Onboarding</span></th>
518
				<th colspan="4" style="background:#2471a3;"><span class="section-header">Onboarding</span></th>
519
				<th colspan="8" style="background:#1e8449;"><span class="section-header">Store Setup</span></th>
519
				<th colspan="9" style="background:#1e8449;"><span class="section-header">Store Setup</span></th>
520
				<th colspan="3" style="background:#d35400;"><span class="section-header">Launch</span></th>
520
				<th colspan="3" style="background:#d35400;"><span class="section-header">Launch</span></th>
521
			</tr>
521
			</tr>
522
			<tr>
522
			<tr>
523
				<!-- LOI Process -->
523
				<!-- LOI Process -->
524
				<th style="background:#9b59b6;">LOI Form</th>
524
				<th style="background:#9b59b6;">LOI Form</th>
Line 535... Line 535...
535
				<th style="background:#27ae60;">WOD</th>
535
				<th style="background:#27ae60;">WOD</th>
536
				<th style="background:#27ae60;">Fin Code</th>
536
				<th style="background:#27ae60;">Fin Code</th>
537
				<th style="background:#27ae60;">WOD-Fin Mapping</th>
537
				<th style="background:#27ae60;">WOD-Fin Mapping</th>
538
				<th style="background:#27ae60;">Branding</th>
538
				<th style="background:#27ae60;">Branding</th>
539
				<th style="background:#27ae60;">Full Stock</th>
539
				<th style="background:#27ae60;">Full Stock</th>
-
 
540
				<th style="background:#27ae60;">Agreement E-Sign</th>
540
				<th style="background:#27ae60;">PO Creation</th>
541
				<th style="background:#27ae60;">PO Creation</th>
541
				<th style="background:#27ae60;">PO Approval</th>
542
				<th style="background:#27ae60;">PO Approval</th>
542
				<!-- Launch -->
543
				<!-- Launch -->
543
				<th style="background:#e67e22;">Billing</th>
544
				<th style="background:#e67e22;">Billing</th>
544
				<th style="background:#e67e22;">Inauguration</th>
545
				<th style="background:#e67e22;">Inauguration</th>
Line 661... Line 662...
661
							#else
662
							#else
662
								<td style="color:#ccc;">-</td>
663
								<td style="color:#ccc;">-</td>
663
							#end
664
							#end
664
						#end
665
						#end
665
					#else
666
					#else
666
						#foreach($i in [1..19])
667
						#foreach($i in [1..20])
667
							<td style="color:#ccc;">-</td>
668
							<td style="color:#ccc;">-</td>
668
						#end
669
						#end
669
					#end
670
					#end
670
				</tr>
671
				</tr>
671
				#end
672
				#end