Plugin Directory

Changeset 3418016


Ignore:
Timestamp:
12/12/2025 08:33:03 AM (4 months ago)
Author:
arture
Message:

Version 2.2.9

Location:
order-picking-app/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • order-picking-app/trunk/admin/partials/orderpickingapp-settings-page.php

    r3404834 r3418016  
    393393                        $orderpickingapp_location_field = get_option('orderpickingapp_location_field');
    394394                        ?>
    395                         <strong style="font-size: 12px; margin-top:5px;">Custom product field</strong><br/>
     395                        <strong style="font-size: 12px; margin-top:5px;">Custom location field</strong><br/>
    396396                        <select name="orderpickingapp_location_field">
    397397                            <?php
     
    413413                            echo '<option value="_sku">SKU</option>';
    414414                            echo '<option value="_global_unique_id">Product | GTIN, UPC, EAN of ISBN</option>';
    415                             echo '<option value="variable_global_unique_id">Variation | GTIN, UPC, EAN of ISBN</option>';
    416415                            foreach( $all_meta_keys as $meta_key ){
    417416                                echo '<option value="' .$meta_key. '" ' . selected($meta_key, $orderpickingapp_ean_field ) . '>' .$meta_key. '</option>';
     
    425424                        $orderpickingapp_additional_barcode_field = get_option('orderpickingapp_additional_barcode_field');
    426425                        ?>
    427                         <strong style="font-size: 12px; margin-top:5px;">Additional barcode field</strong><br/>
     426                        <strong style="font-size: 12px; margin-top:5px;">Additional barcode field / Box barcode</strong><br/>
    428427                        <select name="orderpickingapp_additional_barcode_field">
    429428                            <?php
     
    571570                                $i--; ?>
    572571                                <div class="form-group <?php echo ($i == 0)? 'duplicate_row' : ''; ?>" style="width: 100%;margin: 10px 0; min-height: 30px;">
    573                                     <input style="float: left; width: 20%;margin-right: 10px;" type="text" class="form-control app_users_name" name="app_users[][app_users_name]]" value="<?php echo $app_user['app_users_name']; ?>" placeholder="<?php echo $app_user['app_users_name']; ?>"/>
    574                                     <input style="float: left; width: 20%;margin-right: 10px;" type="text" class="form-control" name="app_users[][app_users_password]" value="<?php echo $app_user['app_users_password']; ?>" placeholder="<?php echo __( 'Enter user password (optional)', 'orderpickingapp' ); ?>"/>
     572                                    <input style="float: left; width: 18%;margin-right: 10px;" type="text" class="form-control app_users_name" name="app_users[][app_users_name]]" value="<?php echo $app_user['app_users_name']; ?>" placeholder="<?php echo $app_user['app_users_name']; ?>"/>
     573                                    <input style="float: left; width: 18%;margin-right: 10px;" type="text" class="form-control" name="app_users[][app_users_password]" value="<?php echo $app_user['app_users_password']; ?>" placeholder="<?php echo __( 'Enter user password (optional)', 'orderpickingapp' ); ?>"/>
    575574                                    <input style="float: left; width: 8%;margin-right: 10px;" type="number" min="0" max="23" step="1" class="woocommerce-Input woocommerce-Input--text input-text" name="app_users[][app_users_start_time]" value="<?php echo $app_user['app_users_start_time']; ?>" placeholder="Start"/>
    576575                                    <input style="float: left; width: 8%;margin-right: 10px;" type="number" min="0" max="23" step="1" class="woocommerce-Input woocommerce-Input--text input-text" name="app_users[][app_users_end_time]" value="<?php echo $app_user['app_users_end_time']; ?>" placeholder="End"/>
    577576                                    <span class="dashicons dashicons-trash remove_picker" style="float: right;margin: 4px 10px;"></span>
    578                                     <select style="float: left; width: 18%;margin-right: 10px;" name="app_users_picking_amount">
     577                                    <select style="float: left; width: 10%;margin-right: 10px;" name="app_users_picking_amount">
    579578                                        <?php if( isset($app_user['app_users_type']) && ( $app_user['app_users_type'] == 'sales' || $app_user['app_users_type'] == 'inventory' ) ): ?>
    580579                                            <option value="1" selected>-</option>
     
    586585                                        <?php endif; ?>
    587586                                    </select>
    588                                     <select class="form-select" style="float: left; width: 18%;" name="app_users[][app_users_type]">
     587                                    <select class="form-select" style="float: left; width: 10%; margin-right: 10px;" name="app_users[][app_users_type]">
    589588                                        <option value="" <?php echo ( !isset($app_user['app_users_type']) || $app_user['app_users_type'] == '')? 'selected' : ''; ?>>Picker</option>
    590589                                        <?php if( $app_settings['subscription']['pos_addon'] ): ?>
     
    596595                                    </select>
    597596
    598                                     <select style="float: left; width: 20%;margin-right: 10px;" name="app_users[][app_users_wp_user_id]">
     597                                    <select style="float: left; width: 18%;" name="app_users[][app_users_wp_user_id]">
    599598                                        <option value=""><?php _e( '— Not connected —', 'orderpickingapp' ); ?></option>
    600599                                        <?php if ( ! empty( $wp_users ) ) : ?>
     
    614613                        <?php if( $noUsers ): ?>
    615614                            <div class="form-group duplicate_row" style="width: 100%;margin: 10px 0; min-height: 30px;">
    616                                 <input style="float: left; width: 20%;margin-right: 10px;" type="text" class="form-control" name="app_users[][app_users_name]" value="" placeholder="Enter user name"/>
    617                                 <input style="float: left; width: 20%;margin-right: 10px;" type="text" class="form-control" name="app_users[][app_users_password]" value="" placeholder="<?php echo __( 'Enter user password (optional)', 'orderpickingapp' ); ?>"/>
     615                                <input style="float: left; width: 18%;margin-right: 10px;" type="text" class="form-control" name="app_users[][app_users_name]" value="" placeholder="Enter user name"/>
     616                                <input style="float: left; width: 18%;margin-right: 10px;" type="text" class="form-control" name="app_users[][app_users_password]" value="" placeholder="<?php echo __( 'Enter user password (optional)', 'orderpickingapp' ); ?>"/>
    618617                                <input style="float: left; width: 8%;margin-right: 10px;" type="number" min="0" max="23" step="1" class="woocommerce-Input woocommerce-Input--text input-text" name="app_users[][app_users_start_time]" value="" placeholder="Start"/>
    619618                                <input style="float: left; width: 8%;margin-right: 10px;" type="number" min="0" max="23" step="1" class="woocommerce-Input woocommerce-Input--text input-text" name="app_users[][app_users_end_time]" value="" placeholder="End"/>
     
    624623                                    <?php endfor; ?>
    625624                                </select>
    626                                 <select class="form-select" style="float: left; width: 18%;" name="app_users[][app_users_type]">
     625                                <select class="form-select" style="float: left; width: 10%;margin-right: 10px;" name="app_users[][app_users_type]">
    627626                                    <option value="">Picker</option>
    628627                                    <?php if( $app_settings['subscription']['pos_addon'] ): ?>
     
    634633                                </select>
    635634
    636                                 <select style="float: left; width: 20%;margin-right: 10px;" name="app_users[][app_users_wp_user_id]">
     635                                <select style="float: left; width: 10%;" name="app_users[][app_users_wp_user_id]">
    637636                                    <option value=""><?php _e( '— Not connected —', 'orderpickingapp' ); ?></option>
    638637                                    <?php if ( ! empty( $wp_users ) ) : ?>
  • order-picking-app/trunk/includes/class-orderpickingapp.php

    r3404834 r3418016  
    550550
    551551                                                $item->update_meta_data('picking_status', 'completed');
    552                                                 $Order->add_order_note('Order Picking App | Order item with SKU' .$product['sku']. ' changed from ' . $product_processed_stock . ' to ' .$new_order_item_amount);
     552                                                $Order->add_order_note('Order Picking App | Order item with SKU ' .$product['sku']. ' changed from ' . $product_processed_stock . ' to ' .$new_order_item_amount);
    553553                                            }
    554554                                            elseif ($picked_amount >= $product_processed_stock) {
     
    25522552        } elseif (isset($user_order_claims) && !empty($user_order_claims)) {
    25532553            wp_send_json($user_order_claims);
    2554         } elseif (empty($appuser)) {
     2554        } else {
    25552555            wp_send_json(array(
    25562556                'total_picking_orders' => $total_picking_orders,
     
    25582558                'total_backorders' => $total_backorders,
    25592559            ));
    2560         } else {
    2561             wp_send_json(array());
    25622560        }
    25632561        header("HTTP/1.1 401 Unauthorized");
  • order-picking-app/trunk/orderpickingapp.php

    r3404834 r3418016  
    33 * Plugin Name:       Order Picking App
    44 * Description:       Make your life easier by using the Orderpicking App. You'll never be inefficient if the Orderpicking App is installed in your store. We assist you in all aspects of your webshop. From intelligent selecting to order packing, we have you covered. Connecting the Orderpicking App to your Woocommerce webshop is simple and quick. Within an hour, you'll be online with the Orderpicking App. You're able to pick and pack your orders three times faster and with greater accuracy.
    5  * Version:           2.2.8
     5 * Version:           2.2.9
    66 * Author:            Arture | PHP Professionals
    77 * Author URI:        http://arture.nl
  • order-picking-app/trunk/readme.txt

    r3404834 r3418016  
    44Tags: orderpicking, picking, packing, warehouse, shipping, wms
    55Requires at least: 6.0
    6 Tested up to: 6.8.3
    7 Stable tag: 2.2.8
     6Tested up to: 6.9
     7Stable tag: 2.2.9
    88Requires PHP: 8.0
    99License: GPLv2 or later
     
    5959== Changelog ==
    6060
     61= 2.2.9 =
     62* Styling update for picker/user tab
     63
    6164= 2.2.8 =
    6265* Added customer fields for billing and shipping to POS order create
Note: See TracChangeset for help on using the changeset viewer.