21 lines
1001 B
Markdown
21 lines
1001 B
Markdown
# Grids
|
|
|
|
Domain-specific DevExpress grid components, one per entity type. All extend MgGridBase for layout persistence.
|
|
|
|
## Subfolders
|
|
|
|
| Folder | Entity |
|
|
|---|---|
|
|
| `GenericAttributes/` | GridGenericAttributeBase — context-based attribute grids |
|
|
| `OrderItems/` | GridOrderItem — order item grid (partial) |
|
|
| `Partners/` | GridPartnerBase — partner grid with SignalR |
|
|
| `Products/` | GridStockQuantityHistoryDtoBase — stock history visualization |
|
|
| `ShippingDocuments/` | GridShippingDocumentBase — shipping document management |
|
|
| `ShippingItems/` | GridShippingItemBase — shipping item detail with context awareness |
|
|
| `Shippings/` | GridShippingBase — master shipping grid |
|
|
| `StockTakingItems/` | GridStockTakingItemBase — stock taking item grid |
|
|
|
|
---
|
|
|
|
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.
|