Forum Replies Created

  • You probably have some products Blend attribute has “For variation” checked on, and some of them checked off. When you import, WooPOS detects “For variation” difference on same attribute name. The system will append (v) to the name, so we know one attribute is
    “For variation”, and another is not. The main reason is that WooPOS “For variation” is on attribute level, while WooCommerce is on the product level.

    • This reply was modified 8 years, 6 months ago by Benjamin.
    • This reply was modified 8 years, 6 months ago by Benjamin.

    You can type “paid” in report section search box. There’are Paid out listing and summary reports there.

    For the negative amount, can you send us an email with a screenshot where did you put negative amount?

    Please get the upgrade first.

    POS only variations

    Looks like you want to print to a laser printer instead of a label printer.
    The label paper should be something like this:
    https://www.avery.com/products/labels/5160

    Here’s instruction:

    Creating and Printing Labels for a Laser Printer

    Avery-3X10-laser-printer-full-size-lable

    You can also Hold CTRL key and hit “Print Labels” button to preview labels on the screen.

    The stock level should stay between minimum and maximum. When you make a purchase order, items are below or equal reorder point will be placed an order up to item’s maximum quantity. The new order quantity will be the difference between minimum and maximum, or more if the currently available quantity is below the minimum. Please see three scenarios at bottom of this page:

    Setting Up Minimum and Maximum Re-Order Quantities

    You can just create an SKU called “miscellaneous” or “misc”, leave the description blank and price zero. When you sell the SKU, the system will ask description and price on the fly.

    To create an SKU at POS front end when selling, type CREATESKU in the code box where you scan the barcode.

    If you do special order or custom work, you can use SPECIALSKU

    You can also create an SKU starting with the word AUTOSKU. When you complete the transaction, the system will automatically create a new SKU using AUTOSKU as a template. This is the same as SPECIALSKU, but it will not force you to complete the transaction as a special order.

    Here’re what you need:

    100% means 1 point per dollar spent. Spend $100 to get 100 points.

    one-point-per-dollor-spend-rule

    Set the exchange rate to 0.05 means 100 points worth $5 when redeeming.

    5%-value-points-setup.jpg

    Alternatively, you can set 500% as the ratio and 0.01 as the exchange rate.

    In payment windows, select the POINTS as payment type, hit the INSERT key, the system will automatically calculate how many points need to pay.

    You can add one of the following lines to special database field of the barcode in the label designer. Please use Code39 or Code128, don’t use UPC or EAN.

    TransactionNumber

    convert(varchar,storeid)+'-'+convert(varchar,transactionnumber)

    You can print barcode on the receipt by checking the checkbox “Print Bar Code on Receipt” in General Settings. When you use F3 Recall transaction, you can scan the barcode into transaction# box.

    WooPOS always recalculates stock level on every new transaction (or order, count, adjustment) based on whole historical transactions. If any stock changes detected, WooPOS will push new stock quantities to WooCommerce. So if you apply the inventory count variance, the stock quantities will be automatically synchronized to WooCommerce.

    When you do a return in WooCommerce or a plugin, the order status should be changed to return or canceled. WooPOS should detect the status changes, recalculate QOH and change stock quantities accordingly. Please give a try, let us know if any problems.

    You can copy and paste this whole line into “DatabaseFieldSpecial” field in the label designer:

    (case when phone1!='' then phone1 when phone2!='' then phone2 else cellphone end)

    You can print label in customer section. Or in POS–>F3 Transactions–>More–>Print Custom Form. This label will be based on your transaction (customer and due date etc) or transaction items (product info and attributes). At end of the transaction, after payment window, re-print receipt area, there’s a “print custom form” button.

    You have 2000 products and 7000 images. The system was trying to load all images. I have changed to load up to 500 images. You can type keywords to search the images. Please get the upgrade and try again.

    The new category created in WooCommerce will automatically show up in WooPOS. The products with categories changes in WooPOS will be pushed to the web (WooCommerce) automatically. You don’t need to do anything.

    You can create a consignment Sku:

    Creating a Consignment SKU


    You’ll need to create a new consignment Sku for a new customer, don’t re-use the Sku.

    The consignment report can be found in Reports–>Customers section.

    Please get the upgrade to fix the negative amount problem you may have.