Das Löschen eines Branches ist permanent. Es KANN NICHT rückgängig gemacht werden. Fortfahren?
Customer_Import nach main vor 2 Wochen zusammengeführt
Das Löschen eines Branches ist permanent. Es KANN NICHT rückgängig gemacht werden. Fortfahren?
Powered by TurnKey Linux.
● Add CSV import to Customer create screen
Summary
How it works
Files changed
┌────────────────────────┬───────────────────────────────────────────────────────────────────────┐ │ File │ Change │ ├────────────────────────┼───────────────────────────────────────────────────────────────────────┤ │ routes/web.php │ 3 new POST routes: /customers/import/upload, │ │ │ /customers/import/preview, /customers/import/approve │ ├────────────────────────┼───────────────────────────────────────────────────────────────────────┤ │ CustomerController.php │ importUpload, importPreview, importApprove methods; reuses existing │ │ │ FileImportService │ ├────────────────────────┼───────────────────────────────────────────────────────────────────────┤ │ customers/create.php │ x-data moved to .content-stack; CSV import panel added below the │ │ │ manual entry form │ ├────────────────────────┼───────────────────────────────────────────────────────────────────────┤ │ public/js/app.js │ customerForm extended with 14 state properties and 10 methods for the │ │ │ full import flow │ ├────────────────────────┼───────────────────────────────────────────────────────────────────────┤ │ public/css/site.css │ Mapping table, scrollable preview table with sticky header, status │ │ │ badges, stats bar │ └────────────────────────┴───────────────────────────────────────────────────────────────────────┘
Test plan
13193214a2zusammengeführt.