2,301

(7 replies, posted in Manufactoring)

You can comment out line 65 with //.
Will be fixed in next minor.

/Joe

2,302

(7 replies, posted in Accounts Payable)

Look into Access Setup (you must be an administrator).

/Joe

I see the changes to the Purchase Order were done after release 2.3.12. I will attach the files needed for download.

Please rename the file rep209.php1 to rep209.php and replade all the files.

These files are in the HG repository for the next release.

/Joe

If you do it in header2.inc, you can use a filter f.i.

if ($this->formData['doctype'] == ST_SALESQUOTE)
{
    $this->TextWrapLines(........................) // do what you want here.
}

Insert the lines about line 210.

/Joe

2,305

(13 replies, posted in Wish List)

This will be fixed asap by Janusz.

/Joe

Use the Supplier's Reference field in the form. There were changes in the last release, so please upgrade to the last release.

/Joe

Se my answer in my former topic.

/Joe

You can either do that in the Comment or Memo field,
or if this info is for all customers you can ad this in file /reporting/includes/header2.inc
or add the info in the file /reporting/rep111.php.

/Joe

2,309

(13 replies, posted in Wish List)

Forgive me, but wouldn't the sender emails end up in Sent Items for the sender?

/Joe

2,310

(3 replies, posted in Wish List)

If you first click on Add Item, and then click edit the line. Now you can edit the description.

/Joe

2,311

(13 replies, posted in Wish List)

You could also use an extra contact info, where the email is the one on the company, right?

/Joe

2,312

(7 replies, posted in Setup)

My advise from former topic still is adequate, however, you should enter the correct shipping value from the beginning.

Remember this is only needed if the Tax Type rate is 0-%. Otherwise you can use the normal GL Items entry.

Try to enter these lines:

XXX Stock item                           1                             1000               1000
YYY Shipping                             1                              10                  10
Total                                                                                     1010

If you look at the tax report you will see the correct statistics.

/Joe

2,313

(1 replies, posted in Accounts Payable)

Please set the variable, $go_debug, in config.php. To 1. This will trap possible errors.

Also laborate with flag $pdf_debug.

/joe

2,314

(7 replies, posted in Setup)

I see the problem.

You could create a Shipping Service Item in Items and Inventory. You could set the initial price to 0, and first enter the real price when you enter the Supplier Invoice.

This way you ensure that you get the correct Tax Report.

/Joe

2,315

(3 replies, posted in Accounts Payable)

Ah, I understand. You could either enter the shipment in the Supplier Invoice as GL items. Remember the tax also.

If you have a 0-tax tax type, the you could, as you proposed, create a Shipping Service Item in Intens and Inventory.

Then you would get a correct Tax Report.

/Joe

2,316

(3 replies, posted in Accounts Payable)

Normally we do not give advice on accounting details. However, why do you want to put shipment on a Purchase Order?

Normally shipping cost is first shown on the supplier invoice.

Joe

Thanks flaviove. This is of importance to other with installed utf-8 language in linux.

Just change the /lang/installed_languages.inc file.

/Joe

Yes, you can rearrange your own class types in an order that suits you.

Joe

2,319

(9 replies, posted in Setup)

You can also laborate with these lines (24-26) in config.php file:

    if (!ini_get('date.timezone'))
       ini_set('date.timezone', 'Europe/Berlin');

/Joe

2,320

(14 replies, posted in Setup)

Hello Jan_JBB,

I sent Mahesh a draft of the th_TH-general.sql COA about late August. Haven't heard from him though.

If we don't hear from Mahesh, I still have the draft I sent him. I can then put it here for download.

/Joe

2,321

(10 replies, posted in Setup)

You can download the po file here.

Please also check that the mo file has the same name before the dot.

/Joe

2,322

(12 replies, posted in Announcements)

Hello surreyhills,

Inside the Wiki, there is a menu link up right, Recent Changes. You should be able to see who has changed the page.

However, I guess the page is ok now.

Joe

2,323

(10 replies, posted in Setup)

Please have a look into the po file with poEdit. If it is not translated you can do it.

/Joe

Ah, the supp_trans table share info with payment records. But this could be hidden more effectively in purchase_order_entry.php. Will look at it in more detail.

/Joe

You may want, for some reason,  to give away some items for free. So this is not a bug.

Joe