We set up the home currency and all the related currency in the local settings using Peso account (PHP)

Under Purchases - Suppliers invoice, every time that we encode transactions on this part for payment and view its corresponding general ledger transactions details an account FOREIGN EXCHANGE GAIN OR LOSS is always appearing.

We are making a Peso to Peso transactions and payment, without using other currency, so there should be no FOREIGN EXCHANGE GAIN OR LOSS

How we can make not to automatically appear the FOREIGN EXCHANGE GAIN OR LOSS in general ledger transactions.

27

(1 replies, posted in Report Bugs here)

I was able to solve the file loading problem by switching javascipt off of my browser.
But is annoying to switch off and on my browser javascript when im using another applications.

Is there any other solution to solve the file loading in Front Accounting without resorting to
switching javascipt off in  browser?

Thanks

28

(1 replies, posted in Report Bugs here)

The warning below limits the file size that i attached. Please help of to fix this error

_______________________________________________________________
PHP Warning:  Unknown: POST Content-Length of 224 bytes exceeds the limit of -201326592 bytes in Unknown on line 0
________________________________________________________________

29

(6 replies, posted in Report Bugs here)

Hi Samar,

I followed your procedure below, but still i cannot attached a large file around 700kb.
Looking forward for any further help!

________________
Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M

and then restart your server & mysql
_____________________

30

(1 replies, posted in Installation)

How can i fix the following message under system diagmostics

Extensions system
'../company/0/installed_extensions.php' is not writeable
Extensions configuration files and directories should be writeable

Main config file
'../config.php' file should be read-only

Database auth file
'../config_db.php' file should be read-only if you do not plan to add or change companies

31

(1 replies, posted in Installation)

I backup a certain company data, and a created a new host server using the same database, user and password and all the related company information are the same.
What is the proper setup to have this work properly.. Any recommendation?

32

(6 replies, posted in Report Bugs here)

Yes my Apache/IIS server automatically restarts  but still not working
Also i refresh my browser but still the same

33

(6 replies, posted in Report Bugs here)

I changed the following in my php.ini file but still i cannot attached.

; Maximum allowed size for uploaded files.
upload_max_filesize = from to 10 to 1000M


; Maximum size of POST data that PHP will accept.
post_max_size = from 8 to 800M

Any further help?

34

(6 replies, posted in Report Bugs here)

I tried attaching various documents file size,  the maximum single file that i can attached is about 123 kb, i tried higher file size about 700kb and 1500kb but it fails to attach.

Is there any limitation in the file size attachment or a solution to increase attach document size.