-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RecurringBudgetBundle -> Update for Kimai 2 #494
Open
peat85
wants to merge
6
commits into
kimai:main
Choose a base branch
from
peat85:master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
030715f
refactor: update PCSG RecurringBudgetBundle
peat85 499f79b
refactor: RecurringBudgetBundle -> update shop link
peat85 dfaea1b
docs: update RecurringBudgetBundle description
peat85 e52e509
docs: update RecurringBudgetBundle description
peat85 5eb290a
docs: removed installation instructions from RecurringBudgetBundle
peat85 1d85551
Update _includes/store/pcsg-recurring-budget-bundle.md
kevinpapst File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
versions: | ||
- [ "1.0", "1.16.9" ] | ||
- [ "2.0", "2.20.0" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
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) | ||
* Custom budget interval (every month, every 90 days or whatever you desire) | ||
* 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 [[email protected]](mailto:[email protected]). | ||
If you require support for the usage or setup of this plugin or find any bugs please contact [[email protected]](mailto:[email protected])! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+30.7 KB
(410%)
images/marketplace/pcsg-recurring-budget-bundle-budgets.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+30.3 KB
(240%)
images/marketplace/pcsg-recurring-budget-bundle-history.webp
Binary file not shown.
Binary file modified
BIN
+34.1 KB
(180%)
images/marketplace/pcsg-recurring-budget-bundle-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4.53 KB
(120%)
images/marketplace/pcsg-recurring-budget-bundle-project.webp
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have an affiliate program?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not at the moment.