ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
33 stars 4 forks source link

Don't generate transactions for 0 fixed or liquid means planned #991

Closed seppeljordan closed 3 months ago

seppeljordan commented 3 months ago

Before this commit the application would generate transactions with a volume of 0 hours when plans did not include any fixed or liquid means planned. This commit only generates those transactions in cases where the planning company actually plans to use fixed or liquid means.

fixes #337