DEXDEVS / ic-school

IC - Institute on Cloud (School Demo)
https://ic.dexdevs.com/ic/admin/
Other
0 stars 0 forks source link

Create Audit Module for Higher Security #60

Open ranafaraz opened 4 years ago

ranafaraz commented 4 years ago

Here is the Table Structure: image

Queries of all the application will be modified. By using Transnational Handling, all the insert, edit, delete and specific views will be stored in this table. Login, Logout, Session Time will also be stored.

This table is critical in ERP Solutions.

ranafaraz commented 4 years ago

Here is the sample data of this table:

image

ranafaraz commented 4 years ago

Try this Yii Extention for Audits:

mehulpatel/vspl LOGGING 0 6 Yii2 audit record and database changes details

ranafaraz commented 4 years ago

lisi4ok/yii2-auditlog LOGGING 0 722 Yii2 Audit Log. This extension log all models actions -> find/insert/update/delete.