I am not sure why we have chosen spacebar. Janusz did the search routines, and found that a spacebar was good ![]()
BTW we are trying to fix this too, but it was a little trickier that we first thought, but we will try.
/Joe
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Posts by joe
I am not sure why we have chosen spacebar. Janusz did the search routines, and found that a spacebar was good ![]()
BTW we are trying to fix this too, but it was a little trickier that we first thought, but we will try.
/Joe
I guess you can change the description and select which rates or none on the group and save.
Change so Tax Exempt is first (without tax types) and tax with your normal tax type.
They are sorted by id.
I don't think this should give any sideeffect. But you will have to setup the new groups on customers/suppliers and elsewere you are using the tax group.
Maybe you can batch update your customers in phpMyAdmin. You will probably have to use a temporary value first. Something like this.
If the former type was 1 and you want it to be 2, then first use f.i. 3 (otherwise you will all 2's)
UPDATE 0_customers SET tax_group = 3 WHERE tax_group=1;
then take the 2's to 1. and finally take the 3's to 2. I hope you understand what I mean.
On the final transacftions the tax types should be the same. We do not same the tax groups on any document only tax types.
For safety make first a test on the Training Co. to be sure it works ok.
/Joe
No, it is not backward compatible. You can never install a 2.3.X in a release 2.2.X.
But if you are handy in PHP, you could try to upgrade the script to 2.3.X. You will find some short instructions elsewhere in the forum regarding this. You can search for that in the forum search.
/Joe
No, you have not turned anything on/off. There have never been search options in these comboboxes. But I will have a look at it if it is possible.
/Joe
They have not been upgraded yet. So, yes, you will have to use the older version to import and then upgrade.
/Joe
Check that you have the Popup windows to display reports marked.
Have you changed something in your browser setup lately regarding PDF?
Try to set the $go_debug flag in config.php to 1 to see if you get any errors. Also try the $pdf_debug.
/Joe
To your first question, yes, why not.
We will try to implement this in 2.3.2. As you suggest we will try to also search in address info and phone number.
The second issue is rather difficult, due we have no relevant key on name.
/Joe
Well, this is a classical problem. I guess you will have to enter a little more than 'smith' in the search box.
/Joe
I don't quite understand this. You are collecting 15% IVA from your customers, but you are only paying 3% to the tax authorities.
Where is the 12% going?
To pick up the tax report would be impossible, due to you are working on the same outgoing tax.
You would either set the tax rate to 15% and manually calculate the 1 and 2% of the outputs from the report.
/Joe
You can't f directly. You will have to allocate the deposit afterwards.
/Joe
In this case I would use the Bank Deposit form. Here you can do free booking. How you are booking it, I am not sure, but you have greater freedom in Bank Deposit form that in Customer Payment.
/Joe
No I don't think so, but let us hope that Janusz sees this. He might have a comment on this. He is using Linux.
/Joe
I am not sure.
But you can point your FA to use FA central wiki, see the path in config.php.
/Joe
If you haven't entered the invoices yet, you can go into Supplier Invoice (not direct invoice) and select the supplier. Here you will see the Received items. Here you can remove the lines (you must be logged in as admin to do this operation).
Then you can enter the receivals again from outstanding PO. I hope this will work.
/Joe
You are correct in your opinion, but I never know exactly what users have been done all the time. I only try to help as creatively as possible.
There must be some kind of link problem, but I cant tell you what.
If you want me to help, you will need to send me a backup script of your company.
/Joe
You can just remove the folder where you installed FA. Then upload FA 2.3.1 into the folder again. With phpMyAdmin, remove the database used (this will destroy your entered data!) and create new fresh ones. Then run FA. It will start the installation wizard.
/Joe
If there have been changes in the Database for the module, it will not work in 2.3 if not created especially for 2.3.
/Joe
Yes, you can get them from the central repository by using Install Module/Extensions from Setup Tab.
Then look under /module folder. There should now be a subfolder with your Module/Extension.
/Joe
It would be from the email set in the Company Setup, Setup tab.
/Joe
I can not reproduce your session. I have tried forth and back and everything seems to work ok.
Hve there been some other operations that might have got it out of order?
/Joe
Have you checked your spam folder. For some reasons it may land there.
/Joe
It seems that you have a customer search list enabled. This is good to have when you get many customers, but you can enter Company Setup in setup tab, and uncheck the Search Customer Lists.
/Joe
With help of phpMyAdmin you can go into company 0_users and copy your admin password (hopefully you know this password, it is md5'ed).
and paste it into your other X_users admin. You can change these passwords later if you want.
/Joe
Go into access Level setup in Setup tab and fix the access here.
/Joe
If you look under Banking And General Ledger, you will see that Kalido has the same topic. He has suggested a way to filter away the 0 transactions.
We are considering implementing this.
/Joe
FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.