9ade6abf4cdfd5c4426363ccc42c1142021d287f
- types/purchase: Purchase·PurchaseInsert에 quantity 필드 추가 - usePurchases: totalSpent·categoryBreakdown를 price×quantity 기준으로 변경 - extractErrorMessage 헬퍼 추가 (Supabase PostgrestError 메시지 정확히 추출) - pages/purchases/index: 수량 컬럼 추가, 가격 셀에 합계(단가×수량) 표시 - PurchaseForm: 수량 입력, 세미콜론(;) → ×1000 단가 변환, 합계 미리보기 - PurchaseExcelUpload: 수량 파싱·검증, 단가/수량/합계 컬럼 분리 - 카테고리 셀 → USelect 인라인 수정 및 즉시 재검증 - 템플릿에 수량 컬럼 추가 (단가 → 수량 순서) - 저장 실패 시 실제 오류 메시지 표시
Nuxt Starter Template
Use this template to get started with Nuxt UI quickly.
The starter template for Vue is on https://github.com/nuxt-ui-templates/starter-vue.
Quick Start
npm create nuxt@latest -- -t github:nuxt-ui-templates/starter
Deploy your own
Setup
Make sure to install the dependencies:
pnpm install
Development Server
Start the development server on http://localhost:3000:
pnpm dev
Production
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
Check out the deployment documentation for more information.
Languages
Vue
73.7%
TypeScript
15%
PLpgSQL
4.3%
PowerShell
3.3%
Shell
3.3%
Other
0.3%