efface txt
This commit is contained in:
@@ -1,810 +0,0 @@
|
|||||||
# Created by https://www.toptal.com/developers/gitignore/api/dotnetcore,csharp,visualstudio,rider,jetbrains+all,windows,macos,linux,sonarqube
|
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=dotnetcore,csharp,visualstudio,rider,jetbrains+all,windows,macos,linux,sonarqube
|
|
||||||
|
|
||||||
### Csharp ###
|
|
||||||
## Ignore Visual Studio temporary files, build results, and
|
|
||||||
## files generated by popular Visual Studio add-ons.
|
|
||||||
##
|
|
||||||
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
|
||||||
|
|
||||||
# User-specific files
|
|
||||||
*.rsuser
|
|
||||||
*.suo
|
|
||||||
*.user
|
|
||||||
*.userosscache
|
|
||||||
*.sln.docstates
|
|
||||||
|
|
||||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
||||||
*.userprefs
|
|
||||||
|
|
||||||
# Mono auto generated files
|
|
||||||
mono_crash.*
|
|
||||||
|
|
||||||
# Build results
|
|
||||||
[Dd]ebug/
|
|
||||||
[Dd]ebugPublic/
|
|
||||||
[Rr]elease/
|
|
||||||
[Rr]eleases/
|
|
||||||
x64/
|
|
||||||
x86/
|
|
||||||
[Ww][Ii][Nn]32/
|
|
||||||
[Aa][Rr][Mm]/
|
|
||||||
[Aa][Rr][Mm]64/
|
|
||||||
bld/
|
|
||||||
[Bb]in/
|
|
||||||
[Oo]bj/
|
|
||||||
[Ll]og/
|
|
||||||
[Ll]ogs/
|
|
||||||
|
|
||||||
# Visual Studio 2015/2017 cache/options directory
|
|
||||||
.vs/
|
|
||||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
|
||||||
#wwwroot/
|
|
||||||
|
|
||||||
# Visual Studio 2017 auto generated files
|
|
||||||
Generated\ Files/
|
|
||||||
|
|
||||||
# MSTest test Results
|
|
||||||
[Tt]est[Rr]esult*/
|
|
||||||
[Bb]uild[Ll]og.*
|
|
||||||
|
|
||||||
# NUnit
|
|
||||||
*.VisualState.xml
|
|
||||||
TestResult.xml
|
|
||||||
nunit-*.xml
|
|
||||||
|
|
||||||
# Build Results of an ATL Project
|
|
||||||
[Dd]ebugPS/
|
|
||||||
[Rr]eleasePS/
|
|
||||||
dlldata.c
|
|
||||||
|
|
||||||
# Benchmark Results
|
|
||||||
BenchmarkDotNet.Artifacts/
|
|
||||||
|
|
||||||
# .NET Core
|
|
||||||
project.lock.json
|
|
||||||
project.fragment.lock.json
|
|
||||||
artifacts/
|
|
||||||
|
|
||||||
# ASP.NET Scaffolding
|
|
||||||
ScaffoldingReadMe.txt
|
|
||||||
|
|
||||||
# StyleCop
|
|
||||||
StyleCopReport.xml
|
|
||||||
|
|
||||||
# Files built by Visual Studio
|
|
||||||
*_i.c
|
|
||||||
*_p.c
|
|
||||||
*_h.h
|
|
||||||
*.ilk
|
|
||||||
*.meta
|
|
||||||
*.obj
|
|
||||||
*.iobj
|
|
||||||
*.pch
|
|
||||||
*.pdb
|
|
||||||
*.ipdb
|
|
||||||
*.pgc
|
|
||||||
*.pgd
|
|
||||||
*.rsp
|
|
||||||
*.sbr
|
|
||||||
*.tlb
|
|
||||||
*.tli
|
|
||||||
*.tlh
|
|
||||||
*.tmp
|
|
||||||
*.tmp_proj
|
|
||||||
*_wpftmp.csproj
|
|
||||||
*.log
|
|
||||||
*.tlog
|
|
||||||
*.vspscc
|
|
||||||
*.vssscc
|
|
||||||
.builds
|
|
||||||
*.pidb
|
|
||||||
*.svclog
|
|
||||||
*.scc
|
|
||||||
|
|
||||||
# Chutzpah Test files
|
|
||||||
_Chutzpah*
|
|
||||||
|
|
||||||
# Visual C++ cache files
|
|
||||||
ipch/
|
|
||||||
*.aps
|
|
||||||
*.ncb
|
|
||||||
*.opendb
|
|
||||||
*.opensdf
|
|
||||||
*.sdf
|
|
||||||
*.cachefile
|
|
||||||
*.VC.db
|
|
||||||
*.VC.VC.opendb
|
|
||||||
|
|
||||||
# Visual Studio profiler
|
|
||||||
*.psess
|
|
||||||
*.vsp
|
|
||||||
*.vspx
|
|
||||||
*.sap
|
|
||||||
|
|
||||||
# Visual Studio Trace Files
|
|
||||||
*.e2e
|
|
||||||
|
|
||||||
# TFS 2012 Local Workspace
|
|
||||||
$tf/
|
|
||||||
|
|
||||||
# Guidance Automation Toolkit
|
|
||||||
*.gpState
|
|
||||||
|
|
||||||
# ReSharper is a .NET coding add-in
|
|
||||||
_ReSharper*/
|
|
||||||
*.[Rr]e[Ss]harper
|
|
||||||
*.DotSettings.user
|
|
||||||
|
|
||||||
# TeamCity is a build add-in
|
|
||||||
_TeamCity*
|
|
||||||
|
|
||||||
# DotCover is a Code Coverage Tool
|
|
||||||
*.dotCover
|
|
||||||
|
|
||||||
# AxoCover is a Code Coverage Tool
|
|
||||||
.axoCover/*
|
|
||||||
!.axoCover/settings.json
|
|
||||||
|
|
||||||
# Coverlet is a free, cross platform Code Coverage Tool
|
|
||||||
coverage*.json
|
|
||||||
coverage*.xml
|
|
||||||
coverage*.info
|
|
||||||
|
|
||||||
# Visual Studio code coverage results
|
|
||||||
*.coverage
|
|
||||||
*.coveragexml
|
|
||||||
|
|
||||||
# NCrunch
|
|
||||||
_NCrunch_*
|
|
||||||
.*crunch*.local.xml
|
|
||||||
nCrunchTemp_*
|
|
||||||
|
|
||||||
# MightyMoose
|
|
||||||
*.mm.*
|
|
||||||
AutoTest.Net/
|
|
||||||
|
|
||||||
# Web workbench (sass)
|
|
||||||
.sass-cache/
|
|
||||||
|
|
||||||
# Installshield output folder
|
|
||||||
[Ee]xpress/
|
|
||||||
|
|
||||||
# DocProject is a documentation generator add-in
|
|
||||||
DocProject/buildhelp/
|
|
||||||
DocProject/Help/*.HxT
|
|
||||||
DocProject/Help/*.HxC
|
|
||||||
DocProject/Help/*.hhc
|
|
||||||
DocProject/Help/*.hhk
|
|
||||||
DocProject/Help/*.hhp
|
|
||||||
DocProject/Help/Html2
|
|
||||||
DocProject/Help/html
|
|
||||||
|
|
||||||
# Click-Once directory
|
|
||||||
publish/
|
|
||||||
|
|
||||||
# Publish Web Output
|
|
||||||
*.[Pp]ublish.xml
|
|
||||||
*.azurePubxml
|
|
||||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
|
||||||
# but database connection strings (with potential passwords) will be unencrypted
|
|
||||||
*.pubxml
|
|
||||||
*.publishproj
|
|
||||||
|
|
||||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
|
||||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
|
||||||
# in these scripts will be unencrypted
|
|
||||||
PublishScripts/
|
|
||||||
|
|
||||||
# NuGet Packages
|
|
||||||
*.nupkg
|
|
||||||
# NuGet Symbol Packages
|
|
||||||
*.snupkg
|
|
||||||
# The packages folder can be ignored because of Package Restore
|
|
||||||
**/[Pp]ackages/*
|
|
||||||
# except build/, which is used as an MSBuild target.
|
|
||||||
!**/[Pp]ackages/build/
|
|
||||||
# Uncomment if necessary however generally it will be regenerated when needed
|
|
||||||
#!**/[Pp]ackages/repositories.config
|
|
||||||
# NuGet v3's project.json files produces more ignorable files
|
|
||||||
*.nuget.props
|
|
||||||
*.nuget.targets
|
|
||||||
|
|
||||||
# Microsoft Azure Build Output
|
|
||||||
csx/
|
|
||||||
*.build.csdef
|
|
||||||
|
|
||||||
# Microsoft Azure Emulator
|
|
||||||
ecf/
|
|
||||||
rcf/
|
|
||||||
|
|
||||||
# Windows Store app package directories and files
|
|
||||||
AppPackages/
|
|
||||||
BundleArtifacts/
|
|
||||||
Package.StoreAssociation.xml
|
|
||||||
_pkginfo.txt
|
|
||||||
*.appx
|
|
||||||
*.appxbundle
|
|
||||||
*.appxupload
|
|
||||||
|
|
||||||
# Visual Studio cache files
|
|
||||||
# files ending in .cache can be ignored
|
|
||||||
*.[Cc]ache
|
|
||||||
# but keep track of directories ending in .cache
|
|
||||||
!?*.[Cc]ache/
|
|
||||||
|
|
||||||
# Others
|
|
||||||
ClientBin/
|
|
||||||
~$*
|
|
||||||
*~
|
|
||||||
*.dbmdl
|
|
||||||
*.dbproj.schemaview
|
|
||||||
*.jfm
|
|
||||||
*.pfx
|
|
||||||
*.publishsettings
|
|
||||||
orleans.codegen.cs
|
|
||||||
|
|
||||||
# Including strong name files can present a security risk
|
|
||||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
|
||||||
#*.snk
|
|
||||||
|
|
||||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
|
||||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
|
||||||
#bower_components/
|
|
||||||
|
|
||||||
# RIA/Silverlight projects
|
|
||||||
Generated_Code/
|
|
||||||
|
|
||||||
# Backup & report files from converting an old project file
|
|
||||||
# to a newer Visual Studio version. Backup files are not needed,
|
|
||||||
# because we have git ;-)
|
|
||||||
_UpgradeReport_Files/
|
|
||||||
Backup*/
|
|
||||||
UpgradeLog*.XML
|
|
||||||
UpgradeLog*.htm
|
|
||||||
ServiceFabricBackup/
|
|
||||||
*.rptproj.bak
|
|
||||||
|
|
||||||
# SQL Server files
|
|
||||||
*.mdf
|
|
||||||
*.ldf
|
|
||||||
*.ndf
|
|
||||||
|
|
||||||
# Business Intelligence projects
|
|
||||||
*.rdl.data
|
|
||||||
*.bim.layout
|
|
||||||
*.bim_*.settings
|
|
||||||
*.rptproj.rsuser
|
|
||||||
*- [Bb]ackup.rdl
|
|
||||||
*- [Bb]ackup ([0-9]).rdl
|
|
||||||
*- [Bb]ackup ([0-9][0-9]).rdl
|
|
||||||
|
|
||||||
# Microsoft Fakes
|
|
||||||
FakesAssemblies/
|
|
||||||
|
|
||||||
# GhostDoc plugin setting file
|
|
||||||
*.GhostDoc.xml
|
|
||||||
|
|
||||||
# Node.js Tools for Visual Studio
|
|
||||||
.ntvs_analysis.dat
|
|
||||||
node_modules/
|
|
||||||
|
|
||||||
# Visual Studio 6 build log
|
|
||||||
*.plg
|
|
||||||
|
|
||||||
# Visual Studio 6 workspace options file
|
|
||||||
*.opt
|
|
||||||
|
|
||||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
|
||||||
*.vbw
|
|
||||||
|
|
||||||
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
|
|
||||||
*.vbp
|
|
||||||
|
|
||||||
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
|
|
||||||
*.dsw
|
|
||||||
*.dsp
|
|
||||||
|
|
||||||
# Visual Studio 6 technical files
|
|
||||||
|
|
||||||
# Visual Studio LightSwitch build output
|
|
||||||
**/*.HTMLClient/GeneratedArtifacts
|
|
||||||
**/*.DesktopClient/GeneratedArtifacts
|
|
||||||
**/*.DesktopClient/ModelManifest.xml
|
|
||||||
**/*.Server/GeneratedArtifacts
|
|
||||||
**/*.Server/ModelManifest.xml
|
|
||||||
_Pvt_Extensions
|
|
||||||
|
|
||||||
# Paket dependency manager
|
|
||||||
.paket/paket.exe
|
|
||||||
paket-files/
|
|
||||||
|
|
||||||
# FAKE - F# Make
|
|
||||||
.fake/
|
|
||||||
|
|
||||||
# CodeRush personal settings
|
|
||||||
.cr/personal
|
|
||||||
|
|
||||||
# Python Tools for Visual Studio (PTVS)
|
|
||||||
__pycache__/
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Cake - Uncomment if you are using it
|
|
||||||
# tools/**
|
|
||||||
# !tools/packages.config
|
|
||||||
|
|
||||||
# Tabs Studio
|
|
||||||
*.tss
|
|
||||||
|
|
||||||
# Telerik's JustMock configuration file
|
|
||||||
*.jmconfig
|
|
||||||
|
|
||||||
# BizTalk build output
|
|
||||||
*.btp.cs
|
|
||||||
*.btm.cs
|
|
||||||
*.odx.cs
|
|
||||||
*.xsd.cs
|
|
||||||
|
|
||||||
# OpenCover UI analysis results
|
|
||||||
OpenCover/
|
|
||||||
|
|
||||||
# Azure Stream Analytics local run output
|
|
||||||
ASALocalRun/
|
|
||||||
|
|
||||||
# MSBuild Binary and Structured Log
|
|
||||||
*.binlog
|
|
||||||
|
|
||||||
# NVidia Nsight GPU debugger configuration file
|
|
||||||
*.nvuser
|
|
||||||
|
|
||||||
# MFractors (Xamarin productivity tool) working folder
|
|
||||||
.mfractor/
|
|
||||||
|
|
||||||
# Local History for Visual Studio
|
|
||||||
.localhistory/
|
|
||||||
|
|
||||||
# Visual Studio History (VSHistory) files
|
|
||||||
.vshistory/
|
|
||||||
|
|
||||||
# BeatPulse healthcheck temp database
|
|
||||||
healthchecksdb
|
|
||||||
|
|
||||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
|
||||||
MigrationBackup/
|
|
||||||
|
|
||||||
# Ionide (cross platform F# VS Code tools) working folder
|
|
||||||
.ionide/
|
|
||||||
|
|
||||||
# Fody - auto-generated XML schema
|
|
||||||
FodyWeavers.xsd
|
|
||||||
|
|
||||||
# VS Code files for those working on multiple tools
|
|
||||||
.vscode/*
|
|
||||||
!.vscode/settings.json
|
|
||||||
!.vscode/tasks.json
|
|
||||||
!.vscode/launch.json
|
|
||||||
!.vscode/extensions.json
|
|
||||||
*.code-workspace
|
|
||||||
|
|
||||||
# Local History for Visual Studio Code
|
|
||||||
.history/
|
|
||||||
|
|
||||||
# Windows Installer files from build outputs
|
|
||||||
*.cab
|
|
||||||
*.msi
|
|
||||||
*.msix
|
|
||||||
*.msm
|
|
||||||
*.msp
|
|
||||||
|
|
||||||
# JetBrains Rider
|
|
||||||
*.sln.iml
|
|
||||||
|
|
||||||
### DotnetCore ###
|
|
||||||
# .NET Core build folders
|
|
||||||
bin/
|
|
||||||
obj/
|
|
||||||
|
|
||||||
# Common node modules locations
|
|
||||||
/node_modules
|
|
||||||
/wwwroot/node_modules
|
|
||||||
|
|
||||||
### JetBrains+all ###
|
|
||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
|
||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
||||||
|
|
||||||
# User-specific stuff
|
|
||||||
.idea/**/workspace.xml
|
|
||||||
.idea/**/tasks.xml
|
|
||||||
.idea/**/usage.statistics.xml
|
|
||||||
.idea/**/dictionaries
|
|
||||||
.idea/**/shelf
|
|
||||||
|
|
||||||
# AWS User-specific
|
|
||||||
.idea/**/aws.xml
|
|
||||||
|
|
||||||
# Generated files
|
|
||||||
.idea/**/contentModel.xml
|
|
||||||
|
|
||||||
# Sensitive or high-churn files
|
|
||||||
.idea/**/dataSources/
|
|
||||||
.idea/**/dataSources.ids
|
|
||||||
.idea/**/dataSources.local.xml
|
|
||||||
.idea/**/sqlDataSources.xml
|
|
||||||
.idea/**/dynamic.xml
|
|
||||||
.idea/**/uiDesigner.xml
|
|
||||||
.idea/**/dbnavigator.xml
|
|
||||||
|
|
||||||
# Gradle
|
|
||||||
.idea/**/gradle.xml
|
|
||||||
.idea/**/libraries
|
|
||||||
|
|
||||||
# Gradle and Maven with auto-import
|
|
||||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
|
||||||
# since they will be recreated, and may cause churn. Uncomment if using
|
|
||||||
# auto-import.
|
|
||||||
# .idea/artifacts
|
|
||||||
# .idea/compiler.xml
|
|
||||||
# .idea/jarRepositories.xml
|
|
||||||
# .idea/modules.xml
|
|
||||||
# .idea/*.iml
|
|
||||||
# .idea/modules
|
|
||||||
# *.iml
|
|
||||||
# *.ipr
|
|
||||||
|
|
||||||
# CMake
|
|
||||||
cmake-build-*/
|
|
||||||
|
|
||||||
# Mongo Explorer plugin
|
|
||||||
.idea/**/mongoSettings.xml
|
|
||||||
|
|
||||||
# File-based project format
|
|
||||||
*.iws
|
|
||||||
|
|
||||||
# IntelliJ
|
|
||||||
out/
|
|
||||||
|
|
||||||
# mpeltonen/sbt-idea plugin
|
|
||||||
.idea_modules/
|
|
||||||
|
|
||||||
# JIRA plugin
|
|
||||||
atlassian-ide-plugin.xml
|
|
||||||
|
|
||||||
# Cursive Clojure plugin
|
|
||||||
.idea/replstate.xml
|
|
||||||
|
|
||||||
# SonarLint plugin
|
|
||||||
.idea/sonarlint/
|
|
||||||
|
|
||||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
||||||
com_crashlytics_export_strings.xml
|
|
||||||
crashlytics.properties
|
|
||||||
crashlytics-build.properties
|
|
||||||
fabric.properties
|
|
||||||
|
|
||||||
# Editor-based Rest Client
|
|
||||||
.idea/httpRequests
|
|
||||||
|
|
||||||
# Android studio 3.1+ serialized cache file
|
|
||||||
.idea/caches/build_file_checksums.ser
|
|
||||||
|
|
||||||
### JetBrains+all Patch ###
|
|
||||||
# Ignore everything but code style settings and run configurations
|
|
||||||
# that are supposed to be shared within teams.
|
|
||||||
|
|
||||||
.idea/*
|
|
||||||
|
|
||||||
!.idea/codeStyles
|
|
||||||
!.idea/runConfigurations
|
|
||||||
|
|
||||||
### Linux ###
|
|
||||||
|
|
||||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
||||||
.fuse_hidden*
|
|
||||||
|
|
||||||
# KDE directory preferences
|
|
||||||
.directory
|
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk
|
|
||||||
.Trash-*
|
|
||||||
|
|
||||||
# .nfs files are created when an open file is removed but is still being accessed
|
|
||||||
.nfs*
|
|
||||||
|
|
||||||
### macOS ###
|
|
||||||
# General
|
|
||||||
.DS_Store
|
|
||||||
.AppleDouble
|
|
||||||
.LSOverride
|
|
||||||
|
|
||||||
# Icon must end with two \r
|
|
||||||
Icon
|
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
|
||||||
._*
|
|
||||||
|
|
||||||
# Files that might appear in the root of a volume
|
|
||||||
.DocumentRevisions-V100
|
|
||||||
.fseventsd
|
|
||||||
.Spotlight-V100
|
|
||||||
.TemporaryItems
|
|
||||||
.Trashes
|
|
||||||
.VolumeIcon.icns
|
|
||||||
.com.apple.timemachine.donotpresent
|
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share
|
|
||||||
.AppleDB
|
|
||||||
.AppleDesktop
|
|
||||||
Network Trash Folder
|
|
||||||
Temporary Items
|
|
||||||
.apdisk
|
|
||||||
|
|
||||||
### macOS Patch ###
|
|
||||||
# iCloud generated files
|
|
||||||
*.icloud
|
|
||||||
|
|
||||||
### Rider ###
|
|
||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
|
||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
||||||
|
|
||||||
# User-specific stuff
|
|
||||||
|
|
||||||
# AWS User-specific
|
|
||||||
|
|
||||||
# Generated files
|
|
||||||
|
|
||||||
# Sensitive or high-churn files
|
|
||||||
|
|
||||||
# Gradle
|
|
||||||
|
|
||||||
# Gradle and Maven with auto-import
|
|
||||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
|
||||||
# since they will be recreated, and may cause churn. Uncomment if using
|
|
||||||
# auto-import.
|
|
||||||
# .idea/artifacts
|
|
||||||
# .idea/compiler.xml
|
|
||||||
# .idea/jarRepositories.xml
|
|
||||||
# .idea/modules.xml
|
|
||||||
# .idea/*.iml
|
|
||||||
# .idea/modules
|
|
||||||
# *.iml
|
|
||||||
# *.ipr
|
|
||||||
|
|
||||||
# CMake
|
|
||||||
|
|
||||||
# Mongo Explorer plugin
|
|
||||||
|
|
||||||
# File-based project format
|
|
||||||
|
|
||||||
# IntelliJ
|
|
||||||
|
|
||||||
# mpeltonen/sbt-idea plugin
|
|
||||||
|
|
||||||
# JIRA plugin
|
|
||||||
|
|
||||||
# Cursive Clojure plugin
|
|
||||||
|
|
||||||
# SonarLint plugin
|
|
||||||
|
|
||||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
||||||
|
|
||||||
# Editor-based Rest Client
|
|
||||||
|
|
||||||
# Android studio 3.1+ serialized cache file
|
|
||||||
|
|
||||||
### SonarQube ###
|
|
||||||
# SonarQube ignore files.
|
|
||||||
#
|
|
||||||
# https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
|
|
||||||
# Sonar Scanner working directories
|
|
||||||
.sonar/
|
|
||||||
.sonarqube/
|
|
||||||
.scannerwork/
|
|
||||||
|
|
||||||
# http://www.sonarlint.org/commandline/
|
|
||||||
# SonarLint working directories, configuration files (including credentials)
|
|
||||||
.sonarlint/
|
|
||||||
|
|
||||||
### Windows ###
|
|
||||||
# Windows thumbnail cache files
|
|
||||||
Thumbs.db
|
|
||||||
Thumbs.db:encryptable
|
|
||||||
ehthumbs.db
|
|
||||||
ehthumbs_vista.db
|
|
||||||
|
|
||||||
# Dump file
|
|
||||||
*.stackdump
|
|
||||||
|
|
||||||
# Folder config file
|
|
||||||
[Dd]esktop.ini
|
|
||||||
|
|
||||||
# Recycle Bin used on file shares
|
|
||||||
$RECYCLE.BIN/
|
|
||||||
|
|
||||||
# Windows Installer files
|
|
||||||
|
|
||||||
# Windows shortcuts
|
|
||||||
*.lnk
|
|
||||||
|
|
||||||
### VisualStudio ###
|
|
||||||
|
|
||||||
# User-specific files
|
|
||||||
|
|
||||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
||||||
|
|
||||||
# Mono auto generated files
|
|
||||||
|
|
||||||
# Build results
|
|
||||||
|
|
||||||
# Visual Studio 2015/2017 cache/options directory
|
|
||||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
|
||||||
|
|
||||||
# Visual Studio 2017 auto generated files
|
|
||||||
|
|
||||||
# MSTest test Results
|
|
||||||
|
|
||||||
# NUnit
|
|
||||||
|
|
||||||
# Build Results of an ATL Project
|
|
||||||
|
|
||||||
# Benchmark Results
|
|
||||||
|
|
||||||
# .NET Core
|
|
||||||
|
|
||||||
# ASP.NET Scaffolding
|
|
||||||
|
|
||||||
# StyleCop
|
|
||||||
|
|
||||||
# Files built by Visual Studio
|
|
||||||
|
|
||||||
# Chutzpah Test files
|
|
||||||
|
|
||||||
# Visual C++ cache files
|
|
||||||
|
|
||||||
# Visual Studio profiler
|
|
||||||
|
|
||||||
# Visual Studio Trace Files
|
|
||||||
|
|
||||||
# TFS 2012 Local Workspace
|
|
||||||
|
|
||||||
# Guidance Automation Toolkit
|
|
||||||
|
|
||||||
# ReSharper is a .NET coding add-in
|
|
||||||
|
|
||||||
# TeamCity is a build add-in
|
|
||||||
|
|
||||||
# DotCover is a Code Coverage Tool
|
|
||||||
|
|
||||||
# AxoCover is a Code Coverage Tool
|
|
||||||
|
|
||||||
# Coverlet is a free, cross platform Code Coverage Tool
|
|
||||||
|
|
||||||
# Visual Studio code coverage results
|
|
||||||
|
|
||||||
# NCrunch
|
|
||||||
|
|
||||||
# MightyMoose
|
|
||||||
|
|
||||||
# Web workbench (sass)
|
|
||||||
|
|
||||||
# Installshield output folder
|
|
||||||
|
|
||||||
# DocProject is a documentation generator add-in
|
|
||||||
|
|
||||||
# Click-Once directory
|
|
||||||
|
|
||||||
# Publish Web Output
|
|
||||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
|
||||||
# but database connection strings (with potential passwords) will be unencrypted
|
|
||||||
|
|
||||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
|
||||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
|
||||||
# in these scripts will be unencrypted
|
|
||||||
|
|
||||||
# NuGet Packages
|
|
||||||
# NuGet Symbol Packages
|
|
||||||
# The packages folder can be ignored because of Package Restore
|
|
||||||
# except build/, which is used as an MSBuild target.
|
|
||||||
# Uncomment if necessary however generally it will be regenerated when needed
|
|
||||||
# NuGet v3's project.json files produces more ignorable files
|
|
||||||
|
|
||||||
# Microsoft Azure Build Output
|
|
||||||
|
|
||||||
# Microsoft Azure Emulator
|
|
||||||
|
|
||||||
# Windows Store app package directories and files
|
|
||||||
|
|
||||||
# Visual Studio cache files
|
|
||||||
# files ending in .cache can be ignored
|
|
||||||
# but keep track of directories ending in .cache
|
|
||||||
|
|
||||||
# Others
|
|
||||||
|
|
||||||
# Including strong name files can present a security risk
|
|
||||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
|
||||||
|
|
||||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
|
||||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
|
||||||
|
|
||||||
# RIA/Silverlight projects
|
|
||||||
|
|
||||||
# Backup & report files from converting an old project file
|
|
||||||
# to a newer Visual Studio version. Backup files are not needed,
|
|
||||||
# because we have git ;-)
|
|
||||||
|
|
||||||
# SQL Server files
|
|
||||||
|
|
||||||
# Business Intelligence projects
|
|
||||||
|
|
||||||
# Microsoft Fakes
|
|
||||||
|
|
||||||
# GhostDoc plugin setting file
|
|
||||||
|
|
||||||
# Node.js Tools for Visual Studio
|
|
||||||
|
|
||||||
# Visual Studio 6 build log
|
|
||||||
|
|
||||||
# Visual Studio 6 workspace options file
|
|
||||||
|
|
||||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
|
||||||
|
|
||||||
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
|
|
||||||
|
|
||||||
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
|
|
||||||
|
|
||||||
# Visual Studio 6 technical files
|
|
||||||
|
|
||||||
# Visual Studio LightSwitch build output
|
|
||||||
|
|
||||||
# Paket dependency manager
|
|
||||||
|
|
||||||
# FAKE - F# Make
|
|
||||||
|
|
||||||
# CodeRush personal settings
|
|
||||||
|
|
||||||
# Python Tools for Visual Studio (PTVS)
|
|
||||||
|
|
||||||
# Cake - Uncomment if you are using it
|
|
||||||
# tools/**
|
|
||||||
# !tools/packages.config
|
|
||||||
|
|
||||||
# Tabs Studio
|
|
||||||
|
|
||||||
# Telerik's JustMock configuration file
|
|
||||||
|
|
||||||
# BizTalk build output
|
|
||||||
|
|
||||||
# OpenCover UI analysis results
|
|
||||||
|
|
||||||
# Azure Stream Analytics local run output
|
|
||||||
|
|
||||||
# MSBuild Binary and Structured Log
|
|
||||||
|
|
||||||
# NVidia Nsight GPU debugger configuration file
|
|
||||||
|
|
||||||
# MFractors (Xamarin productivity tool) working folder
|
|
||||||
|
|
||||||
# Local History for Visual Studio
|
|
||||||
|
|
||||||
# Visual Studio History (VSHistory) files
|
|
||||||
|
|
||||||
# BeatPulse healthcheck temp database
|
|
||||||
|
|
||||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
|
||||||
|
|
||||||
# Ionide (cross platform F# VS Code tools) working folder
|
|
||||||
|
|
||||||
# Fody - auto-generated XML schema
|
|
||||||
|
|
||||||
# VS Code files for those working on multiple tools
|
|
||||||
|
|
||||||
# Local History for Visual Studio Code
|
|
||||||
|
|
||||||
# Windows Installer files from build outputs
|
|
||||||
|
|
||||||
# JetBrains Rider
|
|
||||||
|
|
||||||
### VisualStudio Patch ###
|
|
||||||
# Additional files built by Visual Studio
|
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/dotnetcore,csharp,visualstudio,rider,jetbrains+all,windows,macos,linux,sonarqube
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PyroFetes", "PyroFetes\PyroFetes.csproj", "{23E11090-EC39-414E-B2A7-FEF96FE729E3}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Any CPU = Debug|Any CPU
|
|
||||||
Release|Any CPU = Release|Any CPU
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{23E11090-EC39-414E-B2A7-FEF96FE729E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{23E11090-EC39-414E-B2A7-FEF96FE729E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{23E11090-EC39-414E-B2A7-FEF96FE729E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{23E11090-EC39-414E-B2A7-FEF96FE729E3}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Deliverer.Request;
|
|
||||||
|
|
||||||
public class CreateDelivererDto
|
|
||||||
{
|
|
||||||
public string? Transporter { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Deliverer.Request;
|
|
||||||
|
|
||||||
public class UpdateDelivererDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Transporter { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
using PyroFetes.DTO.DeliveryNote.Response;
|
|
||||||
|
|
||||||
namespace PyroFetes.DTO.Deliverer.Response;
|
|
||||||
|
|
||||||
public class GetDelivererDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Transporter { get; set; }
|
|
||||||
|
|
||||||
public List<GetDeliveryNoteDto>? DeliveryNotes { get; set; }
|
|
||||||
}
|
|
||||||
-12
@@ -1,12 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.DeliveryNote.Request;
|
|
||||||
|
|
||||||
public class CreateDeliveryNoteDto
|
|
||||||
{
|
|
||||||
public string? TrackingNumber { get; set; }
|
|
||||||
public DateOnly EstimateDeliveryDate { get; set; }
|
|
||||||
public DateOnly ExpeditionDate { get; set; }
|
|
||||||
|
|
||||||
public int DelivererId { get; set; }
|
|
||||||
|
|
||||||
public Dictionary<int,int>? ProductQuantities { get; set; }
|
|
||||||
}
|
|
||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.DeliveryNote.Request;
|
|
||||||
|
|
||||||
public class PatchDeliveryNoteRealDeliveryDateDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public DateOnly RealDeliveryDate { get; set; }
|
|
||||||
}
|
|
||||||
-12
@@ -1,12 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.DeliveryNote.Request;
|
|
||||||
|
|
||||||
public class UpdateDeliveryNoteDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? TrackingNumber { get; set; }
|
|
||||||
public DateOnly EstimateDeliveryDate { get; set; }
|
|
||||||
public DateOnly ExpeditionDate { get; set; }
|
|
||||||
public DateOnly? RealDeliveryDate { get; set; }
|
|
||||||
|
|
||||||
public int DelivererId { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
using PyroFetes.DTO.ProductDelivery.Response;
|
|
||||||
|
|
||||||
namespace PyroFetes.DTO.DeliveryNote.Response;
|
|
||||||
|
|
||||||
public class GetDeliveryNoteDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? TrackingNumber { get; set; }
|
|
||||||
public DateOnly EstimateDeliveryDate { get; set; }
|
|
||||||
public DateOnly ExpeditionDate { get; set; }
|
|
||||||
public DateOnly? RealDeliveryDate { get; set; }
|
|
||||||
|
|
||||||
public int DelivererId { get; set; }
|
|
||||||
public string? DelivererTransporter { get; set; }
|
|
||||||
|
|
||||||
public List<GetProductDeliveryDto>? Products { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Price.Request;
|
|
||||||
|
|
||||||
public class CreatePriceDto
|
|
||||||
{
|
|
||||||
public decimal SellingPrice { get; set; }
|
|
||||||
|
|
||||||
public int? SupplierId { get; set; }
|
|
||||||
public string? SupplierName { get; set; }
|
|
||||||
public string? SupplierEmail { get; set; }
|
|
||||||
public string? SupplierPhone { get; set; }
|
|
||||||
public string? SupplierAddress { get; set; }
|
|
||||||
public string? SupplierZipCode { get; set; }
|
|
||||||
public string? SupplierCity { get; set; }
|
|
||||||
public int SupplierDeliveryDelay { get; set; }
|
|
||||||
|
|
||||||
public int? ProductId { get; set; }
|
|
||||||
public string? ProductReferences { get; set; }
|
|
||||||
public string? ProductName { get; set; }
|
|
||||||
public decimal ProductDuration {get; set;}
|
|
||||||
public int ProductCaliber { get; set; }
|
|
||||||
public string? ProductApprovalNumber { get; set; }
|
|
||||||
public decimal ProductWeight { get; set; }
|
|
||||||
public decimal ProductNec { get; set; }
|
|
||||||
public string? ProductImage { get; set; }
|
|
||||||
public string? ProductLink { get; set; }
|
|
||||||
public int ProductMinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Price.Request;
|
|
||||||
|
|
||||||
public class PatchPriceSellingPriceDto
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int SupplierId { get; set; }
|
|
||||||
public decimal SellingPrice { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Price.Request;
|
|
||||||
|
|
||||||
public class UpdatePriceDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public decimal SellingPrice { get; set; }
|
|
||||||
|
|
||||||
public int SupplierId { get; set; }
|
|
||||||
public string? SupplierName { get; set; }
|
|
||||||
public string? SupplierEmail { get; set; }
|
|
||||||
public string? SupplierPhone { get; set; }
|
|
||||||
public string? SupplierAddress { get; set; }
|
|
||||||
public int SupplierZipCode { get; set; }
|
|
||||||
public string? SupplierCity { get; set; }
|
|
||||||
public int SupplierDeliveryDelay { get; set; }
|
|
||||||
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public string? ProductReferences { get; set; }
|
|
||||||
public string? ProductName { get; set; }
|
|
||||||
public decimal ProductDuration {get; set;}
|
|
||||||
public decimal ProductCaliber { get; set; }
|
|
||||||
public int ProductApprovalNumber { get; set; }
|
|
||||||
public decimal ProductWeight { get; set; }
|
|
||||||
public decimal ProductNec { get; set; }
|
|
||||||
public string? ProductImage { get; set; }
|
|
||||||
public string? ProductLink { get; set; }
|
|
||||||
public int ProductMinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Price.Response;
|
|
||||||
|
|
||||||
public class GetPriceDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public decimal SellingPrice { get; set; }
|
|
||||||
|
|
||||||
public int SupplierId { get; set; }
|
|
||||||
public string? SupplierName { get; set; }
|
|
||||||
public string? SupplierEmail { get; set; }
|
|
||||||
public string? SupplierPhone { get; set; }
|
|
||||||
public string? SupplierAddress { get; set; }
|
|
||||||
public int SupplierZipCode { get; set; }
|
|
||||||
public string? SupplierCity { get; set; }
|
|
||||||
public int SupplierDeliveryDelay { get; set; }
|
|
||||||
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public string? ProductReferences { get; set; }
|
|
||||||
public string? ProductName { get; set; }
|
|
||||||
public decimal ProductDuration {get; set;}
|
|
||||||
public decimal ProductCaliber { get; set; }
|
|
||||||
public int ProductApprovalNumber { get; set; }
|
|
||||||
public decimal ProductWeight { get; set; }
|
|
||||||
public decimal ProductNec { get; set; }
|
|
||||||
public string? ProductImage { get; set; }
|
|
||||||
public string? ProductLink { get; set; }
|
|
||||||
public int ProductMinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Product.Request;
|
|
||||||
|
|
||||||
public class CreateProductDto
|
|
||||||
{
|
|
||||||
public string? References { get; set; }
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public decimal Duration {get; set;}
|
|
||||||
public int Caliber { get; set; }
|
|
||||||
public string? ApprovalNumber { get; set; }
|
|
||||||
public decimal Weight { get; set; }
|
|
||||||
public decimal Nec { get; set; }
|
|
||||||
public string? Image { get; set; }
|
|
||||||
public string? Link { get; set; }
|
|
||||||
public int MinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Product.Request;
|
|
||||||
|
|
||||||
public class PatchProductMinimalStockDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public int MinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Product.Request;
|
|
||||||
|
|
||||||
public class UpdateProductDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? References { get; set; }
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public decimal Duration {get; set;}
|
|
||||||
public int Caliber { get; set; }
|
|
||||||
public string? ApprovalNumber { get; set; }
|
|
||||||
public decimal Weight { get; set; }
|
|
||||||
public decimal Nec { get; set; }
|
|
||||||
public string? Image { get; set; }
|
|
||||||
public string? Link { get; set; }
|
|
||||||
public int MinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Product.Response;
|
|
||||||
|
|
||||||
public class GetProductDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? References { get; set; }
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public decimal Duration {get; set;}
|
|
||||||
public int Caliber { get; set; }
|
|
||||||
public string? ApprovalNumber { get; set; }
|
|
||||||
public decimal Weight { get; set; }
|
|
||||||
public decimal Nec { get; set; }
|
|
||||||
public string? Image { get; set; }
|
|
||||||
public string? Link { get; set; }
|
|
||||||
public int MinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
-8
@@ -1,8 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.ProductDelivery.Request;
|
|
||||||
|
|
||||||
public class CreateProductDeliveryDto
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int DeliveryNoteId { get; set; }
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
}
|
|
||||||
-8
@@ -1,8 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.ProductDelivery.Request;
|
|
||||||
|
|
||||||
public class UpdateProductDeliveryDto
|
|
||||||
{
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int DeliveryNoteId { get; set; }
|
|
||||||
}
|
|
||||||
-28
@@ -1,28 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.ProductDelivery.Response;
|
|
||||||
|
|
||||||
public class GetProductDeliveryDto
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int ProductReference { get; set; }
|
|
||||||
public string? ProductName { get; set; }
|
|
||||||
public decimal ProductDuration {get; set;}
|
|
||||||
public decimal ProductCaliber { get; set; }
|
|
||||||
public int ProductApprovalNumber { get; set; }
|
|
||||||
public decimal ProductWeight { get; set; }
|
|
||||||
public decimal ProductNec { get; set; }
|
|
||||||
public string? ProductImage { get; set; }
|
|
||||||
public string? ProductLink { get; set; }
|
|
||||||
public int ProductMinimalQuantity { get; set; }
|
|
||||||
|
|
||||||
public int DeliveryNoteId { get; set; }
|
|
||||||
public string? DeliveryNoteTrackingNumber { get; set; }
|
|
||||||
public DateOnly DeliveryNoteEstimateDeliveryDate { get; set; }
|
|
||||||
public DateOnly DeliveryNoteExpeditionDate { get; set; }
|
|
||||||
public DateOnly? DeliveryNoteRealDeliveryDate { get; set; }
|
|
||||||
|
|
||||||
public int DeliveryNoteDeliverId { get; set; }
|
|
||||||
public string? DeliveryNoteDeliverTransporter { get; set; }
|
|
||||||
|
|
||||||
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
}
|
|
||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.PurchaseOrder.Request;
|
|
||||||
|
|
||||||
public class PatchPurchaseOrderPurchaseConditionsDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? PurchaseConditions { get; set; }
|
|
||||||
}
|
|
||||||
-10
@@ -1,10 +0,0 @@
|
|||||||
using PyroFetes.DTO.PurchaseProduct.Response;
|
|
||||||
|
|
||||||
namespace PyroFetes.DTO.PurchaseOrder.Response;
|
|
||||||
|
|
||||||
public class GetPurchaseOrderDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? PurchaseConditions { get; set; }
|
|
||||||
public List<GetPurchaseProductDto>? GetPurchaseProductDto { get; set; }
|
|
||||||
}
|
|
||||||
-9
@@ -1,9 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.PurchaseProduct.Request;
|
|
||||||
|
|
||||||
public class CreatePurchaseProductDto
|
|
||||||
{
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int PurchaseOrderId { get; set; }
|
|
||||||
public string? PurchaseOrderPurchaseConditions { get; set; }
|
|
||||||
}
|
|
||||||
-8
@@ -1,8 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.PurchaseProduct.Request;
|
|
||||||
|
|
||||||
public class PatchPurchaseProductQuantityDto
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int PurchaseOrderId { get; set; }
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
}
|
|
||||||
-22
@@ -1,22 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.PurchaseProduct.Request;
|
|
||||||
|
|
||||||
public class UpdatePurchaseProductDto
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int PurchaseOrderId { get; set; }
|
|
||||||
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
|
|
||||||
public int ProductReferences { get; set; }
|
|
||||||
public string? ProductName { get; set; }
|
|
||||||
public decimal ProductDuration {get; set;}
|
|
||||||
public decimal ProductCaliber { get; set; }
|
|
||||||
public int ProductApprovalNumber { get; set; }
|
|
||||||
public decimal ProductWeight { get; set; }
|
|
||||||
public decimal ProductNec { get; set; }
|
|
||||||
public string? ProductImage { get; set; }
|
|
||||||
public string? ProductLink { get; set; }
|
|
||||||
public int ProductMinimalQuantity { get; set; }
|
|
||||||
|
|
||||||
public string? PurchaseOrderPurchaseConditions { get; set; }
|
|
||||||
}
|
|
||||||
-21
@@ -1,21 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.PurchaseProduct.Response;
|
|
||||||
|
|
||||||
public class GetPurchaseProductDto
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public string? ProductReferences { get; set; }
|
|
||||||
public string? ProductName { get; set; }
|
|
||||||
public decimal ProductDuration {get; set;}
|
|
||||||
public decimal ProductCaliber { get; set; }
|
|
||||||
public int ProductApprovalNumber { get; set; }
|
|
||||||
public decimal ProductWeight { get; set; }
|
|
||||||
public decimal ProductNec { get; set; }
|
|
||||||
public string? ProductImage { get; set; }
|
|
||||||
public string? ProductLink { get; set; }
|
|
||||||
public int ProductMinimalQuantity { get; set; }
|
|
||||||
|
|
||||||
public int PurchaseOrderId { get; set; }
|
|
||||||
public string? PurchaseOrderPurchaseConditions { get; set; }
|
|
||||||
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
}
|
|
||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Quotation.Request;
|
|
||||||
|
|
||||||
public class PatchQuotationConditionsSaleDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? ConditionsSale { get; set; }
|
|
||||||
}
|
|
||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Quotation.Request;
|
|
||||||
|
|
||||||
public class PatchQuotationMessageDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Message { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
using PyroFetes.DTO.QuotationProduct.Response;
|
|
||||||
|
|
||||||
namespace PyroFetes.DTO.Quotation.Response;
|
|
||||||
|
|
||||||
public class GetQuotationDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Message { get; set; }
|
|
||||||
public string? ConditionsSale { get; set; }
|
|
||||||
public List<GetQuotationProductDto>? GetQuotationProductDto { get; set; }
|
|
||||||
}
|
|
||||||
-22
@@ -1,22 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.QuotationProduct.Request;
|
|
||||||
|
|
||||||
public class CreateQuotationProductDto
|
|
||||||
{
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
|
|
||||||
public int QuotationId { get; set; }
|
|
||||||
public string? QuotationMessage { get; set; }
|
|
||||||
public string? QuotationConditionsSale { get; set; }
|
|
||||||
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int ProductReferences { get; set; }
|
|
||||||
public string? ProductName { get; set; }
|
|
||||||
public decimal ProductDuration {get; set;}
|
|
||||||
public decimal ProductCaliber { get; set; }
|
|
||||||
public int ProductApprovalNumber { get; set; }
|
|
||||||
public decimal ProductWeight { get; set; }
|
|
||||||
public decimal ProductNec { get; set; }
|
|
||||||
public string? ProductImage { get; set; }
|
|
||||||
public string? ProductLink { get; set; }
|
|
||||||
public int ProductMinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
-8
@@ -1,8 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.QuotationProduct.Request;
|
|
||||||
|
|
||||||
public class PatchQuotationProductQuantityDto
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int QuotationId { get; set; }
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
}
|
|
||||||
-23
@@ -1,23 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.QuotationProduct.Request;
|
|
||||||
|
|
||||||
public class UpdateQuotationProductDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
|
|
||||||
public int QuotationId { get; set; }
|
|
||||||
public string? QuotationMessage { get; set; }
|
|
||||||
public string? QuotationConditionsSale { get; set; }
|
|
||||||
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int ProductReferences { get; set; }
|
|
||||||
public string? ProductName { get; set; }
|
|
||||||
public decimal ProductDuration {get; set;}
|
|
||||||
public decimal ProductCaliber { get; set; }
|
|
||||||
public int ProductApprovalNumber { get; set; }
|
|
||||||
public decimal ProductWeight { get; set; }
|
|
||||||
public decimal ProductNec { get; set; }
|
|
||||||
public string? ProductImage { get; set; }
|
|
||||||
public string? ProductLink { get; set; }
|
|
||||||
public int ProductMinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
-22
@@ -1,22 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.QuotationProduct.Response;
|
|
||||||
|
|
||||||
public class GetQuotationProductDto
|
|
||||||
{
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
|
|
||||||
public int QuotationId { get; set; }
|
|
||||||
public string? QuotationMessage { get; set; }
|
|
||||||
public string? QuotationConditionsSale { get; set; }
|
|
||||||
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public string? ProductReferences { get; set; }
|
|
||||||
public string? ProductName { get; set; }
|
|
||||||
public decimal ProductDuration {get; set;}
|
|
||||||
public decimal ProductCaliber { get; set; }
|
|
||||||
public int ProductApprovalNumber { get; set; }
|
|
||||||
public decimal ProductWeight { get; set; }
|
|
||||||
public decimal ProductNec { get; set; }
|
|
||||||
public string? ProductImage { get; set; }
|
|
||||||
public string? ProductLink { get; set; }
|
|
||||||
public int ProductMinimalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.SettingDTO.Request;
|
|
||||||
|
|
||||||
public class CreateSettingDto
|
|
||||||
{
|
|
||||||
public string? ElectronicSignature { get; set; }
|
|
||||||
public string? Logo { get; set; }
|
|
||||||
}
|
|
||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.SettingDTO.Request;
|
|
||||||
|
|
||||||
public class PatchSettingElectronicSignatureDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? ElectronicSignature { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.SettingDTO.Request;
|
|
||||||
|
|
||||||
public class PatchSettingLogoDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Logo { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.SettingDTO.Response;
|
|
||||||
|
|
||||||
public class GetSettingDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? ElectronicSignature { get; set; }
|
|
||||||
public string? Logo { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Supplier.Request;
|
|
||||||
|
|
||||||
public class CreateSupplierDto
|
|
||||||
{
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public string? Email { get; set; }
|
|
||||||
public string? Phone { get; set; }
|
|
||||||
public string? Address { get; set; }
|
|
||||||
public string? ZipCode { get; set; }
|
|
||||||
public string? City { get; set; }
|
|
||||||
public int DeliveryDelay { get; set; }
|
|
||||||
}
|
|
||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Supplier.Request;
|
|
||||||
|
|
||||||
public class PatchSupplierDeliveryDelayDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public int DeliveryDelay { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Supplier.Request;
|
|
||||||
|
|
||||||
public class UpdateSupplierDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public string? Email { get; set; }
|
|
||||||
public string? Phone { get; set; }
|
|
||||||
public string? Address { get; set; }
|
|
||||||
public string? ZipCode { get; set; }
|
|
||||||
public string? City { get; set; }
|
|
||||||
public int DeliveryDelay { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.Supplier.Response;
|
|
||||||
|
|
||||||
public class GetSupplierDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public string? Email { get; set; }
|
|
||||||
public string? Phone { get; set; }
|
|
||||||
public string? Address { get; set; }
|
|
||||||
public string? ZipCode { get; set; }
|
|
||||||
public string? City { get; set; }
|
|
||||||
public int DeliveryDelay { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.User.Request;
|
|
||||||
|
|
||||||
public class ConnectUserDto
|
|
||||||
{
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public string? Password { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.User.Request;
|
|
||||||
|
|
||||||
public class CreateUserDto
|
|
||||||
{
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public string? Password { get; set; }
|
|
||||||
public string? Fonction { get; set; }
|
|
||||||
public string? Email { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.User.Request;
|
|
||||||
|
|
||||||
public class PatchUserPasswordDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Password { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.User.Request;
|
|
||||||
|
|
||||||
public class UpdateUserDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public string? Password { get; set; }
|
|
||||||
public string? Fonction { get; set; }
|
|
||||||
public string? Email { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.User.Response;
|
|
||||||
|
|
||||||
public class GetTokenDto
|
|
||||||
{
|
|
||||||
public string? Token { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.User.Response;
|
|
||||||
|
|
||||||
public class GetUserDto
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
public string? Name { get; set; }
|
|
||||||
public string? Password { get; set; }
|
|
||||||
public string? Salt { get; set; }
|
|
||||||
public string? Fonction { get; set; }
|
|
||||||
public string? Email { get; set; }
|
|
||||||
}
|
|
||||||
-8
@@ -1,8 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.WareHouseProduct.Request;
|
|
||||||
|
|
||||||
public class PatchWareHouseProductQuantityDto
|
|
||||||
{
|
|
||||||
public int WareHouseId { get; set; }
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
}
|
|
||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.WareHouseProduct.Response;
|
|
||||||
|
|
||||||
public class GetTotalQuantityDto
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int TotalQuantity { get; set; }
|
|
||||||
}
|
|
||||||
-8
@@ -1,8 +0,0 @@
|
|||||||
namespace PyroFetes.DTO.WareHouseProduct.Response;
|
|
||||||
|
|
||||||
public class GetWareHouseProductDto
|
|
||||||
{
|
|
||||||
public int Quantity { get; set; }
|
|
||||||
public int WareHouseId { get; set; }
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
}
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.DTO.Deliverer.Request;
|
|
||||||
using PyroFetes.DTO.Deliverer.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Deliverers;
|
|
||||||
|
|
||||||
public class CreateDelivererEndpoint(
|
|
||||||
DeliverersRepository deliverersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<CreateDelivererDto, GetDelivererDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Post("/deliverers");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CreateDelivererDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Deliverer newDeliverer = new Deliverer()
|
|
||||||
{
|
|
||||||
Transporter = req.Transporter,
|
|
||||||
};
|
|
||||||
|
|
||||||
await deliverersRepository.AddAsync(newDeliverer, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetDelivererDto>(newDeliverer), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Deliverers;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Deliverers;
|
|
||||||
|
|
||||||
public class DeleteDelivererRequest
|
|
||||||
{
|
|
||||||
public int DelivererId { get; set; }
|
|
||||||
}
|
|
||||||
public class DeleteDelivererEndpoint(DeliverersRepository deliverersRepository) : Endpoint<DeleteDelivererRequest>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Delete("/deliverers/{@id}", x=>new {x.DelivererId});
|
|
||||||
AllowAnonymous();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(DeleteDelivererRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Deliverer? deliverer = await deliverersRepository.FirstOrDefaultAsync(new GetDelivererByIdSpec(req.DelivererId), ct);
|
|
||||||
|
|
||||||
if (deliverer == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await deliverersRepository.DeleteAsync(deliverer, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
using AutoMapper.QueryableExtensions;
|
|
||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Deliverer.Response;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Deliverers;
|
|
||||||
|
|
||||||
public class GetAllDelivererEndpoint(DeliverersRepository deliverersRepository) : EndpointWithoutRequest<List<GetDelivererDto>>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/deliverers");
|
|
||||||
AllowAnonymous();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CancellationToken ct)
|
|
||||||
{
|
|
||||||
await Send.OkAsync(await deliverersRepository.ProjectToListAsync<GetDelivererDto>(ct), ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Deliverer.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Deliverers;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Deliverers;
|
|
||||||
|
|
||||||
public class GetDelivererRequest
|
|
||||||
{
|
|
||||||
public int DelivererId { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class GetDelivererEndpoint(
|
|
||||||
DeliverersRepository deliverersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<GetDelivererRequest, GetDelivererDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/deliverers/{@id}", x=>new {x.DelivererId});
|
|
||||||
AllowAnonymous();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(GetDelivererRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Deliverer? deliverer = await deliverersRepository.FirstOrDefaultAsync(new GetDelivererByIdSpec(req.DelivererId), ct);
|
|
||||||
|
|
||||||
if (deliverer == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetDelivererDto>(deliverer), ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Deliverer.Request;
|
|
||||||
using PyroFetes.DTO.Deliverer.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Deliverers;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Deliverers;
|
|
||||||
|
|
||||||
public class UpdateDelivererEndpoint(
|
|
||||||
DeliverersRepository deliverersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<UpdateDelivererDto, GetDelivererDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Put("/deliverers/{@id}", x=>new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(UpdateDelivererDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Deliverer? deliverer = await deliverersRepository.FirstOrDefaultAsync(new GetDelivererByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (deliverer == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
deliverer.Transporter = req.Transporter;
|
|
||||||
|
|
||||||
await deliverersRepository.UpdateAsync(deliverer,ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetDelivererDto>(deliverer), ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
-68
@@ -1,68 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.DTO.DeliveryNote.Request;
|
|
||||||
using PyroFetes.DTO.DeliveryNote.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Deliverers;
|
|
||||||
using PyroFetes.Specifications.Products;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.DeliveryNotes;
|
|
||||||
|
|
||||||
public class CreateDeliveryNoteEndpoint(
|
|
||||||
DeliveryNotesRepository deliveryNotesRepository,
|
|
||||||
DeliverersRepository deliverersRepository,
|
|
||||||
ProductsRepository productsRepository,
|
|
||||||
ProductDeliveriesRepository productDeliveriesRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<CreateDeliveryNoteDto, GetDeliveryNoteDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Post("/deliveryNotes");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CreateDeliveryNoteDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Deliverer? deliverer = await deliverersRepository.FirstOrDefaultAsync(new GetDelivererByIdSpec(req.DelivererId), ct);
|
|
||||||
|
|
||||||
if (deliverer == null)
|
|
||||||
{
|
|
||||||
await Send.StringAsync("No deliverer found", 404, cancellation: ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
//Creating the Delivery Note
|
|
||||||
DeliveryNote newDeliveryNote = new DeliveryNote()
|
|
||||||
{
|
|
||||||
TrackingNumber = req.TrackingNumber,
|
|
||||||
EstimateDeliveryDate = req.EstimateDeliveryDate,
|
|
||||||
ExpeditionDate = req.ExpeditionDate,
|
|
||||||
DelivererId = req.DelivererId,
|
|
||||||
Deliverer = deliverer,
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
await deliveryNotesRepository.AddAsync(newDeliveryNote, ct);
|
|
||||||
|
|
||||||
foreach (var productQuantity in req.ProductQuantities!)
|
|
||||||
{
|
|
||||||
Product? product =
|
|
||||||
await productsRepository.FirstOrDefaultAsync(new GetProductByIdSpec(productQuantity.Key), ct);
|
|
||||||
if (product != null)
|
|
||||||
{
|
|
||||||
ProductDelivery productDelivery = new ProductDelivery()
|
|
||||||
{
|
|
||||||
DeliveryNote = newDeliveryNote,
|
|
||||||
Quantity = productQuantity.Value,
|
|
||||||
Product = product,
|
|
||||||
DeliveryNoteId = newDeliveryNote.Id
|
|
||||||
};
|
|
||||||
|
|
||||||
await productDeliveriesRepository.AddAsync(productDelivery, ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetDeliveryNoteDto>(newDeliveryNote), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-20
@@ -1,20 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.DTO.DeliveryNote.Response;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.DeliveryNotes;
|
|
||||||
|
|
||||||
public class GetAllDeliveryNoteEndpoint(DeliveryNotesRepository deliveryNotesRepository) : EndpointWithoutRequest<List<GetDeliveryNoteDto>>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/deliveryNotes");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CancellationToken ct)
|
|
||||||
{
|
|
||||||
await Send.OkAsync(await deliveryNotesRepository.ProjectToListAsync<GetDeliveryNoteDto>(ct), ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
-35
@@ -1,35 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.DTO.DeliveryNote.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.DeliveryNotes;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.DeliveryNotes;
|
|
||||||
|
|
||||||
public class GetDeliveryNoteRequest
|
|
||||||
{
|
|
||||||
public int DeliveryNoteId { get; set; }
|
|
||||||
}
|
|
||||||
public class GetDeliveryNoteEndpoint(
|
|
||||||
DeliveryNotesRepository deliveryNotesRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<GetDeliveryNoteRequest, GetDeliveryNoteDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/deliveryNotes/{@id}", x=> new {x.DeliveryNoteId});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(GetDeliveryNoteRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
DeliveryNote? deliveryNote = await deliveryNotesRepository.FirstOrDefaultAsync(new GetDeliveryNoteByIdSpec(req.DeliveryNoteId), ct);
|
|
||||||
|
|
||||||
if (deliveryNote == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetDeliveryNoteDto>(deliveryNote), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-39
@@ -1,39 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.DTO.DeliveryNote.Request;
|
|
||||||
using PyroFetes.DTO.DeliveryNote.Response;
|
|
||||||
using PyroFetes.DTO.PurchaseProduct.Request;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Deliverers;
|
|
||||||
using PyroFetes.Specifications.DeliveryNotes;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.DeliveryNotes;
|
|
||||||
|
|
||||||
public class PatchRealDeliveryDateEndpoint(
|
|
||||||
DeliveryNotesRepository deliveryNotesRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchDeliveryNoteRealDeliveryDateDto, GetDeliveryNoteDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/deliveryNotes/{@id}", x=> new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchDeliveryNoteRealDeliveryDateDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
DeliveryNote? deliveryNoteToPath =
|
|
||||||
await deliveryNotesRepository.FirstOrDefaultAsync(new GetDeliveryNoteByIdSpec(req.Id),ct);
|
|
||||||
|
|
||||||
if (deliveryNoteToPath == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
deliveryNoteToPath.RealDeliveryDate = req.RealDeliveryDate;
|
|
||||||
|
|
||||||
await deliveryNotesRepository.UpdateAsync(deliveryNoteToPath, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetDeliveryNoteDto>(deliveryNoteToPath), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,84 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.DTO.Price.Request;
|
|
||||||
using PyroFetes.DTO.Price.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Prices;
|
|
||||||
using PyroFetes.Specifications.Products;
|
|
||||||
using PyroFetes.Specifications.Suppliers;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Prices;
|
|
||||||
|
|
||||||
public class CreatePriceEndpoint(
|
|
||||||
SuppliersRepository suppliersRepository,
|
|
||||||
ProductsRepository productsRepository,
|
|
||||||
PricesRepository pricesRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<CreatePriceDto, GetPriceDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Post("/prices");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CreatePriceDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
// Gestion du fournisseur
|
|
||||||
Supplier? supplier = await suppliersRepository.FirstOrDefaultAsync(new GetSupplierByIdSpec(req.SupplierId), ct);
|
|
||||||
if (supplier == null)
|
|
||||||
{
|
|
||||||
supplier = new Supplier()
|
|
||||||
{
|
|
||||||
Name = req.SupplierName,
|
|
||||||
Email = req.SupplierEmail,
|
|
||||||
Phone = req.SupplierPhone,
|
|
||||||
Address = req.SupplierAddress,
|
|
||||||
City = req.SupplierCity,
|
|
||||||
ZipCode = req.SupplierZipCode,
|
|
||||||
DeliveryDelay = req.SupplierDeliveryDelay
|
|
||||||
};
|
|
||||||
await suppliersRepository.AddAsync(supplier, ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Gestion du produit
|
|
||||||
Product? product = await productsRepository.FirstOrDefaultAsync(new GetProductByIdSpec(req.ProductId), ct);
|
|
||||||
if (product == null)
|
|
||||||
{
|
|
||||||
product = new Product()
|
|
||||||
{
|
|
||||||
Reference = req.ProductReferences,
|
|
||||||
Name = req.ProductName,
|
|
||||||
Duration = req.ProductDuration,
|
|
||||||
Caliber = req.ProductCaliber,
|
|
||||||
ApprovalNumber = req.ProductApprovalNumber,
|
|
||||||
Weight = req.ProductWeight,
|
|
||||||
Nec = req.ProductNec,
|
|
||||||
Image = req.ProductImage,
|
|
||||||
Link = req.ProductLink,
|
|
||||||
MinimalQuantity = req.ProductMinimalQuantity
|
|
||||||
};
|
|
||||||
await productsRepository.AddAsync(product, ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Vérifie si le prix existe déjà pour ce fournisseur et produit
|
|
||||||
Price? existingPrice = await pricesRepository.FirstOrDefaultAsync(new GetPriceByProductIdAndSupplierIdSpec(req.ProductId, req.SupplierId), ct);
|
|
||||||
|
|
||||||
if (existingPrice != null)
|
|
||||||
{
|
|
||||||
await Send.StringAsync("Le fournisseur a déjà un prix pour ce produit.", 400, cancellation: ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Création du prix
|
|
||||||
var priceAdded = new Price()
|
|
||||||
{
|
|
||||||
SellingPrice = req.SellingPrice,
|
|
||||||
SupplierId = supplier.Id,
|
|
||||||
ProductId = product.Id
|
|
||||||
};
|
|
||||||
await pricesRepository.AddAsync(priceAdded, ct);
|
|
||||||
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetPriceDto>(priceAdded), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Prices;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Prices;
|
|
||||||
|
|
||||||
public class DeletePriceRequest
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int SupplierId { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class DeletePriceEndpoint(PricesRepository pricesRepository) : Endpoint<DeletePriceRequest>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Delete("/prices/{@ProductId}/{@SupplierId}", x => new {x.ProductId, x.SupplierId});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(DeletePriceRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Price? price = await pricesRepository.FirstOrDefaultAsync(new GetPriceByProductIdAndSupplierIdSpec(req.ProductId,req.SupplierId), ct);
|
|
||||||
|
|
||||||
if (price == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await pricesRepository.DeleteAsync(price, ct);
|
|
||||||
|
|
||||||
await Send.NoContentAsync(ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.DTO.Price.Request;
|
|
||||||
using PyroFetes.DTO.Price.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Prices;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Prices;
|
|
||||||
|
|
||||||
public class PatchPriceEndpoint(
|
|
||||||
PricesRepository pricesRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchPriceSellingPriceDto, GetPriceDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/prices/{@ProductId}/{@SupplierId}/SellingPrice", x => new { x.ProductId, x.SupplierId });
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchPriceSellingPriceDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Price? price = await pricesRepository.FirstOrDefaultAsync(new GetPriceByProductIdAndSupplierIdSpec(req.ProductId, req.SupplierId),ct);
|
|
||||||
|
|
||||||
if (price == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
price.SellingPrice = req.SellingPrice;
|
|
||||||
|
|
||||||
await pricesRepository.UpdateAsync(price, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetPriceDto>(price), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Product.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Products;
|
|
||||||
|
|
||||||
public class GetAllProductsEndpoint(ProductsRepository productsRepository) : EndpointWithoutRequest<List<GetProductDto>>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/products");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CancellationToken ct)
|
|
||||||
{
|
|
||||||
await Send.OkAsync(await productsRepository.ProjectToListAsync<GetProductDto>(ct), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Product.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Products;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Products;
|
|
||||||
|
|
||||||
public class GetProductRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class GetProductEndpoint(
|
|
||||||
ProductsRepository productsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<GetProductRequest, GetProductDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/products/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(GetProductRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Product? product = await productsRepository.FirstOrDefaultAsync(new GetProductByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (product == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetProductDto>(product), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-36
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Product.Request;
|
|
||||||
using PyroFetes.DTO.Product.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Products;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Products;
|
|
||||||
|
|
||||||
public class PatchProductMinimalStockEndpoint(
|
|
||||||
ProductsRepository productsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchProductMinimalStockDto, GetProductDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/products/{@Id}/MinimalStock", x => new { x.Id });
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchProductMinimalStockDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Product? product = await productsRepository.FirstOrDefaultAsync(new GetProductByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (product == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
product.MinimalQuantity = req.MinimalQuantity;
|
|
||||||
await productsRepository.UpdateAsync(product, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetProductDto>(product), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Product.Request;
|
|
||||||
using PyroFetes.DTO.Product.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Products;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Products;
|
|
||||||
|
|
||||||
public class UpdateProductEndpoint(
|
|
||||||
ProductsRepository productsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<UpdateProductDto, GetProductDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Put("/products/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(UpdateProductDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Product? product = await productsRepository.FirstOrDefaultAsync(new GetProductByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (product == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
product.Reference = req.References;
|
|
||||||
product.Name = req.Name;
|
|
||||||
product.Duration = req.Duration;
|
|
||||||
product.Caliber = req.Caliber;
|
|
||||||
product.ApprovalNumber = req.ApprovalNumber;
|
|
||||||
product.Weight = req.Weight;
|
|
||||||
product.Nec = req.Nec;
|
|
||||||
product.Image = req.Image;
|
|
||||||
product.Link = req.Link;
|
|
||||||
product.MinimalQuantity = req.MinimalQuantity;
|
|
||||||
|
|
||||||
await productsRepository.UpdateAsync(product, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetProductDto>(product), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-43
@@ -1,43 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.PurchaseOrders;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.PurchaseOrders;
|
|
||||||
|
|
||||||
public class DeletePurchaseOrderRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class DeletePurchaseOrderEndpoint(
|
|
||||||
PurchaseOrdersRepository purchaseOrdersRepository,
|
|
||||||
PurchaseProductsRepository purchaseProductsRepository) : Endpoint<DeletePurchaseOrderRequest>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Delete("/purchaseOrders/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(DeletePurchaseOrderRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
PurchaseOrder? purchaseOrder = await purchaseOrdersRepository.FirstOrDefaultAsync(new GetPurchaseOrderByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (purchaseOrder == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (purchaseOrder.PurchaseProducts != null && purchaseOrder.PurchaseProducts.Any())
|
|
||||||
{
|
|
||||||
await purchaseProductsRepository.DeleteRangeAsync(purchaseOrder.PurchaseProducts, ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
await purchaseOrdersRepository.DeleteAsync(purchaseOrder, ct);
|
|
||||||
|
|
||||||
await Send.NoContentAsync(ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-21
@@ -1,21 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.PurchaseOrder.Response;
|
|
||||||
using PyroFetes.DTO.PurchaseProduct.Response;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.PurchaseOrders;
|
|
||||||
|
|
||||||
public class GetAllPurchaseOrderEndpoint(PurchaseOrdersRepository purchaseOrdersRepository) : EndpointWithoutRequest<List<GetPurchaseOrderDto>>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/purchaseOrders");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CancellationToken ct)
|
|
||||||
{
|
|
||||||
await Send.OkAsync(await purchaseOrdersRepository.ProjectToListAsync<GetPurchaseOrderDto>(ct), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-38
@@ -1,38 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.PurchaseOrder.Response;
|
|
||||||
using PyroFetes.DTO.PurchaseProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.PurchaseOrders;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.PurchaseOrders;
|
|
||||||
|
|
||||||
public class GetPurchaseOrderRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class GetPurchaseOrderEndpoint(
|
|
||||||
PurchaseOrdersRepository purchaseOrdersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<GetPurchaseOrderRequest, GetPurchaseOrderDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/purchaseOrders/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(GetPurchaseOrderRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
PurchaseOrder? purchaseOrder = await purchaseOrdersRepository.FirstOrDefaultAsync(new GetPurchaseOrderByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (purchaseOrder == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetPurchaseOrderDto>(purchaseOrder), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-36
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.PurchaseOrder.Request;
|
|
||||||
using PyroFetes.DTO.PurchaseOrder.Response;
|
|
||||||
using PyroFetes.DTO.PurchaseProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.PurchaseOrders;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.PurchaseOrders;
|
|
||||||
|
|
||||||
public class PatchPurchaseOrderPurchaseConditionsEndpoint(
|
|
||||||
PurchaseOrdersRepository purchaseOrdersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchPurchaseOrderPurchaseConditionsDto, GetPurchaseOrderDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/purchaseOrders/{@Id}/PurchaseConditions", x => new { x.Id });
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchPurchaseOrderPurchaseConditionsDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
PurchaseOrder? purchaseOrder = await purchaseOrdersRepository.FirstOrDefaultAsync(new GetPurchaseOrderByIdSpec(req.Id), ct);
|
|
||||||
if (purchaseOrder == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
purchaseOrder.PurchaseConditions = req.PurchaseConditions;
|
|
||||||
await purchaseOrdersRepository.UpdateAsync(purchaseOrder, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetPurchaseOrderDto>(purchaseOrder), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-56
@@ -1,56 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.PurchaseProduct.Request;
|
|
||||||
using PyroFetes.DTO.PurchaseProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Products;
|
|
||||||
using PyroFetes.Specifications.PurchaseOrders;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.PurchaseProducts;
|
|
||||||
|
|
||||||
public class CreatePurchaseProductEndpoint(
|
|
||||||
ProductsRepository productsRepository,
|
|
||||||
PurchaseOrdersRepository purchaseOrdersRepository,
|
|
||||||
PurchaseProductsRepository purchaseProductsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<CreatePurchaseProductDto, GetPurchaseProductDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Post("/purchaseProducts");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CreatePurchaseProductDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Product? product = await productsRepository.FirstOrDefaultAsync(new GetProductByIdSpec(req.ProductId), ct);
|
|
||||||
if (product == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
PurchaseOrder? purchaseOrder =
|
|
||||||
await purchaseOrdersRepository.FirstOrDefaultAsync(new GetPurchaseOrderByIdSpec(req.PurchaseOrderId), ct);
|
|
||||||
|
|
||||||
if (purchaseOrder == null)
|
|
||||||
{
|
|
||||||
purchaseOrder = new PurchaseOrder()
|
|
||||||
{
|
|
||||||
PurchaseConditions = req.PurchaseOrderPurchaseConditions ?? "Conditions non précisées"
|
|
||||||
};
|
|
||||||
await purchaseOrdersRepository.AddAsync(purchaseOrder, ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
PurchaseProduct purchaseProduct = new PurchaseProduct()
|
|
||||||
{
|
|
||||||
ProductId = product.Id,
|
|
||||||
PurchaseOrderId = purchaseOrder.Id,
|
|
||||||
Quantity = req.Quantity
|
|
||||||
};
|
|
||||||
|
|
||||||
await purchaseProductsRepository.AddAsync(purchaseProduct, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetPurchaseProductDto>(purchaseProduct), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-38
@@ -1,38 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.PurchaseProducts;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.PurchaseProducts;
|
|
||||||
|
|
||||||
public class DeletePurchaseProductRequest
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int PurchaseOrderId { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class DeletePurchaseProductEndpoint(PurchaseProductsRepository purchaseProductsRepository) : Endpoint<DeletePurchaseProductRequest>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Delete("/purchaseProducts/{@ProductId}/{@PurchaseOrderId}", x => new {x.ProductId, x.PurchaseOrderId});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(DeletePurchaseProductRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
PurchaseProduct? purchaseProduct = await purchaseProductsRepository.FirstOrDefaultAsync(
|
|
||||||
new GetPurchaseProductByProductIdAndPurchaseOrderIdSpec(req.ProductId, req.PurchaseOrderId), ct);
|
|
||||||
|
|
||||||
if (purchaseProduct == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await purchaseProductsRepository.DeleteAsync(purchaseProduct, ct);
|
|
||||||
|
|
||||||
await Send.NoContentAsync(ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-38
@@ -1,38 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.PurchaseProduct.Request;
|
|
||||||
using PyroFetes.DTO.PurchaseProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.PurchaseProducts;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.PurchaseProducts;
|
|
||||||
|
|
||||||
public class PatchPurchaseProductQuantityEndpoint(
|
|
||||||
PurchaseProductsRepository purchaseProductsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchPurchaseProductQuantityDto, GetPurchaseProductDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/purchaseProducts/{@ProductId}/{@PurchaseOrderId}/Quantity", x => new { x.ProductId, x.PurchaseOrderId });
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchPurchaseProductQuantityDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
PurchaseProduct? purchaseProduct =
|
|
||||||
await purchaseProductsRepository.FirstOrDefaultAsync(
|
|
||||||
new GetPurchaseProductByProductIdAndPurchaseOrderIdSpec(req.ProductId, req.PurchaseOrderId), ct);
|
|
||||||
|
|
||||||
if (purchaseProduct == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
purchaseProduct.Quantity = req.Quantity;
|
|
||||||
await purchaseProductsRepository.UpdateAsync(purchaseProduct, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetPurchaseProductDto>(purchaseProduct), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-58
@@ -1,58 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.QuotationProduct.Request;
|
|
||||||
using PyroFetes.DTO.QuotationProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Products;
|
|
||||||
using PyroFetes.Specifications.Quotations;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.QuotationProducts;
|
|
||||||
|
|
||||||
public class CreateQuotationProductEndpoint(
|
|
||||||
QuotationProductsRepository quotationProductsRepository,
|
|
||||||
ProductsRepository productsRepository,
|
|
||||||
QuotationsRepository quotationsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<CreateQuotationProductDto, GetQuotationProductDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Post("/quotationProducts");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CreateQuotationProductDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Product? product = await productsRepository.FirstOrDefaultAsync(new GetProductByIdSpec(req.ProductId), ct);
|
|
||||||
|
|
||||||
if (product == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Quotation? quotation = await quotationsRepository.FirstOrDefaultAsync(new GetQuotationByIdSpec(req.QuotationId), ct);
|
|
||||||
|
|
||||||
if (quotation == null)
|
|
||||||
{
|
|
||||||
quotation = new Quotation()
|
|
||||||
{
|
|
||||||
Message = req.QuotationMessage ?? "",
|
|
||||||
ConditionsSale = req.QuotationConditionsSale,
|
|
||||||
};
|
|
||||||
|
|
||||||
await quotationsRepository.AddAsync(quotation, ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
QuotationProduct quotationProduct = new QuotationProduct()
|
|
||||||
{
|
|
||||||
ProductId = product.Id,
|
|
||||||
QuotationId = quotation.Id,
|
|
||||||
Quantity = req.Quantity
|
|
||||||
};
|
|
||||||
|
|
||||||
await quotationProductsRepository.AddAsync(quotationProduct, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetQuotationProductDto>(quotationProduct), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-39
@@ -1,39 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.QuotationProducts;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.QuotationProducts;
|
|
||||||
|
|
||||||
public class DeleteQuotationProductRequest
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
public int QuotationId { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class DeleteQuotationProductEndpoint(QuotationProductsRepository quotationProductsRepository) : Endpoint<DeleteQuotationProductRequest>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Delete("/quotationProducts/{@ProductId}/{@QuotationId}", x => new {x.ProductId, x.QuotationId});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(DeleteQuotationProductRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
QuotationProduct? quotationProduct =
|
|
||||||
await quotationProductsRepository.FirstOrDefaultAsync(
|
|
||||||
new GetQuotationProductByProductIdAndQuotationIdSpec(req.ProductId, req.QuotationId), ct);
|
|
||||||
|
|
||||||
if (quotationProduct == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await quotationProductsRepository.DeleteAsync(quotationProduct, ct);
|
|
||||||
|
|
||||||
await Send.NoContentAsync(ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-37
@@ -1,37 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.QuotationProduct.Request;
|
|
||||||
using PyroFetes.DTO.QuotationProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.QuotationProducts;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.QuotationProducts;
|
|
||||||
|
|
||||||
public class PatchQuotationProductQuantityEndpoint(
|
|
||||||
QuotationProductsRepository quotationProductsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchQuotationProductQuantityDto, GetQuotationProductDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/quotationProducts/{@ProductId}/{@QuotationId}/Quantity", x => new { x.ProductId, x.QuotationId });
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchQuotationProductQuantityDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
QuotationProduct? quotationProduct =
|
|
||||||
await quotationProductsRepository.FirstOrDefaultAsync(
|
|
||||||
new GetQuotationProductByProductIdAndQuotationIdSpec(req.ProductId, req.QuotationId), ct);
|
|
||||||
if (quotationProduct == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
quotationProduct.Quantity = req.Quantity;
|
|
||||||
await quotationProductsRepository.UpdateAsync(quotationProduct, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetQuotationProductDto>(quotationProduct), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Quotations;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Quotations;
|
|
||||||
|
|
||||||
public class DeleteQuotationRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class DeleteQuotationEndpoint(
|
|
||||||
QuotationsRepository quotationsRepository,
|
|
||||||
QuotationProductsRepository quotationProductsRepository) : Endpoint<DeleteQuotationRequest>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Delete("/quotations/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(DeleteQuotationRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Quotation? quotation = await quotationsRepository.FirstOrDefaultAsync(new GetQuotationByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (quotation == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (quotation.QuotationProducts != null && quotation.QuotationProducts.Any())
|
|
||||||
{
|
|
||||||
await quotationProductsRepository.DeleteRangeAsync(quotation.QuotationProducts, ct);
|
|
||||||
}
|
|
||||||
|
|
||||||
await quotationsRepository.DeleteAsync(quotation, ct);
|
|
||||||
|
|
||||||
await Send.NoContentAsync(ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Quotation.Response;
|
|
||||||
using PyroFetes.DTO.QuotationProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Quotations;
|
|
||||||
|
|
||||||
public class GetAllQuotationEndpoint(QuotationsRepository quotationsRepository) : EndpointWithoutRequest<List<GetQuotationDto>>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/quotations");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CancellationToken ct)
|
|
||||||
{
|
|
||||||
await Send.OkAsync(await quotationsRepository.ProjectToListAsync<GetQuotationDto>(ct), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Quotation.Response;
|
|
||||||
using PyroFetes.DTO.QuotationProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Quotations;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Quotations;
|
|
||||||
|
|
||||||
public class GetQuotationRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class GetQuotationEndpoint(
|
|
||||||
QuotationsRepository quotationsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<GetQuotationRequest, GetQuotationDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/quotations/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(GetQuotationRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Quotation? quotation = await quotationsRepository.FirstOrDefaultAsync(new GetQuotationByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (quotation == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetQuotationDto>(quotation), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-38
@@ -1,38 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Quotation.Request;
|
|
||||||
using PyroFetes.DTO.Quotation.Response;
|
|
||||||
using PyroFetes.DTO.QuotationProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Quotations;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Quotations;
|
|
||||||
|
|
||||||
public class PatchQuotationConditionsSaleEndpoint(
|
|
||||||
QuotationsRepository quotationsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchQuotationConditionsSaleDto, GetQuotationDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/quotations/{@Id}/saleConditions", x => new { x.Id });
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchQuotationConditionsSaleDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Quotation? quotation = await quotationsRepository.FirstOrDefaultAsync(new GetQuotationByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (quotation == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
quotation.ConditionsSale = req.ConditionsSale;
|
|
||||||
await quotationsRepository.UpdateAsync(quotation, ct);
|
|
||||||
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetQuotationDto>(quotation), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.DTO.SettingDTO.Request;
|
|
||||||
using PyroFetes.DTO.SettingDTO.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Settings;
|
|
||||||
|
|
||||||
public class CreateSettingEndpoint(
|
|
||||||
SettingsRepository settingsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<CreateSettingDto, GetSettingDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Post("/settings");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CreateSettingDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Setting setting = new Setting()
|
|
||||||
{
|
|
||||||
ElectronicSignature = req.ElectronicSignature,
|
|
||||||
Logo = req.Logo
|
|
||||||
};
|
|
||||||
|
|
||||||
await settingsRepository.AddAsync(setting, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetSettingDto>(setting), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Settings;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Settings;
|
|
||||||
|
|
||||||
public class DeleteSettingRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class DeleteSettingEndpoint(SettingsRepository settingsRepository) : Endpoint<DeleteSettingRequest>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Delete("/settings/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(DeleteSettingRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Setting? setting = await settingsRepository.FirstOrDefaultAsync(new GetSettingByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (setting == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await settingsRepository.DeleteAsync(setting, ct);
|
|
||||||
|
|
||||||
await Send.NoContentAsync(ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.SettingDTO.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Settings;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Settings;
|
|
||||||
|
|
||||||
public class GetSettingRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class GetSettingEndpoint(
|
|
||||||
SettingsRepository settingsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<GetSettingRequest, GetSettingDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/settings/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(GetSettingRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Setting? setting = await settingsRepository.FirstOrDefaultAsync(new GetSettingByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (setting == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetSettingDto>(setting), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-36
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.SettingDTO.Request;
|
|
||||||
using PyroFetes.DTO.SettingDTO.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Settings;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Settings;
|
|
||||||
|
|
||||||
public class PatchSettingElectronicSignatureEndpoint(
|
|
||||||
SettingsRepository settingsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchSettingElectronicSignatureDto, GetSettingDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/settings/{@Id}/ElectronicSignature", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchSettingElectronicSignatureDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Setting? setting = await settingsRepository.FirstOrDefaultAsync(new GetSettingByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (setting == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
setting.ElectronicSignature = req.ElectronicSignature;
|
|
||||||
await settingsRepository.UpdateAsync(setting, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetSettingDto>(setting), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.SettingDTO.Request;
|
|
||||||
using PyroFetes.DTO.SettingDTO.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Settings;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Settings;
|
|
||||||
|
|
||||||
public class PatchSettingLogoEndpoint(
|
|
||||||
SettingsRepository settingsRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchSettingLogoDto, GetSettingDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/settings/{@Id}/logo", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchSettingLogoDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Setting? setting = await settingsRepository.FirstOrDefaultAsync(new GetSettingByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (setting == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
setting.Logo = req.Logo;
|
|
||||||
await settingsRepository.UpdateAsync(setting, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetSettingDto>(setting), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PyroFetes.DTO.Supplier.Request;
|
|
||||||
using PyroFetes.DTO.Supplier.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Suppliers;
|
|
||||||
|
|
||||||
public class CreateSupplierEndpoint(
|
|
||||||
SuppliersRepository suppliersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<CreateSupplierDto, GetSupplierDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Post("/suppliers");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CreateSupplierDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Supplier? supplier = new Supplier()
|
|
||||||
{
|
|
||||||
Name = req.Name,
|
|
||||||
Email = req.Email,
|
|
||||||
Phone = req.Phone,
|
|
||||||
Address = req.Address,
|
|
||||||
City = req.City,
|
|
||||||
ZipCode = req.ZipCode,
|
|
||||||
DeliveryDelay = req.DeliveryDelay
|
|
||||||
};
|
|
||||||
|
|
||||||
await suppliersRepository.AddAsync(supplier, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetSupplierDto>(supplier), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Suppliers;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Suppliers;
|
|
||||||
|
|
||||||
public class DeleteSupplierRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class DeleteSupplierEndpoint(SuppliersRepository suppliersRepository) : Endpoint<DeleteSupplierRequest>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Delete("/suppliers/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(DeleteSupplierRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Supplier? supplier = await suppliersRepository.FirstOrDefaultAsync(new GetSupplierByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (supplier == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await suppliersRepository.DeleteAsync(supplier, ct);
|
|
||||||
|
|
||||||
await Send.NoContentAsync(ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Supplier.Response;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Suppliers;
|
|
||||||
|
|
||||||
public class GetAllSuppliersEndpoint(SuppliersRepository suppliersRepository) : EndpointWithoutRequest<List<GetSupplierDto>>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/suppliers");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CancellationToken ct)
|
|
||||||
{
|
|
||||||
await Send.OkAsync(await suppliersRepository.ProjectToListAsync<GetSupplierDto>(ct), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Supplier.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Suppliers;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Suppliers;
|
|
||||||
|
|
||||||
public class GetSupplierRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class GetSupplierEndpoint(
|
|
||||||
SuppliersRepository suppliersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<GetSupplierRequest, GetSupplierDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/suppliers/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(GetSupplierRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Supplier? supplier = await suppliersRepository.FirstOrDefaultAsync(new GetSupplierByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (supplier == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetSupplierDto>(supplier), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-36
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Supplier.Request;
|
|
||||||
using PyroFetes.DTO.Supplier.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Suppliers;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Suppliers;
|
|
||||||
|
|
||||||
public class PatchSupplierDeliveryDelayEndpoint(
|
|
||||||
SuppliersRepository suppliersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchSupplierDeliveryDelayDto, GetSupplierDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/suppliers/{@Id}/deliveryDelay", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchSupplierDeliveryDelayDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Supplier? supplier = await suppliersRepository.FirstOrDefaultAsync(new GetSupplierByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (supplier == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
supplier.DeliveryDelay = req.DeliveryDelay;
|
|
||||||
await suppliersRepository.UpdateAsync(supplier, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetSupplierDto>(supplier), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.Supplier.Request;
|
|
||||||
using PyroFetes.DTO.Supplier.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Suppliers;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Suppliers;
|
|
||||||
|
|
||||||
public class UpdateSupplierEndpoint(
|
|
||||||
SuppliersRepository suppliersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<UpdateSupplierDto, GetSupplierDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Put("/suppliers/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(UpdateSupplierDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
Supplier? supplier = await suppliersRepository.FirstOrDefaultAsync(new GetSupplierByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (supplier == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
supplier.Name = req.Name;
|
|
||||||
supplier.Email = req.Email;
|
|
||||||
supplier.Phone = req.Phone;
|
|
||||||
supplier.Address = req.Address;
|
|
||||||
supplier.City = req.City;
|
|
||||||
supplier.ZipCode = req.ZipCode;
|
|
||||||
supplier.DeliveryDelay = req.DeliveryDelay;
|
|
||||||
|
|
||||||
await suppliersRepository.UpdateAsync(supplier, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetSupplierDto>(supplier), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using FastEndpoints.Security;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.User.Request;
|
|
||||||
using PyroFetes.DTO.User.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Users;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Users;
|
|
||||||
|
|
||||||
public class ConnectUserEndpoint(UsersRepository usersRepository) : Endpoint<ConnectUserDto, GetTokenDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Post("/users/connection");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(ConnectUserDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
User? user = await usersRepository.FirstOrDefaultAsync(new GetUserByNameSpec(req.Name!), ct);
|
|
||||||
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
await Send.UnauthorizedAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (BCrypt.Net.BCrypt.Verify(req.Password + user.Salt, user.Password))
|
|
||||||
{
|
|
||||||
string jwtToken = JwtBearer.CreateToken(
|
|
||||||
o =>
|
|
||||||
{
|
|
||||||
o.SigningKey = "ThisIsASuperSecretJwtKeyThatIsAtLeast32CharsLong";
|
|
||||||
o.ExpireAt = DateTime.UtcNow.AddMinutes(15);
|
|
||||||
if (user.Fonction != null) o.User.Roles.Add(user.Fonction);
|
|
||||||
o.User.Claims.Add(("Name", user.Name)!);
|
|
||||||
o.User.Claims.Add(("Id", user.Id.ToString())!);
|
|
||||||
});
|
|
||||||
|
|
||||||
GetTokenDto responseDto = new()
|
|
||||||
{
|
|
||||||
Token = jwtToken
|
|
||||||
};
|
|
||||||
|
|
||||||
await Send.OkAsync(responseDto, ct);
|
|
||||||
}
|
|
||||||
else await Send.UnauthorizedAsync(ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using PasswordGenerator;
|
|
||||||
using PyroFetes.DTO.User.Request;
|
|
||||||
using PyroFetes.DTO.User.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Users;
|
|
||||||
|
|
||||||
public class CreateUserEndpoint(
|
|
||||||
UsersRepository usersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<CreateUserDto, GetUserDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Post("/users");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CreateUserDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
string? salt = new Password().IncludeLowercase().IncludeUppercase().IncludeNumeric().LengthRequired(24).Next();
|
|
||||||
|
|
||||||
User user = new User()
|
|
||||||
{
|
|
||||||
Name = req.Name,
|
|
||||||
Password = BCrypt.Net.BCrypt.HashPassword(req.Password + salt),
|
|
||||||
Salt = salt,
|
|
||||||
Email = req.Email,
|
|
||||||
Fonction = req.Fonction
|
|
||||||
};
|
|
||||||
|
|
||||||
await usersRepository.AddAsync(user, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetUserDto>(user), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Users;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Users;
|
|
||||||
|
|
||||||
public class DeleteUserRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class DeleteUserEndpoint(UsersRepository usersRepository) : Endpoint<DeleteUserRequest>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Delete("/users/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(DeleteUserRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
User? user = await usersRepository.FirstOrDefaultAsync(new GetUserByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await usersRepository.DeleteAsync(user, ct);
|
|
||||||
|
|
||||||
await Send.NoContentAsync(ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.User.Response;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Users;
|
|
||||||
|
|
||||||
public class GetAllUsersEndpoint(UsersRepository usersRepository) : EndpointWithoutRequest<List<GetUserDto>>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/users");
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(CancellationToken ct)
|
|
||||||
{
|
|
||||||
await Send.OkAsync(await usersRepository.ProjectToListAsync<GetUserDto>(ct), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.User.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Users;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Users;
|
|
||||||
|
|
||||||
public class GetUserRequest
|
|
||||||
{
|
|
||||||
public int Id { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class GetUserEndpoint(
|
|
||||||
UsersRepository usersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<GetUserRequest, GetUserDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/users/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(GetUserRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
User? user = await usersRepository.FirstOrDefaultAsync(new GetUserByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetUserDto>(user), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.User.Request;
|
|
||||||
using PyroFetes.DTO.User.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Users;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Users;
|
|
||||||
|
|
||||||
public class PatchUserPasswordEndpoint(
|
|
||||||
UsersRepository usersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<PatchUserPasswordDto, GetUserDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/users/{@Id}/password", x => new { x.Id });
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchUserPasswordDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
User? user = await usersRepository.FirstOrDefaultAsync(new GetUserByIdSpec(req.Id), ct);
|
|
||||||
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
user.Password = BCrypt.Net.BCrypt.HashPassword(req.Password + user.Salt);
|
|
||||||
await usersRepository.UpdateAsync(user, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetUserDto>(user), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PasswordGenerator;
|
|
||||||
using PyroFetes.DTO.User.Request;
|
|
||||||
using PyroFetes.DTO.User.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.Users;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.Users;
|
|
||||||
|
|
||||||
public class UpdateUserEndpoint(
|
|
||||||
UsersRepository usersRepository,
|
|
||||||
AutoMapper.IMapper mapper) : Endpoint<UpdateUserDto, GetUserDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Put("/users/{@Id}", x => new {x.Id});
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(UpdateUserDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
User? user = await usersRepository.FirstOrDefaultAsync(new GetUserByIdSpec(req.Id), ct);
|
|
||||||
User? ckeckName = await usersRepository.FirstOrDefaultAsync(new GetUserByNameSpec(req.Name!), ct);
|
|
||||||
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ckeckName != null)
|
|
||||||
{
|
|
||||||
await Send.StringAsync("Ce nom d'utilisateur existe déjà.",409, cancellation: ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
string? salt = new Password().IncludeLowercase().IncludeUppercase().IncludeNumeric().LengthRequired(24).Next();
|
|
||||||
|
|
||||||
user.Name = req.Name;
|
|
||||||
user.Password = BCrypt.Net.BCrypt.HashPassword(req.Password + salt);
|
|
||||||
user.Salt = salt;
|
|
||||||
user.Email = req.Email;
|
|
||||||
user.Fonction = req.Fonction;
|
|
||||||
|
|
||||||
await usersRepository.UpdateAsync(user, ct);
|
|
||||||
|
|
||||||
await Send.OkAsync(mapper.Map<GetUserDto>(user), ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-45
@@ -1,45 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.WareHouseProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
using PyroFetes.Repositories;
|
|
||||||
using PyroFetes.Specifications.WarehouseProducts;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.WareHouseProducts;
|
|
||||||
|
|
||||||
public class GetTotalQuantityRequest
|
|
||||||
{
|
|
||||||
public int ProductId { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class GetTotalQuantityEndpoint(
|
|
||||||
WarehouseProductsRepository warehouseProductsRepository) : Endpoint<GetTotalQuantityRequest, GetTotalQuantityDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Get("/wareHouseProducts/{@ProductId}", x => new { x.ProductId });
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(GetTotalQuantityRequest req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
bool exists = await warehouseProductsRepository.AnyAsync(new GetWarehouseProductByProductIdSpec(req.ProductId), ct);
|
|
||||||
|
|
||||||
if (!exists)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
int totalQuantity =
|
|
||||||
await warehouseProductsRepository.SumAsync(new GetProductTotalQuantitySpec(req.ProductId),
|
|
||||||
wp => wp.Quantity, ct);
|
|
||||||
|
|
||||||
GetTotalQuantityDto responseDto = new()
|
|
||||||
{
|
|
||||||
ProductId = req.ProductId,
|
|
||||||
TotalQuantity = totalQuantity
|
|
||||||
};
|
|
||||||
await Send.OkAsync(responseDto, ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-41
@@ -1,41 +0,0 @@
|
|||||||
using FastEndpoints;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using PyroFetes.DTO.WareHouseProduct.Request;
|
|
||||||
using PyroFetes.DTO.WareHouseProduct.Response;
|
|
||||||
using PyroFetes.Models;
|
|
||||||
|
|
||||||
namespace PyroFetes.Endpoints.WareHouseProducts;
|
|
||||||
|
|
||||||
public class PatchWareHouseProductQuantityEndpoint(PyroFetesDbContext database)
|
|
||||||
: Endpoint<PatchWareHouseProductQuantityDto, GetWareHouseProductDto>
|
|
||||||
{
|
|
||||||
public override void Configure()
|
|
||||||
{
|
|
||||||
Patch("/wareHouseProducts/{@ProductId}/{@WareHouseId}/quantity", x => new { x.ProductId, x.WareHouseId });
|
|
||||||
AllowAnonymous();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override async Task HandleAsync(PatchWareHouseProductQuantityDto req, CancellationToken ct)
|
|
||||||
{
|
|
||||||
WarehouseProduct? wareHouseProduct =
|
|
||||||
await database.WarehouseProducts.SingleOrDefaultAsync(
|
|
||||||
wp => wp.ProductId == req.ProductId && wp.WarehouseId == req.WareHouseId, ct);
|
|
||||||
|
|
||||||
if (wareHouseProduct == null)
|
|
||||||
{
|
|
||||||
await Send.NotFoundAsync(ct);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
wareHouseProduct.Quantity = req.Quantity;
|
|
||||||
await database.SaveChangesAsync(ct);
|
|
||||||
|
|
||||||
GetWareHouseProductDto responseDto = new()
|
|
||||||
{
|
|
||||||
ProductId = wareHouseProduct.ProductId,
|
|
||||||
WareHouseId = wareHouseProduct.WarehouseId,
|
|
||||||
Quantity = wareHouseProduct.Quantity
|
|
||||||
};
|
|
||||||
await Send.OkAsync(responseDto, ct);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user