-
Notifications
You must be signed in to change notification settings - Fork 97
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
base: master
Are you sure you want to change the base?
Conversation
… can have an icon to open popup window to search for value. This will make searching items easier.
…ing popup window for searching. Fix popup window type costable item select.
Thanks for your contributions. We will consider including the code in FA2.4 RC1 |
… for managing its BOM. Also hide main tabs in bom_edit.php when updating BOM in popup window.
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.
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.
It's working like I expected. But I just want to make sure is there any bad effect from it? |
…tem adjustment type will be stored in table.
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 :)