Learn Bubble with 500+ tutorials, courses & AI Assistant ✨

Limited time launch offer get $80 off today

7 days 23 hours 13 minutes 28 seconds
SAVE $80 NOW
Planet No Code logo
Bubble.io CoachingFounder MentoringSponsorships
LoginLearn Bubble.io

Let’s Build a No Code Invoice Web App - Part 2

Learn how to create an invoicing app with no code using Bubble.io in this tutorial. Discover the power of no-code app development and streamline your invoicing process effortlessly.

Join now $19/monthLearn more
Get 500+ tutorials, a No-Code AI Assistant, 4 premium courses, and everything you need to build faster!
Let’s Build a No Code Invoice Web App - Part 2
Explore these topics...
Workflow
Go to page
Design

With just this tutorial learn...

Create invoices in seconds: Learn how to build a powerful invoice app with no-code Bubble!

Master Bubble's repeating groups: Discover tips for adding and displaying dynamic invoice items effortlessly.

Improve your app's UX: See how to reset input fields and link to individual invoice pages for a smoother user experience.

With membership you'll...

Learn how to build a ChatGPT Clone, Custom CRM for your business & SaaS Marketing website with Webflow & AI.

Unlock 500+ Bubble tutorial videos with AI powered Q&A.

Debug your Bubble app instantly with our custom trained No Code AI Assistant.

Join now $19/month
Risk-free! 14-day money-back guarantee. Cancel anytime.

Improving the User Experience

Welcome to part two of my mini-series looking at how to build an invoicing app with no code. We've got as far as being able to create different invoices and set due dates. Let me give you a quick demo. There we go. There's our test three invoice. There's the updated due date for the 18th. Let's immediately make an improvement here that's going to help the UX. That's the user experience. On our button click workflow, we're currently creating a new invoice. And I'm going to say reset relevant inputs because that means that when a user clicks the button, so we'll say test for change this to 17th create invoice, it resets it back. So that that's useful if the users need to really quickly, rapidly enter data, create more than one entry for that data type.

Creating an Invoice Page Template

In this video, I'm going to show you how we can click through from a seven this repeating group to a page all about invoice and then seeing how time goes being able to add individual items to that invoice. In fact, I think we will definitely get there because if you're learning Bubble, then we've got hundreds of Bubble tutorial videos by clicking the link down in the description. You can get access to them. Let's go back into our app here and I'm now going to add a new page and this will be called invoice. And this is going to be a template for and for each invoice. So I don't need to if I have 10 invoices in my app, I don't need 10 different pages. I can just do it with one page setting up as a template for invoices.

Setting Up the Invoice Page

So I'll click create. And first thing I'm going to do is change the type of content to invoice because I want it Bubble to insist that every time I link through to this page, I have to send one invoice from the database. Otherwise, it's not going to function very well as a template. So let's not pay too much attention to design, but I am going to make it into a column. And then let's take our text here and make it header because this is going to be our current page's invoice description. I'm going to copy and paste it and hold shift to select both of them and group them into a row. Space between because in here I'll put current pages invoices due date format as something like that. Cool.

Design Tip for Visualization

OK, here's a quick tip. We can see that that's way bigger than it needs to be is pushing our canvas all around. Of course, that doesn't matter to our end user. They're not going to see that the due date is taking up four lines, but I can use the place of the text. Just to help me visualize the space that is required for each element.

Linking to the Invoice Page

OK, let's now talk about adding in. No, let's link through to it. We'll link through to it. Make micro steps in our progress. So I want to be able to click anywhere in this cell and for it to link through to a page all about that invoice. So I'm going to select both of them. Elements in my cell. You can see the two text labels here. I'm going to group them into a row. And then when this row is clicked, notice I'm doing the group rather than the individual elements. That's so that if anything inside that group is clicked, this workflow still takes action. So I'm going to add in a workflow and say navigation. Go to page. Invoice. OK, this is a required field because I have to send an invoice through to the invoice page. And so I can say current cells invoice. Let's give a demo of that. We'll go preview. So if I click on test two. It takes me through to the test two page. Isn't that quick? Easy? Simple. The power of no code. The power of no code app development with Bubble.

Adding Individual Items to Invoices

What's next? So back to our invoice page. We want to add in individual items. Now this is going to be very similar to what we did on the previous page of adding in invoices. So I'm not going to pay attention to the design here. I'll say add item. And then I need a repeating group because I want to list through the items that have been added to this invoice. So we'll have. So data type is item. Fixed number of rows. No. I'm not going to do a search for here because if my app takes off, I could have thousands of invoice items. And I don't want to have to search through thousands of items to find the right item for this invoice or the right list of items for this invoice. Because that's inefficient. I don't want to go from thousands of entries in my database to five because there are five items in this invoice. I'd rather just say here's my list of five.

Setting Up the Repeating Group

So I'm going to say current pages invoice. Items. Because that's a field list of items on my items data type. Let me just point that out to you in case that's not clear. So we're going to data data types invoice items list of items. That's what works like that because a repeating group has to take a list. So let's set this up. I'm going to set this up to be really easily editable in the future. So I'm going to put an input in rather than a text label. So my input will be. Let's make that a little bit higher. Fifty two is quite a good height for text. I'm going to make this a little bit longer. Again, I'm not paying much attention to the design here. I'm using a lot of fixed widths as pixel values. That's not going to be great if you want to make this responsive. It's best to use percentage or to use conditional tabs to make it adaptive to page width. But this is going to be item description. That's going to be a type text and it should not be empty.

Adding More Fields to the Repeating Group

