Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottgriv/php-order_notes_editor
This webapp enables easy pasting and management of multiline text in ERP application note fields. Designed for simplicity and efficiency, it's ideal for streamlined data entry and note-taking in enterprise systems.
https://github.com/scottgriv/php-order_notes_editor
crud crud-application css html mysql mysql-database notes-editor php webapp webapps website
Last synced: about 1 month ago
JSON representation
This webapp enables easy pasting and management of multiline text in ERP application note fields. Designed for simplicity and efficiency, it's ideal for streamlined data entry and note-taking in enterprise systems.
- Host: GitHub
- URL: https://github.com/scottgriv/php-order_notes_editor
- Owner: scottgriv
- License: mit
- Created: 2023-11-21T21:57:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T18:14:24.000Z (12 months ago)
- Last Synced: 2024-12-08T16:46:47.996Z (about 2 months ago)
- Topics: crud, crud-application, css, html, mysql, mysql-database, notes-editor, php, webapp, webapps, website
- Language: PHP
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
Order Notes Editor
This webapp solves a specific problem with ERP applications - the inability to paste multiple lines of text into note fields. It allows users to easily paste and manage multiline text, overcoming the limitations commonly found in ERP systems. This tool focuses on simplicity and efficiency, making it ideal for enhancing data entry and note-taking within enterprise applications.
Add, edit, and delete order notes in bulk using a `PHP` script and `MySQL` database (or any other database of your choice).
---------------
## Table of Contents
- [Getting Started](#getting-started)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)## Getting Started
> ![TIP]
> By default, the application uses `mysqli` to connect to a `MySQL` database. You can use any database you want by changing the connection method in the `config.php` file (to `odbc`, `pdo`, etc. for example).This project is designed to be run on a local server. You can use [XAMPP](https://www.apachefriends.org/index.html) to run a local server on your machine.
1. Clone the repository to your local machine.
2. Create a database in MySQL using the `order_notes.sql` file in the `sql` folder.
3. Update the `config.php` file in the `includes` folder with your database credentials.
4. Open the `access.php` file in your browser.
5. Enter a valid order number and click the `Submit` button.
6. Add, edit, or delete notes as needed.
7. Click the `Submit` button to save your changes.
8. Click the `Back` button to return to the order number input screen.
9. Click the `Lines` button to view the order lines for the order number you entered.
10. Add, edit, or delete notes as needed for each order line.## Resources
- [PHP](https://www.php.net/)
- [MySQL](https://www.mysql.com/)
- [XAMPP](https://www.apachefriends.org/index.html)## License
This project is released under the terms of the **MIT License**, which permits use, modification, and distribution of the code, subject to the conditions outlined in the license.
- The [MIT License](https://choosealicense.com/licenses/mit/) provides certain freedoms while preserving rights of attribution to the original creators.
- For more details, see the [LICENSE](LICENSE) file in this repository. in this repository.## Credits
**Author:** [Scott Grivner](https://github.com/scottgriv)
**Email:** [[email protected]](mailto:[email protected])
**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)
**Reference:** [Main Branch](https://github.com/scottgriv/php-order_notes_editor)---------------