Alex

Results 8 issues of Alex

**Is your feature request related to a problem? Please describe.** Sometimes, the one othe the other customer get a discount on their invoice (like 10% off the total net). **Describe...

feature request
invoice

I am on OpenMage 20.0.16 and PHP8.0 In the Exception.log, I see the following entries: > PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dbName.core_file_storage' doesn't exist in...

bug confirmed

### Name and Version bitnami/php-fpm:8.3 ### What architecture are you using? amd64 ### What steps will reproduce the bug? Pull the image, try to activate xdebug ### What is the...

on-hold
tech-issues
php-fpm

### Preconditions (*) 1. OM 20.1.0 and still in OM 20.2.0 2. PHP 8.1 3. backend renamed from the default to, e.g. "workspace" 4. Using "sales" as entrypoint instead of...

needs investigation

Sometime I see this error in my logs. However, I am not sure which queries/statements trigger this. May you can properly handle this? ```Warning: Undefined array key 1 in /var/www/XXXXXXX/vendor/shardj/zf1-future/library/Zend/Db/Adapter/Abstract.php...

### Description (*) Sometimes, the array key "value" is not available, showing warnings in the logfile. This PR adds some isset-checks to avoid them. ### Related Pull Requests ### Fixed...

Component: Adminhtml

Hi, is it possible to gain access to the underlying socket, or get access to some of it's methods like * handling proxy * `setProxy(QNetworkProxy::XYZ)` * checking SSL versions (good...

(How) can I set the (file)name for an attachment? I am adding the file this way: ``` foreach(QString file, files) { auto fi = QFileInfo(file); auto fName = fi.fileName(); auto...