Base solution for your next web application

Activities of "zdeen"

Thanks for the clarification. We are using paypal as payment gateway. When the amount is negative (in case of downgrade), paypal is throwing error. In this case, I think, using the balance amount for next month bill period (as advance payment) might be a better solution , as refund is not happening throgh paypal. Does ASP.Net Zero support this way - ** using balance amount for next month bill payment** instead of refund, by adding negative amount to payment history ?

Thanks @ismcagdas for your response. Could you please elaborate "the price difference should be handled by host users manually " How to handle this 'manually' by host. What are the steps/ procedure to handle downgrading (done by host) Thanks again

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • What is your product type (Angular or MVC)?
  • What is product framework type (.net framework or .net core)?

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

Sorry not to be very clear with that. Its throught code which later I can integrate in my UI.

Thanks @ismcagdas . Was looking at ways on who to change password for host admin account which use use to login as host

admin 123qwe

tenant:None

Hi @musa.demir,

Thanks a lot . My query was specific to host admin user ( hostid " admin" and with password '123qwe" and tenant as empty)

Hi , I did some more research and got that SubscriptionEndDateUtc is in AbpTenant table which can be set from Host page.But still looking for answer on these

  1. What is the business rule to show button Upgrade and Extend (in subscription-management page) .For some subscriptions only Extend is visible and for some both Upgrade and Extend. Are these also dependent on SubscriptionEndDateUtc . The workflow in my case is users would start with Trial subscription and then they upgrade it. Once upgraded I only see option to Extend. What if I have multiple editions and a user wants to upgrade from lower edition to higher edition.

2.Any document which expains how to set password for Host username and enable 2FA for the HostId.We want to change the default username and password for Host account.

Thanks a lot for the help. and support.

Regards, Zainu

Hi team,

I am using ASP.NET CORE & Angular- .NET Core 2.2- v7.2.3 of ASPNET Zero and trying to integrate Paypal.

The processing at paypal gets completed but the call fails.

I tried debugging it and found that it fails in this line (Tenant.cs)

Now this make sense with what I am seeing in application

I have few queries on these topics and looking for guidance and help here.

  1. In the callback URI from Paypal what does "d=1595613658563" stands for.Could you please guide where are we using it in aspnetzero.
  2. The edition which SubscriptionEndDateUtc null is a new Edition created in system.What I understand is when we create an edition the enddate is null. What is the normal workflow for users who are in those edition.
  3. What is the business rule to show button Upgrade and Extend (in subscription-management page) .For some subscriptions only Extend is visible and for some both Upgrade and Extend. Are these also dependent on SubscriptionEndDateUtc .
  4. The last query , Any document which expains how to set password for Host username and enable 2FA for the HostId.We want to change the default username and password for Host account

Thanks a lot for the help.

Regards, Zainu

Finally got the build succeded in VS 2017.Get the package Microsoft.AspNetCore.Http.Features in Droid project.The build suceeded and now trying to launch emulator and test the project.

Got the same error as in VS2017 and the conflict still exists Can not resolve reference: Microsoft.AspNetCore.Http.Features, referenced by OneSense.Application.Client > OneSense.Application.Shared. Please add a NuGet package or assembly reference for Microsoft.AspNetCore.Http.Features, or remove the reference to OneSense.Application.Client. OneSense.Mobile.Droid

The nuget package issue :

Could you please guide if I should download the original project once again from my account and check that as well.

Showing 11 to 20 of 32 entries