212 Commits (9efc63fa24035e39fd94e4f7832a391c4e1f71d2)

Author SHA1 Message Date
gdlcf88 9efc63fa24 Complete changes of store owner 6 years ago
RayMMond fc21c49432 fix store related extension method naming, add crossStoreAllowed to base method 6 years ago
gdlcf88 8bfad549f4 Record the transaction only if the order is completed. 6 years ago
gdlcf88 589dd11c56 Add Order.ActualTotalPrice and OrderLine.ActualTotalPrice 6 years ago
gdlcf88 cdd29205f5 Introduce Transaction aggregate root in Stores module. 6 years ago
RayMMond 54036e1b03 fix store owner extension methods. 6 years ago
gdlcf88 d3f98dced5 Rename files and classes 6 years ago
gdlcf88 4f76ee3fc4 Order.PaymentId should be set to null when the payment is canceled. 6 years ago
gdlcf88 f3284d55f4 Orders module should not depends on PaymentService module 6 years ago
gdlcf88 feebd33165 Fix a bug of PaymentAppService.CreateAsync() 6 years ago
gdlcf88 e536e76dec Introduce IProductPriceProvider 6 years ago
gdlcf88 96f50f637d Make IProductInventoryProvider have a single implementation 6 years ago
gdlcf88 a3919980f3 Implement order refund feature 6 years ago
RayMMond 968eee8874 add missing semicolon 6 years ago
gdlcf88 998bc2206c Check order status before cancellation 6 years ago
gdlcf88 3e55734041 Implement order refund feature #85 6 years ago
RayMMond 22e42493d9 fix code format 6 years ago
RayMMond 0335be9281 1. Move store owner related base classes to EasyAbp.EShop.Stores.Application.Shared 6 years ago
gdlcf88 903e1d1c88 Upgrade PaymentService module to version 1.1.0 6 years ago
gdlcf88 63c9bc39c7 Improve the param of IOrderAppService.CompleteAsync() 6 years ago
gdlcf88 27558cd882 Add "EasyAbp" prefix to Db tables. 6 years ago
gdlcf88 6fcb10c60c Customize the route of GetByOrderNumberAsync method 6 years ago
gdlcf88 e136549a38 Set order status when the order is completed 6 years ago
gdlcf88 1bed29a04f Upgrade PaymentService module to version 1.0.0 6 years ago
RayMMond 80493f496f StoreDto use right extensible base class, revert unwanted changes 6 years ago
RayMMond 16d99b296c Add multi store crud app service base classes, remove unnecessary service injections 6 years ago
RayMMond 530f82e061 make StoreOwner has its own application service and management pages 6 years ago
gdlcf88 fe695dfb98 Fix CategoryRepository 6 years ago
gdlcf88 37a563d41d Use db context interface in custom repositories. 6 years ago
gdlcf88 53e28af002 Use db context interface in custom repositories. 6 years ago
RayMMond b3369d0f9a remove unnecessary changes 6 years ago
gdlcf88 be299086cc Payment should accept cross-store items 6 years ago
RayMMond 467f317ec4 update abp to 3.0.5. 6 years ago
gdlcf88 42afed8a30 Fix a bug of GetProductDictionaryAsync 6 years ago
gdlcf88 ac750c4ee6 Get order list with details. 6 years ago
gdlcf88 018de4f7f1 Revert "Automatically set UserId to current user's id in get-list methods." 6 years ago
gdlcf88 c7ff9c480d Automatically set UserId to current user's id in get-list methods. 6 years ago
gdlcf88 9314ebbbce Remove launchSettings.json from ItemGroup 6 years ago
gdlcf88 ec37c98abb Adjust configurations 6 years ago
gdlcf88 c1a52eac68 Upgrade PaymentService module to version 0.6.0 6 years ago
gdlcf88 9f809aa85c Implement order completion feature 6 years ago
gdlcf88 bcf69bbf93 Upgrade PaymentService module to version 0.5.2 6 years ago
gdlcf88 6b3dfa8f44 Add controllers 6 years ago
gdlcf88 026e354e25 Fix .sln files and Host.Shared projects 6 years ago
gdlcf88 c72b6ccb4e Fix publish.yml 6 years ago
gdlcf88 d0202b8561 Improve Name properties in many entities. 6 years ago
gdlcf88 b18a956b9e Close #60: Rename Code properties in Product aggregate. 6 years ago
gdlcf88 518d3b0b12 Remove ParentCategoryId from and add Name to CreateUpdateCategoryDto 6 years ago
gdlcf88 39f38f0a37 Remove ParentCategoryId from CreateUpdateCategoryDto 6 years ago
gdlcf88 ea2b63e576 Fix CategoryDto 6 years ago