add list of booking lines on scheduled bookings

This commit is contained in:
Frederik Jaeckel 2024-03-09 22:36:51 +01:00
parent be92110ae1
commit 9b0af0d64e
7 changed files with 118 additions and 3 deletions

View file

@ -86,6 +86,10 @@ msgctxt "view:cashbook.planner:"
msgid "Available placeholders: ${date} ${month} ${year} ${amount} ${quantity}"
msgstr "Available placeholders: ${date} ${month} ${year} ${amount} ${quantity}"
msgctxt "view:cashbook.planner:"
msgid "Cashbook lines"
msgstr "Cashbook lines"
msgctxt "field:cashbook.planner,company:"
msgid "Company"
msgstr "Company"
@ -282,6 +286,14 @@ msgctxt "field:cashbook.planner,booking_target:"
msgid "Target"
msgstr "Target"
msgctxt "field:cashbook.planner,cashbook_lines:"
msgid "Cashbook lines"
msgstr "Cashbook lines"
msgctxt "help:cashbook.planner,cashbook_lines:"
msgid "This cash book lines was generated by the current scheduled booking."
msgstr "This cash book lines was generated by the current scheduled booking."
msgctxt "model:cashbook.planner.nextrun,name:"
msgid "Next Execution Date"
msgstr "Next Execution Date"
@ -294,7 +306,27 @@ msgctxt "field:cashbook.planner.nextrun,date:"
msgid "Date"
msgstr "Date"
msgctxt "model:cashbook.planner_rel,name:"
msgid "Scheduled Booking - Cashbook - Relation"
msgstr "Scheduled Booking - Cashbook - Relation"
msgctxt "field:cashbook.planner_rel,planner:"
msgid "Planner"
msgstr "Planner"
msgctxt "field:cashbook.planner_rel,line:"
msgid "Cashbook Line"
msgstr "Cashbook Line"
msgctxt "view:cashbook.book:"
msgid "Scheduled Bookings"
msgstr "Scheduled Bookings"
msgctxt "field:cashbook.book,planner:"
msgid "Scheduled Bookings"
msgstr "Scheduled Bookings"
msgctxt "view:cashbook.line:"
msgid "Scheduled Bookings"
msgstr "Scheduled Bookings"