Procházet zdrojové kódy

update report

tags/Baseline_30082024_BACKEND_UAT
cyril.tsui před 1 rokem
rodič
revize
c4817fea07
11 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt
  2. binární
      src/main/resources/templates/report/AR01_Late Start Report v01.xlsx
  3. binární
      src/main/resources/templates/report/AR02_Delay Report v02.xlsx
  4. binární
      src/main/resources/templates/report/AR03_Resource Overconsumption.xlsx
  5. binární
      src/main/resources/templates/report/AR04_Cost and Expense Report v02.xlsx
  6. binární
      src/main/resources/templates/report/AR05_Project Completion Report.xlsx
  7. binární
      src/main/resources/templates/report/AR06_Project Completion Report with Outstanding Accounts Receivable v02.xlsx
  8. binární
      src/main/resources/templates/report/AR07_Project P&L Report v02.xlsx
  9. binární
      src/main/resources/templates/report/AR08_Monthly Work Hours Analysis Report.xlsx
  10. binární
      src/main/resources/templates/report/EX01_Financial Status Report.xlsx
  11. binární
      src/main/resources/templates/report/EX02_Project Cash Flow Report.xlsx

+ 2
- 2
src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt Zobrazit soubor

@@ -759,7 +759,7 @@ open class ReportService(

if (groupedInvoices.containsKey(result)) {
groupedInvoices[result]!!.forEachIndexed { _, invoice ->
sheet.getRow(rowIndex++).apply {
sheet.createRow(rowIndex++).apply {
createCell(0).apply {
setCellValue(result)
}
@@ -797,7 +797,7 @@ open class ReportService(
}

if (groupedTimesheets.containsKey(result)) {
sheet.getRow(rowIndex++).apply {
sheet.createRow(rowIndex++).apply {

createCell(0).apply {
setCellValue(result.format(dateFormatter))


binární
src/main/resources/templates/report/AR01_Late Start Report v01.xlsx Zobrazit soubor


binární
src/main/resources/templates/report/AR02_Delay Report v02.xlsx Zobrazit soubor


binární
src/main/resources/templates/report/AR03_Resource Overconsumption.xlsx Zobrazit soubor


binární
src/main/resources/templates/report/AR04_Cost and Expense Report v02.xlsx Zobrazit soubor


binární
src/main/resources/templates/report/AR05_Project Completion Report.xlsx Zobrazit soubor


binární
src/main/resources/templates/report/AR06_Project Completion Report with Outstanding Accounts Receivable v02.xlsx Zobrazit soubor


binární
src/main/resources/templates/report/AR07_Project P&L Report v02.xlsx Zobrazit soubor


binární
src/main/resources/templates/report/AR08_Monthly Work Hours Analysis Report.xlsx Zobrazit soubor


binární
src/main/resources/templates/report/EX01_Financial Status Report.xlsx Zobrazit soubor


binární
src/main/resources/templates/report/EX02_Project Cash Flow Report.xlsx Zobrazit soubor


Načítá se…
Zrušit
Uložit