diff --git a/application/views/bankcashnew.php b/application/views/bankcashnew.php index fe9ce6f1..0c7b0dda 100644 --- a/application/views/bankcashnew.php +++ b/application/views/bankcashnew.php @@ -218,6 +218,7 @@ else document.getElementById("bamount").innerHTML='Payment Amount:'+bamd+'Rs'; $('#totalamount').val(bamd); document.getElementById("type").innerHTML='Payment Type:'+type; + document.getElementById("bdate").innerHTML='Payment Date:'+cashdate; }); } @@ -245,6 +246,8 @@ else $('#totalamount').val(bamc); document.getElementById("bamount").innerHTML='Payment Amount:'+bamc+'Rs'; document.getElementById("type").innerHTML='Payment Type:'+type; + document.getElementById("bdate").innerHTML='Payment Date:'+cashdate; + }); } @@ -262,15 +265,11 @@ else
-
-

-
Siddharth Industries - Bank Statement(Receipt and Payment)
-

-
+
- Back + Back

@@ -278,26 +277,35 @@ else
+
+

+
Siddharth Industries - Bank Statement(Income and Expenses)
+

+
-
-
-
+ +
+
+ +
+ +
+
+

Payment ID:  

Payment Mode:  Bank

Payment Amount:  

Payment Amount Type:  

+

Payment Amount Date:  

-
-
-
-
- -
+ +
+
Select Account type:

@@ -329,16 +337,18 @@ else
-
+ + +
+ +
+ +
AAA*

- -
- -
Select Supplier: *

@@ -347,6 +357,19 @@ else
+
+
+ Total Amount:*

+ + +
+
+
+ Description:

+ + +
@@ -448,13 +471,9 @@ else
-
-
- Total Amount:* - - -
-
+ + + @@ -465,17 +484,16 @@ else
-
- Description: - - -
+
File Upload: - your image
+
+
+ + +
@@ -483,10 +501,7 @@ else - + diff --git a/application/views/bankdebit.php b/application/views/bankdebit.php index d0be08e0..c614975f 100644 --- a/application/views/bankdebit.php +++ b/application/views/bankdebit.php @@ -35,12 +35,34 @@ foreach($financialyear as $item)
- +
+
+ Back +
-

Bank Debit Report

+

View Purchase

-
+
+
+ + + + + + + + + +

Payment ID:  

+ +

Payment Mode:  Bank

+

Payment Amount:  

+

Payment Amount Date:  

+ + + +
+


@@ -93,19 +115,7 @@ foreach($financialyear as $item)
- - - - - -
-
-

Payment ID:  

- -

Payment Mode:  Bank

-

Payment Amount:  

-
-
+

@@ -214,8 +224,12 @@ foreach($financialyear as $item) var res=localStorage.getItem('test1'); var amount=localStorage.getItem('test'); var debamount=localStorage.getItem('damount'); + var cashdate=localStorage.getItem('cddate'); $('#debitamount').val(localStorage.getItem('test')); document.getElementById("bamount").innerHTML='Payment Amount:'+amount; + document.getElementById("bdate").innerHTML='Payment date:'+cashdate; + + // alert(document.getElementById("bdate").innerHTML='Payment date:'+cashdate); var res1 = res.split(','); var i; $.each(res1, function( index, value ) diff --git a/application/views/bankinvoice.php b/application/views/bankinvoice.php index cfe01110..94aec5b5 100644 --- a/application/views/bankinvoice.php +++ b/application/views/bankinvoice.php @@ -37,13 +37,35 @@ foreach($financialyear as $item)
- +
+
+ Back +
-

Invoice Report

+

view Invoice

-
+ + +
+
+ + + + + + + + +

>Payment ID:  

+

Payment Mode:  Bank

+

Payment Amount:  

+

Payment Amount Date:  

+ + +
+
@@ -82,35 +104,24 @@ foreach($financialyear as $item)
- -
+
+ +
+ value="View Invoice"> -
+




- -
- - - - - - -
-
-

>Payment ID:  

-

Payment Mode:  Bank

-

Payment Amount:  

-
-
-
- +
+ + +
+

@@ -224,7 +235,9 @@ foreach($financialyear as $item) var res=localStorage.getItem('test2'); $('#debitamount').val(localStorage.getItem('tes')); var amount=localStorage.getItem('tes'); + var cashdate=localStorage.getItem('ccdate'); document.getElementById("bamount").innerHTML='Payment Amount:'+amount+'Rs'; + document.getElementById("bdate").innerHTML='Payment Date:'+cashdate; var res1 = res.split(','); var i; $.each(res1, function(index, value) diff --git a/application/views/bankstatement.php b/application/views/bankstatement.php index 41eb2e83..1039a1cb 100644 --- a/application/views/bankstatement.php +++ b/application/views/bankstatement.php @@ -64,6 +64,50 @@ $finyear = $item->financial_year;
+ + +
+ +