Commit d533be69 authored by Jérome Perrin's avatar Jérome Perrin

Improve state titles and descriptions

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20811 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 36c2e98e
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>Cancelled state is used for accounting transactions that have been created mistakenly or which should no longer be taken into account.</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>Confirmed State is used for accounting transactions that have to be turned into real accounting transactions</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>Closed State is used for accounting transactions that belong to "closed" accounting periods</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>Draft is the initial workflow state for accounting transactions</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>Planned State is used for accounting transactions that have some probability to be turned into real accounting transactions in the future</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -17,7 +17,8 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Started state is a state where the user can modify the transaction, then go back to Stopped state, which will check transaction validity.</string> </value>
<value> <string>Journalised State is use for accounting transaction that have been recorded in\r\n
a journal as a debit and a credit.</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......@@ -31,7 +32,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Started</string> </value>
<value> <string>Journalised</string> </value>
</item>
<item>
<key> <string>transitions</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Stopped state is a state where the transaction can no longer be modified, but the user can still go back to start state to modify again.</string> </value>
<value> <string>Posted State is used for accounting transactions that have been properly posted to the ledger accounts and validated by an accountant</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......@@ -31,7 +31,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Stopped</string> </value>
<value> <string>Posted</string> </value>
</item>
<item>
<key> <string>transitions</string> </key>
......
692
\ No newline at end of file
693
\ 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