fix: delete inventory adjustment gl entries

This commit is contained in:
Ahmed Bouhuolia
2025-06-15 17:51:44 +02:00
parent bbf9ef9bc2
commit 88ef60ef28
8 changed files with 86 additions and 48 deletions

View File

@@ -0,0 +1,26 @@
block head
style
include ./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