Add sales capture module and harden menu imports#194
Open
dkast wants to merge 18 commits into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| JavaScript | Jul 9, 2026 5:45a.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
…ved input handling and cart integration
…roved data handling
…e prop and adjusting layout
…d new chart component
… enforce Pro plan requirement for sales registration
…tyling and consistency; enhance SalesProBanner for clarity
…ogic in related components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Phase 1 sales capture lets restaurant staff record completed sales quickly from the dashboard so owners can track performance without a full POS flow. This branch also fixes the follow-up CSV import failure where local imports reached the server action but returned zero created items because billing checks crashed before persistence.
What changed
Sale,SaleItem, andOrderType, with immutable product and price snapshots for historical accuracy/dashboard/sales,/dashboard/sales/new, and/dashboard/sales/closing, plus dashboard navigation, KPI reporting, recent sales, best sellers, and a touch-first quick sale workflowNotes
SaleItemstores product name, variant name, and unit price snapshots so reporting stays correct even if menu items change later.Validation
bun run typecheckbun run buildbun run lint(pre-existing warnings only)