How to fetch data from database and print it on a table in moodle 3.7.2? - database

I am new to Moodle and the documented APIs are not helping me at all. Can someone please help me? I am trying to fetch data from the database and show it on screen.
Is there any tutorial or anything that can help me understand Moodle easily?

I am assuming what you want is a report generation tool. This will allow you to input a SQL query and get back a report of the results.
I would recommend going to this link and installing this plugin into your site. https://moodle.org/plugins/block_configurable_reports
Once you have that installed you can look over its documentation at this link. It should have everything you need to at least get started.
https://docs.moodle.org/37/en/Configurable_reports

Related

How to publish data to QuickBook Online using REST or SDK

I am trying to build a near to realtime data push to QuickBook Online using SpringBoot. I am very interested to know the possibilities.
Please refer me some samples or documents covering the alternatives.
Thanks in advance...

Sync Fox-pro database with MS-SQL server

I have an application running on Fox-pro database. Have added a module to the same application that runs on MS-SQL database. I need to sync both the database in real-time at different intervals. I will eventually move the application to use MS-SQL, but till the code is changed, I need to sync the databases.
Any script or tool is appreciated. Thanks.
I have found a tool, and it is really working absolutely fine.
The link to tool is : Data Loader.
Thanks to all for giving your time and efforts
I don't think there is any magic bullet for this - anyone who has done it will have had a particular requirement and have coded it themselves I would guess.

Quick book integration in php , getting connection issues

I am integrating quickbook online API using PHP but we are facing many problems in it.
First, I am not able to connect with quickbook using my demo API.
I have found token and access key but still i am not able to connect.
Second, there is no any sample code for php and there is no any online support team.
Can any help me to connect with quick book API?
I have created developer account from below link
Since you didn't post your code, or any error messages, or really much of any details at all, no one is really going to be able to help you. Post your code and the error messages if you want a good answer.
In the meantime, I'm not sure which PHP code you're using, but if you're using this one:
https://github.com/consolibyte/quickbooks-php
Then there's tons of examples here:
https://github.com/consolibyte/quickbooks-php/tree/master/docs/partner_platform/example_app_ipp_v3
And a quick-start guide you should have followed here:
http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Intuit_Partner_Platform_Quick-Start

Semantria Integration with DB

I need to know, has someone integrated any DB to Semantria, and get output to any DB or excel or text file ?
I have tried to explore semantria via excel and API , but integration does not work perfectly.
It depends on what kind of integration you're looking for.
I have already done many integrations with different storages including indexing services and RDBMS solutions.
Unfortunately there are no ready-to-use components available on the market, so you will need to build integration by your own.
Semantria offers SDK (https://github.com/Semantria/semantria-sdk) for all modern languages, you will need to build a logic that will get analysis results and will save them to a certain storage.
Can you please explain what storage do you use and what Semantria output you're interested in?
Thanks George.
Well at the moment, we are just focusing on pulling the data from DB (take for instance mySQL, or Oracle), and output should again go back to same DB, i will take care of transformation needed in o/p.
Now where I am stuck, is the place where I can set up a link between DB and semantria, how will these SDK help, never worked on something like this.
A brief on this will surely be of great help

Exporting files from Plone using WebDAV

I have a Plone site with thousands of contracts in PDF I need to download. Now the problem is that if I connect to the portal using WebDAV and download it. I can download just about 1607 files, but there should be more of them! If I take a look at the website, I realized I can query only 1000 results. There is about 5K results but if I put &query_start=999 in the url, I see just the 999th and 1000th result. Can this be that problem? I'm using unmodified configuration, just added parameter to enable WebDAV.
Can anyone please explain what happens and tell me what to do? Thank you very much, I'll appreciate it! :)

Resources