Skip to content

Commit

Permalink
Compatibility with PHP 7.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtylek committed Jan 16, 2020
1 parent c864664 commit edc46f0
Show file tree
Hide file tree
Showing 224 changed files with 44,474 additions and 1,582 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -19,6 +19,7 @@ modules/*

# IDE dirs/files
.idea
.history

Thumbs.db

Expand Down
23 changes: 3 additions & 20 deletions README.md
Expand Up @@ -4,7 +4,7 @@

<b>EPESI BIM</b> (Business Information Manager) is a fully functional web CRM/ERP application to store, organize, access and share business records. Manage your data precisely, flexibly and easily, simplifying internal communication and making work-flow more efficient.

<b>Attention</b>
<b>About</b>

EPESI BIM is a result of many years of experience working with SMB businesses and addresses inefficiencies of current e-mail “collaboration” workflow and commonplace data management using inadequate spreadsheet applications. It is a completely web based application designed for small and medium-sized enterprises trying to optimize business processes, simplify office work and reduce administrative costs. It does not require any client to be installed - any modern browser on any operating system will work - drastically reducing the deployment cost.

Expand Down Expand Up @@ -37,33 +37,16 @@ It requires properly configured HTTP server with PHP and MySQL or PostgreSQL dat

- Download from Sourceforge: http://sourceforge.net/projects/epesi
- Use Easy Install Script: http://sourceforge.net/projects/epesi/files/easy%20installer/
- Github: https://github.com/Telaxus/epesi

<b>Reviews</b>
- Users reviews collected from our support forum: http://epe.si/reviews/
- Sourceforge: https://sourceforge.net/projects/epesi/reviews/
- Review from September 19, 2016: "Top 10 Open Source CRM" by http://www.datamation.com/open-source/top-10-open-source-crm.html
- Github: https://github.com/jtylek/epesi

<b>License:</b>

EPESI is released under the MIT License

Copyright © 2006-2019 Telaxus LLC
Copyright © 2006-2020 by Janusz Tylek

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/orsell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHERDEALINGS IN THE SOFTWARE.

<b>Credits:</b>

Telaxus LLC http://telaxus.com/

- Telaxus LLC is a technology company specializing in developoment of CRM and ERP solutions for small and medium size businesses utilizing our own platform - EPESI Business Information Manager.


<i>Copyright © 2006-2019 Telaxus LLC</i>

Enjoy,
<b>EPESI Team</b>
Binary file modified admin/images/epesi-powered.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified admin/images/logo-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified admin/modules/Patches/images/logo-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 7 additions & 12 deletions composer.json
Expand Up @@ -6,25 +6,20 @@
"symfony/http-foundation": "^2.7",
"phpdocumentor/reflection-docblock": "^2.0.4",
"fzaninotto/faker": "^1.6",
"phpFastCache/phpFastCache": "^5.0",
"phpfastcache/phpfastcache": "^5.0",
"ifsnop/mysqldump-php": "dev-master",
"memio/memio": "^1.0",
"psy/psysh": "@stable",
"enyo/dropzone": "@stable",
"ezyang/htmlpurifier": "^4.9",
"moneyphp/money": "^3.0",
"tecnickcom/tcpdf": "^6.2",
"memio/memio": "^2.0"
"moneyphp/money": "^3.0"
},
"scripts": {
"post-install-cmd": [
"@composer -d\"modules/CRM/Mail\" install",
"@composer -d\"modules/Libs/PHPExcel\" install",
"@composer -d\"vendor/tecnickcom/tcpdf\" install",
"@composer -d\"vendor/tecnickcom/tcpdf\" dump-autoload"
],
"post-update-cmd": [
"@composer -d\"vendor/tecnickcom/tcpdf\" dump-autoload"
]
"@composer -d=\"modules/CRM/Mail\" install",
"@composer -d=\"modules/Libs/PHPExcel\" install",
"@composer -d=\"modules/Libs/TCPDF\" install"
]
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit edc46f0

Please sign in to comment.