CORE-POS / IS4C

Cooperative Operational Retail Environment
http://www.core-pos.com
GNU General Public License v2.0
63 stars 44 forks source link

Support separate UnitOfMeasure in DefaultUploadPage #1195

Closed flathat closed 11 months ago

flathat commented 1 year ago

I have a catalogue from a new vendor that loads very nicely with DefaultUploadPage.php with one exception: it has UnitOfMeasure in a separate column from Unit Size, which contains only the number. Would you be open to the addition of support for an optional UoM column which would be appended to Unit Size? Also in UpdateUploadPage.php. If so I'm happy to code and submit a pull request.

gohanman commented 1 year ago

Sure, that sounds perfectly reasonable.

flathat commented 11 months ago

Done in https://github.com/CORE-POS/IS4C/commit/3d8493efa2fb5043db4936d3185e4c36cbac5195 .