# v68 Product Detail, Organization Management, Import/Export & Invoice Actions

## Product management
- Product list remains list-first.
- Product details are a dedicated in-page job, not a large modal.
- Detail shows category, brand, product flags, variants, SKU and barcodes.
- Product edit supports category, brand, active/inactive, sellable, purchasable and stock-managed flags.
- CSV export is available for the active product list.
- CSV template and batch import are available for up to 200 rows per batch.

### Product CSV columns
`name,code,sku,barcode,category_code,brand_code,stock_managed`

The importer returns row-level errors and does not hide partially successful rows.

## Organization management
- Companies, branches, warehouses and registers are first-class tabs.
- Create and edit are supported.
- Company update is tenant-scoped, audited and guarded from deactivation while active branches exist.
- Existing branch/warehouse/register dependency guards remain authoritative.

## Invoice actions
- Full invoice detail remains available.
- Added copy invoice number.
- Added invoice CSV export.
- Added real receipt print dispatch through the existing Printing domain.
- Browser Print/PDF remains available.

## UX invariant
One page = one primary job. Lists remain the default view; complex product detail is opened as a dedicated view.
