Attività di "Dicky.tech@gmail.com"

Thank you.

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.

  • ABP Framework version: v4.3.0-rc.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Error occured while downloading source-code from https://abp.io/api/download/template/ : The request was canceled due to the configured HttpClient.Timeout of 300 seconds elapsing. [22:16:35 ERR] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null }

[22:16:35 ERR] The request was canceled due to the configured HttpClient.Timeout of 300 seconds elapsing. System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 300 seconds elapsing. ---> System.TimeoutException: The operation was canceled. ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: The read operation failed, see inner exception. ---> System.ObjectDisposedException: Cannot access a disposed object. Object name: 'SslStream'.

I was able to download after unchecked the public website

Domanda
  • ABP Framework version: v4.3.R2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Have created a new app and i don't seem to see the new module: forms as per pre release notes.

How can i review it ?

Any code samples on how to build/ add workflows into the abp commercial app ?

i.e Employee Leave Applications Approvals etc.

Hi,

Have had similar use case. Generally you need to write some custom logic to take care of the scenario, that's what I did.

Risposta

Seen it. One has to add the package.

  1. During UI generation, can we have an option to select which fields to show on the UI ?
  2. Can we have an option to generate master and detail pages ?
Risposta

Question;

After creating a new 4.3 MVC, razor pages project, and added the new forms modules and files management module via abp suite;

  1. How can i enable the default UI for this two modules since I can see the APIs using swagger.
  2. Any sample code for downloading and uploading files via API ?
11 - 20 di 123
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11