Commit 10dcb415 authored by Yusei Tahara's avatar Yusei Tahara

2009-10-02 yusei

* Update titles of state and transition of accounting period workflow and fix mixed up of open/close/start/stop. they are unified into a pair of start/stop.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29372 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 155427b9
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The Accounting Period is closed. It is no longer possible to add accounting transactions in this period. A balance transaction has been created.</string> </value> <value> <string>The Accounting Period is stopped. It is no longer possible to add accounting transactions in this period. A balance transaction has been created.</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Closed</string> </value> <value> <string>Stopped</string> </value>
</item> </item>
<item> <item>
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Closes the accounting period, can\'t be restarted later, no more transaction can be input on this accounting period.</string> </value> <value> <string>Stop the accounting period, can\'t be restarted later, no more transaction can be input on this accounting period.</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Close Accounting Period</string> </value> <value> <string>Stop Accounting Period</string> </value>
</item> </item>
<item> <item>
<key> <string>trigger_type</string> </key> <key> <string>trigger_type</string> </key>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Close Accounting Period</string> </value> <value> <string>Stop Accounting Period</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Closes the accounting period, can\'t be restarted later, no more transaction can be input on this accounting period.</string> </value> <value> <string>Stop the accounting period, can\'t be restarted later, no more transaction can be input on this accounting period.</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Close Accounting Period Action</string> </value> <value> <string>Stop Accounting Period Action</string> </value>
</item> </item>
<item> <item>
<key> <string>trigger_type</string> </key> <key> <string>trigger_type</string> </key>
......
2009-10-02 yusei
* Update titles of state and transition of accounting period workflow and fix mixed up of open/close/start/stop. they are unified into a pair of start/stop.
2009-09-07 yusuke 2009-09-07 yusuke
* Replace ERP5Report to ERP5Form and ReportBox * Replace ERP5Report to ERP5Form and ReportBox
......
972 973
\ No newline at end of file \ 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