etsy-finance-tracker/client/src/pages
dlawler489 22799cb732 Integrate Data Import with Expenses tab
 FIXES MAJOR WORKFLOW ISSUE:
- Data Import CSV processing now automatically creates expenses
- Etsy fees → 'Transaction Fees' category expenses
- Australia Post shipping → 'Shipping & Postage' expenses
- Prevents duplicate expense creation with reference checking
- Added user notices in both Data Import and Expenses tabs

🔄 INTEGRATION FEATURES:
- Automatic expense creation from CSV order costs
- Duplicate prevention by order number/tracking number
- Proper categorization and tax-deductible flagging
- Clear user notifications and workflow guidance

📊 USER EXPERIENCE:
- Expenses tab now shows integration notice
- Data Import shows automatic expense creation info
- Seamless workflow between sales data and expense tracking
2026-05-05 12:29:07 +10:00
..
Analytics.tsx Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
Customers.tsx Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
Dashboard.tsx Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
DataImport.tsx Integrate Data Import with Expenses tab 2026-05-05 12:29:07 +10:00
Expenses.tsx Integrate Data Import with Expenses tab 2026-05-05 12:29:07 +10:00
Login.tsx Add JWT auth with protected routes and per-user data isolation 2026-04-22 08:16:51 +10:00
Orders.tsx Fix unused import TypeScript errors in DataImport and Orders 2026-04-22 11:50:34 +10:00
Products.tsx Add comprehensive CSV product import system with templates and enhanced UI 2026-05-01 13:26:33 +10:00
ProfitAnalysis.tsx Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
Register.tsx Add JWT auth with protected routes and per-user data isolation 2026-04-22 08:16:51 +10:00
Settings.tsx Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00