jewelry making calculator

Professional jewelry pricing calculator for artisans and small studios. Compute material cost (metal, stones, findings), labor, allocated overhead, profit by margin or markup, marketplace & payment fees, and tax. Exports clean results for client quotes.

Full original guide (expanded)


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[C_m = w \cdot p \cdot (1+\alpha) + C_{stones} + C_{find} + C_{pack}\]
C_m = w \cdot p \cdot (1+\alpha) + C_{stones} + C_{find} + C_{pack}
Formula (extracted LaTeX)
\[C_\ell = h \cdot r\]
C_\ell = h \cdot r
Formula (extracted LaTeX)
\[C_o = \begin{cases} \dfrac{O_{month}}{U_{month}}, & \text{if no override} \\ O_{override}, & \text{if provided} \end{cases}\]
C_o = \begin{cases} \dfrac{O_{month}}{U_{month}}, & \text{if no override} \\ O_{override}, & \text{if provided} \end{cases}
Formula (extracted LaTeX)
\[C_{true} = C_m + C_\ell + C_o\]
C_{true} = C_m + C_\ell + C_o
Formula (extracted LaTeX)
\[P = \frac{P^\* + F}{1 - f}\]
P = \frac{P^\* + F}{1 - f}
Formula (extracted text)
Materials: $ C_m = w \cdot p \cdot (1+\alpha) + C_{stones} + C_{find} + C_{pack} $ Labor: $ C_\ell = h \cdot r $ Overhead allocation (per piece): $ C_o = \begin{cases} \dfrac{O_{month}}{U_{month}}, & \text{if no override} \\ O_{override}, & \text{if provided} \end{cases} $ True cost (break-even): $ C_{true} = C_m + C_\ell + C_o $ Target (choose one): Markup \(k\%\): \(\quad P^\* = C_{true}\,(1+k)\) Margin \(g\%\): \(\quad P^\* = \dfrac{C_{true}}{1-g}\) Fee gross-up (percent \(f\), fixed \(F\)) — solving for pre-tax price \(P\): $ P = \frac{P^\* + F}{1 - f} $ Tax application (\(\tau\)): \(\quad P_{tax\_in} = P\,(1+\tau)\) Wholesale (markup \(k_w\)): \(\quad P_w = C_{true}\,(1+k_w)\) Retail heuristic (keystone \(K\)): \(\quad P_{ret,heur} \approx P_w \cdot K\)
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).