feat(C-003): implement inventory detail views with drill-down
- Add inventory detail service functions for all 6 categories - Update stored procedure names to match Epicor database - Add InventoryDetailTable component with search and CSV export - Add dynamic detail page at /inventory/[category]/detail - Update summary table links to point to detail pages - Fix InventoryDetailRow type to support flexible field names - Add Dockerfile prisma generate step before build Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a8d53eef82
commit
3a5bf14007
5 changed files with 346 additions and 10 deletions
|
|
@ -11,6 +11,7 @@ FROM base AS builder
|
|||
WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN npx prisma generate
|
||||
RUN npm run build
|
||||
|
||||
# Production image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue