autopartsource / sandpim

Simple LAMP auto parts Product Information Manager (PIM) system.
20 stars 2 forks source link

PIES to Excel conversion #10

Open andrei-volkau opened 10 months ago

andrei-volkau commented 10 months ago

I am interested in PIES to Excel conversion.

I am able to see that the following code should be able to convert PIES to Excel. https://github.com/autopartsource/sandpim/blob/b85e24821b143a8d7d192a364dcf05b7a17ac821/convertPIES6_7toExcelProcess.php#L184

Am I right that I need to run sandpim project in docker to test PIES to Excel conversion? Is there any easier way to test PIES to Excel conversion?

andrei-volkau commented 10 months ago
Screenshot 2024-01-10 at 16 17 45

I am not able to find functionality to convert PIES XML to Excel.

@autopartsource @zerodbu Could you guide me how to convert PIES XML to Excel, please?

autopartsource commented 10 months ago

Andrei, It looks like you got the stack up and running - nice work! Your system will need AutoCare's reference databases installed (the PCdb at least) to be useful for your needs. I have a demo instance of the system up and running where you can test the PIES flattening utility: https://[aps.dev/sandpim/rhubarb7_1Index.php](https://aps.dev/sandpim/rhubarb7_1Index.php)

Luke