v1.4 - Login fixes, etc

This commit is contained in:
2026-04-27 21:53:36 +12:00
parent 8cf9bfb441
commit c9580ac2eb
33 changed files with 2283 additions and 202 deletions
+2 -1
View File
@@ -56,6 +56,8 @@ class ProductRead(BaseModel):
class ProductCostBreakdown(BaseModel):
product_id: int
product_name: str
client_name: str
mix_name: str
cleaned_product_cost: float
grading_cost: float
bagging_cost: float
@@ -67,4 +69,3 @@ class ProductCostBreakdown(BaseModel):
wholesale_price: float | None
warnings: list[str]
inputs: dict[str, object]