- Added PreorderWindowStart/End constants for product preorder visibility. - Introduced CustomerCredit, Preorder, and PreorderItem entities with ORM mapping. - Added PreorderStatus and PreorderItemStatus enums. - Updated FruitBankConstClient with new BaseUrl options. - Changed order grid tabs to admin-only and improved summary logic. - Displayed CargoCompany in shipping document grid. - Enhanced measured quantity highlighting in shipping item grid. - Bumped app version to 1.0.2. |
||
|---|---|---|
| .. | ||
| MeasuringStatus.cs | ||
| PreorderItemStatus.cs | ||
| PreorderStatus.cs | ||
| README.md | ||
README.md
Enums
Core enumeration types for measurement and document classification.
Key Files
MeasuringStatus.cs— NotStarted(0) → Started(10) → Finnished(20) → Audited(30). Note: "Finnished" is an intentional legacy typo — do NOT fix.