This is a web app for truck (245~445/12R sized) tire shop's inner-shop communicating app.
- Salesman --> accounting office
- Receptionist --> yard monitor
- Calculation tools (air pressure unit conversion)
This dir contains the main files to put in your LAMP server.
-
Required preparation (stack): an LAMP server (uses
.htaccessand MySQL) -
App Language: Korean
-
⚠️ App Timezone: Seoul -
Feel free to contact Thisoe for customization or translation of the app to English, Chinese, or Japanese.
-
Change site name (search codebase
ACME TIRE) -
Change
public/icon images -
Add password in login.php (
$solidPW,$dynamicPW) -
Create MySQL table (fill in the table name):
CREATE TABLE `` (
`no` int(11) NOT NULL,
`auto_datetime` datetime NOT NULL,
`dt` int(11) UNSIGNED NOT NULL,
`ctnt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`ctnt`))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;-
Add MySQL info in .htaccess
-
Change timezone if needed (search codebase:
TimeZone) -
Auth logics are all commented out.
- If you want this app to require login,
search
TODO:throughoutpublic_html/dir. Then uncomment & modify the logics to fit your need.
- If you want this app to require login,
search
-
Modify lists of tire-sizes and wheel-sizes at config file.
-
Copy all files except
acc_exedirectory into your Linux-Apache-MySQL-PHP stacked hosting server. Test if everything's working fine.
This dir contains an npm package of desktop version of Accountance page, for better notification features.
-
Setting up
public_html/is required -
Change the URLs to your domain where
public_htmlis hosted & DNS-ed- Search
TODO.comthroughoutacc_exe.
- Search
-
Follow instructions in README file under
acc_exedir
Search
/** @todothroughout codebase
-
task_statsystem - Air pressure unit conversion calculator
단위계산기
- Make Electron desktop app for accountance page
- Add README.md under
acc_exe, write instructions for exporting app as portable exe