diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/BaobabStopDate.py b/bt5/erp5_banking_core/PropertySheetTemplateItem/BaobabStopDate.py deleted file mode 100644 index 0c9d9cf358df37ba64ec8b1d11444bfbe88978b6..0000000000000000000000000000000000000000 --- a/bt5/erp5_banking_core/PropertySheetTemplateItem/BaobabStopDate.py +++ /dev/null @@ -1,40 +0,0 @@ -############################################################################## -# -# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved. -# Aurelien Calonne <aurel@nexedi.com> -# -# 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 BaobabStopDate: - """ - Properties for all Objects that define a stop_date - """ - - _properties = ( - {'id' : 'stop_date', - 'description' : 'a date', - 'type' : 'date', - 'mode' : 'w' - }, - ) diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckModel.py b/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckModel.py deleted file mode 100644 index 6b2952e70491f242d4c9fb8bfbe25a51f1955b7b..0000000000000000000000000000000000000000 --- a/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckModel.py +++ /dev/null @@ -1,52 +0,0 @@ -############################################################################## -# -# Copyright (c) 2002 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 CheckModel: - """ - PropertySheetTemplate properties for all ERP5 objects - """ - - _properties = ( - { 'id' : 'account_number_enabled', - 'description' : 'If we have to specify the account number', - 'type' : 'boolean', - 'mode' : 'w' }, - { 'id' : 'fixed_price', - 'description' : 'If we have to specify the price', - 'type' : 'boolean', - 'mode' : 'w' }, - { 'id' : 'inside_checkbook', - 'description' : 'If we must create items inside a checkbook', - 'type' : 'boolean', - 'mode' : 'w' }, - { 'id' : 'unique_per_account', - 'description' : 'If check numbers are unique per account', - 'type' : 'boolean', - 'mode' : 'w' }, - ) - - diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckOperationLineDate.py b/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckOperationLineDate.py deleted file mode 100644 index c8bc7e6ce19cca2e997202f7a23c97cbd0aeae07..0000000000000000000000000000000000000000 --- a/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckOperationLineDate.py +++ /dev/null @@ -1,39 +0,0 @@ -############################################################################## -# -# 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' - }, - ) diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/CurrencyExchangeRate.py b/bt5/erp5_banking_core/PropertySheetTemplateItem/CurrencyExchangeRate.py deleted file mode 100644 index d8b36ba5315c492b7c75cdf8c3f53c4727dcd175..0000000000000000000000000000000000000000 --- a/bt5/erp5_banking_core/PropertySheetTemplateItem/CurrencyExchangeRate.py +++ /dev/null @@ -1,40 +0,0 @@ -############################################################################## -# -# 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 CurrencyExchangeRate: - """ - PropertySheetTemplate properties for all ERP5 objects - """ - - _properties = ( - { 'id' : 'currency_exchange_rate', - 'description' : 'A particular currency exchange rate used', - 'type' : 'float', - 'mode' : 'w' }, - ) - - diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/RenderingPreference.py b/bt5/erp5_banking_core/PropertySheetTemplateItem/RenderingPreference.py deleted file mode 100644 index 16b20602ae7a644be2e863338728749de6017db5..0000000000000000000000000000000000000000 --- a/bt5/erp5_banking_core/PropertySheetTemplateItem/RenderingPreference.py +++ /dev/null @@ -1,41 +0,0 @@ -############################################################################## -# -# Copyright (c) 2002 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 RenderingPreference: - """ - PropertySheetTemplate properties for all ERP5 objects - """ - - _properties = ( - { 'id' : 'preferred_usual_cash_max_rendering_price', - 'description' : 'The max quantity allowed in the usual cash', - 'type' : 'int', - 'preference' : 1, - 'mode' : 'w' }, - ) - - diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate.xml new file mode 100644 index 0000000000000000000000000000000000000000..4b4a0155f7bbb953ed53eadc417bdef80409ff1e --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate.xml @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Property Sheet" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>BaobabStopDate</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Property Sheet</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate/stop_date_property.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate/stop_date_property.xml new file mode 100644 index 0000000000000000000000000000000000000000..900f08e41d01a9f78b065b9336c7c227715ce8ba --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate/stop_date_property.xml @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>mode</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/date</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>a date</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>stop_date_property</string> </value> + </item> + <item> + <key> <string>mode</string> </key> + <value> <string>w</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel.xml new file mode 100644 index 0000000000000000000000000000000000000000..033514135282d17c2df7cde7ba341e87bd4385eb --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel.xml @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Property Sheet" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>CheckModel</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Property Sheet</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/account_number_enabled_property.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/account_number_enabled_property.xml new file mode 100644 index 0000000000000000000000000000000000000000..a23719404d1e0619975f95e644a50c944f07b79d --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/account_number_enabled_property.xml @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>mode</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/boolean</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>If we have to specify the account number</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>account_number_enabled_property</string> </value> + </item> + <item> + <key> <string>mode</string> </key> + <value> <string>w</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/fixed_price_property.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/fixed_price_property.xml new file mode 100644 index 0000000000000000000000000000000000000000..bf20a370c4710a7463a27779b703705a056f7be3 --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/fixed_price_property.xml @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>mode</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/boolean</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>If we have to specify the price</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>fixed_price_property</string> </value> + </item> + <item> + <key> <string>mode</string> </key> + <value> <string>w</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/inside_checkbook_property.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/inside_checkbook_property.xml new file mode 100644 index 0000000000000000000000000000000000000000..fc41a96ab71797516b6faaa735dd1442da953f51 --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/inside_checkbook_property.xml @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>mode</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/boolean</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>If we must create items inside a checkbook</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>inside_checkbook_property</string> </value> + </item> + <item> + <key> <string>mode</string> </key> + <value> <string>w</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/unique_per_account_property.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/unique_per_account_property.xml new file mode 100644 index 0000000000000000000000000000000000000000..f8a6c3ae63a0409d725f22ba3569bf9eb5c2dba8 --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/unique_per_account_property.xml @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>mode</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/boolean</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>If check numbers are unique per account</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>unique_per_account_property</string> </value> + </item> + <item> + <key> <string>mode</string> </key> + <value> <string>w</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate.xml new file mode 100644 index 0000000000000000000000000000000000000000..b26d38063eceea25d328c6bcabe80824da7b9c5f --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate.xml @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Property Sheet" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>CheckOperationLineDate</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Property Sheet</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate/issue_date_property.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate/issue_date_property.xml new file mode 100644 index 0000000000000000000000000000000000000000..3c22ede8f246305136fd5639fb55032f0c752694 --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate/issue_date_property.xml @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>mode</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/date</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>a issue date</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>issue_date_property</string> </value> + </item> + <item> + <key> <string>mode</string> </key> + <value> <string>w</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate.xml new file mode 100644 index 0000000000000000000000000000000000000000..aa448e87c498e3fad5ca24553934f0f7576e0094 --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate.xml @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Property Sheet" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>CurrencyExchangeRate</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Property Sheet</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate/currency_exchange_rate_property.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate/currency_exchange_rate_property.xml new file mode 100644 index 0000000000000000000000000000000000000000..59b69c98baf577d1c0626de521d65bb60995fd4d --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate/currency_exchange_rate_property.xml @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>mode</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/float</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>A particular currency exchange rate used</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>currency_exchange_rate_property</string> </value> + </item> + <item> + <key> <string>mode</string> </key> + <value> <string>w</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference.xml new file mode 100644 index 0000000000000000000000000000000000000000..205c207b3e2ce4681b908f5f33d57fcdc0e18103 --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference.xml @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Property Sheet" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>RenderingPreference</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Property Sheet</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference/preferred_usual_cash_max_rendering_price_property.xml b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference/preferred_usual_cash_max_rendering_price_property.xml new file mode 100644 index 0000000000000000000000000000000000000000..902cf857f73f9226835f13717edd1ef55a9b5ccd --- /dev/null +++ b/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference/preferred_usual_cash_max_rendering_price_property.xml @@ -0,0 +1,57 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>mode</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/int</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>The max quantity allowed in the usual cash</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>preferred_usual_cash_max_rendering_price_property</string> </value> + </item> + <item> + <key> <string>mode</string> </key> + <value> <string>w</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + <item> + <key> <string>preference</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData>