This is some quirk of choosing rows in alphabetical or some other order in the sqls used.
1,326 12/18/2018 05:06:11 pm
Re: Rearrange of Entries (5 replies, posted in Banking and General Ledger)
1,327 12/18/2018 05:05:27 pm
Re: what is the function of Save Report Selection Days (6 replies, posted in Setup)
No. No updates like you thought. Only the parameters are saved in the browser form for the duration of the login session for use in other or same report for change of only some parameters and not having to shoose every option each time.
1,328 12/18/2018 05:01:59 pm
Re: Journal Entry Report (12 replies, posted in Reporting)
Attached are the outputs obtained before and after the change.
1,329 12/17/2018 04:47:41 am
Re: Release 2.4.5 (4 replies, posted in Announcements)
Post Release Fixes.
Changes:
1. New translation string: GL #
2. New Reports: Customer (115) and Supplier (206) Trial Balance Reports
3. New Exchange Rate Providers: EXCHANGE-RATES.ORG, CCA
Also the index of exchange rate providers has changed in the config file.
1,330 12/17/2018 04:22:20 am
Re: A non well formed numeric value encountered rep102.php (7 replies, posted in Report Bugs here)
@notrinos, kindly check rep202.php as well. I do not have the later PHP versions at the moment to test.
1,331 12/16/2018 03:49:30 pm
Re: A non well formed numeric value encountered rep102.php (7 replies, posted in Report Bugs here)
The same problem should be there in line 214 of rep202.php as well.
1,332 12/16/2018 03:43:20 pm
Re: Bug Created by Last Commit to items.php (8 replies, posted in Items and Inventory)
@itronics: Please have a look. Will need to revert the line 363 changes in inventory/manage/items.php
1,333 12/16/2018 03:42:28 pm
Re: A non well formed numeric value encountered rep102.php (7 replies, posted in Report Bugs here)
This might be a specific case of the $trans[$i] being an integer and the $rate being a (float).
@joe: This can be committed.
1,334 12/16/2018 03:34:00 pm
Re: Mobile Plugin or Andriod (6 replies, posted in Setup)
Search the forums - some users have created commercial and open source themes and may be willing to share them. Study the existing theme files and use the bootstrap library to make FA mobile friendly and submit it back to the project for inclusion into the core.
1,335 12/16/2018 03:30:44 pm
Re: what is the function of Save Report Selection Days (6 replies, posted in Setup)
When you wish to generate a report, you first go to a report request form where you enter the parameters for the report. Some of these parameters are same in many reports. Once you generate one report, your report parameter choices will get saved and be available as the defaults for the same or other reports that have the same parameters and you can edit only the ones that are different for the new report needed.
The filenames are quite random and the folder location is the same. Yes, no usernames or passwords are needed to access it and hence you are expected to quickly delete such cache when done preferably through a cron job.
1,336 12/16/2018 03:27:44 pm
Re: Rearrange of Entries (5 replies, posted in Banking and General Ledger)
Then try with all the Cr Entries first and then enter the Dr entries and see what the output is.
1,337 12/16/2018 03:22:41 pm
Re: Bug due to commit (14 replies, posted in Accounts Receivable)
It works in PHP 5.3.1 on WinXP3 as well (XAMPP 1.7.3).
1,338 12/16/2018 03:16:53 pm
Re: what is the function of Save Report Selection Days (6 replies, posted in Setup)
Saves the report request form choices in case you need to modify the choices before generating the same or another report again where the same field occurs like orientation, dates, etc.
1,339 12/16/2018 03:15:05 pm
Re: Sales Order Attachment (3 replies, posted in Reporting)
Is this the case with all reports being emailed?
Check the files and folder permissions where the reports get written to.
1,340 12/16/2018 03:13:31 pm
Re: Mobile Plugin or Andriod (6 replies, posted in Setup)
Android has browser - FA can be displayed in it. Android comes for large screens as well as netbooks too!
1,341 12/16/2018 03:11:59 pm
Re: Rearrange of Entries (5 replies, posted in Banking and General Ledger)
The order in which the transactions get entered is the order in which it displays. Enter all your Dr entries first and then the Cr entries and you will get what you want. Consider the state when you edit an entry and the amount changes positions later!
1,342 12/16/2018 06:35:03 am
Re: Payroll & Human Resource Management. (216 replies, posted in Modules Add-on's)
http://b4india.org/adm/news/ works but FA does not come up on login - possibly mod-rewrite / .htaccess / permissions issue.
1,343 12/16/2018 06:26:34 am
Re: Bug due to commit (14 replies, posted in Accounts Receivable)
@joe: Please commit this and verify that all files that partook of this change and the ones before this function came in are all okay.
1,344 12/16/2018 04:40:35 am
Re: Mobile Plugin or Andriod (6 replies, posted in Setup)
Arrange for a cron job to create the demands on schedule and have a simple html page to show the contents of the folder where it is stored.
1,345 12/16/2018 04:39:34 am
Re: Can we make Sales / Purchases without Customer? (5 replies, posted in Accounts Receivable)
Make the dummy Supplier / Customer account to start with A_.
1,346 12/15/2018 05:12:05 pm
Re: Bug due to commit (14 replies, posted in Accounts Receivable)
The following test code was executed in PHP 5.3.3:
$a = 0; // Scalar
$b = count($a);
echo var_dump($b); // returns int(1)
$a = array(); // Array
$b = count($a);
echo var_dump($b); // returns int(0)
Hence we should return a 1 if it is a scalar and not a 0!
1,347 12/15/2018 03:08:56 pm
Re: Journal # not showing (11 replies, posted in Banking and General Ledger)
In FA 2.3, that box did not exist.
@joe: Can remove it.
1,348 12/15/2018 03:04:11 pm
Re: Upgrading (27 replies, posted in Installation)
Custom Theme should not generally be affected when uploading the version change files.
1,349 12/15/2018 03:01:44 pm
Re: Journal Entry Report (12 replies, posted in Reporting)
Insert at line 113, the following in reporting/rep702.php:
$rep->NewPage();
1,350 12/15/2018 02:47:16 pm
Re: Can we make Sales / Purchases without Customer? (5 replies, posted in Accounts Receivable)
Make a dummy Miscellaneous Customer / Supplier and use them for such operations.