Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Robert1724

Pages: 1 [2] 3 4 5
16
Polski / Re: IMAP poprzez Gmail ?
« on: December 23, 2010, 05:19:16 am »
Which feature do you mean?

Best regards,
Francisco

Hi !

I mean the directory synchronization of sent messages via IMAP.
Fengoffice works perfectly with gmail not working with my server.
What's the problem? I talked to the administrator of his Severus and all the parameters I have a good set and although this does not synchronize fengoffice Sent folder.

Cześć !
Mam na myśli funkcję synchronizacji katalogu wysłanych wiadomości przez IMAP.
Fengoffice działa doskonale z gmail a nie działa z moim serwerem.
W czym tkwi problem ? Rozmawiałem z administratorem swojego sewera i wszystkie parametry mam dobrze ustawione a mimo tego fengoffice nie synchronizuje katalogu wysłane.

?

17
Polski / IMAP poprzez Gmail ?
« on: December 21, 2010, 05:18:09 am »
Zastanawia mnie bardzo czemu funkcja IMAP działa poprzez gmail a nie działa w moim przypadku poprzez serwer superhost.pl ?

W czym leży problem ?

18
Polski / Problem z pisaniem e-mail po aktulalizacji do 1.7.3.1 !
« on: December 05, 2010, 05:26:07 am »
Mam problem z modułem e-mail. Po wykonaniu aktualizacji z wersji 1.7.2 do wersji 1.7.3.1 straciłem możliwość pisania e-mail - pole edytora tekstu jest zablokowane ! czemu ?

19
How To's / Re: pdf - file view
« on: September 28, 2010, 07:12:40 pm »
no one knows how to help me?

20
Witam
mam pytanie czy ktoś myślał nad możliwością opracowania modułu który pełnił by funkcję rejestru ofert dla klientów ?
Na przykład :
Jest Firma X która dla potencjalnych klientów oferuje usługi i wystawia wg szablonu dokumentów Ofertę która podlega rejestrowi lub numeracji. Rejestr ofert mógłby być powiązany z klientami, firmami itd.
Można by opracować moduł dla potrzeb generowania ofert - faktur proforma ale to już bardziej skomplikowany moduł ale jak dla mnie bardzo przydatny. Ponieważ można było by otworzyć projekt na podstawie przygotowanej oferty a po wykonaniu projektu można by wystawić fakturę końcową.

Co wy na taki pomysł ?

Welcome
I asked if anyone thought of the possibility of developing a module that the function of which played a register of offers for customers?
For example:
Company X is for potential clients who offer services and to issue the tender documents according to the template which is subject to registry or numbering. The register could be linked to deals with customers, companies, etc.
You could develop a module for the generation of offers - proforma invoices but this is a more complicated module but as for me very useful. Since you can open the project would be prepared on the basis of a bid after the project could be the final invoice.

How about this idea?

21
How To's / Re: pdf - file view
« on: September 25, 2010, 03:36:07 am »
proszę pomóż poprawić kod.
Mój oryginalny kod to:
Please help improve the code.
My original code is:
Code: [Select]
<?php if(($ftype $file->getFileType()) instanceof FileType && $ftype->getIsImage()){?>
<div>
<a href="<?php echo get_url('files''download_image', array('id' => $file->getId(), 'inline' => true'modtime' => $modtime)); ?>" target="_blank" title="<?php echo lang('show image in new page'?>">
<img id="<?php echo $genid ?>Image" src="<?php echo get_url('files''download_image', array('id' => $file->getId(), 'inline' => true'modtime' => $modtime)); ?>" style="max-width:450px;max-height:500px"/>
</a>
</div>
<?php }?>
A po wstawieniu zmian wygląda tak:
And when you insert the changes looks like this:
Code: [Select]
<?php if(($ftype $file->getFileType()) instanceof FileType && $ftype->getIsImage()){?>
<div>
<a href="<?php echo get_url('files''download_image', array('id' => $file->getId(), 'inline' => true'modtime' => $modtime)); ?>" target="_blank" title="<?php echo lang('show image in new page'?>">
<img id="<?php echo $genid ?>Image" src="<?php echo get_url('files''download_image', array('id' => $file->getId(), 'inline' => true'modtime' => $modtime)); ?>" style="max-width:450px;max-height:500px"/>
</a>
</div>
<?php // Vista previa embebida para pdf’s (by pawboss.com 8-3-2010)

// extraemos la extension y comprobamos que es un pdf
if (substr($file->getFilename(), -3) == 'pdf') {

//extraemos la url exacta del archivo y la asignamos
$urlpdf=get_url('files''download_image', array('id' => $file->getId(), 'inline' => true'modtime' => $modtime));
//Pintamos bajo la cabecera un iframe de 100% x 900px con el contenido de la url
?>

<iframe src=<? echo $urlpdf; ?> width='100%' height='900px' frameborder=0 align='center'></iframe>
<?
// si te gusta esta addon, escribeme a pawboss@pawboss.com

}
<?php }?>

i dalej nie działa ! co jest z nim złego ? którą cześć poprawić ?

and still does not work! what is wrong with him? which is part of the improvement?

22
How To's / Re: pdf - file view
« on: September 21, 2010, 06:01:28 pm »
Hello, have you tried this yet?
Greetings!

Is there a bug in the code:

