Add basic information

This commit is contained in:
cosmos 2024-08-10 10:55:03 -05:00
parent 108d983d74
commit 91bb2bce93

View File

@ -1 +1,3 @@
{{ purchase.customer }}
<p><b>Date:</b> {{ purchase.date }}</p>
<p><b>ID:</b> {{ purchase.id }}</p>
<p><b>Customer:</b> {{ purchase.customer }}</p>