Be active in the forum, Someone will hire you.

That's glad, lets see the results. I am also eagerly waiting to demo it.

@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.

There are two more possibilities,
   * The email might reach junk or spam folder of your email
   * The SMTP blocked to send emails

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.

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

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

@poncho1234, Are you bringing the fields to default customers, suppliers page, Because people will prefer to see the fields within the Existing modules.

@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 .

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

@apmuthu you have done a good job with COA creator.

737

(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.

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

(10 replies, posted in Report Bugs here)

I am also getting similar bug. Let me try this by checking update_average_material_cost.

740

(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.

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>";

@notrinos - glad to hear that you found patch for it.  I was bit stuck so couldnt spend time while getting this issue.

@joe - cool

Here is the screenshot proof.  When we paid partially and and make second payment, the left to allocate didnt consider the previous payment.

Screenshot

744

(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

(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

(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

(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

(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

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

(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.