objecttothis
objecttothis
Here is an article discussing the different collations, encodings, etc: https://jibai31.wordpress.com/2017/05/04/how-to-choose-your-mysql-encoding-and-collation/ Update: I do see that in the 3.1.1 migration we are setting all the tables as utf8_general_ci. So the...
@jekkos for searches, I completely agree. Searches isn't where this bug happens, though. This bug occurs any time you have an attribute_value connected by more than one attribute_link row. For...
codeigniter supports sqlite3 and sqlite but whether or not all of our queries are compatible with the DBMS or not is another question. I am in the middle of converting...
Currently this feature is not present. In order to make this work, we would need a way of locally storing the database and keep a transaction log to replay transactions...
> Our client had a similar requirement wherein he had a book store but he needed to take a laptop to book fairs/exhibitions where Internet access would be unreliable. So...
@codify-anand. Once we have the CodeIgniter4 rework completed we can move toward third party integrations. The idea is that we will be exposing API endpoints so that no one using...
Yeah, if each client is treated as it's own stock location, then you don't have an issue of overlap. An easy-to-use interface will be needed to facilitate stock transfer. I'm...
I'm surprised OSPOS has a limit of 4 stock locations. I'll have to look at that part of the code but I imagine it shouldn't take too much work to...
> @objecttothis . This code works for me. app/controller/config remove sanitize from line 900 - Width Barcode_lib change line 115 to return $generator->getBarcode($barcode_value, $barcode_config['barcode_type'], $barcode_config['barcode_width'], $barcode_config['barcode_height']); App/views/configs/barcode_config and change the...
> I had a thrift store at one time so the way I think is will it print properly on the Labels and Tags that were being used. Always depended...