Changelog

0597b01f GerindT 2026-03-04 a
backend/app/Http/Controllers/CatalogController.php +68 -13
backend/app/Repositories/CategoryRepository.php +4 -1
952c561b GerindT 2026-02-27 a
backend/app/Http/Controllers/ProductController.php +15 -17
25031721 GerindT 2026-02-26 a
backend/app/Http/Controllers/CatalogController.php +28 -6
5112ac0e GerindT 2026-02-26 a
backend/app/Http/Controllers/CatalogController.php +6 -28
backend/app/Http/Controllers/ProductController.php +8 -0
backend/app/Repositories/CategoryRepository.php +6 -3
f1d431b8 GerindT 2026-02-26 a
backend/app/Http/Controllers/ProductController.php +11 -34
backend/app/Interfaces/CategoryRepositoryInterface.php +7 -0
backend/app/Repositories/CategoryRepository.php +40 -0
0a3e05e0 GerindT 2026-02-26 a
backend/app/Http/Controllers/ProductController.php +9 -2
29178d83 GerindT 2026-02-26 a
backend/app/Http/Controllers/ProductController.php +24 -0
7163548c GerindT 2026-02-26 a
backend/app/Http/Controllers/ProductController.php +10 -3
efa6f387 GerindT 2026-02-26 a
backend/app/Http/Controllers/ProductController.php +4 -3
1feffc4a GerindT 2026-02-26 a
f9d9f773 GerindT 2026-02-26 a
backend/app/Http/Controllers/ProductController.php +3 -2
8d7b7ca4 GerindT 2026-02-26 a
backend/app/Http/Controllers/CatalogController.php +27 -3
ec9d211e GerindT 2026-02-26 a
2e3dfd66 GerindT 2026-02-26 a
backend/app/Http/Controllers/CatalogController.php +11 -3
5abe2325 GerindT 2026-02-26 a
864cceb0 GerindT 2026-02-26 a
backend/app/Http/Controllers/CatalogController.php +31 -3
a0aec8e4 GerindT 2026-02-26 a
backend/app/Http/Controllers/ProductController.php +25 -3
c122c85e GerindT 2026-02-26 a
c18546af GerindT 2026-02-26 a
backend/app/Http/Controllers/CatalogController.php +65 -31
36f2b0a9 GerindT 2026-02-25 a
backend/app/Http/Controllers/ProductController.php +2 -2
87c1097f GerindT 2026-02-25 l
77db1423 GerindT 2026-02-25 a
7ec06558 GerindT 2026-02-25 a
c2b12c41 GerindT 2026-02-25 a
15e1a005 GerindT 2026-02-25 a
backend/app/Http/Controllers/ProductController.php +4 -2
backend/app/Repositories/CategoryRepository.php +26 -20
4f747922 GerindT 2026-02-25 fixes
backend/app/Repositories/ProductRepository.php +20 -9
2704a9bf GerindT 2026-02-25 a
af25e462 GerindT 2026-02-25 a
ff601764 GerindT 2026-02-25 a
backend/app/Http/Controllers/ProductController.php +8 -0
dccea6da GerindT 2026-02-23 a
backend/app/Http/Controllers/ProcessController.php +9 -4
c0728589 GerindT 2026-02-23 a
backend/app/Http/Controllers/ProcessController.php +1 -0
c80bd004 GerindT 2026-02-23 g
backend/app/Http/Controllers/ProcessController.php +2 -4
2722c344 GerindT 2026-02-23 a
102c0655 GerindT 2026-02-23 fixes
backend/app/Http/Controllers/ProcessController.php +3 -1
72d90a86 GerindT 2026-02-23 a
backend/app/Http/Controllers/ProcessController.php +1 -1
b57524e1 GerindT 2026-02-23 fixes
backend/app/Http/Controllers/ProcessController.php +4 -3
69a8b150 GerindT 2026-02-23 fixes
backend/app/Http/Controllers/ProcessController.php +7 -7
d1edd869 GerindT 2026-02-23 fixes
backend/app/Http/Controllers/ProcessController.php +6 -6
9d5c91d0 GerindT 2026-02-23 fixes
backend/app/Http/Controllers/ProcessController.php +9 -7
backend/app/Repositories/CategoryRepository.php +5 -5
ba680a1f GerindT 2026-02-20 push
backend/app/Http/Controllers/GeneralController.php +1 -0
frontend/src/components/krudh/index.vue +12 -7
frontend/src/components/simple_pagination.vue +2 -2
frontend/src/pages/company/index.vue +55 -13
frontend/src/pages/departments/index.vue +20 -29
frontend/src/pages/sectors/forms/create.js +24 -0
frontend/src/pages/sectors/forms/edit.js +24 -0
frontend/src/pages/sectors/index.vue +121 -0
frontend/src/pages/user_permissions/forms/edit.js +9 -0
frontend/src/pages/user_permissions/index.vue +103 -219
frontend/src/routes.js +6 -0
frontend/src/services/Department.js +6 -10
frontend/src/services/Sector.js +24 -0
196088b9 GerindT 2026-02-20 test
backend/app/Http/Controllers/AuthController.php +8 -29
backend/app/Http/Controllers/GeneralController.php +1 -0
backend/app/Http/Controllers/UserTypePermissionsController.php +23 -18
a16b0165 GerindT 2026-02-20 a
backend/app/Http/Controllers/UserTypePermissionsController.php +1 -1
backend/routes/api.php +4 -0
6a7345e9 GerindT 2026-02-20 a
58344e8f GerindT 2026-02-20 test
backend/app/Http/Controllers/AuthController.php +47 -12
backend/app/Http/Controllers/SectorController.php +55 -0
backend/app/Http/Controllers/UserTypePermissionsController.php +21 -30
backend/app/Models/Sector.php +20 -0
backend/app/Models/User.php +11 -1
019c4cde GerindT 2026-02-20 test
104c0763 GerindT 2026-02-20 a
9c7b48e8 GerindT 2026-02-20 full push
frontend/package-lock.json +1526 -125
frontend/src/components/Menu.vue +29 -6
frontend/src/components/daform/fields/attributes.vue +11 -10
frontend/src/components/daform/fields/checkbox.vue +9 -2
frontend/src/components/daform/fields/imageUpload.vue +2 -2
frontend/src/components/daform/fields/number.vue +14 -7
frontend/src/components/daform/fields/select.vue +1 -1
frontend/src/components/daform/fields/text.vue +1 -2
frontend/src/components/daform/fields/textarea.vue +1 -2
frontend/src/components/daform/fields/tree-select.vue +2 -2
frontend/src/components/daform/index.vue +24 -10
frontend/src/pages/attributes/forms/create.js +32 -11
frontend/src/pages/attributes/forms/edit.js +27 -5
frontend/src/pages/attributes/index.vue +10 -1
frontend/src/pages/categories/forms/accessory/create.js +36 -11
frontend/src/pages/categories/forms/accessory/edit.js +38 -13
frontend/src/pages/categories/forms/online/edit.js +12 -10
frontend/src/pages/categories/forms/product/create.js +16 -6
frontend/src/pages/categories/forms/product/edit.js +31 -13
frontend/src/pages/categories/index.vue +71 -44
frontend/src/pages/products/components/product-details.vue +4 -4
frontend/src/pages/products/forms/product form/create.js +29 -11
frontend/src/pages/products/forms/product form/edit.js +29 -11
frontend/src/pages/products/index.vue +5 -5
frontend/src/routes.js +1 -2
143a0614 GerindT 2026-02-20 a
1aedaac0 GerindT 2026-02-20 a
870b4c62 GerindT 2026-02-20 test