objecttothis
objecttothis
> @andriux1990 new tables or SQL changes should be integrated in the project using a database migration. This way we do not need to ask users to run SQL manually...
@andriux1990 the master is no longer feature frozen. Can you rebase on the current master so we can proceed with your changes?
> Hi @objecttothis, alright, I’ll upload the changes. But now I’m facing another issue: I no longer want the backend and frontend of OSPOS to be so tightly coupled. Having...
The refactoring of variable and function names to camelCase are variables and functions in sections of code I am modifying and are for PSR-12 compliance.
@jekkos we need to make a few design decisions with this.  1. We need to refactor Integrations to Plugins. This means the Config.integrations and Config.Integrations_configuration need to be renamed...
> I don't know why the following is happening when trying to get a migration. > > ``` > CRITICAL - 2025-05-31 15:06:25 --> Error: Call to undefined function App\Database\Migrations\execute_script()...
> > > BTW the problem with storing it as integer is that if you move from 2 to 3 decimals due to some new regulatory obligation you would have...
> > > I was under the impression that we stored values with more than 2 decimals. I believe we had in the past cases for 3 decimals. My database...
@SteveIreland I don't think the database is the issue. I think it's PHP that is the issue. There are dozens of articles about PHP and other languages talking about how...
@SteveIreland here is an example that you asked for:  and here is the JSON that my 3rd party integration is spitting out:  The code in the items...