Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup Window For Searching Dropdown List Item #2

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

w3shaman
Copy link

@w3shaman w3shaman commented Nov 9, 2015

Hey, I made some modification to FA. I made some dropdown list to have a link to open new window to search the items inside it. For the example the dropdown list of item, if the item is so many it wil be difficult for user to search them using select element only. It will be easier if we can search it in a popup window and the selected value can be automatically put on the select.
I also fix the insert.js because every links will be unresponsive after I navigate through opened windows using Alt + Tab
And the last one, I changed the database connection to use mysqli instead of mysql.
I hope there will be some other improvement that I can contribute.
Anyway, thanks for this great software :)

@w3shaman w3shaman changed the title Some Improvement For FA Popup Window For Searching Dropdown List Item Nov 9, 2015
@FrontAccountingERP
Copy link
Owner

Thanks for your contributions. We will consider including the code in FA2.4 RC1
Keep in mind the main 2.4 git repo still resides on Sourceforge, the github one being mirror.

@w3shaman
Copy link
Author

I just modify the manage item page to provide the link to open popup window for managing bill of materials when we updating manufactured item. I think it will be easier for user to manage it from one page.

…he search feature is activated from the company setup. Add new feature so we can add or edit Bill of Materials from the manage item page. We can also add Bill of Materials together with new item creation.
…one shouldn't have mark on it even if the qty is not enough anymore because it has been delivered.
@w3shaman w3shaman closed this Jan 17, 2016
@w3shaman
Copy link
Author

When I want to edit the Invoice Deadline in delivery note, I got one row marked with comment "Marked items have insufficient quantities in stock as on day of delivery". It's true that the current item's quantity is not enough but the delivery has been done before and I just want to correct the Invoice Deadline.
I just modify this code:

if(is_array($q_class) && $new) {
    ....
}

It's working like I expected. But I just want to make sure is there any bad effect from it?

@w3shaman w3shaman reopened this Jan 17, 2016
…tem adjustment type will be stored in table.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants