DigitalShoestringSolutions / InventoryManagement

Shoestring starter solution for a simple inventory management system
GNU General Public License v3.0
0 stars 1 forks source link

Headers in downloaded Excel stock reports #35

Closed anandarupmukherjee closed 2 months ago

anandarupmukherjee commented 2 months ago

Addresses #31

tobyaharris commented 2 months ago

Tested just now. Built from scratch and navigated to the Stock Management page on a windows machine. Downloaded a report. Opens fine in Excel. Looks like this: image Ah. Where's the headers?

tobyaharris commented 2 months ago

Opening the download on a pi looks like this: image I don't see any sign of headers in the file.

tobyaharris commented 2 months ago

Rebuilding in progress! Thanks for the speedy fix.

anandarupmukherjee commented 2 months ago

Sorted. Missed a line in the code. Should work now.

tobyaharris commented 2 months ago

Better - headers ahoy. But the location is an int, is is possible to convert back to meaningful string? image image

tobyaharris commented 2 months ago

Locations can't be translated back to strings easily. As this isn't an important feature, I'm tempted to say some headers are better than none and keep that as a known issue.