Code Monkey home page Code Monkey logo

tmma-report-project's Introduction

Taipei Mixed Martial Art Project

Background

After I finished implementing the ERP system for this company in May, 2018, TMMA asked me to add several extra functions, including report and batch processing.

After adding five new functions, executing individual code started to become tedious.

Therefore, I created an application to organize all the extra functions to be more productive.

This project spent around 10 months and eventually they can fully utilize ERP sytem.

Pain Point

In their ERP system, the POS system and inventory system are separated. Their employee had to spend plenty of time integrating the sales data from both systems every month. Also, their business has some unique procedures that the standard system does not support. Therefore, I developed an application to integrate all the functions.

File introduction

This file works as a config file. It records the following information for the MSSQL database.

serverid      // SQL server id

user      // SQL user account

passward      // SQL account

database      // target database

apploginpwd      // the password to login into this application. (They need some safety control)

fontpath      // for special font

outputpath      // sometimes their staff need to create some plots by themselves. So this path where output excel file will go

This file is a login interface.

This file is for all the logic and commend for the application.

I created a lot of store procedures in the database. Those .sql files are to call those store procedures when they click certain buttons.

  1. Buyonegetonefree.sql      // Automatically insert cretain genre of products to a buy one get on free table

  2. Adjustmin.sql      // Automatically adjust the POS system's price of certain product

  3. posall.sql      // Automatically insert cretain genre of products to a pos buy one get on free table

  4. All the store procedure will be put in All store procedures!

Check here to see the Application Instruction!

tmma-report-project's People

Contributors

red574890 avatar

Watchers

 avatar

Forkers

itinghuang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.