Commit Graph

162 Commits

Author SHA1 Message Date
sanchezvem 2a42e1010f fix error 2025-12-12 21:57:58 +01:00
sanchezvem 2fa74ccba8 added UpdateQuotationDto.cs 2025-12-12 21:18:13 +01:00
sanchezvem 65cff130e4 update deliverynote endpoint 2025-12-11 17:46:23 +01:00
sanchezvem e21e2afea4 fix error 2025-12-04 17:11:34 +01:00
sanchezvem 17978e7c19 change response in endpoint to generate pdf 2025-12-04 16:38:27 +01:00
sanchezvem 6a20676b32 added showcompagnon 2025-12-04 15:06:36 +01:00
sanchezvem e440dcd2b5 added pdf generation for all orders 2025-12-03 17:41:19 +01:00
sanchezvem bee1cfb0e3 added PDF generation for quotation 2025-12-03 17:00:02 +01:00
sanchezvem d709654410 fix error in GetTotalQuantityEndpoint.cs 2025-11-30 16:59:28 +01:00
sanchezvem 4a82c51133 fixed errors 2025-11-30 15:43:59 +01:00
sanchezvem 8a04adeec3 updated GetSupplierDto.cs 2025-11-30 15:35:08 +01:00
sanchezvem db9219e80f fix error in PatchRealDeliveryDateEndpoint.cs 2025-11-30 14:50:21 +01:00
sanchezvem 9e6834754f added DeleteDeliveryNoteEndpoint.cs 2025-11-30 14:23:30 +01:00
sanchezvem efa7a0be6f added DeleteProductEndpoint.cs 2025-11-29 21:58:20 +01:00
sanchezvem 2a439ccbb5 added mapper 2025-11-28 09:51:12 +01:00
sanchezvem 5c6798a647 fixed errors 2025-11-27 17:24:48 +01:00
Cristiano 50a5f371dd Fixed Database 2025-11-27 14:35:35 +01:00
sanchezvem 86c5d6ae7b new migration 2025-11-27 13:41:55 +01:00
sanchezvem 1c0432a2c4 updated length of password in User.cs 2025-11-27 13:40:02 +01:00
sanchezvem 3e8f36457e fixed errors in database 2025-11-26 20:37:49 +01:00
sanchezvem 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
sanchezvem 0511bb5075 added AllowAnonymous(); 2025-11-17 21:25:07 +01:00
sanchezvem 27e8fea7f3 added AllowAnonymous(); 2025-11-17 21:20:04 +01:00
sanchezvem 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
sanchezvem bbd8d3d36a Actualiser PyroFetes/DTO/Price/Request/CreatePriceDto.cs 2025-11-09 18:48:23 +01:00
sanchezvem 7d92f80de3 Actualiser PyroFetes/Endpoints/Price/CreatePriceEndpoint.cs 2025-11-09 18:46:24 +01:00
sanchezvem 304c06ed19 changed setting for SettingEndpoints 2025-11-07 17:45:35 +01:00
sanchezvem 97a7c6811c created product's endpoints 2025-11-07 17:41:50 +01:00
sanchezvem f8b3c51435 fix error on CreatePriceEndpoint.cs 2025-11-06 19:25:35 +01:00