2,326

(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,327

(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,328

(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,329

(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,330

(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,331

(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,332

(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,335

(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,336

(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,337

(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,338

(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,339

(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

@surreyhills

Thanks for telling us. In certain releases of MySql or MySql setup won't allow the insert of empty value.

Fixed in HG repository. Your fix was used.

No problems in the Direct Sales Invoice.

/Joe

The supp_trans table is used by both documents and the payments. It is correct to set the value to 0 here.

Certain setup and versions of MySql accepts this though.

Will be fixed asap.

/Joe
BTW will check the ddebtor_trans also.

2,344

(16 replies, posted in Announcements)

You can now send private messages to a user in the punbb.

You see the link for this up right, New messages.

/Joe

2,345

(18 replies, posted in Announcements)

It is now possible to attach files to topics and posts.

Uploading are only allowed by Senior Members, Moderators and Administrators.

Members can only download attachments.

If you want to be a Senior Member and you have about 50 posts, you can ask for an upgrade.

/Joe

2,346

(1 replies, posted in Items and Inventory)

You can use the Tax Types/Groups together with the Item Tax Types (where you can exclude some tax types) to setup the correct tax for an item.

You will see the items included in the Manufactured item in the Bill of Material. These included items can be handled by Item Tax Types to get the correct tax.

/Joe

You simply do the changes you want, after that you do a company backup. After that you do a rename of  the backup to the name you want.
After that you can create new companies with this new COA.

Joe

Please set the variable $go_debug in config.php file to 1 to trap any errors.

/Joe

No problem. If you want me to help you, just send the COA to me.  You will find my email by pressing my link to the left of the topic.

Joe

2,350

(5 replies, posted in Accounts Payable)

This has now been fixed. HG repository updated. In the meantime you can change line 401 in /purchasing/includes/ui/po_ui.inc

from:

        stock_items_list_cells(null, 'stock_id', null, false, true, true);
to:
        stock_items_list_cells(null, 'stock_id', null, false, true, false);

Joe