Activities of "Dicky.tech@gmail.com"

Every SaaS requires a billing and subscription module. Just features like;

  1. Control number of users per tenant ID
  2. Control number of concurrent users per TenantID
  3. Sent tenants alerts on upcoming renewals via email or text
  4. And other basic features for SaaS apps subscriptions management
  5. Enable tenant to pay online and generate invoices

It would be greate if abp commercial would provide the basic framework to achieve above then we can tailor make it to our own use cases.

Infact I think, this is the most important element for a SaaS app.

Thank you.

2.3 am also planning to upgrading to 4.3

The JsonProperty attribute namespace should belong Newtonsoft.Json, Can you check? Yes this belongs to Newtonsoft.json but it doesn't work on abp, seems the abp api generator doesn't recognise property names

Any shortcut to change this without passing through the ABP source code ?

Default value of MaxMaxResultCount will be 1,000. Set LimitedResultRequestDto.MaxMaxResultCount static property to increase it. Which specific file in my project can I set this?

What is your ABP Framework version?

2.3 am also planning to upgrading to 4.3

https://github.com/abpframework/abp/blob/3fcdeeeb05810b7a2e162f212ef435b81d412aa5/framework/src/Volo.Abp.Ddd.Application.Contracts/Volo/Abp/Application/Dtos/LimitedResultRequestDto.cs#L25

Any shortcut to change this without passing through the ABP source code ?

Question

I don't seem to get json property names working.

abp seems to normalise every request response regardless of the json property names. see below sample and how have set my field properties. how can I.get it to work and have my API responses reflect well i.e CityName ? I also want to return 5,000 records per page for this service, the default seems to be 1,000 max.

public class Videogame { [JsonProperty("CityName")] public string City_Name { get; set; } [JsonProperty("ReleaseDate")] public DateTime Release_Date { get; set; } }

hi

use tenant resolvers

Thank you for the information @alper

  1. When i generate code, the UI menu items are all created as main menus, at the time of generating how can i create the menu item under another menu item or how can i edit the same after creating ?
  2. I have a DB with 50 tables, i want to generate ABP code using this DB, how can i generate the code from this DB using abp suite ? I also have the classes for this DB that are currently working well with abp.io free version. How can i used load this classes to the abp suite UI so that it can generate the rest of the code ?
  3. Then i want to rename all default abp tables belows. Any guide on how i can rename all this tables.

Last problem, and have entered the correct password. Which logs in well on the web project.

It has worked. That was the issue.

Showing 111 to 120 of 122 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11