mandreshope 4c18b05e18 feat: Adds API for backorder confirmation flow
Implements the API calls necessary to handle backorder confirmations.

This enables the application to manage scenarios where the received product quantity is less than requested. It provides functions to:
- Generate the backorder confirmation popup.
- Process the confirmation to create a backorder.
- Process the confirmation to cancel the backorder.
2025-08-02 20:40:08 +03:00
2025-07-30 09:19:44 +03:00
2025-07-30 09:19:44 +03:00
2025-07-30 09:19:44 +03:00
2025-07-30 09:19:44 +03:00
2025-07-30 09:19:44 +03:00
2025-07-30 09:19:44 +03:00
2025-07-30 09:19:44 +03:00
2025-07-30 09:19:44 +03:00
2025-06-19 16:41:41 +03:00
2025-06-19 16:41:41 +03:00
2025-07-31 14:27:16 +03:00

e_scan

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

flutter_launcher_icons

Icon launcher generator

flutter pub run flutter_launcher_icons:main

Development tool

This projects uses code generator

dart run build_runner build
dart run build_runner build --delete-conflicting-outputs
  • Run this command to detect packages unused
dart pub global activate dependency_validator && dart pub run dependency_validator

Increment version and generate changelog

Run this script in project root to create apk

Usage: ./scripts/version_and_changelog.sh

Build apk

Run this script in project root to create apk

Usage: ./scripts/build_app.sh [android|ios|both]
  android - Build only the Android APK
  ios     - Build only the iOS IPA (macOS only)
  both    - Build both Android APK and iOS IPA (macOS only)
Description
No description provided
Readme 1.6 MiB
Languages
Dart 64.4%
HTML 24.2%
C++ 4.5%
CMake 3.6%
Shell 2.1%
Other 1.2%