Menu Content/Inhalt
Home

Serviços...

Software Livre...

Get Firefox!

Get Thunderbird

Navegadores...

This month 's Top 5
 30 % FireFox 3.6.6
 29 % Internet Explorer 6.0
 18 % Internet Explorer 7.0
 16 % Internet Explorer 8.0
 6 % Wget 1.9

Países

This month 's Top 5
 55 % Brazil (350)
 35 % United States (227)
 3 % Unknown (22)
 < 1.0 % France (9)
 < 1.0 % United Kingdom (4)
95015 Visitas de 135 Países
LSAddress.cmd Imprimir E-mail
Por Olivier Hallot   
07 de June de 2005

LSAddress.cmd

Image 


Sintaxe:

Default write ogo-webui-1.0 <param> <valor(es)>


// NSUserDefaults

BuildFormletterPath LSAddressType
LSTeleType formletter_kind
formletter_kinds SkyPublicExtendedPersonAttributes
SkyPrivateExtendedPersonAttributes SkyPublicExtendedEnterpriseAttributes
SkyPrivateExtendedEnterpriseAttributes SkyPublicExtendedProjectAttributes
SkyPrivateExtendedProjectAttributes ConverterAttributes
RequiredAttributes LSPersonFormLetter
LSEnterpriseFormLetter LSVCard
LSVCard_AddressMapping LSVCard_TelephoneMapping
LSAutoCompanyLoginPrefix LSAutoCompanyNumberPrefix

Parâmetro

Valor Padrão

Comentários

BuildFormletterPath

buildFormletter.py

Binary to create form letter

LSAddressType

{

Enterprise = ( "ship", "bill" );

Person = ( "private", "mailing", "location" );

};

Lista de endereços das empresas e contatos. Este parâmetro deve ser ajustado antes de iniciar o uso da base de dados pois senão poderão ocorrer inconsistências nas pesquisas sobre endereços. Por exemplo, mala direta.

LSTeleType

{

Enterprise = ("01_tel", "02_tel", "10_fax" );

Person = ("01_tel", "02_tel", "03_tel_funk", "05_tel_private", "10_fax", "15_fax_private", );

};

 

formletter_kind

"winword"

Formato padrão da saída da mala direta

formletter_kinds

("winword", "framemaker", "excel");

Tipos de formatos para mala direta

SkyPublicExtendedPersonAttributes

(

{ key = "email1";type = 3; },

{ key = "email2";type = 3; },

{ key = "email3";type = 3; },

{ key = "job_title"; },

{ key = "other_title1";},

{ key = "other_title2";},

);

Obs: When adding your extended attributes include the defaults in the left otherwise you will not see the content of the email1... other_title2.

SkyPrivateExtendedPersonAttributes

(

{key = palmSync;

localizeValue = YES;

type = 2;},

{key = palmCategory;

type = 1;}

);

The defaults on the left were obtained from the old Skyrix 4.1 manual. They may not apply anymore.

SkyPublicExtendedEnterpriseAttributes

(

{ key = "email2"; type = 3; },

{ key = "email3"; type = 3; },

{ key = "job_title";},

{ key = "other_title1";},

{ key = "other_title2";},

);

Example:

(

{ key = "email2"; type = 3; },

{ key = "email3"; type = 3; },

{ key = "job_title";},

{ key = "other_title1";},

{ key = "other_title2";},



{key = CNPJ;type = 1;},

{key = "Insc. Estadual";type = 1;},

{key = "Insc. Municipal";type = 1;}

);

SkyPrivateExtendedEnterpriseAttributes

()

(

{key = palmSync;

type = 2;},

{key = palmCategory;

type = 1;}

);

SkyPublicExtendedProjectAttributes

();

Example:

(

{key = Status;

values = {

"10%" = "10%";

"50%" = "50%";

"90%" = "90%";

"100%" = "100%";};},



{key = "Valor da Proposta";

type = 1;}

);

SkyPrivateExtendedProjectAttributes    

ConverterAttributes

{

contentTypes = {

vCard = "text/x-vcard";

formLetter = "text/plain";

};

vCardKeys = {

prefix= "BEGIN:vCard\nVERSION:3.0\nFN:";

firstname= "";

middlename = " ";

name= " ";

address = "ADR;TYPE=WORK,POSTAL,PARCEL:";

address.street = "";

tel1.number = "\nTEL;TYPE=VOICE,MSG,WORK:";

tel2.number = "\nTEL;TYPE=VOICE,MSG,WORK:";

fax.number = "\nTEL;TYPE=FAX,WORK:";

url = "\nURL:";

suffix = "\nEND:vCard\n";

};

LSVCard = ("firstname", "middlename", "name", "tel1.number", "tel2.number",

"fax.number", "url");

}

 

RequiredAttributes

{

Person =
("degree", "firstname", "name",
"salutation", "sex",

"email1");

Enterprise =
("description", "bank", "bank_code",
"account");

Address =
("name1", "name2", "name3",
"street", "zip", "city");

Telephone=
("number", "type", "info");

};

 

LSPersonFormLetter

