[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5994] branches/1.3



Revision: 5994
          http://sourceforge.net/p/ledger-smb/code/5994
Author:   pongracz
Date:     2013-08-30 12:30:24 +0000 (Fri, 30 Aug 2013)
Log Message:
-----------
Implementing new field for bank accounts on customer/vendor/employee forms, called Remark. This is for storing additional information for every bank accounts. Use case: if a vendor has more than one account, it needs to be know, where to send payment. One could be the default, one for USD, one for EUR only etc. So, you can write notes for every bank accounts. Otpional. Tested on 1.3.35, upgrade went fine.

Modified Paths:
--------------
    branches/1.3/LedgerSMB/DBObject/Company.pm
    branches/1.3/LedgerSMB/DBObject/Employee.pm
    branches/1.3/LedgerSMB/IR.pm
    branches/1.3/LedgerSMB/IS.pm
    branches/1.3/LedgerSMB/RP.pm
    branches/1.3/LedgerSMB/ScriptLib/Company.pm
    branches/1.3/UI/Contact/contact.html
    branches/1.3/UI/Vendor/vendor.html
    branches/1.3/UI/employee.html
    branches/1.3/scripts/employee.pl
    branches/1.3/sql/Pg-database.sql
    branches/1.3/sql/modules/Company.sql
    branches/1.3/sql/modules/Fixes.sql
    branches/1.3/t/data/04-complex_template.html

Property Changed:
----------------
    branches/1.3/LedgerSMB/DBObject/Company.pm
    branches/1.3/LedgerSMB/DBObject/Employee.pm
    branches/1.3/LedgerSMB/IR.pm
    branches/1.3/LedgerSMB/IS.pm
    branches/1.3/LedgerSMB/RP.pm
    branches/1.3/LedgerSMB/ScriptLib/Company.pm
    branches/1.3/UI/Contact/
    branches/1.3/UI/Contact/contact.html
    branches/1.3/UI/Vendor/vendor.html
    branches/1.3/UI/employee.html
    branches/1.3/scripts/employee.pl
    branches/1.3/sql/Pg-database.sql
    branches/1.3/sql/modules/Company.sql
    branches/1.3/sql/modules/Fixes.sql
    branches/1.3/t/data/04-complex_template.html

Modified: branches/1.3/LedgerSMB/DBObject/Company.pm
===================================================================
--- branches/1.3/LedgerSMB/DBObject/Company.pm	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/LedgerSMB/DBObject/Company.pm	2013-08-30 12:30:24 UTC (rev 5994)
@@ -483,6 +483,7 @@
 entity_id 
 bic (bank id)
 iban (account number)
+remark (remark for the account, optional)
 bank_account_id (id for record, optional)
 
 =cut


Property changes on: branches/1.3/LedgerSMB/DBObject/Company.pm
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T10:55:35.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Modified: branches/1.3/LedgerSMB/DBObject/Employee.pm
===================================================================
--- branches/1.3/LedgerSMB/DBObject/Employee.pm	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/LedgerSMB/DBObject/Employee.pm	2013-08-30 12:30:24 UTC (rev 5994)
@@ -171,7 +171,7 @@
 
 Saves a bank account to an employee.
 
-Standard inputs (entity_id, iban, bic)
+Standard inputs (entity_id, iban, bic, remark)
 
 =cut
 


Property changes on: branches/1.3/LedgerSMB/DBObject/Employee.pm
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T10:54:24.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Modified: branches/1.3/LedgerSMB/IR.pm
===================================================================
--- branches/1.3/LedgerSMB/IR.pm	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/LedgerSMB/IR.pm	2013-08-30 12:30:24 UTC (rev 5994)
@@ -1514,7 +1514,7 @@
 		       mail_code as zipcode, c.name as country, 
                        pay_to_name as contact, 
                        phone as vendorphone, fax as vendorfax, 
-		       tax_id AS vendortaxnumber, sic_code AS sic, iban, bic,
+		       tax_id AS vendortaxnumber, sic_code AS sic, iban, bic, remark,
 		       -- gifi_accno AS gifi, 
                        startdate, enddate
 		  FROM entity_credit_account eca


