| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- {*
- **********************************************************
- * Developed by: Team Theme Metro
- * Website: http://www.thememetro.com
- **********************************************************
- *}
- {if $themesettings.clientarea.viandq eq "outer-layout"}
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="{$charset}" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>{$companyname} - {$LANG.quotenumber}{$id}</title>
-
- {include file="templates/$template/includes/head.tpl"}
- </head>
- <body {if $themesettings.customcolors.darkmode == '1'} class="dark-mode{if $themesettings.customcolors.dmimggs != '1'} gray_logos{/if}"{/if} style="margin: 0;">
- {else}
- {include file="{$template}/header.tpl"}
- {/if}
-
- <div {if $themesettings.clientarea.viandq eq "outer-layout"}class="container" style="margin: 15px auto;"{/if}>
- {if $invalidQuoteIdRequested}
- {include file="$template/includes/panel.tpl" type="danger" headerTitle=$LANG.error bodyContent=$LANG.invoiceserror bodyTextCenter=true}
- {else}
- <div class="row">
- <div class="col-lg-9">
- <div class="TM-card quote{if $themesettings.customcolors.darkmode != '1'}{if $themesettings.clientarea.viandqbg neq ""} {$themesettings.clientarea.viandqbg}{/if}{/if}" style="padding: 45px 30px;">
- {if $agreetosrequired}
- {include file="$template/includes/panel.tpl" type="danger" headerTitle=$LANG.error bodyContent=$LANG.ordererroraccepttos bodyTextCenter=true}
- {/if}
-
- <div class="company-logo">
- {if $themesettings.general.enablelogo}
- <img src="{$themesettings.general.logourl}" alt="{$companyname}" class="logo-light img-responsive" />
- {if $themesettings.general.darklogo}
- <img src="{$themesettings.general.darklogo}" alt="{$companyname}" class="logo-dark img-responsive" />
- {else}
- <h2 class="logo-dark">{$companyname}</h2>
- {/if}
- {else}
- <h2 class="logo-light">{$companyname}</h2>
- {/if}
- </div>
-
- <div class="section">
- <div class="quote-info">
- <div class="quote-title">
- <span class="title"> {$LANG.quotenumber}{$id}
- {if $stage eq "Delivered"}
- <span class="invoice-status label label-lg label-success">{$LANG.quotestagedelivered}</span>
- {elseif $stage eq "Accepted"}
- <span class="invoice-status label label-lg label-success">{$LANG.quotestageaccepted}</span>
- {elseif $stage eq "On Hold"}
- <span class="invoice-status label label-lg label-warning">{$LANG.quotestageonhold}</span>
- {elseif $stage eq "Lost"}
- <span class="invoice-status label label-lg label-danger">{$LANG.quotestagelost}</span>
- {elseif $stage eq "Dead"}
- <span class="invoice-status label label-lg label-danger">{$LANG.quotestagedead}</span>
- {/if}
- </span>
- </div>
- <div class="quote-date">
- <div class="pull-right">
- <div class="text-right">
- <strong>{$LANG.quotedatecreated}</strong><br />
- <span class="text-muted">{$datecreated}</span>
- </div>
- <div class="text-right">
- <strong>{$LANG.quotevaliduntil}</strong><br />
- <span class="text-muted">{$validuntil}</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="section">
- <div class="row">
- <div class="col-sm-7">
- <h4>{$LANG.quoterecipient}</h4>
- <address>
- {if $clientsdetails.companyname}{$clientsdetails.companyname}<br />{/if}
- {$clientsdetails.firstname} {$clientsdetails.lastname}<br />
- {$clientsdetails.address1}, {$clientsdetails.address2}<br />
- {$clientsdetails.city}, {$clientsdetails.state}, {$clientsdetails.postcode}<br />
- {$clientsdetails.country}
- {if $customfields}
- <br /><br />
- {foreach from=$customfields item=customfield}
- {$customfield.fieldname}: {$customfield.value}<br />
- {/foreach}
- {/if}
- </address>
- </div>
- <div class="col-sm-5">
- <h4>{$LANG.invoicespayto}</h4>
- <address>
- {$payto}
- </address>
- </div>
- </div>
- </div>
- {if $proposal}
- <div class="section">
- <h4>{$LANG.quoteproposal}</h4>
- <div class="well">
- {$proposal}
- </div>
- </div>
- {/if}
- <div class="section">
- <h4>{$LANG.quotelineitems}</h4>
- <div class="table-responsive">
- <table class="table table-hover">
- <thead>
- <tr>
- <th>{$LANG.invoicesdescription}</th>
- <th class="text-right">{$LANG.quotediscountheading}</th>
- <th width="20%" class="text-center">{$LANG.invoicesamount}</th>
- </tr>
- </thead>
- <tbody>
- {foreach from=$quoteitems item=item}
- <tr>
- <td>{$item.description}{if $item.taxed} *{/if}</td>
- <td class="total-row text-right"><strong>{if $item.discountpc > 0}{$item.discount} ({$item.discountpc}%){else} - {/if}</strong></td>
- <td class="text-center">{$item.amount}</td>
- </tr>
- {/foreach}
- <tr class="sub-total-row first">
- <td></td>
- <td class="total-row text-right"><strong>{$LANG.invoicessubtotal}</strong></td>
- <td class="text-center">{$subtotal}</td>
- </tr>
- {if $taxrate}
- <tr class="sub-total-row">
- <td></td>
- <td class="total-row text-right"><strong>{$taxrate}% {$taxname}</strong></td>
- <td class="text-center">{$tax}</td>
- </tr>
- {/if}
- {if $taxrate2}
- <tr class="sub-total-row">
- <td></td>
- <td class="total-row text-right"><strong>{$taxrate2}% {$taxname2}</strong></td>
- <td class="text-center">{$tax2}</td>
- </tr>
- {/if}
- <tr class="sub-total-row active">
- <td></td>
- <td class="total-row text-right"><strong>{$LANG.quotelinetotal}</strong></td>
- <td class="text-center">{$total}</td>
- </tr>
- </tbody>
- </table>
- </div>
- {if $taxrate}
- <p class="text-muted">* {$LANG.invoicestaxindicator}</p>
- {/if}
- </div>
- {if $notes}
- <div class="section">
- <h4>{$LANG.invoicesnotes}</h4>
- <div class="well">
- {$notes}
- </div>
- </div>
- {/if}
- </div>
-
- </div>
-
-
- <div class="col-lg-3 sidebar d-print-none">
- {if $stage eq "Delivered" || $stage eq "On Hold"}
- <div menuitemname="Client Details" class="panel panel-sidebar panel-invoice-info">
- <div class="panel-body">
- <div class="total">
- <span class="total-text">{$LANG.quotelinetotal}</span>
- <span class="total-price">{$total}</span>
- </div>
- <button type="button" class="btn btn-primary btn-block" {if $stage neq "Delivered" && $stage neq "On Hold"}disabled{/if} data-toggle="modal" data-target="#acceptQuoteModal">
- {$LANG.quoteacceptbtn}
- </button>
- </div>
- </div>
- {/if}
- <div menuitemname="Client Details" class="panel panel-sidebar">
- <div class="panel-heading">
- <h3 class="panel-title">
- <i class="fas fa-location-arrow"></i> {$LANG.actions}<i class="fas fa-chevron-up panel-minimise pull-right"></i>
- </h3>
- </div>
- <div class="list-group">
- <a href="javascript:window.print()" class="list-group-item list-group-item-action"><i class="fas fa-print fa-fw"></i> {$LANG.print}</a>
- <a href="dl.php?type=q&id={$quoteid}" class="list-group-item list-group-item-action"><i class="fas fa-download fa-fw"></i> {$LANG.invoicesdownload}</a>
- <a href="clientarea.php?action=quotes" class="list-group-item list-group-item-action"><i class="fas fa-chevron-double-left fa-fw"></i> {$LANG.goback}</a>
- </div>
- </div>
- </div>
-
-
- </div>
- {/if}
- </div>
- <form method="post" action="viewquote.php?id={$quoteid}&action=accept">
- <div class="modal fade" id="acceptQuoteModal">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"><i class="fas fa-times"></i></span></button>
- <h4 class="modal-title">{$LANG.quoteacceptbtn}</h4>
- </div>
- <div class="modal-body">
- <p>{$LANG.quoteacceptagreetos}</p>
- <p class="text-center">
- <label class="checkbox-inline">
- <input type="checkbox" name="agreetos" />
- {$LANG.ordertosagreement} <a href="{$tosurl}" target="_blank">{$LANG.ordertos}</a>
- </label>
- </p>
- <p>{$LANG.quoteacceptcontractwarning}</p>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">{$LANG.cancel}</button>
- <button type="submit" class="btn btn-primary">{$LANG.quoteacceptbtn}</button>
- </div>
- </div>
- </div>
- </div>
- </form>
- {if $themesettings.clientarea.viandq eq "outer-layout"}
- </body>
- </html>
- {else}
- {include file="{$template}/footer.tpl"}
- {/if}
|