Go to file
Amir Hossein Khademi 6b8eaac49c Add brand-specific discount feature
-  Add `MudAutocomplete` for brand selection in UI
  Introduced a new component in `DiscountActionDialogBox.razor`.
- 🆕 Introduce `IsBrandEnable` property in ViewModel
  Added to manage the state of brand-specific discounts.
- 🔄 Update ViewModel logic for `IsBrandEnable`
  Ensured mutual exclusivity with other discount types.
- 🛠️ Handle brand selection in `SubmitEditAsync`
  Added logic for brand selection and validation.
- 🔍 Modify `SearchBrand` method in ViewModel
  Fetch and return brand data for selection.
- 📦 Change target framework to `net5.0`
  Updated `Netina.Common.csproj` and `Netina.Domain.csproj`.
- 🆙 Update `UpdateDiscountCommand` and `DiscountLDto`
  Included `BrandId` and `BrandName` properties.
- 🛠️ Modify `UpdateDiscountCommandHandler`
  Handle brand-specific discount updates.
- 🆕 Add `SubmitEditAsync` method in ViewModel
  For handling discount edits.

Changes made by Amir.H Khademi
2025-04-14 18:02:07 +03:30
AppHost Refactor and enhance product and order handling 2024-12-06 17:37:40 +03:30
Netina.AdminPanel.PWA Add brand-specific discount feature 2025-04-14 18:02:07 +03:30
ServiceDefaults Refactor and enhance product and order handling 2024-12-06 17:37:40 +03:30
.gitattributes Add .gitattributes, .gitignore, and README.md. 2024-01-21 08:33:34 +03:30
.gitignore Add .gitattributes, .gitignore, and README.md. 2024-01-21 08:33:34 +03:30
Netina.AdminPanel.sln fix(AmountSpecialOffer) 2024-08-05 23:23:32 +03:30
README.md Add .gitattributes, .gitignore, and README.md. 2024-01-21 08:33:34 +03:30
package-lock.json add version 0.25.27.48 , fix richTextEditor issue , add marketer management 2024-04-25 02:48:37 +03:30
package.json add version 0.25.27.48 , fix richTextEditor issue , add marketer management 2024-04-25 02:48:37 +03:30

README.md

NetinaShop.AdminPanel