Hi,
Can you some one share the document or guide, how can i create a new custom report in RMS
Regards
Phani
*This post is locked for comments
Hi,
Can you some one share the document or guide, how can i create a new custom report in RMS
Regards
Phani
*This post is locked for comments
File no longer available, can you re-upload the file and send me a new link.
Thanks
declare @DeleteDate date
Set @DeleteDate = '01-01-2015'
DELETE TransactionEntry FROM [Transaction]
WHERE
TransactionTime < @DeleteDate
AND TransactionEntry.TransactionNumber = [Transaction].TransactionNumber
AND [Transaction].CustomerID = 0
DELETE TaxEntry FROM [Transaction]
WHERE [Transaction].time <@DeleteDate
AND TaxEntry.TransactionNumber = [Transaction].TransactionNumber
AND [Transaction].CustomerID = 0
DELETE [Transaction]
WHERE [Transaction].Time < @DeleteDate
AND [Transaction].CustomerID = 0
DELETE Journal
where [Journal].CustomerID = 0
and [Journal].Time <@DeleteDate
DELETE TenderEntry FROM [Transaction]
WHERE [Transaction].time < @DeleteDate
and CustomerID = 0
--DBCC SHRINKDATABASE (MYDB)
Hi did you get the crystal reports tutorial for RMS? Can you poease send it!
i need a good bundle of reports and also be abke to create mine
You can use this crystal report tutorial as reference:
You can download here:
Crsytal report v8.5
Hi Marcito,
Thanks for your response on this,
We are using RMS 2.0
What version of rms you are using?
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,375
Most Valuable Professional
nmaenpaa
101,156