1 (edited by Sunethra 10/14/2014 02:41:39 am)

Topic: Development of New Modules and FA Customizations

Hi,

Our current project has following development work and modifications of FA. If you are very familiar with the FA code and has past experiencing in handling this level work please apply.

Modifications
---------------
Search Window Facility for Items, Customers, Suppliers and Loyalty member
Screen customization

New modules
----------------
Payroll with Time and Attendance
Promotion
Reporting

Regards,

Sunethra.

Re: Development of New Modules and FA Customizations

Search Window Facility for Items, Customers, Suppliers already exists with Ajax and without it (drop down select box) - based on Company Setup checkboxes settings.

Re: Development of New Modules and FA Customizations

Thank you for the information.
Actually client wants an advance search. So what we have planned is to add a button just after the Item Code (in case of item). This button will open the advance item search screen. Once the user selects an item in the new Item Advance Search Screen code of that item will be passed back into the item code field in the main screen. That will work with Company Profile Item Search checkbox configuration. We will have to limit maximum records to be loaded in the Item Name dropdown to some value like 100 with a custom text in the last line.
Same will be applied to Customer and Supplier as well.

Re: Development of New Modules and FA Customizations

If only search is required outside of FA code, it can be hammered out using other tools with canned SQLs. If search is required within FA, the see if any similar functionality exists in other parts of FA and then try to port it.

Better still is to avoid the drop down entirely and choose the ajax method by toggling the checkboxes in the company Setup page.