Skip to content

Various improvements #1763

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

Merged
merged 10 commits into from
May 19, 2025
Merged

Various improvements #1763

merged 10 commits into from
May 19, 2025

Conversation

frankrousseau
Copy link
Contributor

@frankrousseau frankrousseau commented May 15, 2025

Problem

  • Budget exceptions cannot be enforced.
  • Budgets can't be exported to .csv.
  • Drawings data can't be imported/exported.

Solution

  • Allow modification of a monthly salary at the entry level.
  • Allow modification of a monthly salary during a given month (use the exception field added on the backend side).
  • Add an export button that generates the budget .csv file.

}}
]"
/>
<span v-else>&nbsp;</span>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a <span> is mandatory?

To reduce DOM you can use <template>:

Suggested change
<span v-else>&nbsp;</span>
<template v-else>&nbsp;</template>

@NicoPennec NicoPennec merged commit 452baf8 into cgwire:main May 19, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants