Пример #1
0
									<div class="the-box no-border bg-info no-margin full">
										<div id="morris-widget-1" style="height: 250px;"></div>
									</div><!-- the-box no-border bg-info no-margin full -->
								</div><!-- /.the-box no-border .full -->
							</div><!-- /.the-box no-border .full -->

							
						</div><!-- /.col-sm-8 -->
						<div class="col-lg-4">
							<!-- BEGIN WEATHER WIDGET 3 -->
							<div class="the-box bg-primary no-border">
							<h4 class="small-title">ADD OPENING BALANCE</h4>
								<?php 
$openingbalance = new openingbalance();
if (isset($_POST['add_balance'])) {
    $results = $openingbalance->insert_open_balance($_POST);
    if ($results) {
        echo '<div class="alert alert-success alert-bold-border square fade in alert-dismissable">
											  <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
											  <strong>Opening Balance Add Sucessfully</strong>
											</div>';
    } else {
        echo '<div class="alert alert-danger alert-bold-border square fade in alert-dismissable">
											  <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
											  <strong>ERROR</strong>
											</div>';
    }
}
?>
								<form id="ExampleBootstrapValidationForm" method="post" action="" >
								  <div class="form-group noMarginBottom">