Insert & Update by Classic Report byRafiqul Islam Nayeem •March 18, 2024 My Table ====== CREATE TABLE PR_DAILY_PRODUCTION ( ID NUMBER, PRODUCTION_DATE DATE, ITEM_CD VARCHAR2(20), QTY NUMBER, ENTRY_DATE …
Apex Material Cards For Dashboard byRafiqul Islam Nayeem •March 17, 2024 Step: 1 ===== Download plug-ins https://drive.google.com/drive/folders/1Lgu31sisnbP37LnlHHxUPHUBTCGk3Qbo?usp=sharing Step: 2 ===== Go to Share component and Import Plug-ins file Step: 3 ===== Create a page and region region Type: APEX Material …
Button Customize by CSS byRafiqul Islam Nayeem •March 11, 2024 Step 1 : Create a normal Button 1--Active_Information 2--Active_SR 3--Employee_LIsT 4--Change_Info Step 2 : Inline CSS #SR { display: none; } .submanu .t-Cards--featured .t-Card-desc { font-size: 14px; line-height: 0px; display: no…