add booking with category + test, todo: booking of asset
This commit is contained in:
parent
e51abf589b
commit
b86e421298
6 changed files with 372 additions and 19 deletions
56
locale/en.po
56
locale/en.po
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue