FruitBankHybridApp/FruitBankHybrid.Shared/Pages
Loretta e2c49940c6 Update docs: enforce .md sync, clarify structure & TFMs
Expanded and clarified solution/project documentation:
- Added all top-level docs and docs/ folder as solution items in .sln files
- Inserted maintenance notices in all project and subfolder READMEs: require .md sync with code
- Main READMEs now include project tables with TFM, purpose, and README links
- ARCHITECTURE.md now details dependency graph and TFM rationale
- CONVENTIONS.md and copilot-instructions.md require code reuse, no redundancy
- Glossary and conventions updated to require terminology/rule updates with code changes
- Emphasized DLL-only AyCode.Core refs and nopCommerce .NET 9.0 requirement
- Clarified domain terms and intentional typos
- No code logic changes; documentation and guidance only
2026-03-29 09:26:16 +02:00
..
Home.razor improvements, fixes 2025-11-18 12:52:23 +01:00
Home.razor.cs Add secure cross-platform auto-login with credential storage 2025-12-09 16:46:47 +01:00
Login.razor MapHub TransportSendTimeout, WebSockets.CloseTimeout fix; etc... 2025-11-16 19:21:06 +01:00
Login.razor.cs Add secure cross-platform auto-login with credential storage 2025-12-09 16:46:47 +01:00
Login.razor.css Convert to Devexpress solution; impovements, clean, etc... 2025-09-17 06:02:32 +02:00
MeasuringIn.razor Refactor measuring UI, centralize status logic 2026-03-23 17:43:06 +01:00
MeasuringIn.razor.cs Refactor measuring UI, centralize status logic 2026-03-23 17:43:06 +01:00
MeasuringIn.razor.css MeasuringIn UI improvements, etc... 2025-09-20 13:07:00 +02:00
MeasuringOut.razor Refactor measuring UI, centralize status logic 2026-03-23 17:43:06 +01:00
MeasuringOut.razor.cs Refactor measuring UI, centralize status logic 2026-03-23 17:43:06 +01:00
MeasuringOut.razor.css ... 2025-10-15 07:56:56 +02:00
OrdersAdmin.razor Allowed Martin to access edit 2025-12-11 18:32:29 +01:00
OrdersAdmin.razor.cs Add URL link support to grid columns and info panel 2025-12-22 14:37:56 +01:00
OrdersAdmin.razor.css improvements, fixes, etc.. 2025-10-31 13:51:13 +01:00
README.md Update docs: enforce .md sync, clarify structure & TFMs 2026-03-29 09:26:16 +02:00
ShippingsAdmin.razor Allowed Martin to access edit 2025-12-11 18:32:29 +01:00
ShippingsAdmin.razor.cs improvements, fixes, etc... 2025-11-24 08:27:07 +01:00
ShippingsAdmin.razor.css improvements, fixes, etc.. 2025-10-31 13:51:13 +01:00
StockTaking.razor Improve toolbar controls and async UX in stock taking 2026-02-07 08:55:00 +01:00
StockTaking.razor.cs Upgrade to .net10 and Visual Studio 2026; StockTaking in progress... 2025-11-28 08:15:58 +01:00

README.md

Pages

Routed Blazor pages for the FruitBank application.

Key Files

  • Home.razor.cs — Landing page showing form factor and platform.
  • Login.razor.cs — Authentication with user selection and password validation.
  • ShippingsAdmin.razor.cs — Inbound shipping management with tabbed interface.
  • OrdersAdmin.razor.cs — Outbound order management with product and order item tabs.
  • MeasuringIn.razor.cs — Shipping measurement: calendar date picker, item detail, pallet recording.
  • MeasuringOut.razor.cs — Order measurement/audit: measurement tracking, approval workflow, RevisorId assignment.
  • StockTaking.razor.cs — Inventory management: stock taking sessions, item reconciliation.