3 Commits

Author SHA1 Message Date
3451f17123
docs(stocks): implement CRUD operations for product stocks
This update introduces several features within the stock service and controller, including creating new stock for a product, altering existing product stock, retrieving current stock, and managing product stocks with pagination.
2024-07-15 12:25:58 +02:00
1618bee00d
docs: Add TODO comments to transactions and stocks services
This commit adds structured TODO comments to the transactions and stocks services and their associated controllers. Each TODO comment provides guidelines on what needs to be done next such as implementing CRUD operations and features specific to admin and users.
2024-07-12 14:28:15 +02:00
cb8de798c3
feat: Add new modules and services for stocks, transactions, and products
This commit introduces new nest.js modules for stocks, transactions and products, along with their respective services and controllers. These provide foundation for further feature development in these areas.
2024-07-12 14:20:48 +02:00