B3 : Assets Tracker
Assets Tracker
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/beee4life/b3-assets-tracker/archive/refs/heads/main.zipReadme
Assets Tracker
Welcome to the Assets Tracker plugin.
It is still under development, but everything works (afaik).
Description
This plugin gives you the option to input your assets and actively keep track of them.
Installation
Manual
- Upload the zip through WordPress plugin admin or
- Upload the files by ftp to
wp-content/plugins. - Activate the plugin
B3 : Assets Trackerthrough the plugins page.
Composer
Add this to your composer.json
"repositories": [
{
"type": "package",
"package": {
"name": "beee4life/b3-assets-tracker",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://github.com/beee4life/b3-assets-tracker/archive/master.zip"
}
}
}
],
Then run
composer require "Beee4life/b3-assets-tracker"
CHANGELOG
1.15.0 - xx.11.24
- ?
1.14.0 - 19.11.24
- add date input for added
- add date input for closed
- add conditional top margin
- allow for multiple date selection
1.13.0 - 03.11.24
- add bar chart
- style chart
1.12.0 - 03.11.24
- add graph arguments
1.11.0 - 01.11.24
- fix diff with non-existing values
1.10.0 - 29.10.24
- add group icons
1.9.0 - 29.10.24
- fix dashboard for 1 date
- disable continues for added
1.8.0 - 28.10.24
- improve graph shortcode
- improve stuff for front-end renders
1.7.0 - 27.10.24
- add graph shortcode
- sanitize/escape input/output
1.6.0 - 23.10.24
- change graph width to 100%
- partially sanitize input/escape output
1.5.1 - 18.10.24
- disable added condition
1.5.0 - 18.10.24
- improve asset type queries with added date
1.4.1 - 18.10.24
- include admin file for front-end use
1.4.0 - 18.10.24
- add added date for asset type
- hide assets if not added on date
- improve asset type view
- set width admin column
1.3.0 - 15.10.24
- Fix delete asset type(s)
- Change graph widths
1.2.1 - 13.10.24
- Fix missing css in shortcode output
- Split forms function into separate ones
- Add updated column to asset data
1.2.0 - 12.10.24
- add line graph for all assets
- add curency symbol to graphs
1.1.0 - 09.10.24
- add closed status for type/position
1.0.0 - 08.10.24 First release
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.15.0 | Nov 24, 2024 |
| 1.14.0 | Nov 19, 2024 |
| 1.13.0 | Nov 7, 2024 |
| 1.12.0 | Nov 4, 2024 |
| 1.11.0 | Nov 1, 2024 |
| 1.10.0 | Oct 30, 2024 |
| 1.9.0 | Oct 29, 2024 |
| 1.8.0 | Oct 28, 2024 |
| 1.7.0 | Oct 27, 2024 |
| 1.5.1 | Oct 18, 2024 |
| 1.5.0 | Oct 18, 2024 |
| 1.4.1 | Oct 18, 2024 |
| 1.4.0 | Oct 17, 2024 |
| 1.3.0 | Oct 15, 2024 |
| 1.2.1 | Oct 13, 2024 |
| 1.2.0 | Oct 12, 2024 |
| 1.1.0 | Oct 9, 2024 |
| 1.0.0 | Oct 8, 2024 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.