6 Commits
Author SHA1 Message Date
ztimson 20b8f0acbe Update LICENSE 2023-12-16 00:54:23 +00:00
ztimson 95ae6f0790 Update README.md 2023-12-06 20:05:13 +00:00
ztimson 0c581673d7 Update README.md 2023-12-01 18:58:11 +00:00
ztimson f16a209664 Updated .gitignore 2023-11-27 13:26:24 -05:00
ztimson 20631a7442 Removed unused 2023-11-27 13:25:21 -05:00
ztimson b410fe6fcd Update README.md 2023-11-27 18:23:34 +00:00
8 changed files with 21 additions and 20 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
# Created by .ignore support plugin (hsz.mobi) # Created by .ignore support plugin (hsz.mobi)
.idea/ .idea
FormulaManager.iml FormulaManager.iml
out/
temp
out
View File
+6 -5
View File
@@ -12,7 +12,7 @@
Formula Recording Software Formula Recording Software
<!-- Repo badges --> <!-- Repo badges -->
[![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/fhsons/formula-manager%3Ftoken%3D35a3bf73a216782a7435f86117412bcb9784b716/tags&query=$[0].name)](https://git.zakscode.com/fhsons/formula-manager/tags) [![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/fhsons/formula-manager/tags%3Ftoken%3D35a3bf73a216782a7435f86117412bcb9784b716&query=$[0].name)](https://git.zakscode.com/fhsons/formula-manager/tags)
[![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/fhsons/formula-manager%3Ftoken%3D35a3bf73a216782a7435f86117412bcb9784b716&query=open_pr_counter)](https://git.zakscode.com/fhsons/formula-manager/pulls) [![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/fhsons/formula-manager%3Ftoken%3D35a3bf73a216782a7435f86117412bcb9784b716&query=open_pr_counter)](https://git.zakscode.com/fhsons/formula-manager/pulls)
[![Issues](https://img.shields.io/badge/dynamic/json.svg?label=Issues&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/fhsons/formula-manager%3Ftoken%3D35a3bf73a216782a7435f86117412bcb9784b716&query=open_issues_count)](https://git.zakscode.com/fhsons/formula-manager/issues) [![Issues](https://img.shields.io/badge/dynamic/json.svg?label=Issues&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/fhsons/formula-manager%3Ftoken%3D35a3bf73a216782a7435f86117412bcb9784b716&query=open_issues_count)](https://git.zakscode.com/fhsons/formula-manager/issues)
@@ -20,8 +20,7 @@
--- ---
<div> <div>
<a href="https://git.zakscode.com/fhsons/formula-manager/wiki" target="_blank">Documentation</a> <a href="https://git.zakscode.com/fhsons/formula-manager/releases" target="_blank">Release Notes</a>
• <a href="https://git.zakscode.com/fhsons/formula-manager/releases" target="_blank">Release Notes</a>
• <a href="https://git.zakscode.com/fhsons/formula-manager/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a> • <a href="https://git.zakscode.com/fhsons/formula-manager/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a>
• <a href="https://git.zakscode.com/fhsons/formula-manager/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a> • <a href="https://git.zakscode.com/fhsons/formula-manager/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a>
</div> </div>
@@ -39,7 +38,9 @@
## About ## About
<img alt="Screenshot" src="./splash.png" width="60%" height="auto"> <img alt="Screenshot" src="./splash.png" width="50%" height="auto">
**Deprecated:** Please use [Formula Manager 2](https://git.zakscode.com/fhsons/formula-manager-2)
Formula Manager is a Java program written to record chemical formulas & break them down into the required materials & vendors. Formula Manager is a Java program written to record chemical formulas & break them down into the required materials & vendors.
@@ -63,7 +64,7 @@ All formulas are maintained by FH & Sons and are synced to the client through th
- [Java JDK](https://www.oracle.com/java/technologies/downloads/) - [Java JDK](https://www.oracle.com/java/technologies/downloads/)
#### Instructions #### Instructions
1. Download the latest release 1. [Download](https://git.zakscode.com/fhsons/formula-manager/releases/download/1.0.0/formula-manager_1.0.0.zip) the latest [release](https://git.zakscode.com/fhsons/formula-manager/releases/)
2. Extract to desired install directory 2. Extract to desired install directory
3. Run `Formula Manager.jar` 3. Run `Formula Manager.jar`
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.