+ Suggested rate for {taxRateData.zip_code}:{' '} + {taxRateData.combined_rate_percent} + {taxRateData.jurisdiction_name && ( + ({taxRateData.jurisdiction_name}) + )} +
+ {taxRateData.has_multiple_rates && ( ++ Note: This ZIP code spans multiple tax jurisdictions. Verify with your tax advisor. +
+ )} + {formData.default_tax_rate !== (taxRateData.combined_rate * 100).toFixed(2) && ( + + )} ++ Looking up tax rate for {formData.postal_code}... +
+ )} ++ Choose which location you'll be working from for this POS session. +
+ +Loading POS...
++ Unlock powerful product and inventory management features with our + Point of Sale add-on. Track stock levels, manage categories, and more. +
+Manage your product catalog and inventory
+| + Product + | ++ Category + | ++ Price + | ++ Stock + | ++ Status + | ++ Actions + | +
|---|---|---|---|---|---|
|
+
+
+
+ {product.name}
+
+ {product.sku && (
+ SKU: {product.sku}
+ )}
+ |
+ + + {product.category_name || '—'} + + | ++ + {formatPrice(product.price_cents)} + + | +
+ {product.track_inventory ? (
+
+
+ {product.quantity_in_stock ?? 0}
+
+ {product.is_low_stock && (
+
+ ) : (
+ Not tracked
+ )}
+ |
+
+ |
+ + + {product.track_inventory && ( + + )} + + + | +