Add a toggle/button on the acquisitions view to filter the list so it only shows unlisted acquisitions — items that have been acquired but do not yet have an open sell order.
Motivation
When reviewing acquisitions, the useful action is spotting stock that still needs to be listed for sale. Filtering the list down to acquisitions with no active sell order lets the user quickly see what is left to list, hiding the items already on the market.
Proposed behaviour
A button (or toggle) in the acquisitions view UI.
When active, filters the acquisitions list to only those whose market type has no open sell order (unlisted stock).
When inactive, shows all acquisitions (current behaviour).
Correlation
Acquisitions have no direct link to market orders; they can only be correlated by marketTypeId.
An acquisition is considered listed if any open sell order exists for its marketTypeId (type-level match; quantity, character and ledger are not taken into account).
Open orders are available from the /market/orders endpoint (MarketOrderApi.findAllMarketOrders); no backend change required for the correlation data.
## Summary
Add a toggle/button on the acquisitions view to filter the list so it only shows **unlisted** acquisitions — items that have been acquired but do not yet have an open sell order.
## Motivation
When reviewing acquisitions, the useful action is spotting stock that still needs to be listed for sale. Filtering the list down to acquisitions with no active sell order lets the user quickly see what is left to list, hiding the items already on the market.
## Proposed behaviour
- A button (or toggle) in the acquisitions view UI.
- When active, filters the acquisitions list to only those whose market type has **no open sell order** (unlisted stock).
- When inactive, shows all acquisitions (current behaviour).
## Correlation
- Acquisitions have no direct link to market orders; they can only be correlated by `marketTypeId`.
- An acquisition is considered *listed* if any open **sell** order exists for its `marketTypeId` (type-level match; quantity, character and ledger are not taken into account).
- Open orders are available from the `/market/orders` endpoint (`MarketOrderApi.findAllMarketOrders`); no backend change required for the correlation data.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sirttas
changed title from Add button to filter acquisitions by placed orders to Add button to filter acquisitions to unlisted stock2026-07-05 15:43:17 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Add a toggle/button on the acquisitions view to filter the list so it only shows unlisted acquisitions — items that have been acquired but do not yet have an open sell order.
Motivation
When reviewing acquisitions, the useful action is spotting stock that still needs to be listed for sale. Filtering the list down to acquisitions with no active sell order lets the user quickly see what is left to list, hiding the items already on the market.
Proposed behaviour
Correlation
marketTypeId.marketTypeId(type-level match; quantity, character and ledger are not taken into account)./market/ordersendpoint (MarketOrderApi.findAllMarketOrders); no backend change required for the correlation data.🤖 Generated with Claude Code
Add button to filter acquisitions by placed ordersto Add button to filter acquisitions to unlisted stock