Commit Graph

26 Commits

Author SHA1 Message Date
openclaw 18af11a63a Add tests/test_products.py 2026-04-11 03:58:52 +00:00
openclaw 55e00bb01f Add tests/test_categories.py 2026-04-11 03:58:51 +00:00
openclaw 35ca16e3b5 Add tests/conftest.py 2026-04-11 03:58:49 +00:00
openclaw ff45124834 Add tests/__init__.py 2026-04-11 03:58:48 +00:00
openclaw 40f6174e92 Add app/services/stock_service.py 2026-04-11 03:58:47 +00:00
openclaw 58a638c308 Add app/services/product_service.py 2026-04-11 03:58:46 +00:00
openclaw 35c384730c Add app/services/category_service.py 2026-04-11 03:58:45 +00:00
openclaw d080239899 Add app/services/__init__.py 2026-04-11 03:58:43 +00:00
openclaw 2770625b3e Add app/routers/stock.py 2026-04-11 03:58:42 +00:00
openclaw 8f8a1559be Add app/routers/products.py 2026-04-11 03:58:41 +00:00
openclaw 810aa3d483 Add app/routers/categories.py 2026-04-11 03:58:40 +00:00
openclaw 6b59d2252b Add app/routers/__init__.py 2026-04-11 03:58:38 +00:00
openclaw 5ada145692 Add app/schemas/stock_movement.py 2026-04-11 03:58:37 +00:00
openclaw a040a9cc7f Add app/schemas/product.py 2026-04-11 03:58:35 +00:00
openclaw c75fe62ef3 Add app/schemas/category.py 2026-04-11 03:58:34 +00:00
openclaw 318e26a2d4 Add app/schemas/__init__.py 2026-04-11 03:58:33 +00:00
openclaw b62eb5b70a Add app/models/stock_movement.py 2026-04-11 03:58:32 +00:00
openclaw 494f65a753 Add app/models/product.py 2026-04-11 03:58:30 +00:00
openclaw 7fc4759a3f Add app/models/category.py 2026-04-11 03:58:29 +00:00
openclaw 3b8d4d672c Add app/models/__init__.py 2026-04-11 03:58:28 +00:00
openclaw d1199ada02 Add app/main.py 2026-04-11 03:58:22 +00:00
openclaw 168bd5dc49 Add app/database.py 2026-04-11 03:58:20 +00:00
openclaw fd4db80d54 Add app/config.py 2026-04-11 03:58:19 +00:00
openclaw 1abb6ec5d3 Add app/__init__.py 2026-04-11 03:58:18 +00:00
openclaw f70797df4a Add README.md 2026-04-11 03:58:03 +00:00
openclaw 8bd2e2aa40 Add SPEC.md 2026-04-11 03:57:50 +00:00