Hi, there how can i show only todays transaction,
What transactions are you talking about?
Like todays sell or i can say only todays added document
Appwrite has some audit logs you can see them in the console when you open the activity tab when looking at a collection or document. You can open your browsers network logs and look at the logs for the various /logs API calls to see what the network request and full response looks like.
Here's the code: https://github.com/appwrite/appwrite/blob/80dd3644f8d8d0870357272f08375b14c9304143/app/controllers/api/databases.php#L3087
Unfortunately you can't filter these logs.
If there's anything more you need, you'll need to implement it yourself
ok, no issue will implement
[SOLVED] how to show only todays transaction
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- mcp-server-appwrite 0.4 fails on startup...
I’m trying to use `mcp-server-appwrite` against Appwrite Cloud and the server authenticates successfully, but fails during startup validation when probing `tabl...