hubl/src/views/partials/project/page-project-invoices.pug

20 lines
794 B
Plaintext
Raw Normal View History

2021-04-28 07:37:13 +00:00
div.segment.full.padding-large.sm-padding-top-small.sm-padding-right-xsmall.sm-padding-bottom-small.sm-padding-left-xsmall.border-bottom.border-color-grey.whitespace-normal
solid-display.text-xxlarge.text-letter-spacing-large(
bind-resources
fields='const-title1, number, customer.name, dash, name'
class-const-title1='text-color-heading text-bold text-uppercase'
class-number='text-color-heading text-bold text-uppercase word-spacing-right'
class-customer.name='text-color-heading text-bold text-uppercase'
class-dash='text-color-heading text-bold text-xlarge'
class-name=''
value-const-title1='N°'
value-dash=' - '
)
2021-04-15 13:57:17 +00:00
solid-invoicing(
bind-resources
2021-06-15 19:55:06 +00:00
upload-dir=`${extension.parameters.uploads}`
2021-05-12 10:10:47 +00:00
logo-dir=`${client.logo}`
2021-04-15 13:57:17 +00:00
uniq=extension.uniq
)