Property changes on: branches/1.3/LedgerSMB/IR.pm
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T10:44:38.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Modified: branches/1.3/LedgerSMB/IS.pm
===================================================================
--- branches/1.3/LedgerSMB/IS.pm	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/LedgerSMB/IS.pm	2013-08-30 12:30:24 UTC (rev 5994)
@@ -884,7 +884,7 @@
 		       l.state as state, l.mail_code AS zipcode, 
 		       country.name as country,
 		       '' as contact, '' as customerphone, '' as customerfax,
-		       '' AS customertaxnumber, sic_code AS sic, iban, 
+		       '' AS customertaxnumber, sic_code AS sic, iban, remark,
  		       bic,eca.startdate,eca.enddate
 		  FROM company cm
 		  JOIN entity e ON (cm.entity_id = e.id)


Property changes on: branches/1.3/LedgerSMB/IS.pm
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T10:45:04.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Modified: branches/1.3/LedgerSMB/RP.pm
===================================================================
--- branches/1.3/LedgerSMB/RP.pm	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/LedgerSMB/RP.pm	2013-08-30 12:30:24 UTC (rev 5994)
@@ -90,7 +90,7 @@
 		 ORDER BY $form->{sort_col}|;
     my $sth = $dbh->prepare($query) || $form->dberror($query);
     $sth->execute() || $form->dberror($query);
-    @cols = qw(description sold revenue partnumber received expense);
+    @cols = qw(description sold revenue partnumber received expenses);
     while ( $ref = $sth->fetchrow_hashref(NAME_lc) ) {
         $form->db_parse_numeric(sth=>$sth, hashref=>$ref);
         $ref->{net_income} = $ref->{revenue} - $ref->{expenses};


Property changes on: branches/1.3/LedgerSMB/RP.pm
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T12:21:40.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0600
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+0 root
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+0 root
\ No newline at end of property
Modified: branches/1.3/LedgerSMB/ScriptLib/Company.pm
===================================================================
--- branches/1.3/LedgerSMB/ScriptLib/Company.pm	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/LedgerSMB/ScriptLib/Company.pm	2013-08-30 12:30:24 UTC (rev 5994)
@@ -919,6 +919,7 @@
 bank_account_id
 bic
 iban
+remark
 
 =back
 


Property changes on: branches/1.3/LedgerSMB/ScriptLib/Company.pm
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T10:53:55.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Index: branches/1.3/UI/Contact
===================================================================
--- branches/1.3/UI/Contact	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/UI/Contact	2013-08-30 12:30:24 UTC (rev 5994)

Property changes on: branches/1.3/UI/Contact
___________________________________________________________________
Modified: svn:text-time
## -1 +1 ##
-2013-08-29T17:41:34.968044Z
+2013-08-30T10:00:46.060818Z
\ No newline at end of property
Modified: branches/1.3/UI/Contact/contact.html
===================================================================
--- branches/1.3/UI/Contact/contact.html	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/UI/Contact/contact.html	2013-08-30 12:30:24 UTC (rev 5994)
@@ -1049,12 +1049,14 @@
 <tr class="listheading">
 	<th class="bic"><?lsmb text('BIC/SWIFT Code') ?></th>
 	<th class="iban"><?lsmb text('Account Number') ?></th>
+	<th class="remark"><?lsmb text('Remark') ?></th>
 	<th class="actions"><?lsmb text('Actions') ?></th>
 </tr>
 <?lsmb FOREACH ba = bank_account ?>
 <tr>
 	<td class="bic"><?lsmb ba.bic ?></td>
 	<td class="iban"><?lsmb ba.iban ?></td>
+	<td class="remark"><?lsmb ba.remark ?></td>
 	<td class="actions">
 		<a href="<?lsmb script ?>?action=delete_bank_acct&entity_id=<?lsmb
 			entity_id ?>&bank_account_id=<?lsmb ba.id 
@@ -1106,9 +1108,18 @@
 		label = text('Bank Account')
 		name="iban" 
 		value=iban
-		size=20
+		size=30
 	} #' ?>
 	</div>
