Work / Project notes

The thinking behind the products.

These are developer notes, not sales pages: the operational problem, the useful data model and the boundary of each product. Pricing, support and full product details live on the dedicated sites.

012026Released

Item-level production tracking

ProdQueue

A WooCommerce extension that turns every made-to-order line item into a production job the workshop can actually follow.

ProdQueue / data model

One ordered unit becomes one trackable job

Quantity expansion makes the physical unit—not only the order—the useful production record.

Released
  1. 01OrderProducts + quantities
  2. 02Unit jobsOne job per item
  3. 03QueueStatus + priority
Implemented model — a simplified view of ProdQueue's order-to-job transformation.
022026—In development

Remote label printing

ProdLabels

A direct route from WooCommerce data to Zebra printers, built for teams that need the right label to appear in the right place.

ProdLabels / direction study

A complete route from store data to physical output

The concept treats templates, routing, delivery and history as one operational workflow.

In development
  1. 01WooCommerceOrder + product data
  2. 02ProdLabelsTemplate + route
  3. 03Zebra printerRemote output
Concept only / product direction. ProdLabels is not released software.