line: datumsbereich prüfen + test,
abstimmung: vorgänger beachten + test line: party/transfer-book + test muß noch
This commit is contained in:
parent
7a07da852d
commit
30b91cf518
8 changed files with 465 additions and 28 deletions
14
message.xml
14
message.xml
|
@ -33,7 +33,7 @@ full copyright notices and license terms. -->
|
|||
<field name="text">The cashbook line '%(recname)s' is '%(state_txt)s' and cannot be changed.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_line_deny_stateedit_with_recon">
|
||||
<field name="text">The status cannot be changed to 'Edit' as long as the line '%(recname)s' is associated with a reconciliation.</field>
|
||||
<field name="text">The status cannot be changed to 'Edit' while the line '%(recname)s' is associated with a reconciliation.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_recon_deny_delete1">
|
||||
<field name="text">The reconciliation '%(recontxt)s' cannot be deleted because the Cashbook '%(bookname)s' is in state '%(bookstate)s'.</field>
|
||||
|
@ -65,6 +65,18 @@ full copyright notices and license terms. -->
|
|||
<record model="ir.message" id="msg_recon_err_overlap">
|
||||
<field name="text">The date range overlaps with another reconciliation.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_line_err_write_to_reconciled">
|
||||
<field name="text">For the date '%(datetxt)s' there is already a completed reconciliation. Use a different date.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_recon_lines_no_linked">
|
||||
<field name="text">In the date range from %(date_from)s to %(date_to)s, there are still cashbook lines that do not belong to any reconciliation.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_recon_date_from_to_mismatch">
|
||||
<field name="text">The start date '%(datefrom)s' of the current reconciliation '%(recname)s' must correspond to the end date '%(dateto)s' of the predecessor.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_recon_predecessor_not_done">
|
||||
<field name="text">The predecessor '%(recname_p)s' must be in the 'Done' state before you can check the current reconciliation '%(recname_c)s'.</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</tryton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue