📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
blogscripti.demodesign.com.tr
/
admin
/
assets
/
js
📝
offcanvas-add-payment.js
← Geri Dön
/** * Add Payment Offcanvas */ 'use strict'; (function () { // Invoice amount const paymentAmount = document.querySelector('.invoice-amount'); // Prefix if (paymentAmount) { new Cleave(paymentAmount, { numeral: true }); } // Datepicker const date = new Date(), invoiceDateList = document.querySelectorAll('.invoice-date'); if (invoiceDateList) { invoiceDateList.forEach(function (invoiceDateEl) { invoiceDateEl.flatpickr({ monthSelectorType: 'static', defaultDate: date }); }); } })();
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula