De invloed van ERP op de financiële performance

Informatietechnologie speelt een steeds belangrijkere rol binnen het bedrijfsleven. Ook op het terrein van financieel management en financiële verslaggeving heeft informatietechnologie (ict) een bepalende rol. Steeds meer bedrijven installeren ERP-systemen (ERP staat voor Enterprise Resource Planning). Er is echter nog niet veel onderzoek gedaan naar het…

Shortcut to RTC reports

If you have reports that you view frequently, you may want to add a shortcut to your role center. - Find the report you want to add by navigating using the DEPARTMENT menu option. - Select the functional area where the report is located. - Continue…

Here is how to format XMLDOM output nicely

Gave me a hard time, so I thought I would share. If you don't do this, everything will be in one line... //Name DataType Subtype Length //Outs OutStream //F File //Reader Automation 'Microsoft XML, v6.0'.SAXXMLReader60 //Writer Automation 'Microsoft XML, v6.0'.MXXMLWriter60 F.QUERYREPLACE(FALSE); F.CREATE(FileName); F.CREATEOUTSTREAM(Outs); IF ISCLEAR(Writer) THEN…