This commit is contained in:
Dennis Eichhorn 2024-02-28 05:09:10 +00:00
parent e3a33819f6
commit f925019a0c
3 changed files with 4 additions and 57 deletions

View File

@ -1,35 +0,0 @@
---
name: Dev Bug Report
about: Create a report to help us improve
title: ''
labels: stat_backlog, type_bug
assignees: ''
---
# Bug Description
A clear and concise description of what the bug is.
# How to Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Minimal Code Example
```
// your code ...
```
# Expected Behavior
A clear and concise description of what you expected to happen.
# Screenshots
If applicable, add screenshots to help explain your problem.
# Additional Information
Add any other context about the problem here.

View File

@ -1,18 +0,0 @@
---
name: Dev Feature Request
about: Suggest an idea for this project
title: ''
labels: stat_backlog, type_feature
assignees: ''
---
# What is the feature you request
* A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
* A clear and concise description of what you want to happen.
# Alternatives
A clear and concise description of any alternative solutions or features you've considered.
# Additional Information
Add any other context or screenshots about the feature request here.

View File

@ -63,7 +63,7 @@ echo $this->data['nav']->render();
<div style="flex: 1; padding: 1px;"><input type="number"> +0.00%</div>
<div style="flex: 1; padding: 1px;"><input type="number"> +0.00%</div>
</div>
<input id="iSegment<?= $segment->id; ?>-expand" type="checkbox" class="hidden">
<input id="iSegment<?= $segment->id; ?>-expand" type="checkbox" class="vh">
<div class="checked-visibility">
<?php foreach ($this->data['segmentation']['section']->defaults as $section) : ?>
<div style="display: flex; flex-direction: row; align-items: center; background: #00ff0099;">
@ -80,7 +80,7 @@ echo $this->data['nav']->render();
<div style="flex: 1; padding: 1px;"><input type="number"> +0.00%</div>
<div style="flex: 1; padding: 1px;"><input type="number"> +0.00%</div>
</div>
<input id="iSection<?= $section->id; ?>-expand" type="checkbox" class="hidden">
<input id="iSection<?= $section->id; ?>-expand" type="checkbox" class="vh">
<div class="checked-visibility">
<?php foreach ($this->data['segmentation']['sales_group']->defaults as $salesgroup) : ?>
<div style="display: flex; flex-direction: row; align-items: center; background: #0000ff99;">
@ -97,7 +97,7 @@ echo $this->data['nav']->render();
<div style="flex: 1; padding: 1px;"><input type="number"> +0.00%</div>
<div style="flex: 1; padding: 1px;"><input type="number"> +0.00%</div>
</div>
<input id="iSalesGroup<?= $salesgroup->id; ?>-expand" type="checkbox" class="hidden">
<input id="iSalesGroup<?= $salesgroup->id; ?>-expand" type="checkbox" class="vh">
<div class="checked-visibility">
<?php foreach ($this->data['segmentation']['product_group']->defaults as $productgroup) : ?>
<div style="display: flex; flex-direction: row; align-items: center; background: #ffff0099;">
@ -114,7 +114,7 @@ echo $this->data['nav']->render();
<div style="flex: 1; padding: 1px;"><input type="number"> <input type="number"> <input type="number"> +0.00%</div>
<div style="flex: 1; padding: 1px;"><input type="number"> <input type="number"> <input type="number"> +0.00%</div>
</div>
<input id="iProductGroup<?= $productgroup->id; ?>-expand" type="checkbox" class="hidden">
<input id="iProductGroup<?= $productgroup->id; ?>-expand" type="checkbox" class="vh">
<div class="checked-visibility">
<?php foreach ($this->data['items'] ?? [] as $item) : ?>
<div style="display: flex; flex-direction: row; align-items: center; background: #ffffff99;">