Unless the CounterParty is a customer or a supplier ..it will never show
451 04/18/2019 04:28:36 pm
Re: Journal entries always have a blank Person/Item (5 replies, posted in Banking and General Ledger)
452 04/18/2019 04:16:46 pm
Re: Journal entries always have a blank Person/Item (5 replies, posted in Banking and General Ledger)
@Braath Waate
Can you please take a look at this. You know the problem very well.
Thanks
453 04/16/2019 06:14:09 am
Re: Tax Report (12 replies, posted in Reporting)
@ml3698.. Take a look at this discussion..You will find your solution:
https://frontaccounting.com/punbb/viewtopic.php?id=7252&p=4
I am not sure that the solution proposed in the above discussion is committed yet.
Regards..Rafat
454 03/17/2019 06:17:45 pm
Re: Journal Entry Report (12 replies, posted in Reporting)
Try playing around with where the New Page line needs to be added.
Inserting
$rep->NewPage();
After line 94 did the job. (FA 2.4.x)
455 03/14/2019 07:57:53 pm
Re: 2.4.6 No Sign Received delivery by Customer (2 replies, posted in Accounts Receivable)
Hi Seahawk, I could be mistaken.
I have never seen a line for signature in Delivery Reports I still have 2.3.25 and no line in the report. Maybe someone modified the report and inserted that line and now with 2.4.6 upgrade its not there. Anyway if you need the line (or something similar) then you can edit rep110.php and at line 216 insert:
$rep->NewLine(2);
$rep->TextCol(1, 7, _("Received By/Sign ___________/__________"), -2;
Of course you can play around the wordings and underscore to suit your needs.
456 03/14/2019 05:36:34 pm
Re: 2.4.6 No way to close a customer branch (2 replies, posted in Report Bugs here)
Hi Seahawk,
I am not sure if this is what you are looking for..but for me at 2.4.6:
Sales
Maintenance --> Customer Branches
Select a Customer
Click on Show also Inactive (Left bottom of the first part of the screen)
You will be presented with an Inactive Button on the right side.
Toggling the Button will either activate or inactivate the Branch.
457 03/12/2019 04:43:56 pm
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
Yes the above did it. The pull request is working properly.
458 03/12/2019 07:07:33 am
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
Hi,
I receive the below when installing the pull request:
Undefined index: tax_bank_payments in file:\admin\company_preferences.php at line 217.
Did I miss something?
459 03/07/2019 10:00:33 am
Re: Removing auto tax calc... (2 replies, posted in Setup)
I guess the WIKI is for 2.3.x and its true the suppress_tax_rate is found in the config.php.. but for 2.4.x its in the company setup screen where you tick the Suppress Tax Rates on Docs.
460 02/24/2019 07:20:35 pm
Re: searches reset when closing drill-downs (2 replies, posted in Report Bugs here)
@brucek
Take a look in here:
https://frontaccounting.com/punbb/viewtopic.php?id=7144
You might find what you are looking for.
461 02/21/2019 05:27:22 pm
Re: VAT / Tax Inquiry / FA 2.4.6 (8 replies, posted in Banking and General Ledger)
@Tode
Review https://frontaccounting.com/punbb/viewtopic.php?id=7252
and you will have the Inquiry as well.
Good luck
462 02/21/2019 05:19:39 pm
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
@Braath Waate and @notrinos
As usual your modification works perfectly. I tested it with two different environments.
As you mentioned above.. the Tax System of FA 2.4 is broken... and needs serious consideration..
I am confident the FA team will be able to fix soon.
463 02/21/2019 06:53:45 am
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
Another happy user who found this thread useful:
https://frontaccounting.com/punbb/viewtopic.php?id=8003
464 02/21/2019 06:51:49 am
Re: VAT / Tax Inquiry / FA 2.4.6 (8 replies, posted in Banking and General Ledger)
@Tode
The real one to thank is Braath Waate who fixed the report. I also asked him to look at the Inquiry.
465 02/21/2019 01:50:27 am
Re: VAT / Tax Inquiry / FA 2.4.6 (8 replies, posted in Banking and General Ledger)
@Tode
In my case it shows the JE Bank Deposits/Payments, Customer/Supplier Invoices...etc
May be you have installed the report in a different path?
try installing it in company/#/reporting/rep709.php
where (#) is the number of the company.
Lastly make sure to tick the(include in tax register) button at the upper right corner of the JE screen.
466 02/21/2019 01:25:26 am
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
It looks good I like it.. and its correct.
Last request please can Journal Entries be included in the Inquiry..it is shown in the report but not accounted for the Inquiry.
Thanks again.
467 02/20/2019 06:48:51 am
Re: VAT / Tax Inquiry / FA 2.4.6 (8 replies, posted in Banking and General Ledger)
@Tode.. I suggest that you download both the inquiry and the report files from the previous thread and give it a try. I know for sure that the report will give you the right result but the inquiry needs more work. I have asked Braath Waate to help in this regard.
468 02/19/2019 02:11:27 pm
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
@Braath Waate
Manual Journal entries are showing correctly in rep709 but not in the Tax Inquiry..The report is correct but Inquiry fails to show the
right totals. I know you told us about it in the above thread. Can this be included. ? Also as you said above getting the Ref# for others than Customer/Supplier Invoices needs more SQL effort.. Can this be included please?
Thanks
469 02/19/2019 02:01:04 pm
Re: RepGen (4 replies, posted in Modules Add-on's)
@apmuthu
I think this is a very broken extension. Are you sure its worth keeping it? Unless it works for someone else which I doubt.
1) I needed to change to
$file = company_path().'/pdf_files/'.$id.'.pdf';
instead of
$file = $comp_path.'/'.user_company(). '/pdf_files/'.$id.'.pdf';
to get it to kick start ..this is for my two different environments.
2) Inserting anything (garbage) in the test Sql box passes with flying green colors.
Something is genuinely wrong with this extension.
I am ready to spend time testing if you guide me to something that is useful..
470 02/18/2019 11:11:40 am
Topic: RepGen (4 replies, posted in Modules Add-on's)
Hi Team,
Is the RepGen Extension working? I am not able to get it to do anything. I always get:
TCPDF error: Unable to create output file: /1/pdf_files/6.pdf
to anything I do including running or editing the existing sample data.
Am I doing something wrong?
471 02/18/2019 07:52:13 am
Re: VAT / Tax Inquiry / FA 2.4.6 (8 replies, posted in Banking and General Ledger)
Take a look at this discussion . You will find the solution.
https://frontaccounting.com/punbb/viewtopic.php?id=7252
472 02/17/2019 11:28:55 am
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
@Seahawk
Are you able to test the above and see if all OK? I am asking this because the 2.3.25 report is full of bugs if you are still using it..it has double entries and is somehow accounting for void entries when I test it. The above is working ok for me. It makes sense if you test it so we can have another user environment experience.
473 02/16/2019 03:01:24 pm
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
Yes Sir,
It works. I now can see the Misc Name field in the report.. also for Bank Deposits/Payments.
Many Thanks
474 02/16/2019 04:59:22 am
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
@Braath Waate
Been testing ..and cant get the Name to show unless the name is a Customer or a Supplier. The Miscellaneous entry name does not show. I remember I had this problem with Bank Statements and I had to use your pull request #26 to get it to show.
475 02/13/2019 04:18:05 pm
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
Yes we need more time to test this..
The name field to me is important but more important are the transactions and the totals..
After Braath fork they are 100% correct. I compare them to the manual spreadsheet I have, as well as the report I have from FA. I am a happy lad.
FA core is very correct in Tax reports that are only based on customer/supplier invoices... after the correction that Braath's done to supplier invoices thru gl entry..this needs to be accounted for in the core of course.