Commit 98cf3b56 authored by Aurel's avatar Aurel

2007-11-06 aurel

* add issue date on check operation line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17413 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 692f2465
...@@ -41,6 +41,9 @@ ...@@ -41,6 +41,9 @@
<portal_type id="Check Model Type Variation"> <portal_type id="Check Model Type Variation">
<item>Amount</item> <item>Amount</item>
</portal_type> </portal_type>
<portal_type id="Check Operation Line">
<item>CheckOperationLineDate</item>
</portal_type>
<portal_type id="Checkbook"> <portal_type id="Checkbook">
<item>Arrow</item> <item>Arrow</item>
<item>VariationRange</item> <item>VariationRange</item>
......
##############################################################################
#
# Copyright (c) 2002-2007 Nexedi SARL and Contributors. All Rights Reserved.
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
# consequences resulting from its eventual inadequacies and bugs
# End users who are looking for a ready-to-use solution with commercial
# garantees and support are strongly adviced to contract a Free Software
# Service Company
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
##############################################################################
class CheckOperationLineDate:
"""
CheckOperationLineDate properties for all ERP5 objects
"""
_properties = (
{'id' : 'issue_date',
'description' : 'a issue date',
'type' : 'date',
'mode' : 'w'
},
)
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_start_date</string> <string>my_issue_date</string>
<string>my_stop_date</string> <string>my_stop_date</string>
</list> </list>
</value> </value>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_start_date</string> </value> <value> <string>my_issue_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -288,6 +288,14 @@ ...@@ -288,6 +288,14 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>input_order</string> </key> <key> <string>input_order</string> </key>
<value> <string>dmy</string> </value> <value> <string>dmy</string> </value>
...@@ -298,7 +306,7 @@ ...@@ -298,7 +306,7 @@
</item> </item>
<item> <item>
<key> <string>required</string> </key> <key> <string>required</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>start_datetime</string> </key> <key> <string>start_datetime</string> </key>
......
...@@ -518,7 +518,7 @@ ...@@ -518,7 +518,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Account Number</string> </value> <value> <string>Debit Account Number</string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>truncate</string> </key>
......
2007-11-06 aurel
* add issue date on check operation line
2006-06-08 Aurel 2006-06-08 Aurel
* put recoup date in delivery table instead of start/stop_range_min/max * put recoup date in delivery table instead of start/stop_range_min/max
......
372 373
\ No newline at end of file \ No newline at end of file
...@@ -18,6 +18,7 @@ Cash Delivery Line | CashDeliveryLine ...@@ -18,6 +18,7 @@ Cash Delivery Line | CashDeliveryLine
Category | BaobabCategory Category | BaobabCategory
Check Model Type Variation | Amount Check Model Type Variation | Amount
Check Model | CheckModel Check Model | CheckModel
Check Operation Line | CheckOperationLineDate
Check | Arrow Check | Arrow
Check | Task Check | Task
Checkbook Model Check Amount Variation | Amount Checkbook Model Check Amount Variation | Amount
......
CheckModel CheckModel
RenderingPreference RenderingPreference
BaobabStopDate BaobabStopDate
CurrencyExchangeRate CurrencyExchangeRate
\ No newline at end of file CheckOperationLineDate
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment