Skip to forum content
FrontAccounting forum
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 55 of 245)
Topics by apmuthu User defined search
Posts found: 1,351 to 1,375 of 6,111
Which version of PHP are you using?
Make a test script with empty array and see what appears in var_dump on using the new function.
In the old dispensation, the argument could be either an array or a scalar and the count() faithfully returned an acceptable result - was it a 0 or just false? In the current codebase, it will return a 0 if "it is a scalar" and also "even if it is an array and if the array has no elements".
@joe: The hide link flag needs to percolate to the sub menus too especially for reports.
Most primary keys that are INT type (MySQL) in FA are of default INT(11) unsigned. By definition:
.... and the maximum value will be 2147483647 (Signed) or 4294967295 (Unsigned)
Are you intending to exceed 4 billion entries? If so, FA may not be for you...... or customise the ID fields and increase the display width everywhere in screens and reports!
This post in the stated thread provides adequate reason for keeping the Reference Number unique. The internal trans_no/id is used to trace the DB entry directly and it's dependencies. Hence both will be useful to be displayed though a tad confusing.
Login as admin and make access role permission changes.
Logout.
Clear Browser cache.
Clear Company cache.
Login again as the Staff and see what appears.
The Source ref in the Journal Entry Form gets into the Source document box in the Journal View. See Attachment.
@notrinos: It would be better to specify the minimum PHP version your extension supports or make them free of PHP version dependencies by using common constructs.
@akshaya1972: Provide all version numbers for software (PHP/MySQL versions, Platform, etc.,) used so that the developer can provide support / debug. Take up further posting on the developer's preferred thread.
List steps on how you created the Journal Entry. All navigation steps.
There may be other constructs needing PHP array inline syntax.
Which version of PHP are you using?
FrontHRM is a third party module by @notrinos. Please contact the author at his support site with necessary platform and version info. The program uses an inline array element addressing found in later PHP versions. Try replacing the line 193:
return get_departments($row['department_id'])['dept_name'];
with
{ $xx = get_departments($row['department_id']); return $xx['dept_name']; }
2007: https://frontaccounting.com/punbb/viewtopic.php?id=46
2010: https://frontaccounting.com/punbb/viewtopic.php?id=1537
2011: https://frontaccounting.com/punbb/viewtopic.php?id=2033
2013: https://frontaccounting.com/punbb/viewtopic.php?id=2814
2014: This post - https://frontaccounting.com/punbb/viewtopic.php?id=4775
2018: Still no way forward - or is there?
Summary:
1. FA uses Average Costing (COGS) for now, when delivering.
2. To handle FIFO we need an extra field in stock_moves indicating how many of the items have been checked out/in.
3. The stock_master fields are updated whenever there is a purchase.
When you close a fiscal year, the profit/loss gets into the Balance Sheet from where the next year's opening balance comes in and a new trial balance comes up.
Account Code 2 is generally used for linking (lookup) with third party programs / vendors / suppliers / CRMs, etc. The ERD should self-explanatory. Refer the Wiki for other relationship notes.
Other Posts:
https://frontaccounting.com/punbb/viewtopic.php?pid=31109#p31109
https://frontaccounting.com/punbb/viewtopic.php?id=333
State your server platform, PHP/MySQL/Apache/Mail program and versions.
Refer the Wiki.
Yes, It sports the following in WAMP 3.0.6:
Apache 2.4.27
PHP 5.6.31, 7.0.23, 7.1.9
MySQL 5.7.19
MariaDB 10.2.8
PhpMyAdmin 4.7.4
Adminer 4.3.1
PhpSysInfo 3.2.7
Wampserver 2.5 onwards are not compatible with
Windows XP, not even with SP3
Windows Server 2003
and they also require a disk formatted as an NTFS partition, and does not support FAT32 or exFAT.
Caveats:
If you install Wampserver over an existing version, not only it will not work, but you risk losing your existing databases. Also install it in a root folder like C:\wamp or d:\wamp . Close Skype or force not to use port 80 before installation and while WAMP is in use.
WAMP 3.1.4 was released on 2018-09-25.
PHP and Apache don't have official supported 64 bit Windows builds.
Only MySQL out of the three does, hence no 64 bit bundle for XAMPP on Windows.
However, the current versions of PHP seem to have some 64 bit builds at https://windows.php.net/.
Processors, manufactured after 2011, most likely support AVX and it's PHP builds. The exact information about the hardware can be retrieved by using the Coreinfo tool.
Current Apache for Windows 64 bit are available at Apache Lounge.
In spite of all the above, give the 32 bit version of XAMPP a try on Win 10 with the specs in my previous post and provide benchmarks on actual concurrent usage and load factors in your network.
Place a bounty with specs on the Job Offers Board here and see what gives.
Generally the doctext.inc change is sufficient for all reports.
If you are using XAMPP, then only a 32 bit version is available so more than 3.2 GB RAM is meaningless.
You can however, use VMWare Player to run 64 bit Debian/Ubuntu/CentOS, etc., inside Windows, whilst all your end users can be on Windows browsers.
100 Users or 100 concurrently using clients?
They can be normal hardware with 16 GB Win2012R2 running IIS if you need to run FA on the host itself.
FA 2.4.5 Screenshots of available Charts, Extensions, Languages and Themes attached.
This is a non standard report - take assistance from the author.
The fields were made available for the report. You need to write the code in the place where you want it to go.
Try creating 2 separate sales orders - one from each warehouse. Then combine the sales orders to make 1 invoice.
Instead of modifying the invoice, you may have deleted it and re-created it. If not, what happened to the invoice #541 - what PI_* does it bear? Trace back and see which invoice number began to to go out of synch with your PI_* numbers. See if some were voided.
Posts found: 1,351 to 1,375 of 6,111