Skip to content

Commit 2075c43

Browse files
committed
fixes in README file
1 parent 3aa2f21 commit 2075c43

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

CommunityEditionLicense.pdf

-35.4 KB
Binary file not shown.

LICENSE

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Smart Report Engine
2+
Community Edition License
3+
4+
Copyright © 2023 Webuccino inc
5+
https://www.mysqlreports.com
6+
All copyrights reserved.
7+
8+
9+
By downloading the community edition of Smart Report Engine software, you accept the following User Agreement.
10+
11+
12+
## Permitted Use
13+
With this license, you are given non-exclusive, non-transferable rights worldwide to evaluate Smart Report Engine (excluding premium features) for personal use or integration into free open-source projects.
14+
15+
## Restrictions
16+
1. You are prohibited from removing the copyright claims from Smart Report Engine or any of its files.
17+
18+
2. Smart Report Engine community edition is strictly for non-commercial use; therefore, you may not use it in any commercial projects.
19+
20+
3. The usage of Smart Report Engine community edition in SaaS projects is not permitted.
21+
22+
4. Distribution, sale, or any other form of distribution of Smart Report Engine is strictly prohibited.
23+
24+
5. You are not allowed to use Smart Report Engine for any unlawful purposes.
25+
26+
6. Renting, leasing, lending, sublicensing, time-sharing, distributing, selling, or assigning the license to use Smart Report Engine is prohibited.
27+
28+
7. Copying any software codes, files, images, or computer-generated scripts from Smart Report Engine to any other software is not permitted.
29+
30+
8. Modifying, adapting, translating, and reverse engineering Smart Report Engine is strictly prohibited.
31+
32+
## Indemnification
33+
You agree to indemnify and protect Webuccino against any third-party claims, actions, or lawsuits, as well as any associated expenses, liabilities, damages, settlements, or fees that may arise due to your use or misuse of the Software or a violation of any terms in this license agreement.
34+
35+
36+
## Disclaimer of Warranty
37+
The Software is provided on an "as-is" basis, without any expressed or implied warranties, including but not limited to warranties of quality, performance, non-infringement, merchantability, or fitness for a particular purpose. Additionally, Webuccino does not guarantee that the Software or any related services will always be available.
38+
39+
40+
## Limitations of Liability
41+
You assume all risks associated with the installation and use of the Software. In no event shall the authors or copyright holders of the Software be liable for any claims, damages, or other liability arising from, out of, or in connection with the Software. License holders are solely responsible for determining the appropriateness of use and assume all risks associated with its use, including but not limited to the risks of program errors, equipment damage, data or software program loss, or unavailability or interruption of operations.
42+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Smart Report Engine is a user-friendly PHP reporting framework that enables the
2525
- Import the "example.sql" file into your chosen MySQL database. This will create the "items" table and populate it with initial data.
2626

2727
4- Configure the database Connection String
28-
- Navigate to the "sre_config" directory within the Smart Report Engine Community Edition packageThere, you will find the "config.php" file. Please open this file using any text editor you prefer.
29-
- In the "config.php" file, you will find a section dedicated to database configuration. Update the connection string with the appropriate details of the MySQL database you used in Step 1. Make sure to provide the correct hostname, database name, username, and password in their respective fields.
28+
- Navigate to the "sre_config" directory within the Smart Report Engine Community Edition package. There, you will find the "config.php" file. Please open this file using any text editor you prefer.
29+
- In the "config.php" file, you will find a section dedicated to database configuration. Update the connection string with the appropriate details of the MySQL database you used in the third step. Make sure to provide the correct hostname, database name, username, and password in their respective fields.
3030

3131
5- Save the changes to the "config.php" file.
3232

@@ -35,7 +35,7 @@ Smart Report Engine is a user-friendly PHP reporting framework that enables the
3535
7- Should you prefer to build the example projects from scratch, kindly proceed with step 8 in the installation process.
3636
> **_NOTE:_** Regardless of your choice, the code walkthrough sections will provide explanations for the code in each example.
3737
38-
8- To begin writing your first project, you'll require a new PHP script. For the purpose of this tutorial, you can add the script to the root directory of the community edition, alongside the "sre_bootstrap.php" file. If you manually downloaded the community edition (without using Composer), you'll need to include the "sre_bootstrap.php" in your code, as demonstrated in the example below. In case your code is placed in different locations for other projects, ensure that you adjust the path to this autoload file accordingly. Please follow these steps to get started with your project:
38+
8- To begin writing your first project, you'll require a new PHP script. For the purpose of this tutorial, you can add the script to the root directory of the community edition, alongside the "sre_bootstrap.php" file. If you manually downloaded the community edition (without using Composer), you'll need to require the "sre_bootstrap.php" autoload filein your code, as demonstrated in the example below. In case your code is placed in different locations for other projects, ensure that you adjust the path to this autoload file accordingly. Please follow these steps to get started with your project:
3939
- Create a new PHP script for your project.
4040
- Optionally, place the script in the root directory of the community edition (same level as "sre_bootstrap.php") for this tutorial's purpose.
4141
- In your first new project, try writing the following simple PHP code. It should work without any issues.

0 commit comments

Comments
 (0)