Activities of "nabass"

I write the code which you sent as but after that when i change language from UI in the application doesn't change layout to RTL

nothing change in Layout still menu at left side

this sample of code to get data according to selected culture //====================================================== var cultureName= CultureInfo.CurrentCulture.Name; var dbContext = await GetDbContextAsync();

var result = (await GetDbSetAsync()) .Join(dbContext.Set<JournalVoucherStatusCulture>(), journalStatus => journalStatus.Id, journalStatusCulture => journalStatusCulture.VoucherStatusId, (journalStatus, journalStatusCulture) => new { journalStatus, journalStatusCulture }) .Where(a => a.journalStatus.JournalStatusTitle.Contains(fiscalYearStatusTitle) && a.journalStatusCulture.CultureId == cultureName) .Select(x => new JournalStatusCul { Id = x.journalStatus.Id, JournalStatusTitle = x.journalStatusCulture.JournalStatusTitle != null ? x.journalStatusCulture.JournalStatusTitle : x.journalStatus.JournalStatusTitle });

Thank you for quickly response : and it is working with me after but this line System.Threading.Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.InvariantCulture; in webModule but there is another error because i use this line in my services var cultureName = CultureInfo.CurrentCulture.Name; and check if cultureName =='ar' do somthing, but now this variable cultureName gives me empty string , could you please advice .

  • ABP Framework version: v8.0.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server )
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • i would like to ask about when i change language in abp application in at runtime to arabic gets error of my entity
  • because decimal field has comma separator ? any advice to make common solution
  • the following image clarify the error and display in English like "The field should be numeric from 0 to 99999"

hi sir i create new database and run the migrator successfully but when creating new tenant this error how to solve this???

  • ABP Framework version: v8
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • ABP Framework version: v8.0.2
  • UI Type: Angular / MVC
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • **Tiered (for MVC) **: yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • I create Application depend on modularity architecture and create 4 Modules in Application (SO -POS - Inventory- Accounting)
  • like
  • I would like to handle authorization in this API(Add Issue API) *by this way : i want to give user permission only on Create Invoice API in Sales Order Module ,which already call Add Issue API internal but without give the user permission individual for two API's
  • the same when give user permission on Create Receipt API in POS Module ,which already call Add Issue API internal without give the user permission individual for (Create Receipt API -Add Issue API)
  • because the Add Issue API it calls from many API's in different modules
  • So Could you provide me by the best way to handle calling dependency API from Another Module
  • this image clarify our modules architecture

Dear Sir, I hope this message finds you well.

I am writing to inform you of an issue I encountered with the search bar functionality. Specifically, I have noticed the following problems:

1- The advanced filter works correctly when the Enter key is pressed. 2- The functionality does not work when using the submit button. 3- Re-entering the same search term causes the form to become unresponsive, regardless of whether I use the submit button or press Enter. 4- I have tried adding an alert for troubleshooting purposes, but it is also not functioning as expected. 5- To provide further clarification, I have attached a 2-minute video demonstrating the problem.

https://streamable.com/5p9uqu

Thank you for your attention to this matter.

Best regards,

  • ABP Framework version: v8
  • UI Type: MVC
  • Database System: EF Core (SQL Server)

Is there any way to use FluentValidation as attribute based validation? Alternatively, how can I apply FluentValidation inside the DTO so that it works for both the backend and the frontend?

I am trying to apply FluentValidation to the CreateUpdateZacatCompanyDto class, but the error messages from the CreateUpdateZacatCompanyDtoValidator, which inherits from AbstractValidator<CreateUpdateZacatCompanyDto>, are not being displayed.

I have created all the necessary classes and injected the configuration into the module. How can I ensure that the error messages are shown for each field?

hi sir when i create page from scratch manually (domain / ef / service / Dto ...... etc) i faced a problem into constructor injection if i inject repository or manager i got this error always like image below when i try it in swagger

  • ABP Framework version: v8
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
Showing 41 to 50 of 133 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21