Customers
Find, Filter, Import and Export Customers
The customer list is the operator's maintenance table: rows open profiles, filters narrow the list, import adds records and export creates review files.
- Menu path
- Customers -> Customer List
- Verified from
- Posnic demo and current POS source reviewed on 2026-09-08
Technical source evidence
frontend/modules/customers.html, frontend/static/script/js/modules/js/customers.js mountFilters loadList exportCsv exportAllCsv openDoc, frontend/modals/import_customer.html, frontend/static/Import_sample_files/customers.csv
Search and Filter
The filter panel searches the same list endpoint that feeds the customer rows. Use it before exporting so the file matches the operator's intent.
- Open Customers -> Customer List.
- Click Filter.
- Search all fields or choose a field such as Name, Phone, Email or Address.
- Use Added date when the owner needs customers created during a period.
- Clear filters before returning to normal counter lookup.
Read the List
| Column | Meaning | Operator check |
|---|---|---|
| Name | Customer display name. | Click the row to open profile and recent sales. |
| Phone | Stored phone number. | Use this to verify you selected the right customer before account sales. |
| Stored email address. | Useful before export or statement follow-up. | |
| Address | Stored address when entered. | Check spelling before delivery or invoice use. |
| Dues | Due pill when partial balance is greater than zero. | Investigate before allowing more credit. |
Import Customers
The import button opens the shared CSV/Excel import flow for customers. Treat customer files as business records because they can contain private contact information.
- Download or prepare the customer import file using the sample file format.
- Remove duplicate and unnecessary private data before import.
- Open Customers -> Customer List.
- Click the import button.
- Upload the CSV or Excel file.
- Review any import feedback before trusting the list.
- Search for a few imported customers and open their profiles.
Export Customers
| Export choice | What source code does | Use it for |
|---|---|---|
| This page | Exports only the rows already loaded in the current page. | Quick handoff of visible records. |
| Everything matching the filter | Pages through the customer endpoint with the current filters. | Owner review, cleanup or account follow-up. |
| No filter active | Exports all records reachable to the current user. | Full customer backup or audit when approved. |
| Filter active | Exports only the filtered result. | Phone/email cleanup, new-customer checks or credit review. |