Unless the CounterParty is a customer or a supplier ..it will never show

@Braath Waate
Can you please take a look at this. You know the problem very well.
Thanks

453

(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

(12 replies, posted in Reporting)

apmuthu wrote:

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)

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.

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.

Yes the above did it. The pull request is working properly.

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

(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.

@brucek
Take a look in here:
https://frontaccounting.com/punbb/viewtopic.php?id=7144
You might find what you are looking for.

@Tode

Review https://frontaccounting.com/punbb/viewtopic.php?id=7252

and you will have the Inquiry as well.

Good luck

@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.

Another happy user who found this thread useful:

https://frontaccounting.com/punbb/viewtopic.php?id=8003

@Tode
The real one to thank is Braath Waate who fixed the report. I also asked him to look at the Inquiry.

@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.

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.

@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.

@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

(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

(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?

Take a look at this discussion . You will find the solution.

https://frontaccounting.com/punbb/viewtopic.php?id=7252

@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.

Yes Sir,

It works. I now can see the Misc Name field in the report.. also for Bank Deposits/Payments.

Many Thanks

@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.

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.