Base solution for your next web application

Activities of "paddyfink"

Hello,

I implemented a feature like that. Basically this is it what I do. I use Stripe as the payment Gateway.

Let say you have 2 plans : Basic and Premium. Each plan correspond to an Edition in my application and in stripe. I implemented a custom Edition class and I add a property for the price. I've created an eventhandler on Edition Creation. So each time I create a Edition, I create a plan in stripe with the same Id and the Same name and the same price . Then you have to build a interface for the users to choose a stripe plan and subscribe to it. When a user subscribe, since the Id are the same, you get the corresponding Edition and you add the tenant to that Edition.

Of course you have to configure your edition to have the desired features.

Let me know if you need more info

Hello,

in the release description of abp v0.9.00 there is this section :

Notification System
Notification system has effected from multitenancy changes. We introduced a new entity, TenantNotificationInfo, to distribute notifications to tenant users. Also changed existing entities a little to support separated database approach. See Module Zero section below for details on database migrations.

But I can't find any detail in the documentation. It's possible to have more description on that? does it allow to send a notification to all tenant's users without having them to subscribe first?

Thanks

You can check those:

  • CKEditor
  • TinyMCE
  • Kendo ui text editor

All of them support file uplodading. Currently I'm using CKEditor but I plan to switch to TinyMCe because they natively support uploading to azure storage via a plugin

Hello Halil,

I'm also affected by this issue with ef.dynamicfilter <a class="postlink" href="https://github.com/jcachat/EntityFramework.DynamicFilters/issues/76">https://github.com/jcachat/EntityFramew ... /issues/76</a>. I had no choice than to downgrade to EF.dynamicfilter 1.4. But it force to downgrade also abp.entityframework to version 0.11.2.

But it doesn't seems to work. There is a way to use the abp v 1.0 with ef.dynamicfilter 1.4 or should I downgrade all my solution to abp 0.11.2?

Thanks

Answer

Hi,

I solved it by empty the cache.

Showing 31 to 35 of 35 entries