diff --git a/_data/store/pcsg-recurring-budget-bundle.yml b/_data/store/pcsg-recurring-budget-bundle.yml index 407b65f16..8c9c1f309 100644 --- a/_data/store/pcsg-recurring-budget-bundle.yml +++ b/_data/store/pcsg-recurring-budget-bundle.yml @@ -1,8 +1,9 @@ developer: pcsg disabled: false icon: "fas fa-file-invoice-dollar" -price: "149 €" -shop: "https://pcsg.gumroad.com/l/apoebu?a=41756211" +demo: false +subscription: "149 €" +shop: "https://en.shop.pcsg.de/Plugins/Kimai/Recurring-Budget" tags: [ plugin ] bundle: name: "RecurringBudgetBundle" diff --git a/_data/store/releases/RecurringBudgetBundle.yaml b/_data/store/releases/RecurringBudgetBundle.yaml index 5c745ea5e..c09df407b 100644 --- a/_data/store/releases/RecurringBudgetBundle.yaml +++ b/_data/store/releases/RecurringBudgetBundle.yaml @@ -1,2 +1,2 @@ versions: - - [ "1.0", "1.16.9" ] + - [ "2.0", "2.20.0" ] diff --git a/_includes/store/pcsg-recurring-budget-bundle.md b/_includes/store/pcsg-recurring-budget-bundle.md index 4b8039edc..912879271 100644 --- a/_includes/store/pcsg-recurring-budget-bundle.md +++ b/_includes/store/pcsg-recurring-budget-bundle.md @@ -1,5 +1,7 @@ -Set up your projects to receive a fixed amount of budget on a regular basis (e.g. 05:00 hours every month). -Ideal for contracts with a regular budget bonus (e.g. maintenance agreements, SLAs etc.). +A Kimai plugin that automatically adds a recurring money or time budget to your projects with a custom interval. Set +up your projects to receive a fixed amount of budget on a regular basis (e.g. 05:00 hours every month). Ideal for +contracts with a regular budget bonus (e.g. maintenance agreements, SLAs etc.). + ## Features * Automatic budget credits on a per-project basis (time or money) @@ -7,13 +9,14 @@ Ideal for contracts with a regular budget bonus (e.g. maintenance agreements, SL * Detailed budget history view for all projects and budget intervals in the Kimai backend * Current budget view for all projects in the Kimai backend * Export budget summaries for specific time periods with all budget details for your documents or your customers -* Send budget summary emails to project team leads each budget interval -* Available translations: English, German +* **NEW for Kimai 2** + * Automatic budget expiration: You can now configure your projects to expire unused budget after a set amount of intervals + * Recalculate budget intervals via frontend: The budgets history view now offers the option to recalculate a budget interval directly ## Requirements -* Kimai v1.16 or higher -* The ability to execute cronjobs on your server; this is required for executing the command that calculates +* Kimai, **v2.20.0** or higher +* The ability to execute cronjobs on your server; this is required for executing the Kimai command that calculates project budgets on a regular basis ## Usage @@ -65,7 +68,7 @@ bin/console recurring-budget:calculate --help This plugin provides two new overview tables in the Kimai main menu. -**Project budgets** +1. Project budgets Lists all projects with their **currently available (time or money) budgets and total budgets**. It also shows the budget credited for each budget interval. @@ -76,7 +79,7 @@ project. Currently, it only reads the team lead of the first team in the list. This view is ideal for companies with multiple projects and project leads. It easily shows where the budget is positive and additional work may need to be done. -**Project budgets history** +2. Project budgets history Lists all **completed budget intervals** and shows statistics for each of them. Here you can track the history of budget credits, how much of a project budget was used and how much was remaining for each interval. @@ -85,7 +88,7 @@ credits, how much of a project budget was used and how much was remaining for ea This plugin extends the Kimai export functionality with two views. -In the `Export` menu you have the new "Customer budget" dropdown. Here you have two options: +In the "Export" menu you have the new "Customer budget" dropdown. Here you have two options: 1. PDF - Complete 2. PDF - Without rates @@ -100,4 +103,4 @@ This is intended for your internal documents or as information for you customers ## Support -If you require support for the usage or setup of this plugin or find any bugs please contact [support@pcsg.de](mailto:support@pcsg.de). +If you require support for the usage or setup of this plugin or find any bugs please contact [support@pcsg.de](mailto:support@pcsg.de)! diff --git a/images/marketplace/pcsg-recurring-budget-bundle-budgets.png b/images/marketplace/pcsg-recurring-budget-bundle-budgets.png index 9c95ba583..395b4c781 100644 Binary files a/images/marketplace/pcsg-recurring-budget-bundle-budgets.png and b/images/marketplace/pcsg-recurring-budget-bundle-budgets.png differ diff --git a/images/marketplace/pcsg-recurring-budget-bundle-budgets.webp b/images/marketplace/pcsg-recurring-budget-bundle-budgets.webp index bca3a51f6..74da92107 100644 Binary files a/images/marketplace/pcsg-recurring-budget-bundle-budgets.webp and b/images/marketplace/pcsg-recurring-budget-bundle-budgets.webp differ diff --git a/images/marketplace/pcsg-recurring-budget-bundle-history.png b/images/marketplace/pcsg-recurring-budget-bundle-history.png index 6858328ad..52d8985cb 100644 Binary files a/images/marketplace/pcsg-recurring-budget-bundle-history.png and b/images/marketplace/pcsg-recurring-budget-bundle-history.png differ diff --git a/images/marketplace/pcsg-recurring-budget-bundle-history.webp b/images/marketplace/pcsg-recurring-budget-bundle-history.webp index 92c7f1574..f8c9e594b 100644 Binary files a/images/marketplace/pcsg-recurring-budget-bundle-history.webp and b/images/marketplace/pcsg-recurring-budget-bundle-history.webp differ diff --git a/images/marketplace/pcsg-recurring-budget-bundle-project.png b/images/marketplace/pcsg-recurring-budget-bundle-project.png index 0189bc191..b98e6b0ef 100644 Binary files a/images/marketplace/pcsg-recurring-budget-bundle-project.png and b/images/marketplace/pcsg-recurring-budget-bundle-project.png differ diff --git a/images/marketplace/pcsg-recurring-budget-bundle-project.webp b/images/marketplace/pcsg-recurring-budget-bundle-project.webp index 39f3360f0..22d174e1a 100644 Binary files a/images/marketplace/pcsg-recurring-budget-bundle-project.webp and b/images/marketplace/pcsg-recurring-budget-bundle-project.webp differ