Hello!
How to show in reports who deleted/modified reservations? Database contain field last_action_by in the reservation_series table. How can I show value of this field in the reports?
Who deleted/modified reservation
Re: Who deleted/modified reservation
'last_action_by' is one thing, though if you want to know WHAT they did, you need a much more sophisticated answer....
https://apps-n-add-ons.com/product.php?prodId=TrackIt
https://apps-n-add-ons.com/product.php?prodId=TrackIt
Apps-n-Add-Ons.com is independently owned and operated and provides clients worldwide with Plugins for Booked Scheduler to solve common needs.
Custom software solutions, paid help, Booked Hosting and more..... Apps-n-Add-Ons.com
Custom software solutions, paid help, Booked Hosting and more..... Apps-n-Add-Ons.com
Re: Who deleted/modified reservation
Thank you for link but 'last_action_by' is enough for me. Can I get this field in a simple way?
Re: Who deleted/modified reservation
"Simple" and "Booked core mod" are rarely the result of anything I've done with Booked over the last 10+ years.....
To get that one item into a Report you'll need to deal with at least one .tpl and two .php files (likely more - some 'minor' things need changes in 5-10 files the way that Booked is written.....)
By contract with clients I can't give direct code mods on this forum, though I can tell you that you are in for a bit of work to make what you are looking for.
There may be someone on here that has done something similar (maybe even the same thing) and they can give you direct help, though I have to work through a contract to do more than just 'friendly advice'..... - - if you need 'help', I can do that through https://apps-n-add-ons.com/product.php?prodId=SUPPORT - or if you need it done for you - https://apps-n-add-ons.com/product.php?prodId=CUSTOM
To get that one item into a Report you'll need to deal with at least one .tpl and two .php files (likely more - some 'minor' things need changes in 5-10 files the way that Booked is written.....)
By contract with clients I can't give direct code mods on this forum, though I can tell you that you are in for a bit of work to make what you are looking for.
There may be someone on here that has done something similar (maybe even the same thing) and they can give you direct help, though I have to work through a contract to do more than just 'friendly advice'..... - - if you need 'help', I can do that through https://apps-n-add-ons.com/product.php?prodId=SUPPORT - or if you need it done for you - https://apps-n-add-ons.com/product.php?prodId=CUSTOM
Apps-n-Add-Ons.com is independently owned and operated and provides clients worldwide with Plugins for Booked Scheduler to solve common needs.
Custom software solutions, paid help, Booked Hosting and more..... Apps-n-Add-Ons.com
Custom software solutions, paid help, Booked Hosting and more..... Apps-n-Add-Ons.com
Re: Who deleted/modified reservation
Thank you for your explanation.