Activities of "nabass"

Question

Hi sir i generated project using abp suite but i created my master page using normal steps like book tutorial i didn't use suite to customize my code because it generate a lot of classes so... want to generate detail page using abp suite i already have master like i mentioned before doing it by my self using auto CrudAppService method and these are steps that i did to do detail page

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

Good evening sir, i use (abp dynamic form) tag it's create Forms magic but if i want to use specific field to do something css style or js code how can i get it's Id ?? i went to console to get Id and it's work but it is not working with datapicker like Date Time i attached link video below to see what happen FYI: when i tried to catch any Id from dynamic forms into Javascript file it doesn't work or change what i want to do like image below Id selector just working with css but not working with js hope you can help me please

Video Link: https://streamable.com/3xrd2g

Image Link:

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

hi sir, i want to do something like this page put with different structure i've 2 pages with (one - many) relation close enough to your example (book / author) so i want to put these 2 pages in one view you can say every page has 50% from main page on top i'll put first page , bottom i'll put second page if there is a documentation like explains this way please show me where can i find it thanks for your time

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

hi sir, I tried the (many 2 many) sample project according your documentation and it works well and tried to customize my own code and also it works well i added new field after select my book category to write comment or note and when i click on add it works well

BUT

there is a Serious error showed when i tried to delete from that grid table like video below note: i added (alert) just for test note: i attached video link to show the problem what i did: 1- Added new input field (second img) 2- duplicate your code but with different names (it is not logic to repeat the code but IDK what should i do except repeating the code) if there is a way to add more fields without repeating code please tell me how. 3- what should i write in the delete looping code ???? 4- I tried to use (splice method) to delete row but i can't catch the array where is the id of array? 5- how can i change (add) button style where is the css file ? 6- it's still in the create mode i hope not to face errors when jumping to edit mode because next step i will use that code with master detail i hope to figure out how to make it before asking you. appreciate your efforts thank you

the problem video: https://files.fm/f/jajsq7zhrh

  • ABP Framework version: 8
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • ABP Framework version: v8.0
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

*Is it possible to develop master and detail pages with abp suite? if not what is your suggestion about it. For example when I finish the master and detail pages in abp.io framework with angular ui it sould seems look like:

hi sir, I have a big problem and i neeeeeeeeeeeeeed help as fast as can, I wish i can explain it now i made database and UI with tables one of these tables called (person) another called (partyAddress) these tables already exist and have UI already it works greate [partyAddress] table has no ID Type it just {AuditedAggregateRoot} as shown below and has 2 foriegn keys (partyId) form [party] table and (addressId) form [address] table so what kind of data in [partyAddress] table? like i mentioned there are relations between **address **and **partyAddress **when i store some data in address it stores in partyAdress like images below now i want to make a master-details between them using ABP Suite. I followed the tutorial but you make just existing table in database create ui from scratch no in my case UI already exist i want just master-detail between tables is there a way to make this showed in documentation or not? so please if you have a solution for this problem deal with me like i know nothing and tell me what should i do step by step thank you...

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

it doesn't work with me despite i made exactly like documentation....when i make a master it completed good but child it gives me a lot of errors while migration 1- says (Error occurred on DB migration step! Make sure the project is compiled and working. Command output: Build started... Build failed. Use dotnet build to see the errors.) 2- when open the code i found property [ public Guid OrderId ] twice ???? why ???? 3- In folder orderDbSet it gives me an error with namespace

  • ABP Framework version: 8.0.0
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Exception message and full stack trace:
Showing 41 to 47 of 47 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13