+	<div>
+	<?lsmb PROCESS input element_data = {
+		type="text" 
+		label = text('Remark')
+		name="remark" 
+		value=remark
+		size=30
+	} #' ?>
+	</div>
 	<div><?lsmb PROCESS button element_data = {
 		name="action" 
 		value="save_bank_account"


Property changes on: branches/1.3/UI/Contact/contact.html
___________________________________________________________________
Modified: svn:text-time
## -1 +1 ##
-2013-08-29T17:41:34.967949Z
+2013-08-30T10:50:19.000000Z
\ No newline at end of property
Modified: svn:unix-mode
## -1 +1 ##
-0600
+0770
\ No newline at end of property
Modified: svn:owner
## -1 +1 ##
-0 root
+33 www-data
\ No newline at end of property
Modified: svn:group
## -1 +1 ##
-0 root
+33 www-data
\ No newline at end of property
Modified: branches/1.3/UI/Vendor/vendor.html
===================================================================
--- branches/1.3/UI/Vendor/vendor.html	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/UI/Vendor/vendor.html	2013-08-30 12:30:24 UTC (rev 5994)
@@ -76,6 +76,10 @@
                 <label for="iban">IBAN:</label>
                 <input id="iban" name="iban" type="textarea" value="<?vendor.iban?>">
             </td>
+            <td>
+                <label for="remark">Remark:</label>
+                <input id="remark" name="remark" type="textarea" value="<?vendor.remark?>">
+            </td>
         </tr>
         
         <tr>
@@ -136,4 +140,4 @@
         </tr>        
     </table>
     </form>
-</div>
\ No newline at end of file
+</div>


Property changes on: branches/1.3/UI/Vendor/vendor.html
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T10:48:24.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Modified: branches/1.3/UI/employee.html
===================================================================
--- branches/1.3/UI/employee.html	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/UI/employee.html	2013-08-30 12:30:24 UTC (rev 5994)
@@ -147,6 +147,12 @@
         <input type="text" maxlength="34" name="iban" value="<?lsmb iban ?>" />
       </span>
     </div>
+    <div class="input_row" id="remark_row">
+      <span class="input_label"><?lsmb text('Remark') ?></span>
+      <span class="input_field">
+        <input type="text" maxlength="34" name="remark" value="<?lsmb remark ?>" />
+      </span>
+    </div>
     <div class="input_row" id="bic_row">
       <span class="input_label"><?lsmb text('BIC') ?></span>
       <span class="input_field">


Property changes on: branches/1.3/UI/employee.html
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T10:58:13.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Modified: branches/1.3/scripts/employee.pl
===================================================================
--- branches/1.3/scripts/employee.pl	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/scripts/employee.pl	2013-08-30 12:30:24 UTC (rev 5994)
@@ -179,6 +179,8 @@
 
 =item iban
 
+=item remark
+
 =back
 
 =cut
@@ -395,7 +397,7 @@
 
 =item save_bank_account
 
-Saves bank account information (bic, iban, id required) and returns to the 
+Saves bank account information (bic, iban, remark, id required) and returns to the 
 edit employee screen
 
 =cut


Property changes on: branches/1.3/scripts/employee.pl
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T10:36:52.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/sql/Pg-database.sql	2013-08-30 12:30:24 UTC (rev 5994)
@@ -819,6 +819,7 @@
     entity_id int not null references entity(id) ON DELETE CASCADE,
     bic varchar,
     iban varchar,
+    remark varchar,
     UNIQUE (id),
     PRIMARY KEY (entity_id, bic, iban)
 );
@@ -833,6 +834,12 @@
 $$ International Bank Account Number.  used to store the actual account number
 for the banking institution.$$;
 
