Skip to content

Tags: deeppunster/Food-Pantry-Inventory

Tags

Version-0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add recent PR's from Mike R. and John C. (w-a-r-m-inventory-system#199)

* docs: Added rST sample document and other documentation tweaks. (w-a-r-m-inventory-system#187)

* fix: Various UI tweaks to make the system run correctly. (w-a-r-m-inventory-system#184)

* fix: Various UI tweaks to make the system run correctly. (w-a-r-m-inventory-system#185)

* docs: Added rST sample document and other documentation tweaks.

- Added Restructured Text Examples.rst of commonly used rST markup.
- Broke the User Documentation into four documents for easier editing.
-- By making it four documents, multiple people can edit separate documents
   while minimizing the number of git conflicts.
-- A side effect of this split is that each document will be shown on a
   separate web page.

* cut & paste of manual move pallet code into recent version of dev branch (w-a-r-m-inventory-system#191)

* Incorporate John C.'s latest with the documentation changes made recently. (w-a-r-m-inventory-system#193)

* fix: Various UI tweaks to make the system run correctly. (w-a-r-m-inventory-system#184)

* fix: Various UI tweaks to make the system run correctly. (w-a-r-m-inventory-system#185)

* docs: Added rST sample document and other documentation tweaks. (w-a-r-m-inventory-system#186)

- Added Restructured Text Examples.rst of commonly used rST markup.
- Broke the User Documentation into four documents for easier editing.
-- By making it four documents, multiple people can edit separate documents
   while minimizing the number of git conflicts.
-- A side effect of this split is that each document will be shown on a
   separate web page.

* docs: Tweaks to documentation so Sphinx doesn't complain about spaces in file names. (w-a-r-m-inventory-system#188)

- Eliminated spaces in various file names because they were causing errors
   in Sphinx processing.

* docs: Tweaks to documentation so Sphinx doesn't complain about spaces in file names.

 - Eliminated spaces in various file names because they were causing errors
   in Sphinx processing.

* docs: Added rST sample document and other documentation tweaks. (w-a-r-m-inventory-system#187)

* fix: Various UI tweaks to make the system run correctly. (w-a-r-m-inventory-system#184)

* fix: Various UI tweaks to make the system run correctly. (w-a-r-m-inventory-system#185)

* docs: Added rST sample document and other documentation tweaks.

- Added Restructured Text Examples.rst of commonly used rST markup.
- Broke the User Documentation into four documents for easier editing.
-- By making it four documents, multiple people can edit separate documents
   while minimizing the number of git conflicts.
-- A side effect of this split is that each document will be shown on a
   separate web page.

docs: Tweaks to documentation so Sphinx doesn't complain about spaces in file names.
docs: Added rST sample document and other documentation tweaks. (w-a-r-m-inventory-system#187)
docs: Tweaks to documentation to minimize Sphinx errors.
cut & paste of manual move pallet code into recent version of dev branch (w-a-r-m-inventory-system#191)

Changes to be committed:
	modified:   docs/source/DeveloperDocumentation.rst
	new file:   docs/source/Individual Box Instructions.rst
	new file:   docs/source/Other Tools.rst
	modified:   docs/source/OtherTools.rst
	new file:   docs/source/Pallet Instructions.rst
	new file:   docs/source/Restructured Text Examples.rst
	modified:   docs/source/index.rst

* docs: Tweaks to documentation to minimize Sphinx errors.

 - Eliminated spaces in various file names because they were causing errors
   in Sphinx processing.

* cut & paste of manual move pallet code into recent version of dev branch (w-a-r-m-inventory-system#191)

* fix: Add an __init__ that got overlooked or deleted

* docs: Deleted stray files renamed outside of git.

* fix: make run_inv runnable again

* fix: Fix activity handling and minor tweaks to menus

- Fixed bug in activity handling when same box was filled twice in the same day.
- Fixed menus that were not displaying the user's title.
- Removed unnecessary comment and code in BoxManagement.py.

* Rebasing dev onto master - Apr. 8, 2020

* docs: Added rST sample document and other documentation tweaks. (w-a-r-m-inventory-system#187)

* fix: Various UI tweaks to make the system run correctly. (w-a-r-m-inventory-system#184)

* fix: Various UI tweaks to make the system run correctly. (w-a-r-m-inventory-system#185)

* docs: Added rST sample document and other documentation tweaks.

- Added Restructured Text Examples.rst of commonly used rST markup.
- Broke the User Documentation into four documents for easier editing.
-- By making it four documents, multiple people can edit separate documents
   while minimizing the number of git conflicts.
-- A side effect of this split is that each document will be shown on a
   separate web page.

Changes to be committed:
    modified:   docs/source/DeveloperDocumentation.rst
    new file:   docs/source/Individual Box Instructions.rst
    new file:   docs/source/Restructured Text Examples.rst
    modified:   docs/source/index.rst

* docs: Deleted stray files renamed outside of git.

* fix: make run_inv runnable again

* fix: Fix activity handling and minor tweaks to menus

- Fixed bug in activity handling when same box was filled twice in the same day.
- Fixed menus that were not displaying the user's title.
- Removed unnecessary comment and code in BoxManagement.py.

Co-authored-by: John Cassidy <jocassid@gmail.com>

* 03 docs pallet instructions (w-a-r-m-inventory-system#197)

* Subject: Change permission for run_inv to execute

* Subject: Change permission for run_inv to remove execute

* Subject: Change permission for run_inv to execute

* Subject: Change permission for run_inv to remove execute

* Subject: Automate Functional Testing

What happened: Added test_functional.py. Added '192.168.1.200' to settings.py to make easier testing across local network.

* Subject: Automate Functional Testing

What happened: Complete LogIn test class, started SelectPallet test class

* Subject: Added Documentation for PalletInstructions

What happened: Added documentation and images for PalletInstructions.rst

* Subject: Added _static directory and logo again

* Subject: Added PalletInstructions

What Happened: Created text and graphics for pallet instructions

* Subject: Removed my local IP address from ALLOWED_HOSTS in settings.py

* Subject: Removed stray comment reminding me to remove test IP address in settings.py

* Added code to delete image file after it's been processed. (w-a-r-m-inventory-system#196)

Co-authored-by: John Cassidy <jocassid@gmail.com>
Co-authored-by: babarehner <babarehner@gmail.com>