Skip to content

ThisoeCode/tire-shop-talkie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tire Shop Talkie

© Thisoe

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)

public_html/

This dir contains the main files to put in your LAMP server.

About

  • Required preparation (stack): an LAMP server (uses .htaccess and MySQL)

  • App Language: Korean

  • ⚠️ App Timezone: Seoul

  • Feel free to contact Thisoe for customization or translation of the app to English, Chinese, or Japanese.

TODO List for Repo Cloners

  1. Change site name (search codebase ACME TIRE)

  2. Change public/ icon images

  3. Add password in login.php ($solidPW, $dynamicPW)

  4. 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;
  1. Add MySQL info in .htaccess

  2. Change timezone if needed (search codebase: TimeZone)

  3. Auth logics are all commented out.

    • If you want this app to require login, search TODO: throughout public_html/ dir. Then uncomment & modify the logics to fit your need.
  4. Modify lists of tire-sizes and wheel-sizes at config file.

  5. Copy all files except acc_exe directory into your Linux-Apache-MySQL-PHP stacked hosting server. Test if everything's working fine.


acc_exe/

This dir contains an npm package of desktop version of Accountance page, for better notification features.

TODO List for Repo Cloners

  1. Setting up public_html/ is required

  2. Change the URLs to your domain where public_html is hosted & DNS-ed

    • Search TODO.com throughout acc_exe.
  3. Follow instructions in README file under acc_exe dir


TODO List for Devs

Search /** @todo throughout codebase

public_html/

  • task_stat system
  • Air pressure unit conversion calculator 단위계산기

acc_exe/

  • Make Electron desktop app for accountance page
  • Add README.md under acc_exe, write instructions for exporting app as portable exe

About

(lang=ko) An app for truck tire shop's salesman to send order details to the accounting office.

Topics

Resources

License

Stars

Watchers

Forks

Contributors