|
|
@@ -1378,7 +1378,7 @@ open class StockInLineService( |
|
|
} |
|
|
} |
|
|
@Transactional |
|
|
@Transactional |
|
|
|
|
|
|
|
|
/** FP-MTMS Version Checklist | Functions Ref. No. 46 | v1.0.1 | 2026-08-05 */ |
|
|
|
|
|
|
|
|
/** FP-MTMS Version Checklist | Functions Ref. No. 46 | v1.0.0 | 2026-08-03 */ |
|
|
private fun createStockLedgerForStockIn(stockInLine: StockInLine, inQty: Double) { |
|
|
private fun createStockLedgerForStockIn(stockInLine: StockInLine, inQty: Double) { |
|
|
val _t0 = System.nanoTime() |
|
|
val _t0 = System.nanoTime() |
|
|
fun _msSince(t: Long): Double = (System.nanoTime() - t) / 1_000_000.0 |
|
|
fun _msSince(t: Long): Double = (System.nanoTime() - t) / 1_000_000.0 |
|
|
|