+COMMENT ON COLUMN entity_bank_account.remark IS
+$$ This field contains the notes for an account, like: This is USD account, this one is HUF account, this one is the default account, this account for paying specific taxes. If a $
+$$;
+
+
+
 CREATE TABLE entity_credit_account (
     id serial not null unique,
     entity_id int not null references entity(id) ON DELETE CASCADE,


Property changes on: branches/1.3/sql/Pg-database.sql
___________________________________________________________________
Modified: svn:text-time
## -1 +1 ##
-2013-08-30T07:22:10.000000Z
+2013-08-30T09:56:49.000000Z
\ No newline at end of property
Modified: branches/1.3/sql/modules/Company.sql
===================================================================
--- branches/1.3/sql/modules/Company.sql	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/sql/modules/Company.sql	2013-08-30 12:30:24 UTC (rev 5994)
@@ -929,7 +929,7 @@
 $$ Lists all bank accounts for the entity.$$;
 
 CREATE OR REPLACE FUNCTION eca__save_bank_account
-(in_entity_id int, in_credit_id int, in_bic text, in_iban text,
+(in_entity_id int, in_credit_id int, in_bic text, in_iban text, in_remark text,
 in_bank_account_id int)
 RETURNS int AS
 $$
@@ -937,14 +937,15 @@
 BEGIN
         UPDATE entity_bank_account
            SET bic = in_bic,
-               iban = in_iban
+               iban = in_iban,
+	       remark = in_remark
          WHERE id = in_bank_account_id;
 
         IF FOUND THEN
                 out_id = in_bank_account_id;
         ELSE
-	  	INSERT INTO entity_bank_account(entity_id, bic, iban)
-		VALUES(in_entity_id, in_bic, in_iban);
+	  	INSERT INTO entity_bank_account(entity_id, bic, iban, remark)
+		VALUES(in_entity_id, in_bic, in_iban, in_remark);
 	        SELECT CURRVAL('entity_bank_account_id_seq') INTO out_id ;
 	END IF;
 
@@ -958,26 +959,27 @@
 $$ LANGUAGE PLPGSQL;
 
 COMMENT ON  FUNCTION eca__save_bank_account
-(in_entity_id int, in_credit_id int, in_bic text, in_iban text,
+(in_entity_id int, in_credit_id int, in_bic text, in_iban text, in_remark text,
 in_bank_account_id int) IS
 $$ Saves bank account to the credit account.$$;
 
 CREATE OR REPLACE FUNCTION entity__save_bank_account
-(in_entity_id int, in_bic text, in_iban text, in_bank_account_id int)
+(in_entity_id int, in_bic text, in_iban text, in_remark text, in_bank_account_id int)
 RETURNS int AS
 $$
 DECLARE out_id int;
 BEGIN
         UPDATE entity_bank_account
            SET bic = in_bic,
-               iban = in_iban
+               iban = in_iban,
+	       remark = in_remark
          WHERE id = in_bank_account_id;
 
         IF FOUND THEN
                 out_id = in_bank_account_id;
         ELSE
-	  	INSERT INTO entity_bank_account(entity_id, bic, iban)
-		VALUES(in_entity_id, in_bic, in_iban);
+	  	INSERT INTO entity_bank_account(entity_id, bic, iban, remark)
+		VALUES(in_entity_id, in_bic, in_iban, in_remark);
 	        SELECT CURRVAL('entity_bank_account_id_seq') INTO out_id ;
 	END IF;
 
@@ -986,7 +988,7 @@
 $$ LANGUAGE PLPGSQL;
 
 COMMENT ON FUNCTION entity__save_bank_account
-(in_entity_id int, in_bic text, in_iban text, in_bank_account_id int) IS
+(in_entity_id int, in_bic text, in_iban text, in_remark text, in_bank_account_id int) IS
 $$Saves a bank account to the entity.$$;
 
 CREATE OR REPLACE FUNCTION company__delete_contact


Property changes on: branches/1.3/sql/modules/Company.sql
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T11:04:07.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Modified: branches/1.3/sql/modules/Fixes.sql
===================================================================
--- branches/1.3/sql/modules/Fixes.sql	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/sql/modules/Fixes.sql	2013-08-30 12:30:24 UTC (rev 5994)
@@ -559,3 +559,78 @@
 ALTER TABLE ap ENABLE TRIGGER ALL;
 
 COMMIT;
+
+BEGIN;
+	ALTER TABLE entity_bank_account ADD COLUMN remark varchar;
+	COMMENT ON COLUMN entity_bank_account.remark IS
+$$ This field contains the notes for an account, like: This is USD account, this one is HUF account, this one is the default account, this account for paying specific taxes. If a partner has more than one account, now you are able to write remarks for them.
+$$;
+
+DROP FUNCTION eca__save_bank_account (int, int, text, text, int);
+DROP FUNCTION entity__save_bank_account (int, text, text, int);
+
+CREATE OR REPLACE FUNCTION eca__save_bank_account
+(in_entity_id int, in_credit_id int, in_bic text, in_iban text, in_remark text,
+in_bank_account_id int)
+RETURNS int AS
+$$
+DECLARE out_id int;
+BEGIN
+        UPDATE entity_bank_account
+           SET bic = in_bic,
+               iban = in_iban,
+               remark = in_remark
+         WHERE id = in_bank_account_id;
+
+        IF FOUND THEN   
+                out_id = in_bank_account_id;
+        ELSE
+                INSERT INTO entity_bank_account(entity_id, bic, iban, remark)
+                VALUES(in_entity_id, in_bic, in_iban, in_remark);
+                SELECT CURRVAL('entity_bank_account_id_seq') INTO out_id ;
+        END IF;
+
+        IF in_credit_id IS NOT NULL THEN
+                UPDATE entity_credit_account SET bank_account = out_id
+                WHERE id = in_credit_id;
+        END IF;
+
+        RETURN out_id;
+END;
+$$ LANGUAGE PLPGSQL;
+
+COMMENT ON  FUNCTION eca__save_bank_account
+(in_entity_id int, in_credit_id int, in_bic text, in_iban text, in_remark text,
+in_bank_account_id int) IS
+$$ Saves bank account to the credit account.$$;
+
+CREATE OR REPLACE FUNCTION entity__save_bank_account
+(in_entity_id int, in_bic text, in_iban text, in_remark text, in_bank_account_id int)
+RETURNS int AS
+$$
+DECLARE out_id int;     
+BEGIN   
+        UPDATE entity_bank_account
+           SET bic = in_bic,
+               iban = in_iban,
+               remark = in_remark
+         WHERE id = in_bank_account_id;
+
+        IF FOUND THEN
+                out_id = in_bank_account_id;
+        ELSE   
+                INSERT INTO entity_bank_account(entity_id, bic, iban, remark)
+                VALUES(in_entity_id, in_bic, in_iban, in_remark);
+                SELECT CURRVAL('entity_bank_account_id_seq') INTO out_id ;
+        END IF;
+
+        RETURN out_id;
+END;
+$$ LANGUAGE PLPGSQL;
+
+COMMENT ON FUNCTION entity__save_bank_account
+(in_entity_id int, in_bic text, in_iban text, in_remark text, in_bank_account_id int) IS
+$$Saves a bank account to the entity.$$;
+
+COMMIT;
+


Property changes on: branches/1.3/sql/modules/Fixes.sql
___________________________________________________________________
Modified: svn:text-time
## -1 +1 ##
-2013-08-30T08:17:55.000000Z
+2013-08-30T12:04:50.000000Z
\ No newline at end of property
Modified: branches/1.3/t/data/04-complex_template.html
===================================================================
--- branches/1.3/t/data/04-complex_template.html	2013-08-30 10:42:24 UTC (rev 5993)
+++ branches/1.3/t/data/04-complex_template.html	2013-08-30 12:30:24 UTC (rev 5994)
@@ -556,12 +556,14 @@
 <tr class="listheading">
 	<th class="bic"><?lsmb text('BIC/SWIFT Code') ?></th>
 	<th class="iban"><?lsmb text('Account Number') ?></th>
+	<th class="remark"><?lsmb text('Remark') ?></th>
 	<th class="actions"><?lsmb text('Actions') ?></th>
 </tr>
 <?lsmb FOREACH ba = bank_account ?>
 <tr>
 	<td class="bic"><?lsmb ba.bic ?></td>
 	<td class="iban"><?lsmb ba.iban ?></td>
+	<td class="remark"><?lsmb ba.remark ?></td>
 	<td class="actions">
 		<a href="<?lsmb script ?>?action=edit_bank_acct&entity_id=<?lsmb
 			entity_id ?>&bank_account_id=<?lsmb ba.id ?>"
@@ -602,6 +604,15 @@
 		size=20
 	} #' ?>
 	</div>
+	<div><label for="remark">
+	<?lsmb PROCESS input element_data = {
+		type="text" 
+		label = text('Remark:')
+		name="remark" 
+		value=remark
+		size=20
+	} #' ?>
+	</div>
 	<div><?lsmb PROCESS button element_data = {
 		name="action" 
 		value="save_bank_account"


Property changes on: branches/1.3/t/data/04-complex_template.html
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-30T10:53:29.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0770
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits