line: reiter für monate, kategorie + test

This commit is contained in:
Frederik Jaeckel 2022-08-09 17:37:37 +02:00
parent d6a8b254a3
commit a23407f515
9 changed files with 333 additions and 3 deletions

View file

@ -242,6 +242,10 @@ msgctxt "view:cashbook.line:"
msgid "Cashbook Line"
msgstr "Kassenbuchzeile"
msgctxt "view:cashbook.line:"
msgid "Description"
msgstr "Beschreibung"
msgctxt "view:cashbook.line:"
msgid "State"
msgstr "Status"
@ -274,6 +278,26 @@ msgctxt "selection:cashbook.line,state:"
msgid "Done"
msgstr "Fertig"
msgctxt "field:cashbook.line,month:"
msgid "Month"
msgstr "Monat"
msgctxt "field:cashbook.line,category:"
msgid "Category"
msgstr "Kategorie"
msgctxt "model:ir.action.act_window.domain,name:act_line_domain_current"
msgid "Current Month"
msgstr "aktueller Monat"
msgctxt "model:ir.action.act_window.domain,name:act_line_domain_last"
msgid "Last Month"
msgstr "letzter Monat"
msgctxt "model:ir.action.act_window.domain,name:act_line_domain_all"
msgid "All"
msgstr "Alle"
#################
# cashbook.type #

View file

@ -38,6 +38,10 @@ msgctxt "model:ir.message,text:msg_setting_already_exists"
msgid "Settings for this user alredy exists."
msgstr "Settings for this user alredy exists."
msgctxt "model:ir.message,text:msg_category_name_unique"
msgid "The category name already exists at this level."
msgstr "The category name already exists at this level."
msgctxt "model:res.group,name:group_cashbook"
msgid "Cashbook"
msgstr "Cashbook"
@ -90,6 +94,14 @@ msgctxt "model:ir.ui.menu,name:menu_open_lines"
msgid "Open Cashbook"
msgstr "Open Cashbook"
msgctxt "model:ir.ui.menu,name:menu_category"
msgid "Category"
msgstr "Category"
msgctxt "model:ir.ui.menu,name:menu_category_list"
msgid "Category"
msgstr "Category"
msgctxt "model:ir.action,name:act_book_view"
msgid "Account"
msgstr "Account"
@ -106,6 +118,10 @@ msgctxt "model:ir.action,name:act_open_lines"
msgid "Open Cashbook"
msgstr "Open Cashbook"
msgctxt "model:ir.ui.menu,name:act_category_view"
msgid "Category"
msgstr "Category"
msgctxt "model:ir.model.button,string:line_wfedit_button"
msgid "Edit"
msgstr "Edit"
@ -182,6 +198,10 @@ msgctxt "help:cashbook.book,observer:"
msgid "Group of users who have read-only access to the cashbook."
msgstr "Group of users who have read-only access to the cashbook."
msgctxt "field:cashbook.book,account:"
msgid "Account"
msgstr "Account"
msgctxt "model:cashbook.line,name:"
msgid "Cashbook Line"
msgstr "Cashbook Line"
@ -222,6 +242,22 @@ msgctxt "selection:cashbook.line,state:"
msgid "Done"
msgstr "Done"
msgctxt "field:cashbook.line,month:"
msgid "Month"
msgstr "Month"
msgctxt "model:ir.action.act_window.domain,name:act_line_domain_current"
msgid "Current Month"
msgstr "Current Month"
msgctxt "model:ir.action.act_window.domain,name:act_line_domain_last"
msgid "Last Month"
msgstr "Last Month"
msgctxt "model:ir.action.act_window.domain,name:act_line_domain_all"
msgid "All"
msgstr "All"
msgctxt "model:cashbook.type,name:"
msgid "Cashbook Type"
msgstr "Cashbook Type"
@ -246,6 +282,54 @@ msgctxt "model:cashbook.type,name:atype_fixtermdep"
msgid "Fixed-term deposit"
msgstr "Fixed-term deposit"
msgctxt "model:cashbook.category,name:"
msgid "Category"
msgstr "Category"
msgctxt "view:cashbook.category:"
msgid "General Information"
msgstr "General Information"
msgctxt "view:cashbook.category:"
msgid "Children"
msgstr "Children"
msgctxt "field:cashbook.category,name:"
msgid "Name"
msgstr "Name"
msgctxt "field:cashbook.category,description:"
msgid "Description"
msgstr "Description"
msgctxt "field:cashbook.category,account:"
msgid "Account"
msgstr "Account"
msgctxt "field:cashbook.category,account_code:"
msgid "Account"
msgstr "Account"
msgctxt "field:cashbook.category,company:"
msgid "Company"
msgstr "Company"
msgctxt "field:cashbook.category,parent:"
msgid "Parent"
msgstr "Parent"
msgctxt "field:cashbook.category,childs:"
msgid "Children"
msgstr "Children"
msgctxt "field:cashbook.category,left:"
msgid "Left"
msgstr "Left"
msgctxt "field:cashbook.category,right:"
msgid "Right"
msgstr "Right"
msgctxt "model:cashbook.open_lines.start,name:"
msgid "Open Cashbook"
msgstr "Open Cashbook"