And I'm going to copy and paste this into there. And this will be much smaller because this will be quantity. So I'll just put in Q for quantity. I want this to be a row. There we go. And then we're going to have a unit price. So this will be currency. That'll make it a little bit wider. And then I'm also going to have in total. Right. I'm going to just show you some tips to make this a little bit neater. I'm grouping all of the elements. I'm going to group them into a row because then I can use space between. Much better. Okay. I'm going to update one of my data fields here. Item price. I didn't think of this earlier. So I'm going to say this is the unit price. And then we'll say total price.

Creating a Workflow for Adding Items

Okay. So when someone clicks add item, we need to create a row in this table. So let's say add item. Create a new thing. Item. Now I've not got a form next to my button. I'm going to allow people to edit the data as soon as it's in that table, that repeating group. But you could do it differently. You could... basically what I'm saying is I'm not filling in any of these fields here. But at the moment, if I create a item, there's no association between that item and the invoice that's being displayed on this page. So I then add a second step. I say make changes to a thing. Current pages invoice. And I'm going to say items. That's my list of items. Add result of step one. So now this is adding it into that list. And I have some sort of relationship in my database between the invoice and the items.

Testing the Invoice Page

So let's go back into preview. Ah, okay. Right. Here we go. Didn't spot this. Didn't think of it. I'm getting lorem ipsum, which is dummy text. And that's because the URL I've gone to is for a invoice. But I've not supplied, you know, by clicking the preview button in the editor, I've not said I'll preview this particular invoice. In fact, I don't have any invoice. I don't have invoices. I don't have any invoice items in my database. So this is not particularly helpful. In fact, it's quite misleading. What I need to do is go to index, then preview. In fact, let's open this in a new tab. Now if I click through onto one of my invoice pages, I get actual data on the invoice and I don't get any dummy content. So now if I click add item, I only get the ones that I click in by clicking add item. So if I type in here, widget one, and then refresh, nothing happens. Again, I'm going to just got an hour on the time. I'm going to cover how we can auto save changes to the repeating group in the next video.

Table of contents

Improving the User Experience
Creating an Invoice Page Template
Setting Up the Invoice Page
Design Tip for Visualization
Linking to the Invoice Page
Adding Individual Items to Invoices
Setting Up the Repeating Group
Adding More Fields to the Repeating Group
Creating a Workflow for Adding Items
Testing the Invoice Page
Your No-Code Journey Starts Here

The best way to learn Bubble.io?

Build No Code Confidently

No more delays. With 30+ hours of expert content, you’ll have the insights needed to build effectively.

Find every solution in one place

No more searching across platforms for tutorials. Our bundle has everything you need, with 500+ videos covering every feature and technique.

Dive deep into every detail

Get beyond the basics with comprehensive, in-depth courses & no code tutorials that empower you to create a feature-rich, professional app.

Monthly
Yearly
Member
Accelerate your Bubble app to launch
$99 / month
$19/month/mo
Includes:
500+ tutorials
4 premium courses
Find the right tutorial with our custom trained AI
New tutorials added each week
Cancel anytime
14 day money back
Join now
Member
Accelerate your Bubble app to launch
$990 / year
$149/year/mo
Includes:
500+ tutorials
4 premium courses
Find the right tutorial with our custom trained AI
New tutorials added each week
Cancel anytime
14 day money back
Join now

Frequently Asked Questions

Find answers to common questions about our courses, tutorials & content.

Do I need any coding experience?

No. Our Beginner Essentials course and AI No-Code Coach are designed for total newcomers. You’ll learn Bubble.io step by step - no coding required.

How does the AI No-Code Coach work?

Simply type your question in plain English, and our AI taps into the entire video library to recommend the exact lessons you need. It’s like having a personal instructor on demand.

How long can I access the content?

As long as you’re subscribed! With our monthly subscription, you get unlimited access to all 500+ videos, our growing course library, and the AI No-Code Coach.

What courses are included

Your subscription includes:

  • Bubble Beginner Essentials – Get up and running fast.
  • Build a ChatGPT Clone – Integrate AI into your no-code apps.
  • Build Your SaaS Website with AI – Learn to create a scalable startup site.
  • Develop a Custom CRM App in Bubble - Learn database relationships with a CRM.

Plus, new tutorials every week!

What if I get stuck on a lesson?

The AI No-Code Coach is your first stop for instant answers. If you need deeper help, you can book 1:1 Bubble coaching for expert guidance.

Do you offer a money-back guarantee?

Yes! If you don’t see real progress within 14 days, let us know, and we’ll issue a full refund—no questions asked.

Can I cancel anytime?

Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.

What if I want more than just tutorials & courses?

Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.

If you’re serious about building a successful SaaS startup, check out Mastery—our intensive mentorship program. Mastery goes beyond Bubble.io development and includes:

  1. 1:1 mentorship to fast-track your progress
  2. Marketing strategies tailored for no-code founders‍
  3. Product management insights to scale your startup‍
  4. Personalized support from experienced founders

‍

Still have questions?

Reach out to our dedicated team.

Contact
Services
Search Bubble TutorialsBubble.io CoursesBook Bubble.io CoachingApply for Mastery
Latest Bubble tutorials
Stream AI Generated Text into Bubble Repeating Group & Save to Database
Rerank Text By MEANING With Cohere In Bubble.io Step by Step!
Unlock RAG Providers for NO CODE AI App Development TODAY!
Partnerships
Flusk.eu
VectorShift
Comnoco
Plumb
Toddle
Whereby
Get started with no code
AI Powered No Code AppsNo Code Web ScrapingBubble.io Plugin tutorialsBubble API Connector tutorialsStudent & Teacher DiscountBest tools for no coders
Follow us
Youtube
X
LinkedIn
Planet No Code logo
In partnership with
Queen Mary University of London Logo
© 2024 Planet No Code. All rights reserved.
Privacy PolicyTerms of ServiceCookies SettingsContact Us