Forum Replies Created

  • You can add a status “Exchanged” to Web. But it won’t do anything in WooPOS. If you change status to “Cancelled” or “Refunded”, the stock will be added back to QOH.

    To do an exchange, you have to create a new invoice in WooPOS, sell original items with negative quantity (or use Return function), and sell new items with positive quantity. You can do the same thing on the web, or modify the order on the web, but all changes (except order status) will not be synchronized back to WooPOS.

    You can set up how many points minimum to redeem, but we don’t have a function to limit maximum points to redeem. You can hit INSERT key in points field in the payment window to automatically calculate how many points are available to redeem. WooPOS has a function (switch 049) to convert points to Coupon once points reach minimum redeem points. It’s hard to do everything exactly same way, especially on WooCommerce because plugins are designed by different people in different ways.

    We don’t have this feature at this moment. You have to manually convert them between WooCommerce and WooPOS now. We will address this issue in future.

    Enable switch 100 in store settings. You can change the transaction date from F3 transaction listing screen. Just double-click the date. Administrator login is required.

    You can log in up to two computers at the same time using the same user account. Our pricing model only counts user accounts, not computers. This is good for starting companies and seasonal businesses. You can also install on your laptops and home computers, without extra charges.

    You can setup Blend(v) “for variation”, and Blend “not for variation” in the same attribute set.

    variation-and-non-variation.png

    If you see the attribute being disabled on parent (main) Sku, that’s variation attribute. You can only edit variation attributes on variation Skus (not main Sku).

    how-to-check-if-attributes-are-for-variations.png

    • This reply was modified 7 years ago by Benjamin.
    • This reply was modified 7 years ago by Benjamin.
    • This reply was modified 7 years ago by Benjamin.

    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 7 years ago by Benjamin.
    • This reply was modified 7 years 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)