Custom pdf/invoice Generater Extension

Write a short description

Online Custom Invoice Generater
You can create customizable Invoice with this extension by google spread sheet

Add a picture of all the blocks

component_event(1)

component_event

component_method(1)

blocks(9)

blocks(10)

blocks(3)

blocks(4)

blocks(5)

blocks(6)

blocks(7)

blocks(8)

Write instructions to use your extension

Firts of all you need to go to your Google spread sheet and then create your desired pdf layout and leave that cells values blank that u want to change and then note the cell position
Like (Colum+row) like A24 cell…

then open script editer…

now download this script from Bottom or extension’s description and put in the google spread sheet script editor and deploy the script and copy script url

Now all done…

Working of extension

On screen intialize we need to put spread sheet’s detail(script url, sheet id, sheet num, sheet name)…

blocks(3)

blocks(4)

blocks(5)

blocks(6)

Now use web component with passvalue value block to pass values to specific cell of spread sheet… And then use button or method to perform the action

blocks(10)

generate

Important note
On Web got text event we need to set last text box like this to download/generate invoice automatically …
And you can set custom filename and folder name in which invoice save as pdf…

web got value

blocks(7)

blocks(8)

And now on download complete event u can view your invoice as pdf
on download

blocks(9)
All Done
I have created this invoice design for extension… But you can create as your choice…

Include a Download link here; can be direct or a link to your website/host

Aix
Custom_Invoice.aix (56.7 KB)
Aia
CustomInvoice.aia (114.4 KB)
Test apk
Custom Invoice.apk (5.5 MB)

script link
https://drive.google.com/drive/folders/1mMmlOLbkKotP3pweWL8ig_8my3TnHG80

Working of app


11 Likes

Thank you for your contribution…
It looks like you are not familiar with the naming conventions… see here

Please update your extension accordingly and update the screenshots… thank you in advance

Taifun

1 Like

Extension is good!:+1: But excel Template is non Professional…

1 Like

:grinning:
Its just a sample for extension…
U can edit/create as your choice

1 Like

@annaschawdhary157 Is it possible to insert device images in sheets?

1 Like

yes, you can

1 Like

Nice extenstion… :clap: :clap:

thanks @Still-learning

1 Like

@Professional its extension caused " appbuilder stage error" in my project, unable to export Apk. Anyone else having the same problem that can help solve?

1 Like

Working on kodular/Niotron builders…

See if one if these threads can help
https://community.kodular.io/search?context=topic&context_id=202075&q=Stage%20error&skip_context=true
Taifun

@Taifun The error is this extension here, I removed it from the project and it worked normally. Which is a shame because the extension is very useful.

1 Like

Do you get the same issue if you build the example project from the first post in this thread?

Taifun

Yes, the error persists.

then it looks like it is time for the author of the extension @Professional to check
Taifun

2 Likes

@andresantoos
check this aia…working or not?
In my side its working perfectly…
Kodular is better than other builders so i created this accroding to kodular builder…

1 Like

oops friend

for me it’s not working
I already changed everything and nothing running can help

@Professional

Did you try this?

What about providing a screenshot of your relevant blocks?
Taifun

OK friend

I did it with our friend

but nothing happens

@Taifun

I think u need to take a look on script editor… Download script from given link and follow post instructions…