pages/leads.php

Code: DEV-9E96E78B Size: 3.2 KB Lines: 58 Path: /home/prodconfig.wenesthosting.com/dev.solargroup.wenest.se/pages/leads.php

Task / Comment

Open report form
        <div class="page-content" id="page-leads">
            <h1 class="page-title">Leads</h1>
            <p class="page-subtitle">Leads från fältsälj och inkommande förfrågningar</p>
            <div class="page-file-strip">
                <a class="page-file-pill" href="/maps/view.php?file=pages/leads.php" target="_blank" rel="noreferrer">leads.php <span class="page-file-code">DEV-9E96E78B</span></a>
                <a class="page-file-pill" href="/maps/view.php?file=js/leads.js" target="_blank" rel="noreferrer">leads.js <span class="page-file-code">DEV-5A4F518B</span></a>
                <a class="page-file-pill" href="/maps/view.php?file=css/leads.css" target="_blank" rel="noreferrer">leads.css <span class="page-file-code">DEV-754301C3</span></a>
            </div>

            <div class="leads-stats" id="leadsStats">
                <div class="leads-stat-card"><span>Totalt</span><strong id="leadsStatTotal">0</strong></div>
                <div class="leads-stat-card"><span>Intresserade</span><strong id="leadsStatInterested">0</strong></div>
                <div class="leads-stat-card"><span>Återbesök</span><strong id="leadsStatCallback">0</strong></div>
                <div class="leads-stat-card"><span>Ej hemma</span><strong id="leadsStatNotHome">0</strong></div>
                <div class="leads-stat-card"><span>Ej intresserad</span><strong id="leadsStatDeclined">0</strong></div>
            </div>

            <div class="leads-toolbar">
                <div class="leads-search-wrap">
                    <input type="text" id="leadsSearchInput" placeholder="Sök namn, adress, telefon eller anteckning...">
                </div>
                <select id="leadsStatusFilter">
                    <option value="all">Alla statusar</option>
                    <option value="interested">Intresserad</option>
                    <option value="callback">Återbesök</option>
                    <option value="not_home">Ej hemma</option>
                    <option value="not_interested">Ej intresserad</option>
                    <option value="kalkyl">Kalkyl</option>
                    <option value="offert">Offert</option>
                </select>
            </div>

            <div class="leads-table-card">
                <div class="leads-table-head">
                    <h2>Leadlista</h2>
                    <div id="leadsResultCount">0 leads</div>
                </div>
                <div class="leads-table-wrap" id="leadsTableWrap">
                    <table class="leads-table">
                        <thead>
                            <tr>
                                <th>Status</th>
                                <th>Kund</th>
                                <th>Adress</th>
                                <th>Telefon</th>
                                <th>Produkt</th>
                                <th>Senast</th>
                                <th>Åtgärd</th>
                            </tr>
                        </thead>
                        <tbody id="leadsTableBody"><tr><td colspan="7" class="leads-empty-row">Inga leads ännu. Checka in i FieldSales för att skapa leads.</td></tr></tbody>
                    </table>
                </div>
            </div>
        </div>

        <!-- KUNDER -->