add booking with category + test, todo: booking of asset

This commit is contained in:
Frederik Jaeckel 2024-03-03 21:54:16 +01:00
parent e51abf589b
commit b86e421298
6 changed files with 372 additions and 19 deletions

View file

@ -102,6 +102,10 @@ msgctxt "view:cashbook.planner:"
msgid "Booking"
msgstr "Buchung"
msgctxt "view:cashbook.planner:"
msgid "Booking text"
msgstr "Buchungstext"
msgctxt "field:cashbook.planner,company:"
msgid "Company"
msgstr "Unternehmen"
@ -238,18 +242,10 @@ msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Revenue"
msgstr "Einnahme"
msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Revenue Splitbooking"
msgstr "Einnahme Splitbuchung"
msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Expense"
msgstr "Ausgabe"
msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Expense Splitbooking"
msgstr "Ausgabe Splitbuchung"
msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Transfer from"
msgstr "Umbuchung von"
@ -258,6 +254,50 @@ msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Transfer to"
msgstr "Umbuchung nach"
msgctxt "field:cashbook.planner,currency_cashbook:"
msgid "Currency"
msgstr "Währung"
msgctxt "help:cashbook.planner,currency_cashbook:"
msgid "Currency of Cashbook"
msgstr "Währung des Kassenbuchs"
msgctxt "field:cashbook.planner,amount:"
msgid "Amount"
msgstr "Betrag"
msgctxt "field:cashbook.planner,category:"
msgid "Category"
msgstr "Kategorie"
msgctxt "help:cashbook.planner,category:"
msgid "Category for the planned booking"
msgstr "Kategorie für die geplante Buchung"
msgctxt "field:cashbook.planner,booktransf:"
msgid "Source/Dest"
msgstr "Quelle/Ziel"
msgctxt "field:cashbook.planner,owner_cashbook:"
msgid "Owner"
msgstr "Eigentümer"
msgctxt "field:cashbook.planner,state_cashbook:"
msgid "State of Cashbook"
msgstr "Status des Kassenbuchs"
msgctxt "field:cashbook.planner,subject:"
msgid "Booking text"
msgstr "Buchungstext"
msgctxt "field:cashbook.planner,wfcheck:"
msgid "Set to 'Checked'"
msgstr "auf 'Geprüft' setzen"
msgctxt "help:cashbook.planner,wfcheck:"
msgid "Switches the booking to the 'Verified' state."
msgstr "Schaltet die Buchung in den Zustand 'Geprüft'"
############################
# cashbook.planner.nextrun #

View file

@ -78,6 +78,10 @@ msgctxt "view:cashbook.planner:"
msgid "Booking"
msgstr "Booking"
msgctxt "view:cashbook.planner:"
msgid "Booking text"
msgstr "Booking text"
msgctxt "field:cashbook.planner,company:"
msgid "Company"
msgstr "Company"
@ -214,18 +218,10 @@ msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Revenue"
msgstr "Revenue"
msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Revenue Splitbooking"
msgstr "Revenue Splitbooking"
msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Expense"
msgstr "Expense"
msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Expense Splitbooking"
msgstr "Expense Splitbooking"
msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Transfer from"
msgstr "Transfer from"
@ -234,6 +230,50 @@ msgctxt "selection:cashbook.planner,bookingtype:"
msgid "Transfer to"
msgstr "Transfer to"
msgctxt "field:cashbook.planner,currency_cashbook:"
msgid "Currency"
msgstr "Currency"
msgctxt "help:cashbook.planner,currency_cashbook:"
msgid "Currency of Cashbook"
msgstr "Currency of Cashbook"
msgctxt "field:cashbook.planner,amount:"
msgid "Amount"
msgstr "Amount"
msgctxt "field:cashbook.planner,category:"
msgid "Category"
msgstr "Category"
msgctxt "help:cashbook.planner,category:"
msgid "Category for the planned booking"
msgstr "Category for the planned booking"
msgctxt "field:cashbook.planner,booktransf:"
msgid "Source/Dest"
msgstr "Source/Dest"
msgctxt "field:cashbook.planner,owner_cashbook:"
msgid "Owner"
msgstr "Owner"
msgctxt "field:cashbook.planner,state_cashbook:"
msgid "State of Cashbook"
msgstr "State of Cashbook"
msgctxt "field:cashbook.planner,subject:"
msgid "Booking text"
msgstr "Booking text"
msgctxt "field:cashbook.planner,wfcheck:"
msgid "Set to 'Checked'"
msgstr "Set to 'Checked'"
msgctxt "help:cashbook.planner,wfcheck:"
msgid "Switches the booking to the 'Verified' state."
msgstr "Switches the booking to the 'Verified' state."
msgctxt "model:cashbook.planner.nextrun,name:"
msgid "Next Execution Date"
msgstr "Next Execution Date"