Hello, I am getting a type error in a project I created. What does type error mean?
(mismatch of types)Tiplerin uyuşmazlığı ('1' numara parametresi) {CommonCommand.AddPurchaseDoc.CommandModule(17)}: NewDoc.Write("Satın alma oluşturuldu!") {CommonCommand.AddPurchaseDoc.CommandModule(5)}: AddPurchaseServer();
kaynağı: Tiplerin uyuşmazlığı ('1' numara parametresi)
I am creating an inventory report to keep a report of trades in a certain range. I can select the end of period part, but the begin of period part is not visible. Can you help me with this?