Is there any other js / ajax / php check for such duplicates in the Customer Short Name scripts that needs to be put in for the Supplier scripts as well apart from the unique key?
1,601 08/23/2018 07:28:10 pm
Re: Prevent Duplicate Suppliers Short Name (5 replies, posted in FA Modifications)
1,602 08/23/2018 07:23:42 pm
Re: Experienced Deleloper - Batch Processing Modifications for FA (6 replies, posted in Jobs wanted/offered, non-free offers)
Whilst the Denali version uses the MS SQL server, what database does the legacy version use?
Could not trace the old legacy version to study it.
You can run VMWare Player in your Win7+ workstations and run WinXP in a Virtual Machine in it where your legacy CMS client can run. That way, you will not need to change the software and the way you run your business.
Have you setup your Chart of Accounts in FA and tailored it to suit your existing one in the legacy CMS?
You will need to use the latest FA v2.4.4+ Git Master as it sorts out quite a bit of issues.
Perform one batch of one type of transaction with just one transaction in it and compare the before and after backups of the sql - you can then figure out how to frame the SQL statements to import a full batch.
1,603 08/23/2018 03:32:56 pm
Re: Experienced Deleloper - Batch Processing Modifications for FA (6 replies, posted in Jobs wanted/offered, non-free offers)
Can be done purely as SQL statements in order without any user intervention - bash/sql/cron - at specific times.
WHat is the legacy accounting used?
Do the legacy accounting program and FA reside on the same machine?
1,604 08/22/2018 03:47:04 pm
Re: A bug in Report Supplier Balances rep201.php (4 replies, posted in Accounts Payable)
Committed.
Kindly verify if the functionality is okay.
1,605 08/22/2018 03:45:53 pm
Re: A function line misplaced (3 replies, posted in Report Bugs here)
1,606 08/21/2018 03:09:22 am
Re: Interest advice/invoice (3 replies, posted in Accounts Receivable)
Make an extension for it. Hopefully all entries for the customer are in place before the extension triggers these entries.
A Quick Entry based on manual calculation may be in order till then.
1,607 08/19/2018 04:44:27 am
Re: Sales Order Entry has reporting.inc (1 replies, posted in FA Modifications)
This is necessary as the last function in it (function parse_notes_params) is needed in some instances.
See the Wiki.
1,608 08/19/2018 04:37:22 am
Re: Editable Item Description's Input is TextBox. How to Enable TextArea (13 replies, posted in FA Modifications)
Try clearing the js and other browser cache and try it.
1,609 08/17/2018 04:05:35 pm
Re: Closing a fiscal year needs to update the query a bit. (9 replies, posted in FA Modifications)
@kvvaradha: Since you are making a LEFT JOIN for the voided entries, there could be many null voided entries in the result set that would have the v.date_ field as NULL anyway!
@joe: can polish it up and check and include it if needed.
1,610 08/17/2018 06:10:14 am
Re: A function line misplaced (3 replies, posted in Report Bugs here)
@joe: the whole commit can be reviewed instead of the fixed part alone.
1,611 08/15/2018 07:13:44 am
Re: Reporting (7 replies, posted in Reporting)
I think he means to include the description of items inside the report.
1,612 08/14/2018 01:25:17 am
Re: Purchase Price Variance JE (1 replies, posted in Banking and General Ledger)
This generally occurs when there is a forex rate difference and may be dynamic / computed on the fly. Check if it differs each time the forex rate changes.
1,613 08/14/2018 01:11:06 am
Re: Does SQL_Trail accurately show errors? (18 replies, posted in Setup)
Replace each instance of
'with an apostrophe (single quote) and then execute the SQLs in order in some MySQL client like phpMyAdmin, SQLyog, etc.
Chances are that the db user you created does not have sufficient write permissions.
1,614 08/12/2018 05:58:04 pm
Re: Does SQL_Trail accurately show errors? (18 replies, posted in Setup)
The first user is "admin". The second user is "jimmyc". Try logging in with "admin".
It is possible that the Chart of Accounts you used may not be updated to the schema for the default Charts.
Try a fresh install with the sql/en_US-new.sql chart.
1,615 08/12/2018 10:38:53 am
Re: Inventory Movement Report unnecessary queries (4 replies, posted in Reporting)
@joe: Can commit this. Makes sense.
1,616 08/11/2018 08:33:02 pm
Re: Reporting (7 replies, posted in Reporting)
Yes - modify the report in question.
1,617 08/11/2018 08:15:27 pm
Re: Suppliers Payment is not editable. Any solution? (11 replies, posted in Accounts Payable)
Debit Note / Credit Note?
1,618 08/11/2018 08:14:18 pm
Re: Item Editable Description Issue (10 replies, posted in Items and Inventory)
@joe: is this specific to certain versions of js or can it be included in the core?
1,619 08/01/2018 04:16:11 am
Re: Batch Processing Modifications for FA (14 replies, posted in Setup)
Make a new extension for it.
1,620 08/01/2018 04:15:00 am
Re: New Journal entry into CC payable account requires vendor selection (6 replies, posted in Banking and General Ledger)
A credit/debit note may be in order.
1,621 08/01/2018 04:14:15 am
Re: Install trouble on shared hosting using Microsoft IIS and Plesk (14 replies, posted in Installation)
There is no direct link to the Forum Messaging module in the main menu though the PM links are there in every post. Also the forum message notifications do not work after the version upgrade.
Check your PM now.
1,622 07/29/2018 04:56:46 pm
Re: Update google url for currency converter (13 replies, posted in Report Bugs here)
Shall we replace it with x-rates.com? The bash code for it is:
wget -q -O- "https://www.x-rates.com/table/?from=USD&amount=1" | \
grep "http://www.x-rates.com/graph/?from=" | \
cut -c71-1000 | \
sed -e 's#</a></td>##' | \
sed -e 's#&to=# #' | \
sed -e "s#'># #" | \
sort -u > output.txt1,623 07/29/2018 04:45:56 pm
Re: Allow Bank Transfers Via Bank Payments (4 replies, posted in Banking and General Ledger)
@joe: Does this make it to the core?
1,624 07/22/2018 02:43:22 pm
Re: Entering Old Records (3 replies, posted in Banking and General Ledger)
Caveat: Provided you have not closed any of the succeeding fiscal years.
1,625 07/21/2018 01:57:02 pm
Re: Test out new Sales Map and other Modules (25 replies, posted in Modules Add-on's)
"Unknown" is okay for third party extensions.
