Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
714 changes: 714 additions & 0 deletions app/app/awb-generator/page.tsx

Large diffs are not rendered by default.

701 changes: 701 additions & 0 deletions app/app/barcode-generator/page.tsx

Large diffs are not rendered by default.

522 changes: 522 additions & 0 deletions app/app/batch-generator/page.tsx

Large diffs are not rendered by default.

556 changes: 556 additions & 0 deletions app/app/compliance-templates/page.tsx

Large diffs are not rendered by default.

590 changes: 590 additions & 0 deletions app/app/cost-estimator/page.tsx

Large diffs are not rendered by default.

744 changes: 744 additions & 0 deletions app/app/inventory-labels/page.tsx

Large diffs are not rendered by default.

524 changes: 524 additions & 0 deletions app/app/invoice-generator/page.tsx

Large diffs are not rendered by default.

612 changes: 612 additions & 0 deletions app/app/label-generator/page.tsx

Large diffs are not rendered by default.

658 changes: 658 additions & 0 deletions app/app/labor-estimator/page.tsx

Large diffs are not rendered by default.

517 changes: 517 additions & 0 deletions app/app/material-calculator/page.tsx

Large diffs are not rendered by default.

577 changes: 577 additions & 0 deletions app/app/on-time-calculator/page.tsx

Large diffs are not rendered by default.

786 changes: 786 additions & 0 deletions app/app/packing-list-generator/page.tsx

Large diffs are not rendered by default.

578 changes: 578 additions & 0 deletions app/app/po-generator/page.tsx

Large diffs are not rendered by default.

561 changes: 561 additions & 0 deletions app/app/profit-calculator/page.tsx

Large diffs are not rendered by default.

571 changes: 571 additions & 0 deletions app/app/qr-generator/page.tsx

Large diffs are not rendered by default.

759 changes: 759 additions & 0 deletions app/app/stock-reconciliation/page.tsx

Large diffs are not rendered by default.

245 changes: 243 additions & 2 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"@radix-ui/react-toggle": "1.1.1",
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "1.1.6",
"@types/jsbarcode": "^3.11.4",
"@types/jspdf": "^1.3.3",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand All @@ -52,7 +54,10 @@
"embla-carousel-react": "8.5.1",
"framer-motion": "^11.18.2",
"geist": "^1.3.1",
"html2canvas": "^1.4.1",
"input-otp": "1.4.1",
"jsbarcode": "^3.12.1",
"jspdf": "^3.0.1",
"jsqr": "^1.4.0",
"lucide-react": "^0.454.0",
"next": "15.2.4",
Expand All @@ -63,6 +68,7 @@
"react-dom": "^19",
"react-hook-form": "^7.54.1",
"react-resizable-panels": "^2.1.7",
"react-to-print": "^3.1.1",
"recharts": "2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
Expand Down