Base solution for your next web application

Activities of "QuickApp"

Hi @ismcagdas, I sent the relevant email.

Best regards.

What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

Hi everyone,

When logging in and logging out from Tenant's subdomain, a cookie named Abp.TenantId is written.

This then gives an error when logging into the host from the main domain or trying to create a new customer.

How should I find a solution for this situation?

HangfireService.cs (Web.Core) public class HangfireService { public static void InitializeJobs() { RecurringJob.AddOrUpdate<QTenantInvoiceJob>(job => job.Execute(0), $"00 00 {QCloudConsts.InvoiceCreationDay} * *"); RecurringJob.AddOrUpdate<QTenantLockJob>(job => job.Execute(0), $"00 01 {QCloudConsts.NotPaidInvoiceAndLockingDay} * *"); RecurringJob.AddOrUpdate<FreeEditionControlJob>(job => job.Execute(0), "00 02 * * *"); return; } }

Startup.cs (Web.Host) public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory) { .... if (WebConsts.HangfireDashboardEnabled) { //Hangfire dashboard &server(Enable to use Hangfire instead of default job manager) app.UseHangfireDashboard(WebConsts.HangfireDashboardEndPoint, new DashboardOptions { Authorization = new[] {new AbpHangfireAuthorizationFilter(AppPermissions.Pages_Administration_HangfireDashboard)} }); app.UseHangfireServer(); HangfireService.InitializeJobs(); } .... }

What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

I have jobs running on the 1st and 11th of every month. But other than these days, they work again every time IIS is restarted.

It's annoying as these jobs will perform critical tasks like billing and tenant locking.

What would you suggest me on this?

What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

I want to show some content based on role in Angular. But I couldn't see any content other than permission in ASPNETZero documents.Can you help me with this?

Question

What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

Hi everyone, I added IsLock column to AbpTenants table. I want it to throw an error in API services if IsLock=true. How would you suggest I do this, considering best practices?

Thank you for your reply @ismcagdas

Hi @ismcagdas

What exactly should I disable in appsettings.json?

What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

Hi everyone, I want to disable Paypal and Stripe methods and add bank transfer method. Tenant should be able to switch to any package they want without having to confirm the payment status.

Can you help me on how to do this?

Answer

Hi @ismcagdas Yes, when I checked I saw that this page exists.

Showing 11 to 20 of 43 entries