All posts in Uncategorized

Ví dụ : Tạo trường chi nhánh module Lịch công việc và relation đến module Chi nhánh của Metlife Bước 1: Tạo trường Chi nhánh trong module Lịch công việc + Kiểu : Văn Bản + Tên : Chi nhánh + Độ dài : 100 Bước 2: + Vào phần . . . Read more

Dùng Text to column trong tab data
Sorry you have no rights to view this entry!

display:inline-block; background: linear-gradient(to right, #69402b 0%, #744d31 4%, #825c38 8%, #c1a459 21%, #d7bd65 27%, #e4cb6a 31%, #ead26d 35%, #ead26a 45%, #e6ca64 52%, #d9b859 61%, #bd9645 76%, #b68e41 81%, #9c7238 88%, #7d542f 94%, #6a412b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;

Các mẫu banner quảng cáo hoặc banner website đẹp. Hình ảnh: Tải về theo link: https://drive.google.com/drive/folders/1VLfBeSn9pifKs0E4mhWj4LjP3WGMC4Jo?usp=sharing
Sorry you have no rights to view this entry!
Sửa trong list view model hàm getQuery():
Bảo mật Email thương hiệu bằng điện thoại di động. Khi đăng nhập Email, Google sẽ gửi về điện thoại bạn mã xác minh. Nếu không có mã này bạn sẽ không đăng nhập được vào tài khoản. Hướng dẫn này sẽ giúp bạn bảo mật Email tốt hơn. Sau khi . . . Read more
Trước hết phải set trong /etc/php-fpm.d/www.conf các kiểu user và group cho trùng với /etc/nginx/conf, đồng thời chown thư mục web cho về cùng hội đấy, sau đó vẫn không được thì chạy: setenforce 0
Go to modules/Reports/ReportRun.php take back up of modules/Reports/ReportRun.php find $userformat=str_replace(array(“dd-mm-yyyy”,”mm-dd-yyyy”,”yyyy-mm-dd”),array(“%d-%m-%Y”,”%m-%d-%Y”,”%Y-%m-%d”),$current_user->date_format); $columnSQL = “date_format (” . $selectedfields[0] . “.” . $selectedfields[1] . “,’$userformat’) AS ‘” . decode_html($header_label) . “‘”; comment the above code and add $columnSQL = $selectedfields[0] . “.” . $selectedfields[1] . ” AS ‘” . decode_html($header_label) . “‘”;