Help

Re: EXport Airtable Records in a Custom PDF Report

3911 2
cancel
Showing results for 
Search instead for 
Did you mean: 
BenInDallas
7 - App Architect
7 - App Architect

We are experimenting with Airtable as a project management tool for our Graphic Design Firm. Working well so far, until we get to expense tracking. It’s easy enough to create a table to track individual expenses and link them to any open job in our “jobs” table, but when it comes to billing, we need a single document that captures ALL the expenses related to a job and presents them together in a report much like the attached “Cost Sheet”, which we currently produce manually for each job in Excel.

Here’s what we need. I’d like to automate the Cost Sheet data entry process so that, at a push of a button, any member of my team can generate a pdf with this same info, and with data pulled from Airtable records. All the user would have to do is select a “job” and all expense records linked to that job would be gathered up and processed. Each expense record would be listed as a row in the table (like the highlighted rows shown in the example). In addition, header info (like that shown in rows 1-3) would need to be pulled from the records, and simple calculations (like those shown at the bottom of the sheet) would need to be performed.

Is this possible? Is there another tool that already does this?

costsheet.jpg

37 Replies 37
BenInDallas
7 - App Architect
7 - App Architect

Javier, we’ve put our particular project on indefinite hold. But before that happened, I had a chance to talk to Chester. My understanding is that AirPress and Tablepress don’t work well together. Chester has built some custom plugins (for his clients) that allow you to use specific features from DataTables to display and/or interact with data from AirTable, on a Wordpress page. Once that’s done, styling is as simple as writing CSS. But given the number of variables, I don’t think there’s an out-of-the-box solution available. Someone would have to build the plugin from scratch (Chester, or you, or another programmer). I don’t think any of it is super-difficult, but definitely requires a fair understanding of PHP, the Airtable API, and Wordpress (or whatever platform you’re building on).

Zack_Schwartz
4 - Data Explorer
4 - Data Explorer

This would be a nice-to-have. In the mean time my workaround is to use the Airtable API to pull the records, populating them in an HTML template, and then generating the PDF with https://www.api2pdf.com. Works fine, but you have to have some basic coding knowledge in order to do it.

I agree with BeninDallas and Alexandre_Co. It is astonishing to me that there is no way to get a report out of Airtable. This should have been a feature included in version 1.0. My base is for people doing research. It is easy for me to put data in, very difficult for researchers to get data out. I don’t want them to see or have access to the entire base, or even one table at a time. They need to ask a question – filters work – and get information and print it out in a report. That is not yet possible.

patrick
4 - Data Explorer
4 - Data Explorer

I use https://www.reportbin.com/, it’s pretty flexible since you can design the reports using HTML. The downside is you do have to know HTML, though they have an offer to do that for a fee. The interface is pretty basic, but you should be fine with some basic understanding of Airtable to fill in the infor they need.

Sam_Wood
5 - Automation Enthusiast
5 - Automation Enthusiast

Hey thanks for the mention Patrick. I’m Sam from ReportBin, we’re still working on the interface, so expect it to be better with time. Please don’t hesitate to contact me if you need any help.

@all: contact me and mention you’re from Airtable Community, I’ll work with you to design your reports for free in exchange for feedback :slightly_smiling_face:

Chiming in! I need to prepare multiple-record reports.

SDOK_Blog
6 - Interface Innovator
6 - Interface Innovator

Hi… I think I have a solution… It’s possible to make it through google sheets and airtable integration.
If it’s interesting for someone, I can explain how to do it.

BenInDallas
7 - App Architect
7 - App Architect

@SDOK_Blog : It’s pretty easy to integrate AT and Google Sheets through Zapier. The problem is that the AT API does not support an “updated record” event, so Zapier will only sync NEW records between the two platforms. This is useless to me, since the whole point of a project status report is to get the LATEST “status” (that is, updated field data) of an EXISTING “project” (aka, record). Do you have a solution for this?

Hi

Try using Integromat instead - you can use a timed ‘Scenario’ to search for all records and then loop though them updating as you go. It’s not realtime but…

You could also look at my recent blog posts about creating PDF from a database using Integromat:

http://software.kirknessassociates.com/blog_files/6f3e73f9a3a3886171957ed39623787d-32.html

(Note - I use a different database in this example but the principle is the same)

Hope this helps

A possible solution would be to use the AT API to update records and trigger report generation. You can easily do that with https://www.formnano.com/, just create forms to edit existing records and add Zapier integration. Contact me if you need help setting it up.

Disclosure: I built both FormNano and ReportBin