Vendor & contractor integration

This commit is contained in:
2021-06-10 05:20:29 -04:00
parent f2d7d9ee14
commit b16b55fa11
24 changed files with 1036 additions and 111 deletions

View File

@@ -67,6 +67,14 @@ class StaticFunctions {
}
}
public function getVendorRules () {
if(file_exists('assets/VendorRules.pdf')) {
return 'assets/VendorRules.pdf';
} else {
return 'assets/VendorRules.example.pdf';
}
}
public function getLogoText () {
if(file_exists('assets/logo-text.png')) {
return 'assets/logo-text.png';
@@ -119,4 +127,4 @@ class StaticFunctions {
}
}
}
}