RSS
 

Archive for juillet, 2005

PDF Output format problem

31 juil

Using Simply Accounting, You can’t see the right part of the bill anymore?
It happens sometimes when you print on paper or pdf file.

Solutions:

Look for the paper size on the Simply account settings;

Configuration -> Rapports & Formulaires -> Factures -> Imprimante -> Configuration.

If PDF, Make sure Adobe PDF Page Size is “Letter ». This setting is located in the third TAB.
Look in the second TAB for Papier/Qualité. then, Advanced. You have another Paper Size Setting over there.

This usually fix the problem.

 
No Comments

Posted in Tips

 

30 juil

This article describe the way I organize my Solutions from Visual Studio. It should be updated as my work progress.

ClassLibraries’ Names

—————————–
First, I decided to use a generic ClassLibrary Name, So I do not have to rename all my Library each time I get a new client. So I will now use “Ns” As the first level of ClassLibrary instead of “TheCompanyName ».

So, Utilities are now contained in Ns.Services.Utilities.
All Utilities uses that NameSpace.

Solutions, Projects and their directories names

————————————————————

A Solution target one Work space.

 
 

Modify RDC TCP Port

28 juil

Reminder that the Reg entry to modify the RDC port is:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp] “PortNumber »=dword:00001f90

 
No Comments

Posted in Tips