add cronjob
This commit is contained in:
parent
132fcbb0d5
commit
9f3e33d225
11 changed files with 339 additions and 168 deletions
28
locale/de.po
28
locale/de.po
|
@ -3,6 +3,14 @@ msgid ""
|
|||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
|
||||
###########
|
||||
# ir.cron #
|
||||
###########
|
||||
msgctxt "selection:ir.cron,method:"
|
||||
msgid "Execute scheduled bookings"
|
||||
msgstr "geplante Buchungen ausführen"
|
||||
|
||||
|
||||
#############
|
||||
# res.group #
|
||||
#############
|
||||
|
@ -182,6 +190,26 @@ msgctxt "help:cashbook.planner,setpos:"
|
|||
msgid "For example, if you want to run the rule on the second Wednesday of the month, enter 2 here."
|
||||
msgstr "Wenn Sie die Regel z.B. am zweiten Mittwoch im Monat ausführen möchten, tragen Sie hier 2 ein."
|
||||
|
||||
msgctxt "field:cashbook.planner,nextrun:"
|
||||
msgid "Next Execution Date"
|
||||
msgstr "Nächster Ausführungstermin"
|
||||
|
||||
|
||||
############################
|
||||
# cashbook.planner.nextrun #
|
||||
############################
|
||||
msgctxt "model:cashbook.planner.nextrun,name:"
|
||||
msgid "Next Execution Date"
|
||||
msgstr "Nächster Ausführungstermin"
|
||||
|
||||
msgctxt "field:cashbook.planner.nextrun,planner:"
|
||||
msgid "Planner"
|
||||
msgstr "geplante Buchung"
|
||||
|
||||
msgctxt "field:cashbook.planner.nextrun,date:"
|
||||
msgid "Date"
|
||||
msgstr "Datum"
|
||||
|
||||
|
||||
#################
|
||||
# cashbook.book #
|
||||
|
|
340
locale/en.po
340
locale/en.po
|
@ -1,168 +1,172 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "model:res.group,name:group_planner"
|
||||
msgid "Cashbook - Scheduled Bookings"
|
||||
msgstr "Cashbook - Scheduled Bookings"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_planner"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
msgctxt "model:ir.action,name:act_planner_view"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_write_admin"
|
||||
msgid "Administrators: scheduled bookings read/write"
|
||||
msgstr "Administrators: scheduled bookings read/write"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_owner"
|
||||
msgid "Owners: scheduled bookings"
|
||||
msgstr "Owners: scheduled bookings"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_read_nonowner"
|
||||
msgid "Observers: scheduled bookings read"
|
||||
msgstr "Observers: scheduled bookings read"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_write_nonowner"
|
||||
msgid "Reviewer: scheduled bookings write"
|
||||
msgstr "Reviewer: scheduled bookings write"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_companies"
|
||||
msgid "User in companies"
|
||||
msgstr "User in companies"
|
||||
|
||||
msgctxt "model:cashbook.planner,name:"
|
||||
msgid "Scheduled Booking"
|
||||
msgstr "Scheduled Booking"
|
||||
|
||||
msgctxt "view:cashbook.planner:"
|
||||
msgid "Recurrence Rule"
|
||||
msgstr "Recurrence Rule"
|
||||
|
||||
msgctxt "view:cashbook.planner:"
|
||||
msgid "Result of the recurrence rule"
|
||||
msgstr "Result of the recurrence rule"
|
||||
|
||||
msgctxt "field:cashbook.planner,company:"
|
||||
msgid "Company"
|
||||
msgstr "Company"
|
||||
|
||||
msgctxt "field:cashbook.planner,cashbook:"
|
||||
msgid "Cashbook"
|
||||
msgstr "Cashbook"
|
||||
|
||||
msgctxt "help:cashbook.planner,cashbook:"
|
||||
msgid "Cash book for which the planned posting is to be executed."
|
||||
msgstr "Cash book for which the planned posting is to be executed."
|
||||
|
||||
msgctxt "field:cashbook.planner,name:"
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
msgctxt "field:cashbook.planner,description:"
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
msgctxt "field:cashbook.planner,start_date:"
|
||||
msgid "Start Date"
|
||||
msgstr "Start Date"
|
||||
|
||||
msgctxt "field:cashbook.planner,end_date:"
|
||||
msgid "End Date"
|
||||
msgstr "End Date"
|
||||
|
||||
msgctxt "field:cashbook.planner,frequ:"
|
||||
msgid "Frequency"
|
||||
msgstr "Frequency"
|
||||
|
||||
msgctxt "selection:cashbook.planner,frequ:"
|
||||
msgid "Yearly"
|
||||
msgstr "Yearly"
|
||||
|
||||
msgctxt "selection:cashbook.planner,frequ:"
|
||||
msgid "Monthly"
|
||||
msgstr "Monthly"
|
||||
|
||||
msgctxt "selection:cashbook.planner,frequ:"
|
||||
msgid "Weekly"
|
||||
msgstr "Weekly"
|
||||
|
||||
msgctxt "selection:cashbook.planner,frequ:"
|
||||
msgid "Daily"
|
||||
msgstr "Daily"
|
||||
|
||||
msgctxt "field:cashbook.planner,weekday:"
|
||||
msgid "Weekday"
|
||||
msgstr "Weekday"
|
||||
|
||||
msgctxt "help:cashbook.planner,weekday:"
|
||||
msgid "Select a day of the week if you want the rule to run on that day."
|
||||
msgstr "Select a day of the week if you want the rule to run on that day."
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Monday"
|
||||
msgstr "Monday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Tuesday"
|
||||
msgstr "Tuesday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Wednesday"
|
||||
msgstr "Wednesday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Thursday"
|
||||
msgstr "Thursday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Friday"
|
||||
msgstr "Friday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Saturday"
|
||||
msgstr "Saturday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Sunday"
|
||||
msgstr "Sunday"
|
||||
|
||||
msgctxt "field:cashbook.planner,monthday:"
|
||||
msgid "Day of month"
|
||||
msgstr "Day of month"
|
||||
|
||||
msgctxt "help:cashbook.planner,monthday:"
|
||||
msgid "If you want the rule to run on a specific day of the month, select the day here."
|
||||
msgstr "If you want the rule to run on a specific day of the month, select the day here."
|
||||
|
||||
msgctxt "field:cashbook.planner,interval:"
|
||||
msgid "Interval"
|
||||
msgstr "Interval"
|
||||
|
||||
msgctxt "help:cashbook.planner,interval:"
|
||||
msgid "Select an interval to run the rule on every n-th date."
|
||||
msgstr "Select an interval to run the rule on every n-th date."
|
||||
|
||||
msgctxt "field:cashbook.planner,nextdates:"
|
||||
msgid "Next Dates"
|
||||
msgstr "Next Dates"
|
||||
|
||||
msgctxt "help:cashbook.planner,nextdates:"
|
||||
msgid "the next 5 appointments based on the configured rule"
|
||||
msgstr "the next 5 appointments based on the configured rule"
|
||||
|
||||
msgctxt "field:cashbook.planner,setpos:"
|
||||
msgid "Occurrence"
|
||||
msgstr "Occurrence"
|
||||
|
||||
msgctxt "help:cashbook.planner,setpos:"
|
||||
msgid "For example, if you want to run the rule on the second Wednesday of the month, enter 2 here."
|
||||
msgstr "For example, if you want to run the rule on the second Wednesday of the month, enter 2 here."
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "selection:ir.cron,method:"
|
||||
msgid "Execute scheduled bookings"
|
||||
msgstr "Execute scheduled bookings"
|
||||
|
||||
msgctxt "model:res.group,name:group_planner"
|
||||
msgid "Cashbook - Scheduled Bookings"
|
||||
msgstr "Cashbook - Scheduled Bookings"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_planner"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
msgctxt "model:ir.action,name:act_planner_view"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_write_admin"
|
||||
msgid "Administrators: scheduled bookings read/write"
|
||||
msgstr "Administrators: scheduled bookings read/write"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_owner"
|
||||
msgid "Owners: scheduled bookings"
|
||||
msgstr "Owners: scheduled bookings"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_read_nonowner"
|
||||
msgid "Observers: scheduled bookings read"
|
||||
msgstr "Observers: scheduled bookings read"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_write_nonowner"
|
||||
msgid "Reviewer: scheduled bookings write"
|
||||
msgstr "Reviewer: scheduled bookings write"
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rg_planner_companies"
|
||||
msgid "User in companies"
|
||||
msgstr "User in companies"
|
||||
|
||||
msgctxt "model:cashbook.planner,name:"
|
||||
msgid "Scheduled Booking"
|
||||
msgstr "Scheduled Booking"
|
||||
|
||||
msgctxt "view:cashbook.planner:"
|
||||
msgid "Recurrence Rule"
|
||||
msgstr "Recurrence Rule"
|
||||
|
||||
msgctxt "view:cashbook.planner:"
|
||||
msgid "Result of the recurrence rule"
|
||||
msgstr "Result of the recurrence rule"
|
||||
|
||||
msgctxt "field:cashbook.planner,company:"
|
||||
msgid "Company"
|
||||
msgstr "Company"
|
||||
|
||||
msgctxt "field:cashbook.planner,cashbook:"
|
||||
msgid "Cashbook"
|
||||
msgstr "Cashbook"
|
||||
|
||||
msgctxt "help:cashbook.planner,cashbook:"
|
||||
msgid "Cash book for which the planned posting is to be executed."
|
||||
msgstr "Cash book for which the planned posting is to be executed."
|
||||
|
||||
msgctxt "field:cashbook.planner,name:"
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
msgctxt "field:cashbook.planner,description:"
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
msgctxt "field:cashbook.planner,start_date:"
|
||||
msgid "Start Date"
|
||||
msgstr "Start Date"
|
||||
|
||||
msgctxt "field:cashbook.planner,end_date:"
|
||||
msgid "End Date"
|
||||
msgstr "End Date"
|
||||
|
||||
msgctxt "field:cashbook.planner,frequ:"
|
||||
msgid "Frequency"
|
||||
msgstr "Frequency"
|
||||
|
||||
msgctxt "selection:cashbook.planner,frequ:"
|
||||
msgid "Yearly"
|
||||
msgstr "Yearly"
|
||||
|
||||
msgctxt "selection:cashbook.planner,frequ:"
|
||||
msgid "Monthly"
|
||||
msgstr "Monthly"
|
||||
|
||||
msgctxt "selection:cashbook.planner,frequ:"
|
||||
msgid "Weekly"
|
||||
msgstr "Weekly"
|
||||
|
||||
msgctxt "selection:cashbook.planner,frequ:"
|
||||
msgid "Daily"
|
||||
msgstr "Daily"
|
||||
|
||||
msgctxt "field:cashbook.planner,weekday:"
|
||||
msgid "Weekday"
|
||||
msgstr "Weekday"
|
||||
|
||||
msgctxt "help:cashbook.planner,weekday:"
|
||||
msgid "Select a day of the week if you want the rule to run on that day."
|
||||
msgstr "Select a day of the week if you want the rule to run on that day."
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Monday"
|
||||
msgstr "Monday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Tuesday"
|
||||
msgstr "Tuesday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Wednesday"
|
||||
msgstr "Wednesday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Thursday"
|
||||
msgstr "Thursday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Friday"
|
||||
msgstr "Friday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Saturday"
|
||||
msgstr "Saturday"
|
||||
|
||||
msgctxt "selection:cashbook.planner,weekday:"
|
||||
msgid "Sunday"
|
||||
msgstr "Sunday"
|
||||
|
||||
msgctxt "field:cashbook.planner,monthday:"
|
||||
msgid "Day of month"
|
||||
msgstr "Day of month"
|
||||
|
||||
msgctxt "help:cashbook.planner,monthday:"
|
||||
msgid "If you want the rule to run on a specific day of the month, select the day here."
|
||||
msgstr "If you want the rule to run on a specific day of the month, select the day here."
|
||||
|
||||
msgctxt "field:cashbook.planner,interval:"
|
||||
msgid "Interval"
|
||||
msgstr "Interval"
|
||||
|
||||
msgctxt "help:cashbook.planner,interval:"
|
||||
msgid "Select an interval to run the rule on every n-th date."
|
||||
msgstr "Select an interval to run the rule on every n-th date."
|
||||
|
||||
msgctxt "field:cashbook.planner,nextdates:"
|
||||
msgid "Next Dates"
|
||||
msgstr "Next Dates"
|
||||
|
||||
msgctxt "help:cashbook.planner,nextdates:"
|
||||
msgid "the next 5 appointments based on the configured rule"
|
||||
msgstr "the next 5 appointments based on the configured rule"
|
||||
|
||||
msgctxt "field:cashbook.planner,setpos:"
|
||||
msgid "Occurrence"
|
||||
msgstr "Occurrence"
|
||||
|
||||
msgctxt "help:cashbook.planner,setpos:"
|
||||
msgid "For example, if you want to run the rule on the second Wednesday of the month, enter 2 here."
|
||||
msgstr "For example, if you want to run the rule on the second Wednesday of the month, enter 2 here."
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue