1

(1 replies, posted in Report Bugs here)

The issue is that I have client whom their name contains single quote, for example: O'neil. Now, when sending an invoice by email (which is in text format), it display as such:  "O'neil"

One solution would be that email are sent in HTML format rather than text format ?

any ideas ?
Tx

whaoo, I would rather wait that the new version of FA fixes it, otherwise, I would have to run a find/replace each time FA has a new version.
I think i should mention that to Joe, so he can consider it for the next version, right ?
Tx

Hi Apmuthu,
Tx for this post, which i understand, but what can we do then to fix this ?
One of my customer is named O'brian, and it displays "O'Brian".
Tx

Any hint (File) i should look at to add this feature  ?
Tx

5

(14 replies, posted in Modules Add-on's)

great!

6

(14 replies, posted in Modules Add-on's)

Hi Serbanc,
Tx for the module. Do you have any example of csv file that would work with your csv parser ?
Tx

Hi,
I am wanting to import multiple items adjustment in the DB.
So, i looked how /inventory/adjustments.php?NewAdjustment=1&application=stock works.

I understand that:
1. Adjustments are recorded in the table 0_stock_moves.
2. The value of material_cost in 0_stock_master is updated to give an average value of the item cost.

However, there is 2 fields in the table 0_stock_moves which i am not sure about:

> person_id: I see it is a tinyblob. My feeling is that , this is user type of doing the request, but I am not sure. Especially some entries has a value of 0 so for sure it is not the user_id.

> trans_no: This seems to be an incremental value mapped with the stock_id, right ?

Also, is there any other tables except from 0_stock_master and 0_stock_moves that are impacted from item adjustment ?

Tx for your help

Maurice