Refactor: Replace wholesaler with supplier terminology and add fulfillment consumables logic

This commit is contained in:
Veronika Smirnova
2025-07-30 17:03:31 +03:00
parent e351752b09
commit 3e7ea13026
31 changed files with 3343 additions and 1538 deletions

View File

@ -36,7 +36,7 @@ interface Product {
parameters: ProductParameter[];
}
interface Wholesaler {
interface Supplier {
id: string;
name: string;
inn: string;