mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +00:00
25 lines
609 B
Plaintext
25 lines
609 B
Plaintext
block head
|
|
style
|
|
include ../../css/modules/financial-sheet.css
|
|
|
|
style.
|
|
!{customCSS}
|
|
|
|
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(style=column.style class='column--' + column.key)= column.label
|
|
tbody
|
|
each row in table.rows
|
|
tr(class=row.classNames)
|
|
each cell in row.cells
|
|
td(class='cell--' + cell.key)
|
|
span!= cell.value |