惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
B
Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
爱范儿
爱范儿
博客园_首页
博客园 - 聂微东
量子位
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
The Cloudflare Blog
T
Tailwind CSS Blog
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
腾讯CDC

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How freelance tradespeople in France pick quoting and inv...
Auke de Haan · 2026-05-19 · via DEV Community

Auke de Haan

France has more than 2.5 million registered auto-entrepreneurs, and a large slice of them work in the building trade: plumbers, electricians, painters, tilers. Their software needs look nothing like a SaaS founder's, and that gap is interesting to anyone who builds tools for solo workers.

The quote is the product

For a tradesperson, the quote (a devis in French) is the first deliverable a client ever sees. It has to list labour and materials line by line, apply the right VAT rate, handle deposits, and stay legally valid for a fixed window. A generic invoicing app treats the quote as an afterthought. A trade-focused tool treats it as the core object.

The practical consequences are concrete:

  • Material price libraries so a line item is two taps, not a manual entry
  • Multiple VAT rates on a single document, because renovation work and new-build work are taxed differently
  • Deposit and progress-billing support, since a roof is rarely paid in one shot
  • A clean PDF that converts to an invoice without re-keying anything

Why "free" is rarely free here

The popular free invoicing tools in France (Henrri, the free tier of Abby, Qonto's billing add-on) are excellent for a consultant sending three invoices a month. They fall short the moment a job has 40 line items, two VAT rates, and a 30 percent deposit. Trade-specific software like Tolteck, Obat or Batappli costs 15 to 40 euros a month, and the time saved on a single large quote usually covers that.

Tracking revenue against the threshold

There is a second, less visible problem. The auto-entrepreneur regime has hard revenue ceilings. Cross the VAT threshold mid-year and you owe VAT on every euro above it, often retroactively. So the same person who needs good quoting software also needs a running view of cumulative revenue against the limit. Some tools bundle both; many do not.

I wrote two detailed French guides on exactly these two problems: one comparing BTP-specific quoting and invoicing software, and one on tracking turnover against the regime thresholds.

The takeaway for tool builders

The lesson generalises beyond France. Solo workers do not want a lighter version of enterprise software. They want a tool shaped around their single most important document and their single biggest compliance risk. Get those two right and the rest is detail.

If you build for freelancers, pick the one document they cannot afford to get wrong, and make that the centre of the product.