diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php index 4ab83ae..efa3816 100755 --- a/Admin/Install/Media.php +++ b/Admin/Install/Media.php @@ -1,6 +1,6 @@ getStyle()->getFont()->getColor()->setARGB(PHPExcel_Style_Color::COL $badBudget->getStyle()->getFont()->setBold(true); // Set document properties -$excel->getProperties()->setCreator('Orange Management Solutions') +$excel->getProperties()->setCreator('Karaka Solutions') ->setLastModifiedBy('Dennis Eichhorn') ->setTitle('Event & Course Budget') ->setSubject('Budget Evaluation') diff --git a/tests/Models/NullReportTest.php b/tests/Models/NullReportTest.php index b4f22f1..8af4598 100644 --- a/tests/Models/NullReportTest.php +++ b/tests/Models/NullReportTest.php @@ -1,6 +1,6 @@ addListItem('File upload (e.g. excel, csv)', 1, $listFontStyleName, nu $section->addListItem('Database upload (e.g. sqlite)', 1, $listFontStyleName, null, $listParagraphStyleName); $section->addListItem('Database connection to local or remote database', 1, $listFontStyleName, null, $listParagraphStyleName); $section->addListItem('External APIs', 1, $listFontStyleName, null, $listParagraphStyleName); -$section->addListItem('Internal APIs (everything from the Orange Management backend)', 1, $listFontStyleName, null, $listParagraphStyleName); +$section->addListItem('Internal APIs (everything from the Karaka backend)', 1, $listFontStyleName, null, $listParagraphStyleName); $writer = IOFactory::createWriter($phpWord, 'Word2007'); $writer->save('php://output'); diff --git a/tests/depreciation/view.pdf.php b/tests/depreciation/view.pdf.php index 242444c..9bc3f19 100644 --- a/tests/depreciation/view.pdf.php +++ b/tests/depreciation/view.pdf.php @@ -79,8 +79,8 @@ $pdf->SetXY(15, 262); $pdf->SetTextColor(54, 151, 219); $text = <<request->getData('date') ?? $objPHPPresentation = new PhpPresentation(); -$objPHPPresentation->getDocumentProperties()->setCreator('Orange Management') - ->setLastModifiedBy('Orange Management') - ->setTitle('Orange Management - Demo Report') - ->setSubject('Orange Management - Demo Report') +$objPHPPresentation->getDocumentProperties()->setCreator('Karaka') + ->setLastModifiedBy('Karaka') + ->setTitle('Karaka - Demo Report') + ->setSubject('Karaka - Demo Report') ->setDescription('Demo') ->setKeywords('demo helper report') ->setCategory('demo'); @@ -296,7 +296,7 @@ $shape->createParagraph()->createTextRun('File upload (e.g. excel, csv)'); $shape->createParagraph()->createTextRun('Database upload (e.g. sqlite)'); $shape->createParagraph()->createTextRun('Database connection to local or remote database'); $shape->createParagraph()->createTextRun('External APIs'); -$shape->createParagraph()->createTextRun('Internal APIs (everything from the Orange Management backend)'); +$shape->createParagraph()->createTextRun('Internal APIs (everything from the Karaka backend)'); $shape = new File(); $shape->setName('Company Logo') diff --git a/tests/depreciation/view.tpl.php b/tests/depreciation/view.tpl.php old mode 100644 new mode 100755 index f8ba6c2..3c774c8 --- a/tests/depreciation/view.tpl.php +++ b/tests/depreciation/view.tpl.php @@ -1,6 +1,6 @@ request->getData('duration') ?? 10); $spreadsheet = new Spreadsheet(); -$spreadsheet->getProperties()->setCreator('Orange Management') - ->setLastModifiedBy('Orange Management') - ->setTitle('Orange Management - Depreciation Demo') - ->setSubject('Orange Management - Depreciation Demo') +$spreadsheet->getProperties()->setCreator('Karaka') + ->setLastModifiedBy('Karaka') + ->setTitle('Karaka - Depreciation Demo') + ->setSubject('Karaka - Depreciation Demo') ->setDescription('Demo') ->setKeywords('demo helper depreciation') ->setCategory('demo');