My Stuff
Comments
-
No thanks, I do not require help.
-
NetSuite support got it running for me, except not there is taxt being charged on shipping which is what we do not want. After looking into SuiteAnswers, I came across this: Navigate to Setup > Accounting > Shipping Charge for Shipping: Enter Checkmark Charge Handling Separate from Shipping: Enter Checkmark Click Save…
-
I tried that, the unistallation fails and it won't let me upgrade because it's managed
-
County, not country. By my screenshot, SuiteTax is enbled.
-
Yes. The error here says that SuiteTax must be enabled, but as you can see, it is. Even though its from a different page, I added it to this image for ease
-
Thanks for the reply but as mentioned, everything is already installed and working regarding tax. The email is coming to my account so no one else would be trying to install anything. The email also came in at 2:44am at which time I am certainly not in NetSuite.
-
Here is the relevant code: <#if item.custcol5=true><#if item.itemtype="Kit/Package"><tr style="font-weight:bold"><#else> <tr style="font-weight:normal;"></#if> <td class="item" style="margin-left:0px;"><span style="font-weight: bold; color: #333333;width:65%;">${item.item}</span><br /><span>${item.description}</span><br…
-
Sorry I got mixed up. I am also trying to get an image to print on a Label as well.
-
Thanks for the reply. It looks as though you are using this for sales orders, or the like. I am just trying to use the item label for inventory. I am not using this for any type of transaction.
-
Cancel that. I didn't realize that when I logged back in, it was in the Sandbox account. Once I swithced to production, I was able to get into SuiteAnswers. Thank you very much, -Sean
-
Thanks you for the suggestion, but after making the change, I get the same thing
-
I’m currently out of the office, but I’ll send a screenshot to show that, for me, Netsuite is showing 7.59 for the tax.
-
This is the issue: From eCommerce: Total Before Taxt: 108.41 StateTax: 6% (108.41*.06 = 6.5046) Palm Beach County: 1% ( 108.41*.01 = 1.0841) The two taxes together = 7.59291 which the eccommerce correctly rounds to $7.58 in taxes Netsuite tax shows $7.59. If you do the math is 108.41 *.07 = 7.5887.
-
Yes, it has to be setup that way. For sales orders, it is calculating tax has a whole. So using your screenshot, NetSuite is charging 7% instead is 6% and 1% and adding those together. It makes a difference.
-
The surtax is a county tax which is additional to the state tax, it can be anywhere from .5% - 2% in the state of Florida
-
Thanks for the reply United States and SuiteTax
-
I've got it worked out. For some reason, custitem fields won't print, but custcols do.
-
It is but after playing for a bit, I noticed that when I change <#if item.custcol5=true><#if item.itemtype="Kit/Package"> to <#if record.item.custcol5='T'><#if record.item.itemtype="Kit/Package">, I no longer get the error. However, the print does not print the kits on the sales order like it used to.
-
Thank you, I certainly appreciate it.
-
That will work. Thank you very much.
-
Florida has a State Tax Allowance (Credit) that can be taken every month.
-
Yes that works if that's all I am looking for. I need it take the quantity on hand into consideration. I am basically trying to see what needs work orders based on build point/quantity on hand, and what's currently on a work order.
-
"If I do a Status: Work Order Released for the critieria, and use {quantity} in the formula, the results are only of anything on a work order, which is not real useful."? This means that the formula is picking up anything in the {quantity} field on any transaction form, not just Works Orders
-
I know what the formula needs to be, I just don't know what to use for the quantity on work order variable. If I do a Status: Work Order Released for the critieria, and use {quantity} in the formula, the results are only of anything on a work order, which is not real useful. Does anyone know what to use for the quantity on…
-
Thank you I got it to work with the code you provided.
-
<?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd"> <pdf> <head> <link name="NotoSans" type="font" subtype="truetype" src="${nsfont.NotoSans_Regular}" src-bold="${nsfont.NotoSans_Bold}" src-italic="${nsfont.NotoSans_Italic}" src-bolditalic="${nsfont.NotoSans_BoldItalic}" bytes="2" />…
-
Thank you for the reply. Unfortunately, the duplicates remain: After some testing, the Reorder Point, Location On Order, Preferred Stock Level, and Location On Hand each produced duplicates. Is this a bug since the duplcates show the same location? I need to have these fields included in my search.
-
I mean that it is showing exactly like my second screenshot above with the exception of my test text that I added to see that it was pulling the correct template
-
Thank you for the reply. I used your code and I got the exact same printout as I did before. I know that it's using the correct template since I also included some test text which does show up.
-
OK...Finally getting back on this. The first screenshot shows when I select Basic for the printing setting, which is good, it just doesn't have the image I added for the signature. The 2nd screenshot is when I select the Custom Voucher Check and it shows the signature properly, but the vocher does not. I have not edited…