This commit is contained in:
2026-02-23 16:40:06 +03:00
commit a51d12bc89
169 changed files with 7973 additions and 0 deletions

5
db/tables/stocks.md Normal file
View File

@@ -0,0 +1,5 @@
# stocks
- Остатки по товарам.
- `qty` — общее количество, `reserved_qty` — зарезервированное.
- Доступный остаток считается как `qty - reserved_qty`.