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

update: Qrcode feature #3

Merged
merged 51 commits into from
Jul 5, 2024
Merged

Conversation

fearlessforever
Copy link
Contributor

Resolves #2

Update:

  • DB migration ( order schema , table , etc )
  • Dashboard for order list / view
  • Display component
  • Api server for order route
  • Fix multiple node version problem for serve.dev.ts

image

image

Copy link

netlify bot commented Jul 2, 2024

Deploy Preview for warteg-andriawan ready!

Name Link
🔨 Latest commit a810909
🔍 Latest deploy log https://app.netlify.com/sites/warteg-andriawan/deploys/668453907d943600085e9518
😎 Deploy Preview https://deploy-preview-3--warteg-andriawan.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 95
Accessibility: 100
Best Practices: 100
SEO: 75
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Owner

@andriawan andriawan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the point of autocode here? @fearlessforever

@fearlessforever
Copy link
Contributor Author

fearlessforever commented Jul 3, 2024

generate formatted transaction id .its kinda like auto increment . but i get to set its prefix ( code ) .
example i set the prefix code for order id is YYYYMMDD -> 20240703 , then the autocode function will set the increment id for that prefix ( code )

since the prefix contains the date , the id will be reset when the date changes

@andriawan andriawan merged commit b599936 into andriawan:main Jul 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate QR for Order Confirmation
2 participants