[FIX/BE-US] adjustment recording and purchase stock log

This commit is contained in:
ragilap
2026-01-22 13:35:46 +07:00
parent e8c7b3f2a8
commit 04ec8560a7
5 changed files with 285 additions and 25 deletions
+2
View File
@@ -113,6 +113,8 @@ const (
StockLogTypeTransfer StockLogType = "TRANSFER"
StockLogTypeMarketing StockLogType = "MARKETING"
StockLogTypeChikin StockLogType = "CHICKIN"
StockLogTypePurchase StockLogType = "PURCHASE"
StockLogTypeRecording StockLogType = "RECORDING"
)
// -------------------------------------------------------------------