Code: [Select]
   
<?php // Vista previa embebida para pdf’s (by pawboss.com 8-3-2010)

    // extraemos la extension y comprobamos que es un pdf
    
if (substr($file->getFilename(), -3) == ‘pdf’) {

    
//extraemos la url exacta del archivo y la asignamos
    
$urlpdf=get_url(‘files’‘download_image’, array(‘id’ => $file->getId(), ‘inline’ => true‘modtime’ => $modtime));
    
//Pintamos bajo la cabecera un iframe de 100% x 900px con el contenido de la url
    
echo <iframe src=.$urlpdf.” width=’100%’ height=’900px’ frameborder=0 align=’center’></iframe>;

    
// si te gusta esta addon, escribeme a pawboss@pawboss.com

    
}

    
?>


There is an error :

Code: [Select]
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /users/w8246/www/crm.3dsigma.pl/application/views/files/file_details_content.php on line 40

Please clue what to improve? Do not want to run a preview PDF documents

?
Roberto

23
Feature requests / Blokada pliku . Lock file.
« on: September 16, 2010, 07:55:12 pm »
Witam,
zauważyłem że brakuje funkcji która pozwoliła by Użytkownikowi o prawach administratora zablokować - ograniczyć możliwość pobierania wybranych dokumentów.
Przykład :
Mamy projekt "A" a w nim dokumenty Projekt_Umowy.doc po pewnym okresie dodajemy nową plik Umowa_finalna.doc ale chcemy aby plik Projekt_Umowy.doc był zablokowany do pobierania. A na dzień dzisiejszy się tak nie da.

Jest to potrzebne aby nie duplikowały się plik bo zauważyłem że różni Użytkownicy nie czytają komentarzy tylko klikają i pobierają wszystko co się da.

Czy ktoś ma już taki problem rozwiązany ?

Hi,
I noticed that there is no feature that allowed the rights to the User Administrator lock - limit the possibility to download some documents.
Example:
We have a draft of "A" in the documents Projekt_Umowy.doc after some time we add a new file Umowa_finalna.doc but we want to file Projekt_Umowy.doc was blocked for download. And on the day so you can not.

This is needed so as not to duplikowały the file because I noticed that different users do not read the comments just click and download everything you can.

Does anyone have already solved this problem?

24
How To's / Re: How to increase file upload? HELP!
« on: September 16, 2010, 05:26:30 am »
I'm pretty new to this thing, but... in Feng Office main directory there's a "php.ini" file, that (from what I see) takes over system limits (when they exceed it).
So, in my case, I have a system limit of 12M for uploads, but that script above sets a new limit to 10M, and that's my limit (unless I change it).

Maybe that's your case too?

~Lou

I do not understand? I am on the server can attach up to 20 Mbps. A feng limited to 8 MB? Why?
Robert

25
How To's / How to increase file upload? HELP!
« on: September 15, 2010, 04:32:15 am »
Jak zwiększyć limit max_file_uploads  do 20 Mb ?
W moim przypadku mam feng na serwerze zewnętrznym i nie mogę mieć pliku php.ini
a parametry serwera max_file_uploads mają wartość 20 Mb a feng nie pozwala więcej niż 10 Mb.
Gdzie można zmienić ten parametr ?

 ???

How to raise the limit to 20 Mb max_file_uploads?
In my case I have a feng on an external server and I can not have a php.ini file
and server parameters max_file_uploads have a value of 20 Mb Feng does not allow more than 10 Mb.
Where can I change this parameter?

Roberto

26
Polski / Jak zwiększyć upload plików ? How to increase file upload?
« on: September 14, 2010, 08:05:52 am »
Jak zwiększyć limit max_file_uploads  do 20 Mb ?
W moim przypadku mam feng na serwerze zewnętrznym i nie mogę mieć pliku php.ini
a parametry serwera max_file_uploads mają wartość 20 Mb a feng nie pozwala więcej niż 10 Mb.
Gdzie można zmienić ten parametr ?

How to raise the limit to 20 Mb max_file_uploads?
In my case I have a feng on an external server and I can not have a php.ini file
and server parameters max_file_uploads have a value of 20 Mb Feng does not allow more than 10 Mb.
Where can I change this parameter?

Roberto

27
So that means it works fine now? If so, great! :)
Best,
Francisco!

PS: When next version comes out, I suggest to update the 1.7.1 as it has some bugs that already are being fixed

I noticed errors in annexing the files to an e-mail and error that you can not click the left mouse button on the recipient in the field of e-mail address. It only works with the enter key.

best !
Roberto

28
Sure, no problem! For the Cron, check this thread, last page! If you recieve emails but you cannot send them out, may be that's the problem you have.. your Cron settings and how do you run the Cron.. check this thread if it helps you a bit
Good luck!

The problem has been removed along with the new version 1.7.1

Roberto

29
Feature requests / Re: Do you need to read the confirmation message?
« on: September 12, 2010, 04:47:08 pm »
I already gave a voice - I am waiting for your opinions!

Roberto

30
Feature requests / Do you need to read the confirmation message?
« on: September 12, 2010, 04:45:55 pm »
Feel free to vote if you need the "read receipt message." I would like to know your opinions of how often you use this function when working with e-mail?

Roberto

Pages: 1 [2] 3 4 5