Initial SFERA platform baseline
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Procedure Posting()
|
||||
CheckStock();
|
||||
Movements.StockBalance.Write();
|
||||
EndProcedure
|
||||
|
||||
Function CheckStock()
|
||||
Query = New Query;
|
||||
Query.Text =
|
||||
"SELECT
|
||||
Stock.Item
|
||||
FROM
|
||||
AccumulationRegister.StockBalance AS Stock";
|
||||
EndFunction
|
||||
Reference in New Issue
Block a user