-
Hi,
I would like to know if color and sizes (clothing for example) are supported.
Thanks
Joe
TSolucio.
2009-05-18 12:27:33 UTC in Posterita POS (Point of Sale)
-
Me alegro de ver que la adopción de vtiger CRM se va extendiendo :-)
He dado de alta la noticia en vtiger-spain.com y te invito a participar en los foros tanto ayudando como preguntando.
Gracias por compartir.
Joe
TSolucio.
2009-03-16 09:37:45 UTC in Galicia Adapt vTiger
-
Hi,
I updated the spanish translation to 1.6.4.
Overwrite the lang/lang.es.php script with the one given here.
Regards, Joe
TSolucio.
2007-01-18 17:03:05 UTC in V-webmail
-
Hi,
On line 773 in the script includes/mailaccess/imapext.php I was getting a php warning about passing a non array to the array_values() function.
Following a comment above this line about this error I added a typ-cast to the line:
-----------------------
$folders[$i]->name = imap_utf7_decode($folders[$i]->name);
}
- $folders = array_values($folders);
+ $folders =...
2007-01-18 17:00:39 UTC in V-webmail
-
When one or more fields in a table have the ']' character in them you cannot insert nor update the record. This is due to the html array that is setup for picking up values from the form widgets.
Create the table:
CREATE TABLE "CONCESION" (
"REF" text NOT NULL,
"NOMBRE E" text,
"TIPO_]CONCESION" text);
and try to insert values.
I have tried to fix but really haven't...
2006-12-01 18:58:28 UTC in phpPgAdmin
-
ps_inputenc has a typo.
ordmaskuline
should be
ordmasculine
with "c" not "k". I get a warning when trying to
convert text file with this symbol and fixed it
recompiling pslib after changing the name.
Joe
TSolucio.
2006-09-11 10:22:06 UTC in Library to create PostScript files
-
Logged In: YES
user_id=60610
Added support for capital letters and spaces in table and
field names.
2006-08-29 11:05:39 UTC in phpPgAdmin
-
Hi,
I have just added an "empty range" button to the table
view which eliminates a range of rows contained between
two values of a given field of the table.
I needed this feature for a client.
I attach the patch file which should be applied in the
root directory with:
cat patchfile | patch -p 1
I worked with version 4.0.1
Just in case anybody needs something similar :-...
2006-08-17 22:28:11 UTC in phpPgAdmin