205 lines
12 KiB
HTML
205 lines
12 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
@@include("partials/title-meta.html", {"title": "Invoice"})
|
|
|
|
@@include('./partials/head-css.html')
|
|
|
|
</head>
|
|
|
|
<body class="loading">
|
|
|
|
<!-- Begin page -->
|
|
<div id="wrapper">
|
|
|
|
@@include('./partials/left-sidebar.html')
|
|
|
|
<!-- ============================================================== -->
|
|
<!-- Start Page Content here -->
|
|
<!-- ============================================================== -->
|
|
|
|
<div class="content-page">
|
|
<div class="content">
|
|
|
|
@@include('./partials/topbar.html')
|
|
|
|
<!-- Start Content-->
|
|
<div class="container-fluid">
|
|
|
|
<!-- start page title -->
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="page-title-box">
|
|
<h4 class="page-title">Invoice</h4>
|
|
<div class="page-title-right">
|
|
<ol class="breadcrumb m-0">
|
|
<li class="breadcrumb-item"><a href="javascript: void(0);">Minton</a></li>
|
|
<li class="breadcrumb-item"><a href="javascript: void(0);">Extras</a></li>
|
|
<li class="breadcrumb-item active">Invoice</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end page title -->
|
|
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<!-- Logo & title -->
|
|
<div class="clearfix">
|
|
<div class="float-left">
|
|
<img src="../assets/images/logo-dark.png" alt="" height="20">
|
|
</div>
|
|
<div class="float-right">
|
|
<h4 class="m-0 d-print-none">Invoice</h4>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<div class="mt-3">
|
|
<p><b>Hello, Stanley Jones</b></p>
|
|
<p class="text-muted">Thanks a lot because you keep purchasing our products. Our company
|
|
promises to provide high quality products for you as well as outstanding
|
|
customer service for every transaction. </p>
|
|
</div>
|
|
|
|
</div><!-- end col -->
|
|
<div class="col-md-4 offset-md-2">
|
|
<div class="mt-3 float-right">
|
|
<p class="m-b-10"><strong>Order Date : </strong> <span class="float-right"> Jan 17, 2019</span></p>
|
|
<p class="m-b-10"><strong>Order Status : </strong> <span class="float-right"><span class="badge badge-danger">Unpaid</span></span></p>
|
|
<p class="m-b-10"><strong>Order No. : </strong> <span class="float-right">000013 </span></p>
|
|
</div>
|
|
</div><!-- end col -->
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
<div class="row mt-3">
|
|
<div class="col-sm-6">
|
|
<h5>Billing Address</h5>
|
|
<address>
|
|
Stanley Jones<br>
|
|
795 Folsom Ave, Suite 600<br>
|
|
San Francisco, CA 94107<br>
|
|
<abbr title="Phone">P:</abbr> (123) 456-7890
|
|
</address>
|
|
</div> <!-- end col -->
|
|
|
|
<div class="col-sm-6">
|
|
<h5>Shipping Address</h5>
|
|
<address>
|
|
Stanley Jones<br>
|
|
795 Folsom Ave, Suite 600<br>
|
|
San Francisco, CA 94107<br>
|
|
<abbr title="Phone">P:</abbr> (123) 456-7890
|
|
</address>
|
|
</div> <!-- end col -->
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="table-responsive">
|
|
<table class="table mt-4 table-centered">
|
|
<thead>
|
|
<tr><th>#</th>
|
|
<th>Item</th>
|
|
<th style="width: 10%">Hours</th>
|
|
<th style="width: 10%">Hours Rate</th>
|
|
<th style="width: 10%" class="text-right">Total</th>
|
|
</tr></thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>
|
|
<b>Web Design</b> <br/>
|
|
2 Pages static website - my website
|
|
</td>
|
|
<td>22</td>
|
|
<td>$30</td>
|
|
<td class="text-right">$660.00</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>
|
|
<b>Software Development</b> <br/>
|
|
Invoice editor software - AB'c Software
|
|
</td>
|
|
<td>112.5</td>
|
|
<td>$35</td>
|
|
<td class="text-right">$3937.50</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</div> <!-- end table-responsive -->
|
|
</div> <!-- end col -->
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
<div class="row">
|
|
<div class="col-sm-6">
|
|
<div class="clearfix pt-5">
|
|
<h6 class="text-muted">Notes:</h6>
|
|
|
|
<small class="text-muted">
|
|
All accounts are to be paid within 7 days from receipt of
|
|
invoice. To be paid by cheque or credit card or direct payment
|
|
online. If account is not paid within 7 days the credits details
|
|
supplied as confirmation of work undertaken will be charged the
|
|
agreed quoted fee noted above.
|
|
</small>
|
|
</div>
|
|
</div> <!-- end col -->
|
|
<div class="col-sm-6">
|
|
<div class="float-right">
|
|
<p><b>Sub-total:</b> <span class="float-right">$4597.50</span></p>
|
|
<p><b>Discount (10%):</b> <span class="float-right"> $459.75</span></p>
|
|
<h3>$4137.75 USD</h3>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
</div> <!-- end col -->
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
<div class="mt-4 mb-1">
|
|
<div class="text-right d-print-none">
|
|
<a href="javascript:window.print()" class="btn btn-primary waves-effect waves-light mr-1"><i class="mdi mdi-printer mr-1"></i> Print</a>
|
|
<a href="#" class="btn btn-success waves-effect waves-light">Submit</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> <!-- end card -->
|
|
</div> <!-- end col -->
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
</div> <!-- container -->
|
|
|
|
</div> <!-- content -->
|
|
|
|
@@include('./partials/footer.html')
|
|
|
|
</div>
|
|
|
|
<!-- ============================================================== -->
|
|
<!-- End Page content -->
|
|
<!-- ============================================================== -->
|
|
|
|
|
|
</div>
|
|
<!-- END wrapper -->
|
|
|
|
@@include('./partials/right-sidebar.html')
|
|
|
|
<!-- Vendor js -->
|
|
<script src="../assets/js/vendor.min.js"></script>
|
|
|
|
<!-- App js -->
|
|
<script src="../assets/js/app.min.js"></script>
|
|
|
|
</body>
|
|
</html> |