[Erp5-report] r26118 - in /erp5/trunk/bt5/erp5_accounting: WorkflowTemplateItem/portal_work...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 20 13:21:32 CET 2009


Author: jerome
Date: Fri Mar 20 13:21:30 2009
New Revision: 26118

URL: http://svn.erp5.org?rev=26118&view=rev
Log:
use new terms from r26116

Modified:
    erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransaction.xml
    erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransaction.xml?rev=26118&r1=26117&r2=26118&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransaction.xml [utf8] Fri Mar 20 13:21:30 2009
@@ -123,7 +123,7 @@
       if apd.getStartDate().Date() <= transaction_date.Date() <= apd.getStopDate().Date():\n
         valid_date = True\n
     if not valid_date:\n
-      raise ValidationFailed(translateString("Date is not in an opened Accounting Period "\n
+      raise ValidationFailed(translateString("Date is not in a started Accounting Period "\n
                                              "for source section."))\n
   # do the same for destination section \n
   if destination_section is not None:\n
@@ -147,7 +147,7 @@
       if apd.getStartDate().Date() <= transaction_date.Date() <= apd.getStopDate().Date():\n
         valid_date = True\n
     if not valid_date:\n
-      raise ValidationFailed(translateString("Date is not in an opened Accounting Period "\n
+      raise ValidationFailed(translateString("Date is not in an started Accounting Period "\n
                                              "for destination section."))\n
 
 

Modified: erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml?rev=26118&r1=26117&r2=26118&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/validateTransactionLines.xml [utf8] Fri Mar 20 13:21:30 2009
@@ -89,7 +89,7 @@
 \n
     if account is not None and account.getValidationState() != \'validated\':\n
       raise ValidationFailed, translateString(\n
-          "Account ${account_title} is not opened.",\n
+          "Account ${account_title} is not validated.",\n
            mapping=dict(account_title=unicode(\n
               account.Account_getFormattedTitle(), \'utf8\')))\n
       \n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=26118&r1=26117&r2=26118&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Fri Mar 20 13:21:30 2009
@@ -1,1 +1,1 @@
-892
+893




More information about the Erp5-report mailing list