Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Import batches from file
03-03-2018, 12:12 AM,
#1
Import batches from file
When importing batches from a file the table "Below are the 1st 100 records as parsed" shows the last quantity value as applying to all batches. See attached. It doesn't affect the functionality, but it is confusing.


Attached Files Thumbnail(s)
   
Reply
03-03-2018, 05:09 AM, (This post was last modified: 03-03-2018, 05:25 AM by TurboPT.)
#2
RE: Import batches from file
Before the next batch import, please try the change below?

Inside the very last foreach in file: InputSerialItemsFile.php, change the first parameter to locale_number_format():

...from this:
PHP Code:
echo '<tr>
        <td>' 
$SItem->BundleRef '</td>
        <td class="number">' 
locale_number_format($Bundle->BundleQty$LineItem->DecimalPlaces) . '</td>
    </tr>'


...to this:
PHP Code:
echo '<tr>
        <td>' 
$SItem->BundleRef '</td>
        <td class="number">' 
locale_number_format($SItem->BundleQty$LineItem->DecimalPlaces) . '</td>
    </tr>'

Reply
03-03-2018, 06:00 AM,
#3
RE: Import batches from file
That worked. See attached.

Thanks!


Attached Files Thumbnail(s)
   
Reply
03-03-2018, 06:26 AM, (This post was last modified: 03-03-2018, 07:00 AM by TurboPT.)
#4
RE: Import batches from file
Ok, good! ... I'll commit that change.

Thanks for the image references, and the test run!
Reply
03-03-2018, 07:12 AM,
#5
RE: Import batches from file
Change committed.
Reply
03-05-2018, 08:33 AM, (This post was last modified: 03-05-2018, 08:35 AM by TurboPT.)
#6
RE: Import batches from file
Jeff, I believe that user HDeriauFF has inquired about this task in this thread, if you might be able to offer any additional details/insights/tips?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)