| 开发者 | ahmethantalha |
|---|---|
| 更新时间 | 2026年7月30日 22:11 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
.pdf report card for every student; from the Report Cards page you can select multiple students and download their report cards in bulk as a single ZIP file (one PDF per student).isRemoteEnabled is disabled); the plugin does not
send any data to external services.
wp-content/plugins/nizamiye folder (or upload the
zip file via Plugins → Add New → Upload Plugin).No, data is preserved by default. If you also want the data to be removed, add the line
define( 'NIZAMIYE_REMOVE_DATA_ON_UNINSTALL', true ); to your wp-config.php file.
No. All data is stored in custom tables prefixed wp_nizamiye_* in your own database; no requests
are sent to any remote server. PDF generation is also done entirely server-side with the bundled
Dompdf library.
Yes. Classrooms are defined as independent sections (e.g. "Turkish 6-A"), and each classroom can have a teacher and students assigned to it.
Yes. From the Attendance Types page you can define new categories and sessions (times/slots), and choose which grade levels each category appears in.
Yes. On the Report Cards page you can select students with checkboxes (including "select all") and download a single ZIP file containing a separate PDF for each student.
.pdf file generated server-side with the
bundled Dompdf library, instead of the browser's print function.