64 lines
1.7 KiB
Markdown
64 lines
1.7 KiB
Markdown
# Bugs - Purchase Trade
|
|
|
|
This file is the bug register for `purchase_trade`.
|
|
|
|
## Workflow
|
|
|
|
1. Register every new bug in this file with a stable bug ID.
|
|
2. Create a matching backlog entry for every new bug.
|
|
3. Link the bug entry to the backlog entry.
|
|
4. When fixed, record the implementation commit in the backlog entry.
|
|
5. Keep the bug entry as history and update its status.
|
|
|
|
## Status Values
|
|
|
|
- `reported`
|
|
- `confirmed`
|
|
- `backlog-created`
|
|
- `in-progress`
|
|
- `to-be-tested`
|
|
- `done`
|
|
- `rejected`
|
|
|
|
## Bug Template
|
|
|
|
```md
|
|
### BUG-PT-001 - Short title
|
|
|
|
- Status: `reported`
|
|
- Area:
|
|
- Reported date: `YYYY-MM-DD`
|
|
- Reported by:
|
|
- Related rule:
|
|
- Backlog entry:
|
|
- Severity:
|
|
- Environment:
|
|
- Description:
|
|
- Steps to reproduce:
|
|
- Expected behavior:
|
|
- Actual behavior:
|
|
- Evidence:
|
|
- Notes:
|
|
```
|
|
|
|
## Bugs
|
|
|
|
### BUG-PT-001 - Missing default currency in Price Index automatic creation
|
|
|
|
- Status: `backlog-created`
|
|
- Area: Market Price Import
|
|
- Reported date: `2026-05-08`
|
|
- Reported by: user
|
|
- Related rule: [BR-PT-004 - Market Price Import](business%20rules/market-price-import.md)
|
|
- Backlog entry: [PT-BL-006](backlog/market-price-import-backlog.md#pt-bl-006---fix-missing-default-currency-on-created-price-index)
|
|
- Severity:
|
|
- Environment:
|
|
- Description: during market price import, if a price index should be created, then the default currency defined to USD is missing.
|
|
- Steps to reproduce:
|
|
- import market prices with `Create price index if missing` enabled
|
|
- include a `price_index` that does not already exist
|
|
- Expected behavior: the automatically created `price.price` has default currency `USD`.
|
|
- Actual behavior: the automatically created `price.price` has no default currency.
|
|
- Evidence:
|
|
- Notes:
|