[Erp5-report] r28156 - in /erp5/trunk/bt5/erp5_bpm: DocumentTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 23 16:19:32 CEST 2009


Author: luke
Date: Thu Jul 23 16:19:31 2009
New Revision: 28156

URL: http://svn.erp5.org?rev=28156&view=rev
Log:
 - Order and Delivery builders using BPMBuilder

Added:
    erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/
    erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/DeliveryBuilder.py
    erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/OrderBuilder.py
Modified:
    erp5/trunk/bt5/erp5_bpm/bt/revision
    erp5/trunk/bt5/erp5_bpm/bt/template_document_id_list

Added: erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/DeliveryBuilder.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/DeliveryBuilder.py?rev=28156&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/DeliveryBuilder.py (added)
+++ erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/DeliveryBuilder.py [utf8] Thu Jul 23 16:19:31 2009
@@ -1,0 +1,35 @@
+##############################################################################
+#
+# Copyright (c) 2005-2009 Nexedi SA and Contributors. All Rights Reserved.
+#                    Romain Courteaud <romain at nexedi.com>
+#                    Łukasz Nowak <luke at nexedi.com>
+#
+# WARNING: This program as such is intended to be used by professional
+# programmers who take the whole responsibility 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
+# guarantees 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.
+#
+##############################################################################
+
+from Products.ERP5Type.Document.BPMBuilder import BPMBuilder
+
+class DeliveryBuilder(BPMBuilder):
+  # CMF Type Definition
+  meta_type = 'ERP5 Delivery Builder'
+  portal_type = 'Delivery Builder'

Added: erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/OrderBuilder.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/OrderBuilder.py?rev=28156&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/OrderBuilder.py (added)
+++ erp5/trunk/bt5/erp5_bpm/DocumentTemplateItem/OrderBuilder.py [utf8] Thu Jul 23 16:19:31 2009
@@ -1,0 +1,35 @@
+##############################################################################
+#
+# Copyright (c) 2005-2009 Nexedi SA and Contributors. All Rights Reserved.
+#                    Romain Courteaud <romain at nexedi.com>
+#                    Łukasz Nowak <luke at nexedi.com>
+#
+# WARNING: This program as such is intended to be used by professional
+# programmers who take the whole responsibility 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
+# guarantees 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.
+#
+##############################################################################
+
+from Products.ERP5Type.Document.BPMBuilder import BPMBuilder
+
+class OrderBuilder(BPMBuilder):
+  # CMF Type Definition
+  meta_type = 'ERP5 Order Builder'
+  portal_type = 'Order Builder'

Modified: erp5/trunk/bt5/erp5_bpm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/bt/revision?rev=28156&r1=28155&r2=28156&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/bt/revision [utf8] Thu Jul 23 16:19:31 2009
@@ -1,1 +1,1 @@
-217
+218

Modified: erp5/trunk/bt5/erp5_bpm/bt/template_document_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/bt/template_document_id_list?rev=28156&r1=28155&r2=28156&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/bt/template_document_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/bt/template_document_id_list [utf8] Thu Jul 23 16:19:31 2009
@@ -1,0 +1,2 @@
+OrderBuilder
+DeliveryBuilder




More information about the Erp5-report mailing list