Change In Cashbook
This commit is contained in:
parent
a672733fc3
commit
0575d918e2
@ -130,7 +130,7 @@ collection:{container:"DTTT_dropdown dropdown-menu",buttons:{normal:"",disabled:
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
<div>
|
<div>
|
||||||
<section class="content-header">
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
|
|||||||
@ -2866,7 +2866,7 @@ function populateValueMainFormForDeleteItem(rowid)
|
|||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<form>
|
<form>
|
||||||
<div class="modal-content" style="width:1000px;">
|
<div class="modal-content" style="width:1000px;">
|
||||||
<div class="modal-header" style="background-color: #3c8dbc;color:#fff;">
|
<div class="modal-header" style="background-color: #5d0411;color:#fff;">
|
||||||
|
|
||||||
<center><h4>Edit Service Purchase Order Item </h4></center>
|
<center><h4>Edit Service Purchase Order Item </h4></center>
|
||||||
</div>
|
</div>
|
||||||
@ -3189,7 +3189,7 @@ function populateValueMainFormForDeleteItem(rowid)
|
|||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<form>
|
<form>
|
||||||
<div class="modal-content" style="width:1150px;">
|
<div class="modal-content" style="width:1150px;">
|
||||||
<div class="modal-header" style="background-color: #3c8dbc;color:#fff;">
|
<div class="modal-header" style="background-color: #5d0411;color:#fff;">
|
||||||
<center><h4>Edit Revenue Purchase Order Line Item </h4></center>
|
<center><h4>Edit Revenue Purchase Order Line Item </h4></center>
|
||||||
</div>
|
</div>
|
||||||
<div align="left">
|
<div align="left">
|
||||||
@ -3562,7 +3562,7 @@ function populateValueMainFormForDeleteItem(rowid)
|
|||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<form>
|
<form>
|
||||||
<div class="modal-content" style="width:1060px;">
|
<div class="modal-content" style="width:1060px;">
|
||||||
<div class="modal-header" style="background-color: #3c8dbc;color:#fff;">
|
<div class="modal-header" style="background-color: #5d0411;color:#fff;">
|
||||||
<center><h4>Select Revenue Purchase Order Line Item </h4></center>
|
<center><h4>Select Revenue Purchase Order Line Item </h4></center>
|
||||||
</div>
|
</div>
|
||||||
<div align="left">
|
<div align="left">
|
||||||
@ -3898,7 +3898,7 @@ function populateValueMainFormForDeleteItem(rowid)
|
|||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<form>
|
<form>
|
||||||
<div class="modal-content" style="width:1000px;">
|
<div class="modal-content" style="width:1000px;">
|
||||||
<div class="modal-header" style="background-color: #3c8dbc;color:#fff;">
|
<div class="modal-header" style="background-color: #5d0411;color:#fff;">
|
||||||
<center><h4>Add Service Purchase Order Item </h4></center>
|
<center><h4>Add Service Purchase Order Item </h4></center>
|
||||||
</div>
|
</div>
|
||||||
<div align="left">
|
<div align="left">
|
||||||
@ -4200,7 +4200,7 @@ function populateValueMainFormForDeleteItem(rowid)
|
|||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<form>
|
<form>
|
||||||
<div class="modal-content" style="width:900px;">
|
<div class="modal-content" style="width:900px;">
|
||||||
<div class="modal-header" style="background-color: #3c8dbc;color:#fff;">
|
<div class="modal-header" style="background-color: #5d0411;color:#fff;">
|
||||||
|
|
||||||
<center><h4>Add Import Purchase Order Item </h4></center>
|
<center><h4>Add Import Purchase Order Item </h4></center>
|
||||||
</div>
|
</div>
|
||||||
@ -4701,7 +4701,7 @@ function populateValueMainFormForDeleteItem(rowid)
|
|||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<form>
|
<form>
|
||||||
<div class="modal-content" style="width:900px;">
|
<div class="modal-content" style="width:900px;">
|
||||||
<div class="modal-header" style="background-color: #3c8dbc;color:#fff;">
|
<div class="modal-header" style="background-color: #5d0411;color:#fff;">
|
||||||
|
|
||||||
<center><h4>Add Capital Purchase Order Item </h4></center>
|
<center><h4>Add Capital Purchase Order Item </h4></center>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="<?php echo base_url()?>assets/lightswitch/lightswitch/lib/jquery.tabletojson.js"></script>
|
<script src="<?php echo base_url()?>assets/lightswitch/lightswitch/lib/jquery.tabletojson.js"></script>
|
||||||
<script src="<?php echo base_url()?>assets/lightswitch/lightswitch/lib/jquery.tabletojson.min.js"></script>
|
<script src="<?php echo base_url()?>assets/lightswitch/lightswitch/lib/jquery.tabletojson.min.js"></script>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
@ -103,9 +100,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/html" id="addList">
|
<script type="text/html" id="addList">
|
||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
<td align="left"><%=AccountCodeType%></td>
|
<td align="left"><%=AccountCodeType%></td>
|
||||||
@ -116,7 +110,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var index = '1';
|
var index = '1';
|
||||||
var localcodes =[];
|
var localcodes =[];
|
||||||
$('#Add').click(function(){
|
$('#Add').click(function(){
|
||||||
|
|||||||
@ -44,7 +44,7 @@ if(!empty($monthlyincreport))
|
|||||||
|
|
||||||
|
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="col-md-10 col-md-offset-1">
|
||||||
<div id="panel-quick-actions" class="panel panel-default quick-actions">
|
<div id="panel-quick-actions" class="panel panel-default quick-actions">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<center><b>Monthly Payments</b></center>
|
<center><b>Monthly Payments</b></center>
|
||||||
|
|||||||
@ -32,7 +32,7 @@ if(!empty($Indiancurrency))
|
|||||||
|
|
||||||
|
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="col-md-10 col-md-offset-1">
|
||||||
<div id="panel-quick-actions" class="panel panel-default quick-actions">
|
<div id="panel-quick-actions" class="panel panel-default quick-actions">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<center><b>Yearly Payments</b></center>
|
<center><b>Yearly Payments</b></center>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user