# How to create cafe billing

**URL:** https://community.glideapps.com/t/how-to-create-cafe-billing/43558
**Category:** Ask for Help
**Created:** [June 27, 2022, 3:08am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558 "2022-06-27T03:08:09Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Philip\_Lim](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/philip_lim/32/5370_2.png) [@Philip\_Lim](https://community.glideapps.com/u/Philip_Lim)
#### Post date: [June 27, 2022, 3:08am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558/1 "2022-06-27T03:08:09Z")

</div>

Hi. I wonder if it is possible to create a glide app for cafe billing? cafe staff clicks a few items on menu and proceeds to a page with the bill, and send to print. I can’t find any suitable templates with this function as i’m wondering if it is possible to create this type of glide app. thank you for your help

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 27, 2022, 3:16am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558/2 "2022-06-27T03:16:28Z")

</div>

Yes, that would be possible.  
The most difficult part would be the printing. You’d need a printer with an API that can posted to.

---

<div class="post-metadata">

### Author: ![Philip\_Lim](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/philip_lim/32/5370_2.png) [@Philip\_Lim](https://community.glideapps.com/u/Philip_Lim)
#### Post date: [June 27, 2022, 3:18am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558/3 "2022-06-27T03:18:43Z")

</div>

Thanks darren. What about just creating the bill into a downloadable pdf?  
is that possible?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 27, 2022, 3:36am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558/4 "2022-06-27T03:36:08Z")

</div>

Yes, that’s possible. You’ll need to use an external service to generate the PDF, but there are several options available.

---

<div class="post-metadata">

### Author: ![Philip\_Lim](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/philip_lim/32/5370_2.png) [@Philip\_Lim](https://community.glideapps.com/u/Philip_Lim)
#### Post date: [June 27, 2022, 4:04am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558/5 "2022-06-27T04:04:40Z")

</div>

oh i see thank you. Wonder if you can show me a template that has this billing export to pdf function? or something similar to creating an invoice or bill? Thank you

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 27, 2022, 6:08am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558/6 "2022-06-27T06:08:58Z")

</div>

I don’t think you’ll find any templates, but if you search here for PDF you should find lots of related topics. Here are a couple of examples:

> [@How to generate a PDF in pdfmonkey.io via Zapier](https://community.glideapps.com/t/how-to-generate-a-pdf-in-pdfmonkey-io-via-zapier/27325):
>
> I want to premise that the method I am presenting here is currently the only one that I have tested and for which I am sure that it works. It is likely that there are better methods than mine; I think that through webhook it is possible to do better than this but I have not yet had the opportunity to experience it. In any case, if you want to know how to generate a PDF from your sheet which is the datasource of your Glide application, this tutorial will probably be useful for you. So let’s ge…

> [@rocket Generate signed PDFs with PDF.co](https://community.glideapps.com/t/generate-signed-pdfs-with-pdf-co/32502):
>
> Check this out: Submit a form with name, date, signature and PDF coversheets Webhook to Integromat Adds signature, etc to the PDF Merges it with other PDF uploads from form Store it or send it anywhere

---

<div class="post-metadata">

### Author: ![Philip\_Lim](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/philip_lim/32/5370_2.png) [@Philip\_Lim](https://community.glideapps.com/u/Philip_Lim)
#### Post date: [June 27, 2022, 6:39am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558/7 "2022-06-27T06:39:04Z")

</div>

Hey Thank you so much, Darren:)

---

<div class="post-metadata">

### Author: ![rayo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rayo/32/91372_2.png) [@rayo](https://community.glideapps.com/u/rayo)
#### Post date: [June 27, 2022, 6:43am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558/8 "2022-06-27T06:43:29Z")

</div>

In the Items table of your app you would need an html or markdown line

- ex. HTML (…)
- Markdown (| Peri Peri Chicken 500G | x 1 |)

in the orders table of your app you need to join all items HTML & Markdown

if you use markdown you can convert to PDF using zapier.  
if you use HTML its way easier and nicer bill then you can also use zapier to convert to pdf or [Try our HTML to PDF & XLS API](https://docraptor.com/try_it_out)

soon we will try sending markdown to the printer, but its a bit annoying also don’t forget its not easy to order the items in the bill the way you like. its gonna come in sheet order.

---

<div class="post-metadata">

### Author: ![Philip\_Lim](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/philip_lim/32/5370_2.png) [@Philip\_Lim](https://community.glideapps.com/u/Philip_Lim)
#### Post date: [June 27, 2022, 8:37am UTC](https://community.glideapps.com/t/how-to-create-cafe-billing/43558/9 "2022-06-27T08:37:06Z")

</div>

Hi Rayo, Thanks.

This sounds good too.  
Can you explain how i can do the html on my gilde app? And how i can link a the glide app to docraptor to create a pdf or xls?

Thanks
