DigitalShoestringSolutions / InventoryManagement

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

Location is int rather than name in downloaded stock report #38

Closed tobyaharris closed 2 months ago

tobyaharris commented 2 months ago

Although #35 mostly fixed #31 , it was found at the time that unfortunately the location would be reported as an integer, which doesn't mean much to the user. A separate database usually translates these into names in the web UI. However, as the excel files are procedurally generated, it is not trivial to call said auxillary db.

Until there is user motivation to improve this, we will focus our efforts elsewhere.