[ -d "${_EXEC}/${type}/" ] \
&& . "${_EXEC}/${type}/form.sh"
- read net tax gross junk <<-EOF
- $(sumtotal)
- EOF
-
cat <<-EOF
[form .invoice method=POST
- [h3 [a href="/doc/${id}" . $(DB3 get invnum |grep -xE '.+' || printf ????)]]
- [span .date . $(DB3 get date || printf ????-??-??)]
- [span .rcpt . $(DB3 get rcpt || printf ?)]
+ [h3 [a href="/doc/${id}" . $(DB3 get invnum |HTML)]]
+ [span .date . $(DB3 get date |HTML)]
+ [span .rcpt . $(DB3 get rcpt |HTML)]
[span .total . ${gross} €]
[select name=status
[option value=open $([ "$status" = open ] && printf selected=selected) . $(_ Open)]
[form .invoice .new method=POST
[label for=new_type . $(_ Type):]
[select #new_type name=type
- [option selected=selected]
$(for tmpl in "$_EXEC"/tmpl_*/; do
tmpl="${tmpl%/}" tmpl="${tmpl##*/}"
printf '[option value=%s . %s]' "$tmpl" "$(_ "$tmpl")"