Activities of "nabass"

Answer

hi your last command gives me this

Answer

here is Nuget.Config is there a line should i add to solve error ??

Answer

hi sir here is my error log

Answer

From where can i get my private key ?? And i want to use cli v 8.0.2 not latest version Abp suite was working and suddenly stopped And also it's working with my friend but not working with me 🤷🏻‍♂️

Question

hi sir can you explain ? i can not open and use suite how abp suite is already installed and terminal show me that it isn't installed i tried to remove abp using (abp suite remove) then reinstall it and this is what i get

  • ABP Framework version: v8
Answer

hi yes i want to make a shape like this but using a checkbox instead of tree shape how can or where can i find or what the steps to do this?

Answer

Hi I don't want to do spacing Already records within first image showed into second image via using lookup but it's showing as one level and i want it as a group of parent and childs

Question

hi sir i have 2 tables in database (Account / ChartOfAccount) i've made a tree view into Account Page like first image and i made a lookup to show this account into ChartOfAccount CreateModal like second image as a checkbox and it works very good BUT what i want to do is shows records within Account tab as a checkbox but more than one level you can see in image number 2 it is a one level almost into a first image is two levels (parent & child) i want the same into Account tab like image number 3 it is an example for what i want to do

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

good morning hope u r well is there a way to transfer data between pages with mvc ?? EX: in angular we separate the page into component then collect the selector of these components to build a page this selector carries all the data , logics and styles. can i do the same thing using ABP Framework ?? in my project i use razor pages and MVC and there are a lot of folders created with js files and razor pages can i create a new page and collect aother folders into the new page i created instead of repeating the code or collect the all code into one page??

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

Thanks for quickly replay, but i already know how to write HTML nested checkbox list but actually i bind my checkbox list dynamically and get the data from App service , i appreciate if you provide me with how to use the following code to bind dynamically, this is the HTML Code --================== @for (var i = 0; i < Model.AccountList.Count; i++) {

 var account = Model.AccountList[i];

 &lt;abp-input abp-id-name=&quot;@Model.AccountList[i].isSelected&quot; asp-for=&quot;@account.isSelected&quot; label=&quot;@account.DisplayName&quot; /&gt;
 &lt;input abp-id-name=&quot;@Model.AccountList[i].DisplayName&quot; asp-for=&quot;@account.DisplayName&quot; /&gt;

}

C# Code --============= var accountLookup = await _chartOfAccountsAppService.GetAccountLookupAsync(); AccountList = ObjectMapper.Map<List<LookupDto<int>>, List<AccountViewModel>>(accountLookup.Items.ToList());

Showing 91 to 100 of 133 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21