Files
bigcapital/packages/server/resources/views/modules/financial-sheet.pug
2024-02-10 22:20:54 +02:00

21 lines
469 B
Plaintext

block head
style
//- include ../../css/modules/financial-sheet.css
block content
.sheet
.sheet__header
.sheet__company-name=organizationName
.sheet__sheet-type=sheetName
.sheet__sheet-date=sheetDate
table.sheet__table
thead
tr
each column in table.columns
th= column.label
tbody
each row in table.rows
tr
each cell in row.cells
td= cell.value