コード例 #1
0
<?php

$file = exporting_file_name("calculation_sheet_black_oil") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Trips</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<body>

<div id="page-wrapper" style="min-height: 700px;">
<div class="container-fluid">

<div class="row calculation_sheet_heading_area">
    <div class="col-md-6">
        <div class="col-lg-12"><?php 
echo ucwords($company);
?>
</div>
        <div class="col-lg-12">Calculation Sheet White Oil</div>
        <div class="col-lg-12"><?php 
echo ucwords($contractor);
?>
</div>
コード例 #2
0
<?php

$file = exporting_file_name("balance_sheet") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Balance Sheet <?php 
echo $account_holder;
?>
</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<body>

<style>
    table{
        font-size: 12px;
    }
    .multiple_entites{
        border-bottom: 1px dashed lightgray;
    }
</style>
<div id="page-wrapper" style="min-height: 700px;">
    <div class="container-fluid">
        <div class="row">
コード例 #3
0
<?php

$file = exporting_file_name("tankers_ledger") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Tanker Ledger</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<style>
    .white-popup {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 1000px;
        margin: 20px auto;
    }
    table{
        font-size: <?php 
echo $font_size;
?>
;
    }
    table td, th{
コード例 #4
0
<?php

$file = exporting_file_name("Fuel Report") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Fuel Report</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<body>

<style>
    .trips-table{
        <?php 
$font_size = $this->settings_model->system_settings('printing font size');
?>
        font-size: <?php 
echo $font_size;
?>
;
    }
    table th, td{
        padding: 5px;
    }
    .multiple_entites{
コード例 #5
0
<?php

$file = exporting_file_name("manage_accounts") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Accounts</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<body>
<style>
    table{
        font-size: <?php 
echo $font_size;
?>
;
    }
    table td, th{
        padding: 5px;
    }
    .multiple_entites{
       border-bottom: 1px dashed lightgray;
    }
</style>
<div id="page-wrapper" style="min-height: 700px;">
コード例 #6
0
<?php

$file = exporting_file_name("trial_balance") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Trial Balance</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<body>
<style>
    table{
        font-size: 12px;
    }
    .multiple_entites{
        border-bottom: 1px dashed lightgray;
    }
</style>
<div id="page-wrapper" style="min-height: 700px;">
    <div class="container-fluid">
        <div class="row">
            <div class="col-lg-12 text-center" style="font-weight: bold;">
                <br>
                Trial Balance<br>
            </div>
コード例 #7
0
<?php

$file = exporting_file_name("Trips") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Trips</title>
</head>
<body>

<style>
    .trips-table{
        font-size: <?php 
echo $font_size;
?>
;
    }
    table th, td{
        padding: 5px;
    }
    .multiple_entites{
        border-bottom: 1px dashed lightgray;
    }
</style>
<div id="page-wrapper" style="min-height: 700px;">
    <div class="container-fluid">

        <div class="row">
コード例 #8
0
<?php 
$file = exporting_file_name("tanker_income_statement") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<style>
    .white-popup {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 1000px;
        margin: 20px auto;
    }
    table{
        font-size: <?php 
echo $font_size;
?>
;
    }
    table td, th{
        padding: 5px;
コード例 #9
0
<?php

$file = exporting_file_name("customer_reports") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Customer Reports</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<body>
<style>
    table{
        font-size: 12px;
    }
</style>
<div id="page-wrapper" style="min-height: 700px;">
    <div class="container-fluid">
        <table class="table">
            <tr style="color: green;">
                <td colspan=>
                    <b>Date:</b> <?php 
echo $from_date;
?>
 / <?php 
echo $to_date;
コード例 #10
0
<?php

$file = exporting_file_name("journal") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Journal <?php 
echo $account_holder;
?>
</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<body>

<style>
    table{
        font-size: 12px;
    }
    table{
        font-size: 12px;
    }
    .search-table2 input, .search-table2 select{
        width:100%;
    }
    .search-table2 input, .search-table2 select{
コード例 #11
0
<?php

$file = exporting_file_name("ledger") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Ledger <?php 
echo $account_holder;
?>
</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
</head>
<style>
    .white-popup {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 1000px;
        margin: 20px auto;
    }
    table{
        font-size: <?php 
echo $font_size;
?>
コード例 #12
0
<?php

$file = exporting_file_name("company_reports") . ".xls";
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename={$file}");
?>

<html>
<head>
    <title>Company Reports</title>
    <link href="<?php 
echo css();
?>
bootstrap.min.css" rel="stylesheet">
    <style>
        .multiple_entites{
            border-bottom: 1px dashed lightgray;
        }
    </style>
</head>
<body>
<style>
    table{
        font-size: 12px;
    }
</style>
<div id="page-wrapper" style="min-height: 700px;">
    <div class="container-fluid">

        <table class="table">
            <tr style="color: green;">