{

framemaker
= (

{
key = "toAddress.name1"; suffix = "\n"; },

{
key = "toAddress.name2"; suffix = "\n"; },

{
key = "toAddress.name3"; suffix = "\n"; },

{
key = "degree";suffix = " "; },

{
key = "firstname";suffix = " "; },

{
key = "name"; suffix = "\n\n";},

{
key = "toAddress.street"; suffix = "\n"; },

{
key = "toAddress.zip";suffix = " "; },

{
key = "toAddress.city";suffix = "\n\n\n\n\n\n";},

{
key = "salutation";suffix = " "; },

{
key = "name"; suffix = ",\n\n"; }

);

winword
= (

{
key = "salutation";suffix = ";"; },

{
key = "gender";suffix = ";"; },

{
key = "degree";suffix = ";"; },

{
key = "firstname";suffix = ";"; },

{
key = "name"; suffix = ";"; },

{
key = "toAddress.name1"; suffix = ";"; },

{
key = "toAddress.name2"; suffix = ";"; },

{
key = "toAddress.name3"; suffix = ";"; },

{
key = "toAddress.street"; suffix = ";"; },

{
key = "toAddress.zip";suffix = ";"; },

{
key = "toAddress.city";suffix = ";"; },

{
key = "tel1.number"; suffix = ";"; },

{
key = "email1";suffix = "\n"; }

);

excel
= (

{
key = "salutation";suffix = "\t";},

{
key = "gender";suffix = "\t";},

{
key = "degree";suffix = "\t";},

{
key = "firstname";suffix = "\t";},

{
key = "name"; suffix = "\t";},

{
key = "toAddress.name1"; suffix = "\t";},

{
key = "toAddress.name2"; suffix = "\t";},

{
key = "toAddress.name3"; suffix = "\t";},

{
key = "toAddress.street"; suffix = "\t";},

{
key = "toAddress.zip";suffix = "\t";},

{
key = "toAddress.city";suffix = "\t";},

{
key = "tel1.number"; suffix = "\t";},

{
key = "email1";suffix = "\n"; }

);

};

Note que falta o Estado e o País no padrão da emissão de mala direta.

LSEnterpriseFormLetter

framemaker = (

{ key = "toAddress.name1";suffix = "\n";},

{ key = "toAddress.name2";suffix = "\n";},

{ key = "toAddress.name3";suffix = "\n";},

{ key = "toAddress.street";suffix = "\n";},

{ key = "toAddress.zip";suffix = " ";},

{ key = "toAddress.city";suffix = "\n\n\n\n\n\n\n"; },

{ key = "toPerson.salutation"; suffix = " ";},

{ key = "toPerson.name";suffix = ",\n\n"; }

);

winword = (

{ key = "toPerson.salutation";suffix = ";";},

{ key = "toPerson.gender";suffix = ";";},

{ key = "toPerson.degree";suffix = ";";},

{ key = "toPerson.firstname"; suffix = ";";},

{ key = "toPerson.name";suffix = ";";},

{ key = "description";suffix = ";";},

{ key = "toAddress.name1";suffix = ";";},

{ key = "toAddress.name2";suffix = ";";},

{ key = "toAddress.name3";suffix = ";";},

{ key = "toAddress.street"; suffix = ";";},

{ key = "toAddress.zip";suffix = ";";},

{ key = "toAddress.city"; suffix = ";";},

{ key = "toPerson.tel1.number"; suffix = ";";},

{ key = "toPerson.email1";suffix = ";";},

{ key = "bank"; suffix = ";";},

{ key = "bankCode"; suffix = ";";},

{ key = "account";suffix = "\n"; }

);

excel = (

{ key = "toPerson.salutation"; suffix = "\t"; },

{ key = "toPerson.gender"; suffix = "\t"; },

{ key = "toPerson.degree"; suffix = "\t"; },

{ key = "toPerson.firstname";suffix = "\t"; },

{ key = "toPerson.name";suffix = "\t"; },

{ key = "description"; suffix = "\t"; },

{ key = "toAddress.name1"; suffix = "\t"; },

{ key = "toAddress.name2"; suffix = "\t"; },

{ key = "toAddress.name3"; suffix = "\t"; },

{ key = "toAddress.street"; suffix = "\t"; },

{ key = "toAddress.zip";suffix = "\t"; },

{ key = "toAddress.city";suffix = "\t"; },

{ key = "toPerson.tel1.number"; suffix = "\t"; },

{ key = "toPerson.email1"; suffix = "\t"; },

{ key = "bank"; suffix = "\t"; },

{ key = "bankCode"; suffix = "\t"; },

{ key = "account"; suffix = "\n"; }

);

};

Note que falta o Estado e o País no padrão da emissão de mala direta.

LSVCard

("firstname", "middlename", "name", "tel1.number", "tel2.number", "fax.number", "url");

 

LSVCard_AddressMapping

{"location" = "dom";

"private" = "home";

"mailing" = "pref,postal,intl,parcel";

"ship" = "pref,postal,intl,work,dom";

"bill" = "intl,parcel";

};

 

LSVCard_TelephoneMapping

{

"01_tel" = "work,pref,voice";

"02_tel" = "work,voice";

"10_fax" = "work,fax";

"03_tel_funk" = "cell,voice";

"05_tel_private" = "home,voice";

"15_fax_private" = "home,fax";

};

 

LSAutoCompanyLoginPrefix

OGo

Prefixo a ser inserido na criação de contas no OGo

LSAutoCompanyNumberPrefix

OGo

Prefixo a ser inserido na criação de objetos empresas e contatos no OGo

Última Atualização ( 12 de March de 2006 )
 
< Anterior   Próximo >
designed by www.madeyourweb.com