fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15398] rental: tables for application


From: sigurdne
Subject: [Fmsystem-commits] [15398] rental: tables for application
Date: Mon, 1 Aug 2016 13:24:09 +0000 (UTC)

Revision: 15398
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15398
Author:   sigurdne
Date:     2016-08-01 13:24:09 +0000 (Mon, 01 Aug 2016)
Log Message:
-----------
rental: tables for application

Modified Paths:
--------------
    trunk/rental/setup/tables_current.inc.php
    trunk/rental/setup/tables_update.inc.php
    trunk/rental/templates/base/application.xsl

Modified: trunk/rental/setup/tables_current.inc.php
===================================================================
--- trunk/rental/setup/tables_current.inc.php   2016-08-01 13:18:12 UTC (rev 
15397)
+++ trunk/rental/setup/tables_current.inc.php   2016-08-01 13:24:09 UTC (rev 
15398)
@@ -483,6 +483,8 @@
                                'payment_method' => array('type' => 'int', 
'precision' => '2', 'nullable' => false),
                                'date_start' => array('type' => 'int', 
'precision' => '8', 'nullable' => true),
                                'date_end' => array('type' => 'int', 
'precision' => '8', 'nullable' => true),
+                               'assign_date_start' => array('type' => 'int', 
'precision' => '8', 'nullable' => true),
+                               'assign_date_end' => array('type' => 'int', 
'precision' => '8', 'nullable' => true),
                                'entry_date' => array('type' => 'int', 
'precision' => '8', 'nullable' => true),
                                'identifier' => array('type' => 'int', 
'precision' => '4', 'nullable' => false),
                                'adjustment_type' => array('type' => 'varchar', 
'precision' => '255', 'nullable' => true),

Modified: trunk/rental/setup/tables_update.inc.php
===================================================================
--- trunk/rental/setup/tables_update.inc.php    2016-08-01 13:18:12 UTC (rev 
15397)
+++ trunk/rental/setup/tables_update.inc.php    2016-08-01 13:24:09 UTC (rev 
15398)
@@ -425,6 +425,8 @@
                                                        'payment_method' => 
array('type' => 'int', 'precision' => '2', 'nullable' => false),
                                                        'date_start' => 
array('type' => 'int', 'precision' => '8', 'nullable' => true),
                                                        'date_end' => 
array('type' => 'int', 'precision' => '8', 'nullable' => true),
+                                                       'assign_date_start' => 
array('type' => 'int', 'precision' => '8', 'nullable' => true),
+                                                       'assign_date_end' => 
array('type' => 'int', 'precision' => '8', 'nullable' => true),
                                                        'entry_date' => 
array('type' => 'int', 'precision' => '8', 'nullable' => true),
                                                        'identifier' => 
array('type' => 'int', 'precision' => '4', 'nullable' => false),
                                                        'adjustment_type' => 
array('type' => 'varchar', 'precision' => '255', 'nullable' => true),

Modified: trunk/rental/templates/base/application.xsl
===================================================================
--- trunk/rental/templates/base/application.xsl 2016-08-01 13:18:12 UTC (rev 
15397)
+++ trunk/rental/templates/base/application.xsl 2016-08-01 13:24:09 UTC (rev 
15398)
@@ -323,7 +323,7 @@
                                                        <label>
                                                                <xsl:value-of 
select="$lang_date_start"/>
                                                        </label>
-                                                       <input type="text" 
id="assign_date_start" name="date_start" size="10" 
value="{value_assign_date_start}" readonly="readonly">
+                                                       <input type="text" 
id="assign_date_start" name="assign_date_start" size="10" 
value="{value_assign_date_start}" readonly="readonly">
                                                                <xsl:attribute 
name="data-validation">
                                                                        
<xsl:text>required</xsl:text>
                                                                </xsl:attribute>
@@ -340,7 +340,7 @@
                                                        <label>
                                                                <xsl:value-of 
select="$lang_date_end"/>
                                                        </label>
-                                                       <input type="text" 
id="assign_date_end" name="date_end" size="10" value="{value_assign_date_end}" 
readonly="readonly">
+                                                       <input type="text" 
id="assign_date_end" name="assign_date_end" size="10" 
value="{value_assign_date_end}" readonly="readonly">
                                                                <xsl:attribute 
name="data-validation">
                                                                        
<xsl:text>required</xsl:text>
                                                                </xsl:attribute>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]