-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbulk.html
More file actions
194 lines (182 loc) · 8.79 KB
/
Copy pathbulk.html
File metadata and controls
194 lines (182 loc) · 8.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Calculate cannabis flower bulk pricing from wholesale cost, source weight, shrink, target eighth price, estimated revenue, profit, margin, and markup.">
<title>Flower Bulk Pricing Calculator for Cannabis Retail | 420Calc</title>
<link rel="canonical" href="https://420calc.com/bulk.html">
<meta property="og:title" content="Flower Bulk Pricing Calculator for Cannabis Retail | 420Calc">
<meta property="og:description" content="Calculate cannabis flower bulk pricing from wholesale cost, source weight, shrink, target eighth price, estimated revenue, profit, margin, and markup.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://420calc.com/bulk.html">
<meta property="og:image" content="https://420calc.com/assets/logo.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Flower Bulk Pricing Calculator for Cannabis Retail | 420Calc">
<meta name="twitter:description" content="Calculate cannabis flower bulk pricing from wholesale cost, source weight, shrink, target eighth price, estimated revenue, profit, margin, and markup.">
<meta name="twitter:image" content="https://420calc.com/assets/logo.png">
<link rel="apple-touch-icon" href="icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="css/styles.css">
</head>
<body data-page="bulk">
<header class="site-header">
<nav class="nav" aria-label="Primary navigation">
<a href="index.html" class="nav-brand">
<img src="img/logo.png" alt="420Calc logo" class="nav-logo">
<span>420Calc</span>
</a>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="bulk.html" aria-current="page">Bulk</a>
<a href="ipr.html">Infused</a>
<a href="margin.html">Margin</a>
<a href="edibles.html">Edibles</a>
<a href="units.html">Units</a>
<a href="spend.html">Spend</a>
<a href="dab.html">Dab</a>
<a href="rating.html">Rating</a>
</div>
</nav>
</header>
<main class="page">
<section class="page-title" aria-labelledby="page-title">
<h1 id="page-title">Flower / Bulk Pricing Calculator</h1>
<p>Price wholesale flower into retail package costs, eighth revenue, gross profit, margin, markup, and a buyer rating.</p>
</section>
<section class="calculator-shell" aria-label="Bulk pricing calculator">
<div class="panel">
<div class="panel-header">
<h2>Inputs</h2>
</div>
<form class="calc-form" id="bulk-form">
<div class="field">
<label for="wholesale-price">Wholesale price</label>
<div class="input-wrap prefix">
<span class="input-prefix" aria-hidden="true">$</span>
<input id="wholesale-price" name="wholesale-price" type="number" inputmode="decimal" min="0" step="0.01" value="1300">
</div>
</div>
<div class="field">
<label for="source-weight">Source weight</label>
<select id="source-weight" name="source-weight">
<option value="448">448g industry pound</option>
<option value="450">450g street pound</option>
<option value="453.59237">453.59237g avoirdupois pound</option>
<option value="454">454g big block</option>
<option value="custom">Custom grams</option>
</select>
</div>
<div class="field" id="custom-grams-field" hidden>
<label for="custom-grams">Custom grams</label>
<div class="input-wrap suffix">
<input id="custom-grams" name="custom-grams" type="number" inputmode="decimal" min="0" step="0.01" value="448" disabled>
<span class="input-suffix" aria-hidden="true">g</span>
</div>
</div>
<div class="field">
<label for="retail-eighth-price">Target retail eighth price</label>
<div class="input-wrap prefix">
<span class="input-prefix" aria-hidden="true">$</span>
<input id="retail-eighth-price" name="retail-eighth-price" type="number" inputmode="decimal" min="0" step="0.01" value="35">
</div>
</div>
<div class="field">
<label for="shrink-percent">Shrink percentage</label>
<div class="input-wrap suffix">
<input id="shrink-percent" name="shrink-percent" type="number" inputmode="decimal" min="0" max="100" step="0.1" value="0">
<span class="input-suffix" aria-hidden="true">%</span>
</div>
</div>
<div class="form-actions">
<button class="button secondary" id="reset-results" type="button">Reset</button>
<button class="button" id="copy-results" type="button">Copy Results</button>
</div>
</form>
</div>
<div class="panel" id="bulk-results">
<div class="panel-header">
<h2>Results</h2>
</div>
<div class="results">
<div class="result-hero" data-copy-row>
<span data-label>Buyer rating</span>
<strong id="bulk-rating" class="rating" data-value>Add pricing inputs</strong>
<p>Based on estimated gross margin.</p>
</div>
<div class="result-grid">
<div class="result-item" data-copy-row>
<span data-label>Cost per gram</span>
<strong id="bulk-cost-per-gram" data-value>$0.00</strong>
</div>
<div class="result-item" data-copy-row>
<span data-label>Cost per 3.5g</span>
<strong id="bulk-cost-per-eighth" data-value>$0.00</strong>
</div>
<div class="result-item" data-copy-row>
<span data-label>Cost per 7g</span>
<strong id="bulk-cost-per-quarter" data-value>$0.00</strong>
</div>
<div class="result-item" data-copy-row>
<span data-label>Cost per 14g</span>
<strong id="bulk-cost-per-half" data-value>$0.00</strong>
</div>
<div class="result-item" data-copy-row>
<span data-label>Cost per 28g</span>
<strong id="bulk-cost-per-ounce" data-value>$0.00</strong>
</div>
<div class="result-item" data-copy-row>
<span data-label>Estimated eighths</span>
<strong id="bulk-eighths" data-value>0.0</strong>
</div>
<div class="result-item" data-copy-row>
<span data-label>Estimated gross revenue</span>
<strong id="bulk-revenue" data-value>$0.00</strong>
</div>
<div class="result-item" data-copy-row>
<span data-label>Gross profit</span>
<strong id="bulk-profit" data-value>$0.00</strong>
</div>
<div class="result-item" data-copy-row>
<span data-label>Gross margin percentage</span>
<strong id="bulk-margin" data-value>0.0%</strong>
</div>
<div class="result-item" data-copy-row>
<span data-label>Markup percentage</span>
<strong id="bulk-markup" data-value>0.0%</strong>
</div>
</div>
</div>
</div>
</section>
<details class="formula-panel">
<summary>Formula & Assumptions</summary>
<div class="formula-content">
<p>Source grams are reduced by shrink before cost and package counts are estimated.</p>
<ul>
<li>Sellable grams = source grams x (1 - shrink percentage)</li>
<li>Cost per gram = wholesale price / sellable grams</li>
<li>Package costs use 3.5g, 7g, 14g, and 28g references</li>
<li>Estimated eighths = sellable grams / 3.5</li>
<li>Gross revenue = estimated eighths x target retail eighth price</li>
<li>Gross margin = gross profit / gross revenue</li>
<li>Markup = gross profit / wholesale price</li>
</ul>
</div>
</details>
</main>
<footer class="site-footer">
<div class="footer-inner">
<span>© 2007-2026 Washed Limited Co.</span>
<span>420Calc flower pricing desk.</span>
<span class="disclaimer">Calculations are estimates only and are not legal, tax, regulatory, labeling, or compliance advice.</span>
</div>
</footer>
<script src="js/utils.js"></script>
<script src="js/calculators.js"></script>
<script src="js/app.js"></script>
</body>
</html>