Compare commits

...

17 Commits

Author SHA1 Message Date
Misaka_Company
ad2f318f80 Add WareShipManifest as submodule 2026-07-30 14:26:05 +08:00
Misaka
a8bc54653a feat: add temp storage shelf (B prefix) support
Update submodules with temp storage shelf functionality. Add _is_temp_storage_location() helper,
temp_stored status, and UI support for B-prefix location codes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-25 22:48:51 +08:00
Misaka
44d5de0b45 chore: update pad_scanner submodule with accessory boxing support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-24 18:01:34 +08:00
Misaka_Company
37efc8df64 chore: update pad_scanner submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-21 16:58:10 +08:00
Misaka_Company
16da0bfed9 chore: update pad_scanner submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-21 16:25:25 +08:00
Misaka_Company
6d057c668c chore: update pad_scanner submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 18:59:17 +08:00
Misaka_Company
d5c657ce98 chore: update pad_scanner submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 18:15:48 +08:00
Misaka_Company
3ca4c783ae chore: update pad_scanner submodule (commit message English rewrite)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 17:29:22 +08:00
Misaka_Company
a5e13da70e chore: update pad_scanner submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 16:26:47 +08:00
Misaka_Company
f97beeb499 chore: update pad_scanner submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 14:46:47 +08:00
Misaka_Company
92a349ad33 chore: update pad_scanner submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 14:22:07 +08:00
Misaka_Company
2a7aab5b49 chore: update pad_scanner submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 12:41:15 +08:00
Misaka_Company
cdc2158360 chore update pad scanner submodule 2026-05-18 15:07:47 +08:00
Misaka_Company
c1432e2575 chore: update submodule references
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-18 12:36:34 +08:00
Misaka_Company
f28e78997d chore: update pad_scanner submodule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-18 11:26:51 +08:00
Misaka_Company
e182ad8db0 chore: update submodules for shelf overview 2026-05-15 08:45:54 +08:00
Misaka_Company
aad48b5253 chore: update submodule references 2026-05-15 08:19:49 +08:00
5 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@@ -18,3 +18,5 @@ Thumbs.db
.claude/ .claude/
.sisyphus/ .sisyphus/
.agents/ .agents/
tmp/

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "services/fastapi"] [submodule "services/fastapi"]
path = services/fastapi path = services/fastapi
url = git@gitea.server10086.icu:CargoTrace/fastAPI.git url = git@gitea.server10086.icu:CargoTrace/fastAPI.git
[submodule "WareShipManifest"]
path = WareShipManifest
url = git@gitea.server10086.icu:CargoTrace/WareShipManifest.git

1
WareShipManifest Submodule

Submodule WareShipManifest added at 4dc563cdd9