By making the following Google search:

wamp servers permission write to folders

you get a good deal of options for experiences.

Please set the $go_debug flag in config.php to 1 and report the errors that eventually arise.

/Joe

This has been fixed in bug report 0001173, just resolved. Please login to our  Mantis system, http://mantis.frontaccounting.com, download fixed session.inc file, use it  and report the results here.

/Joe

2,879

(3 replies, posted in Accounts Receivable)

There is a work around for doing this in FA. However I am not sure your local legislation allows this. Please check for yourself.

Create an Item Tax Type, call it Tax Free or so. Let it be tax éxempt for all taxes.
Create a service item, Name it f.i. Rounding. Put the newly created Item Tax Type on this service item.

When you are doing the invoice and see that the total needs rounding, enter a Rounding item. If the total was 27999.97 and you want 28000.00 then enter a price of 0.03. Remember that FA allows negative amounts for service items, so it should also be possible to round downwards to 27999.00 by entering a price of -0.97.

While the Rounding service item is tax exempt the total will now end up correctly.

In most countries I guess these small amounts will be accepted for non tax.

/Joe

You can only enter negative amounts for service items (with a warning) in FA.

Instead you could create a new PriceList (or Sales Type in Sales Tab). Here you can enter a factor related to the default Sales Type.
F.i. if you want a discount of 10 percent, then enter a factor of 0.9. Then put this Sales Type on the Customer.

/Joe

2,881

(3 replies, posted in Setup)

In the next major release, release 2.4, the shipping tax can be chosen inside the tax group.
Until then, you will have to declare items as shipping tax.

/Joe

Hi lena,

This topic has been fixed in the HG repository.

For you that get this error, please goto http://mantis.frontaccounting.com and login/register.

Under bug:

0001173: Incompatible static implementation of Session Manager in /includes/session.inc
you can download the /includes/session.inc file and replace it on your server.

/Joe

The prices cannot be entered with negative amounts.
Consider using a PriceList with the reduced prices instead.

/Joe

2,884

(1 replies, posted in Reporting)

Yes, you could build a custom report (use the existing invoice, rep107.php as model) and install it. Then activate it for your companies.

This is not easy. You will have to look at existing custom reports to get the idea.
The existing /reporting/includes/header2.inc and /reporting/includes/doctext.inc also needs to be together with the custom report. The layout is in header2.inc.

Another and maybe easier way is to copy the invoice report, rep108.php, to /company/X/reporting folder, where X is the company number. Also copy the file /reporting/includes/header2.inc into this folder.
Inside the rep108.php copy the header2 function from /reporting/includes/pdf_reports.inc and paste it somewhere in the rep108.php file and call the function header_custom.
Change the foders etc. in the header_custom() and
change the         $rep->SetHeaderType('header_custom'); in line 68 and 86.

The header2.inc file contains the layout of the document.
Do the same thing for all other companies.

/Joe

The statement reports are printed in a historic balance manner. The oldest first and present both invoices, credit notes and payments.
If you want to change the sort order, then please do that in the routine getTransactions() in file /reporting/rep108.php.

/Joe

Thanks S for pointing this out. Will be fixed asap in the HG repository.

/Joe

I will forward this thread to Janusz. He rewrote some routines here a while ago. Maybe he can find something.

/Joe

Ok, we might have trapped the problem.

Unfortunately Janusz is first returning tomorrow night from holiday. He wrote these routines. I will inform him about this thread.

/Joe

If you get these problems during install then put the following lines first in your /install/index.php

        error_reporting(E_ALL);
        ini_set("display_errors", "On");

or if you are updating then set the $go_debug flag in the config.php file to 1.
It will eventually trap any errors.

/Joe

Please try to be a little more specific.
And also set the $go_debug flag in config.php to 1. This will eventually trap any errors.

/Joe

2,891

(1 replies, posted in Announcements)

You can subscribe to the fa-list. Goto https:/sourceforge.net/projects/frontaccounting and look for mailing lists.

/Joe

I use Windows 7 on my server. Hopefully somebody can tell us what could be wrong.

/Joe

Strange, I have just tried an installation from the frontaccounting-2.3.8.zip file on a Windows Server and everything went well. Maybe a corrupted zip file? or maybe somebody from the audience can tell us more about that?

/Joe

If this module turns out to be popular, we can put it in the repository. Thanks.

/Joe

2,895

(15 replies, posted in Setup)

Regarding the traucated post here, it might be because of some direct links. We are normally restrictive by putting links on the posts, so it might have been cut due to that.

However your topics, tclim,  are very, very important to us, so we have allowed your links as necessary.

Maybe you can remember not to use direct links and put a name in the links instead of the direct ones.
Thanks in advance.

/Joe

2,896

(1 replies, posted in Reporting)

The Invoice columns are in file /reporting/rep107.php.

/Joe

In tab Sales, Customer and Sales Reports, Print Deliveries you can select 'Print as Packing Slip'.
This will not print the prices.

/Joe

gic306, remember that this is a non profit project. If you can't get help by reading the Wiki and search the forum uou are on your own. We don't have resources to help changing the program.

/Joe

2,899

(7 replies, posted in FA Modifications)

Please use the F2 key for this while in one of the document forms.

/Joe

Please either use the demo to see how this can be done. You can also look at the Wiki. There are links from our Website.

/Joe