@@ -72,7 +72,7 @@
<footer>
© {{currentDate.getFullYear()}}
{{cs.getLabel('companyName.full','Software Optima Sdn. Bhd.')}}
- <span style="font-size: x-small;">(ver. {{cs.info?.version}})</span>
+ <a class="version-short" href="../assets/realease_notes.html" target="_blank">(ver. {{cs.info?.version}})</a>
</footer>
</div>
@@ -0,0 +1,20 @@
+<html>
+ <style>
+ body {
+ background-color: black;
+ color: azure;
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ margin-left: 10px;
+ }
+ h3 {
+ color: rgb(206, 147, 206);
+ </style>
+ <body>
+ <h1 id="app-name"> Financial Information System (FIS)</h1>
+ <h3 id="ver-240802-nightly"> ver. 240809-nightly</h3>
+ <p><b style="color:aqua">[App]</b> initial nightly version release<br/>
+ </p>
+
+ </body>
+</html>
@@ -0,0 +1,4 @@
+# Financial Information System (FIS)
+### ver. 240809-nightly
+[App] initial nightly version release
@@ -3,5 +3,5 @@
"orgnProfile":{
"companyName":"Software Optima Sdn. Bhd."
},
- "version":"240501"
+ "version":"240809-nightly"
}