Skip to content

Feature Release

Choose a tag to compare

@Ephigenia Ephigenia released this 28 Aug 10:43
98e6a94

Bug Fixes

  • mite-list: adds thousand seperators to numbers (b65c03e)
  • mite-list: adds thousand seperators to revenue values (c9f0a34)
  • mite-list: changes note highlight regexp for highlighting durations (949cd47)
  • mite-list: coloring of minutes & hours (807095a)
  • mite-list: defaults to today fixed (addcc7b)
  • mite-list: show all entries when no period is set (52779ff)

Features

  • mite-list: adds hours column which shows industry hours (68a9d26)
  • project-list: adds revenue column for showing total revenue per project (4cfb9d6)
  • project-list: budget chart and percentage orange or red (4e80e3e)
  • project-list: last month actively used monthly budget shown (fa31eef)
  • project-list: optional display of budget used as chart or value(s) (a2b0977)

Project List

The mite project list now shows different default columns, including a budget used value and chart for easier checking if a budget is reached soon. The chart and the value are also yellow or red when the value is above 75% or 90%:

┌───────────────┬──────────────────────────┬─────────────┬──────────────┬────────────┬────────────┐
│ Name          │ Customer                 │      Budget │       Budget │ Budget     │       Rate │
│               │                          │             │         Used │ Used       │            │
├───────────────┼──────────────────────────┼─────────────┼──────────────┼────────────┼────────────┤
│ Alpha X       │ WebCompany (1234)        │    480:00 h │     330:14 h │ ███████░░░ │          - │
├───────────────┼──────────────────────────┼─────────────┼──────────────┼────────────┼────────────┤
│ Beta-Test     │ WebCompany (1234)        │           - │            - │            │          - │ 
├───────────────┼──────────────────────────┼─────────────┼──────────────┼────────────┼────────────┤
│ App-Review    │ WebCompany (1234)        │    160:00 h │       0:25 h │ ░░░░░░░░░░ │    75.00 € │
├───────────────┼──────────────────────────┼─────────────┼──────────────┼────────────┼────────────┤
│ Deployment    │ Example ltd. (73625)     │     80:00 h │      38:48 h │ █████░░░░░ │          - │
└───────────────┴──────────────────────────┴─────────────┴──────────────┴────────────┴────────────┘