148 Commits

Author SHA1 Message Date
Cristiano
7f3ffde3ff Merge branch 'develop' 2025-11-27 14:56:14 +01:00
Cristiano
50a5f371dd Fixed Database 2025-11-27 14:35:35 +01:00
86c5d6ae7b new migration 2025-11-27 13:41:55 +01:00
1c0432a2c4 updated length of password in User.cs 2025-11-27 13:40:02 +01:00
6be43958fa updated length of password to 60 for bcrypt length 2025-11-27 13:28:05 +01:00
3e8f36457e fixed errors in database 2025-11-26 20:37:49 +01:00
5d68ee6992 fix length on approval number 2025-11-26 19:43:54 +01:00
Cristiano
d26284d552 Merge branch 'feature/repositories-refactor' into develop 2025-11-20 16:45:55 +01:00
Cristiano
d537051bea Fix Type errors 2025-11-20 16:45:44 +01:00
Cristiano
3ad506f869 Retired /api in all the endpoints 2025-11-20 16:33:56 +01:00
Cristiano
9aac7c39f2 Merge branch 'feature/repositories-refactor' into develop
# Conflicts:
#	PyroFetes/Endpoints/Price/CreatePriceEndpoint.cs
#	PyroFetes/Endpoints/Product/GetAllProductsEndpoint.cs
#	PyroFetes/Endpoints/Product/GetProductEndpoint.cs
#	PyroFetes/Endpoints/PurchaseOrder/GetAllPurchaseOrderEndpoint.cs
#	PyroFetes/Endpoints/PurchaseOrder/GetPurchaseOrderEndpoint.cs
#	PyroFetes/Endpoints/Quotation/GetAllQuotationEndpoint.cs
#	PyroFetes/Endpoints/Quotation/GetQuotationEndpoint.cs
#	PyroFetes/Endpoints/SettingEndpoints/CreateSettingEndpoint.cs
#	PyroFetes/Endpoints/SettingEndpoints/PatchSettingElectronicSignatureEndpoint.cs
#	PyroFetes/Endpoints/SettingEndpoints/PatchSettingLogoEndpoint.cs
#	PyroFetes/Endpoints/Supplier/CreateSupplierEndpoint.cs
#	PyroFetes/Endpoints/Supplier/GetAllSuppliersEndpoint.cs
#	PyroFetes/Endpoints/Supplier/GetSupplierEndpoint.cs
#	PyroFetes/Endpoints/Supplier/PatchSupplierDeleveryDelayEndpoint.cs
#	PyroFetes/Endpoints/User/GetAllUsersEndpoint.cs
#	PyroFetes/Endpoints/User/GetUserEndpoint.cs
2025-11-20 16:16:15 +01:00
Cristiano
b76b668097 Addapted to use cors and optimized connection with the frontend 2025-11-20 16:12:16 +01:00
Cristiano
669938d677 Refactored WarehouseProduct 2025-11-20 16:09:04 +01:00
Cristiano
165c9b9322 Refactored User 2025-11-20 15:38:53 +01:00
Cristiano
0b72549143 Refactored Program.cs 2025-11-20 15:20:13 +01:00
Cristiano
d64890dec9 Refactored Supplier 2025-11-20 15:11:14 +01:00
Cristiano
8325aa0768 Refactored Setting 2025-11-20 15:05:44 +01:00
Cristiano
ee9b4675dd Refactored Quotation 2025-11-20 14:34:09 +01:00
Cristiano
f6383265ba Refactored QuotationProduct 2025-11-20 14:20:25 +01:00
Cristiano
7bf0b5bfd1 Advanced refactoring 2025-11-20 14:04:13 +01:00
Cristiano
bd653c149c Finished refactoring prices endpoints 2025-11-19 18:05:28 +01:00
0511bb5075 added AllowAnonymous(); 2025-11-17 21:25:07 +01:00
27e8fea7f3 added AllowAnonymous(); 2025-11-17 21:20:04 +01:00
6dba61f742 suppr all 'var' and Models.xxx. And added 's' at the end of all directories endpoints 2025-11-17 20:49:12 +01:00
Cristiano
20bbccf883 Added last endpoints for delivery Note 2025-11-14 18:11:54 +01:00
Cristiano
d7cf245d35 Committed migration 2025-11-13 17:28:41 +01:00
Cristiano
2385b7b687 Made an update on database and added CreatingDeliveryNotee 2025-11-13 17:28:08 +01:00
Cristiano
ae834d1e3c Adapted Price Endpoints 2025-11-13 16:31:00 +01:00
Cristiano
c6d4ef2c58 Adapted Deliverer endpoints with repository spec and automapper 2025-11-13 15:26:22 +01:00
Cristiano
60a7c059b4 Merge remote-tracking branch 'origin/develop' into develop 2025-11-13 14:44:46 +01:00
Cristiano
9684dbcbc7 Merged AutoMapper branch 2025-11-13 14:44:28 +01:00
bbd8d3d36a Actualiser PyroFetes/DTO/Price/Request/CreatePriceDto.cs 2025-11-09 18:48:23 +01:00
7d92f80de3 Actualiser PyroFetes/Endpoints/Price/CreatePriceEndpoint.cs 2025-11-09 18:46:24 +01:00
304c06ed19 changed setting for SettingEndpoints 2025-11-07 17:45:35 +01:00
97a7c6811c created product's endpoints 2025-11-07 17:41:50 +01:00
f8b3c51435 fix error on CreatePriceEndpoint.cs 2025-11-06 19:25:35 +01:00
a535f8cfeb fix errors in Price's DTO 2025-11-06 18:51:46 +01:00
65b5e6afe3 Merge branch 'feature/CreatingProductEnpoints' into develop 2025-11-06 18:42:39 +01:00
33719b708e Creating of price's endpoints 2025-11-06 18:52:18 +01:00
b00ed36557 Merge remote-tracking branch 'origin/develop' into develop 2025-11-06 17:34:08 +01:00
be0a6a4004 Creating supplier's endpoints 2025-11-06 17:30:03 +01:00
Cristiano
6bc8281a37 AddedAutoMapper 2025-11-06 16:17:35 +01:00
Cristiano
9ff5c038b1 HOTFIX 2025-11-06 16:16:49 +01:00
Cristiano
4bdd8104d8 Fix wrong HTTP method 2025-11-06 16:11:37 +01:00
Cristiano
abc843778f Merge branch 'feature/CreatingDelivererEndpoint' into develop 2025-11-06 16:10:38 +01:00
Cristiano
c0090da9bd Fix unused imports 2025-11-06 16:08:52 +01:00
Cristiano
554ba9b725 Added all the endpoints needed for Deliverer 2025-11-06 15:54:53 +01:00
1c898f9144 Merge branch 'feature/UserEndpoints' into develop 2025-10-27 12:56:04 +01:00
7bb21be0e6 add patch from user for the password 2025-10-27 12:55:25 +01:00
6a4760fb72 Creation user's endpoints 2025-10-27 12:31:25 +01:00