Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFR] 결제 기능 구현 #4

Closed
6 of 12 tasks
ParkIlHoon opened this issue Nov 27, 2020 · 0 comments
Closed
6 of 12 tasks

[NFR] 결제 기능 구현 #4

ParkIlHoon opened this issue Nov 27, 2020 · 0 comments
Labels
new feature New feature

Comments

@ParkIlHoon
Copy link
Owner

ParkIlHoon commented Nov 27, 2020

기능 설명

구매할 상품을 선택하고, 결제하는 POS 화면을 구현.

  • 당일 미용, 호텔, 유치원 스케쥴을 결제할 수 있어야함
  • 원하는 상품을 상품명 또는 바코드를 입력해 선택하고 결제할 수 있어야함
  • 고객으로 등록되어있지 않은 고객에게도 판매할 수 있어야함
  • 결제 내용은 이력을 남겨 통계/차트로 활용할 수 있어야함

프로세스

  1. select2 박스에서 원하는 상품이나 바코드를 입력해 상품 목록을 option으로 조회하고 선택하면 결제 목록에 추가
  2. 미용,호텔,유치원 목록의 항목을 선택하면 modal을 띄워 각각 추가적인 정보를 입력해 결제 목록에 추가
  3. 현금/카드 결제 버튼으로 결제를 수행
  4. 결제 완료 시 메시지큐를 발행해 결제 이력과 쿠폰 적립을 수행

연관 프로젝트

UI[FE]

  • user-ui
  • admin-ui-bootstrap

API[BE]

  • customer-api
  • sale-api
  • schedule-api
  • statistic-api
  • user-api
  • utils-api

INFRA[BE]

  • auth-server
  • eureka-server
  • gate-way
  • MQ
@ParkIlHoon ParkIlHoon added the new feature New feature label Nov 27, 2020
ParkIlHoon added a commit that referenced this issue Nov 29, 2020
ParkIlHoon added a commit that referenced this issue Dec 10, 2020
ParkIlHoon added a commit that referenced this issue Dec 10, 2020
ParkIlHoon added a commit that referenced this issue Dec 11, 2020
ParkIlHoon added a commit that referenced this issue Dec 11, 2020
ParkIlHoon added a commit that referenced this issue Dec 11, 2020
ParkIlHoon added a commit that referenced this issue Dec 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant