The event date is "as on" that date. In your case, though the payment was due, it was actually paid later (hence use Feb 28th) as against if payment was made on the event date and was forgotten to be booked, then it would be Nov 30th..

Take the trial balance and pass it as a JE with net zero of the credits/debits. This can be done by a CSV import using the Multiple JE import extension.

Read the docs/readme.txt in the module.

The plain default is best retained as default whilst the "best" can be others in the dropdown list.

1,230

(3 replies, posted in Banking and General Ledger)

That is the php ternary operator.

There might be a delay in generating the PDF file that needs to be emailed. Try a sleep time waster or check for the presence of the last invoice in the PDF before attempting to email.

Identify the form field names and make defaults for them and set the css style to display none.

It is in sales/includes/cart_class.inc.

1,234

(114 replies, posted in Reporting)

@braathwaate's suggestion seems nice especially for those who have no access to config.php - just form request fields for the report.

1,235

(3 replies, posted in Report Bugs here)

@joe: is this warranted?: Fixed

1,236

(31 replies, posted in Modules Add-on's)

That is indeed perseverance! Thanks. When all works well, kindly send a link to the zipped module for inclusion in the FA24extensions repo. It currently is in GitHub for the FA 2.3.x branch.

Have you included the file that defines the said function? Check if the function exists and is in scope at that point.

1,238

(8 replies, posted in Setup)

You used the same database for the second company. Wonder how the admin user record did not get created in it's users table.

Setup => Transaction References => Edit the "Pattern" field to include {UU} somewhere in it so that each user will have their own numbering.

1,240

(4 replies, posted in Modules Add-on's)

Follow instructions in the docs folder of the module.

Basically try to generate some sample reports that are pre-populated in the sql folder which gets executed on activation and is usable on enablement of permissions for the desired role.

1,241

(4 replies, posted in Modules Add-on's)

Use the version in the FA24extensions repo. The official one does not work for FA 2.4 properly

Your issue is with the path not properly set in the official version of the extension and possibly permissions issue with the said folder if it still persists.

1,242

(2 replies, posted in Wish List)

@joe: This can be included in the core.

Setup => User Accounts Setup
Top Listing.

Check the document number to see if the debt was doubly entered.

Dashboard is now integrated in FA 2.4.x. There are a few themes that have been updated to partake of these new hooks to render them. One or two standard themes too leverage them.

1,245

(8 replies, posted in Setup)

The users db seems okay.

Even though you could not log into the company 1, the errors would still be available in the tmp/*.logs files as well as the apache error logs at /var/log/....

The key error that appears is the lack of the en_AU locale from:
"Missing system locale: en_AU.iso-8859-1"
that the chart wants.

On a fresh install of FA 2.4.6+ Git Master code base, create company 0 and company 1 using the en_US-new and demo sql files as the chart of accounts.

Set the default "C" or en_US language locales to start with - do not make any changes for the Australian locale now.

Now see if you can login to both companies.

If all goes well, then install the en_AU locale in the server OS and then reboot the server for good measure and try with en_AU chart of accounts drawn from the FA24extensions repo - the official chart may not have been updated as yet.

The IP Hijacking code is listed in the wiki and referred to in a few posts in the forum but that addresses a connectivity recognition issue that may mostly not be directly relevant here.

The use of the bleeding edge MariaDB may have issues with FA's use of zero dates where strict date mode may need to be switched off. Assume you are using Ubuntu 18.04.

@itronics: I hope this has not affected the depreciation / fixed assets reports

1,247

(5 replies, posted in Banking and General Ledger)

Bank Account Charge is where you would have the contra entry for transactions that the bank injects like Account Maintenance Charges, Interest on Loan Account, Credit Card charges (not the direct spend), instrument clearing charges, exchange conversion fees, etc.

1,248

(8 replies, posted in Setup)

Logout
Clear browser cache
Close all instances of the browser
Login

List the contents of the users table.
Check if the IP Hijack code is causing issues with your PHP version.

Your diagnostics are for company 0 - list it for the company 1 or whichever failed.

1,249

(5 replies, posted in Banking and General Ledger)

Provide example of GL Entries you wish to achieve - voucher specifics.

1,250

(15 replies, posted in Installation)

Enable the openSSL extension in PHP and restart the webserver.