Goodmorning to everyone,
is it possible to change the audit page?
Now, the popup shows for every field monitored, the informations: old and new value, who made the update and when.
Is it possible to customize the proccess to have the changes group by for time and user. I try to explain with an example:
Now I change 4 fields: Field1, Field2, Field3, Field4. I would like to show the informations like:
Timestamp (now) User (me)
Field1: oldvalue newvalue
Field2: oldvalue newvalue
Field3: oldvalue newvalue
Field4: oldvalue newvalue
-------------------------
Timestamp (now-1) User (other user)
Field3: oldvalue newvalue
-------------------------
Timestamp (now-2) User (other user2)
Field1: oldvalue newvalue
Field4: oldvalue newvalue
Can someone help me?
thank you,
B.
Hi @bf.ts90
Yes, it is possible, but it requires huge SuiteCRM development skills and also a lots of customization.
We can accomplish that for you. Let me know if you are interested on.
Kind regards
Thank you so much for your reply and for offering to make it for us, but at the moment we would like to try to implement it if someone could help us understand where to operate and what we need.
B.
pgr
23 March 2020 16:06
4
Have a look at stuff under modules/audit
, especially modules/Audit/Popup_picker.php
.
Also search for audit
in this file, there are a lot of entries:
<?php
/**
*
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
This file has been truncated. show original
This might also be worth reading:
Hello pgr,
Just I want to know, can I extend audit module?
I tried to update audit module but its not work for me?
Good luck and please come back here and teach us what you discover
1 Like