Be active in the forum, Someone will hire you.
726 10/02/2018 01:10:40 pm
Re: Looking for job/project (2 replies, posted in Jobs wanted/offered, non-free offers)
727 10/02/2018 01:09:14 pm
Re: Custom Fields in Supplier & Customers Section (12 replies, posted in Modules Add-on's)
That's glad, lets see the results. I am also eagerly waiting to demo it.
728 10/02/2018 01:07:18 pm
Re: Undo or Undeliver a Sales order (5 replies, posted in Accounts Receivable)
@Braath Waate, Yes ofcourse the Sales order is allowed to edit and make changes, and those changes will not affect the delivery and invoice. So we dont need to change the invoice/delivery for sales order edit.
Lets take an example and do this.
lets say item A ordered 5 and delivered 2 and invoiced that 2 quantity. And now, i am going to edit the sales order, Here i cant change the quantity less than 2 . but i can increase the quantity from 5 to above numbers.
729 10/02/2018 11:42:44 am
Re: Release 2.1 - Recurrent Invoices. How to? (31 replies, posted in Accounts Receivable)
There are two more possibilities,
* The email might reach junk or spam folder of your email
* The SMTP blocked to send emails
730 10/02/2018 11:39:16 am
Re: Custom Fields in Supplier & Customers Section (12 replies, posted in Modules Add-on's)
May be he can. But the core is not supported to modify anything within it. So it will be separate pages to add those fields into it.
731 10/02/2018 11:36:46 am
Re: Login Interface Language Different from Preference (3 replies, posted in Translations)
Goto Setup -> Install and Activate Languages
Here you marked the default language it might be Chinese you checked. Just change it to English and save it than logout and login to see the changes
732 10/02/2018 11:30:14 am
Re: How do I turn off Auto Payment? (5 replies, posted in Accounts Receivable)
There is no turn off feature for payment terms. But you can make it 365 days to avoid overdue warnings. So far we have not heard not to use payment terms
733 10/02/2018 03:46:38 am
Re: Custom Fields in Supplier & Customers Section (12 replies, posted in Modules Add-on's)
@poncho1234, Are you bringing the fields to default customers, suppliers page, Because people will prefer to see the fields within the Existing modules.
734 10/01/2018 01:22:51 pm
Re: Custom Fields in Supplier & Customers Section (12 replies, posted in Modules Add-on's)
@joe let's consider to provide this feature in next version of FA
We can allow the user to add custom fields to
Customers
Suppliers
Items
FA users
With a flag to show in reports or not .
735 10/01/2018 01:21:19 pm
Re: Custom Fields in Supplier & Customers Section (12 replies, posted in Modules Add-on's)
Sorry. FA does not support to add custom fields to customers and suppliers. But you can customise to add them easily. Just do this
Open 0_debtors_master , 0_suppliers table from your MySQL database client. And. Add necessary fields with its right data type. Than open files of FA hosted to use.
Root of FA /sales/manage/customers.php
Root of FA/purchasing/manage/suppliers.php
Here play with program to add those fields and its saving functionality
736 09/28/2018 01:38:39 am
Re: Not able to Install/activate themes/charts/extensions (8 replies, posted in Installation)
@apmuthu you have done a good job with COA creator.
737 09/26/2018 01:15:56 pm
Re: New Copy of Sales Order (24 replies, posted in Reporting)
You can do it very well, Create a new Type with different number, sales order is 30 and sales quotation is 32 as of FA standard. You can see other reserved type numbers here at /includes/types.inc
And necessary functions inside, sales_order_ui.inc and sales_order_entry.php to utilize your new type number and make a duplicate of it with you can reduce the fields. Even you can go with separate files to reduce the complexity.
Ofcourse, you can make doctext3.inc. But header3.inc is already programmed to use.so go with different number.
738 09/22/2018 01:31:07 am
Re: Is it possible to extend the function get_ctrl in reports_classes.inc? (5 replies, posted in FA Modifications)
I questioned similar doubt before. But no clue from the core developer. I think we have to extend the functionality of these functions. So we can write custom report parameters from extension itself.
739 09/21/2018 09:25:10 am
Re: Inventory Valuation (10 replies, posted in Report Bugs here)
I am also getting similar bug. Let me try this by checking update_average_material_cost.
740 09/19/2018 04:06:20 pm
Re: Upgrade from 2.4.2 to 2.4.4 (20 replies, posted in Setup)
Just create a Backup and keep it. And download a fresh copy of FA2.4.4 from either Github or SourceForge. You can download a new unstable version.
install the New FA separate, Than goto backup and Restore. Just restore with Exported Backup from 2.4.2.
There is not much changes in Database. And also the version of Database kept same. So its not showing the new version to update.
After importing that backup. it will be flushed with new your FA2.4.2 data's.
And than manually Login to your mysql database and run the below query.
INSERT INTO `0_sys_prefs` VALUES ('shortname_name_in_list','setup.company', 'tinyint', 1, '0');
INSERT INTO `0_sys_prefs` VALUES ('company_logo_report','setup.company', 'tinyint', 1, '0');
INSERT INTO `0_sys_prefs` VALUES ('barcodes_on_stock','setup.company', 'tinyint', 1, '0');
That's it. these three parameters are new.
hope it helps to upgrade it.
741 09/14/2018 03:18:25 pm
Re: Error line break on supplier_list_cells when label is set to null (3 replies, posted in Report Bugs here)
True, But we mostly use supplier list cell with label. May be it will help to improve the code issues. if someone uses without label..
Instead of
echo "<td>$label</td><td>\n";
Replace with
echo "<td>$label</td>\n";
echo "<td>";
742 09/13/2018 04:06:02 am
Re: Left to allocate is showing wrong. (6 replies, posted in Accounts Receivable)
@notrinos - glad to hear that you found patch for it. I was bit stuck so couldnt spend time while getting this issue.
@joe -
743 09/12/2018 04:00:15 pm
Topic: Left to allocate is showing wrong. (6 replies, posted in Accounts Receivable)
Here is the screenshot proof. When we paid partially and and make second payment, the left to allocate didnt consider the previous payment.
744 09/07/2018 01:32:07 am
Re: REST API (86 replies, posted in Modules Add-on's)
It's better to check with your hosting provider. It looks like some modules are not working inside php library. If possible upgrade your PHP version than try this.
745 09/06/2018 12:54:19 am
Re: Remove all example data (3 replies, posted in Banking and General Ledger)
We better provide a small extension to clear the existing database data's of all modifying tables and we can keep the fiscal year , COA tables ,bank account , reflines, sys types, users, other than that we can clear through an extension will be fine. Because the user who is trying with demo company. They modify existing data in the current one.
746 09/06/2018 12:41:00 am
Re: REST API (86 replies, posted in Modules Add-on's)
@neholtz, try apmuthus repo files. And if you have the same issue. Just copy ten lines of index.php inside API directory
747 09/06/2018 12:38:30 am
Re: Return of goods after sales (5 replies, posted in Items and Inventory)
Sales credit is the right way to do here. You need to credit the customer returned goods and deallocate the payment and then create new order, delivery and invoice for the new items.
748 09/05/2018 05:34:02 pm
Re: REST API (86 replies, posted in Modules Add-on's)
Can you check your PHP version.?
Is it greater than 5.3 ?
Because the index.php line no 2 is namespace use . If your PHP is lower than 5.4 it won't work with namespace.
Hope it helps you
749 09/04/2018 03:47:33 pm
Re: Missing store data for Salesman on debtor_trans table (3 replies, posted in Report Bugs here)
Yes its good to hear.
The salesman part should extend with login access to each sales person. We need to like sales person with users table
750 09/04/2018 06:47:17 am
Re: Blank page after login (5 replies, posted in Installation)
Glad to hear. Actually the new FA has the dashboard features. So you dont need to install module or theme for it. if you need to use any additional components you can get it from there. But do it very carefully.