Browse Source

NIF STAT

master
Stephane 4 months ago
parent
commit
9fdf8d084f
  1. 8
      lib/pages/facture_screen.dart
  2. 2
      lib/services/pdf_service.dart

8
lib/pages/facture_screen.dart

@ -135,6 +135,14 @@ class _FactureScreenState extends State<FactureScreen> {
'Contact: +261 34 12 34 56', 'Contact: +261 34 12 34 56',
style: TextStyle(fontSize: 12, color: Colors.black87), style: TextStyle(fontSize: 12, color: Colors.black87),
), ),
Text(
'NIF: 4002141594',
style: TextStyle(fontSize: 12, color: Colors.black87),
),
Text(
'STAT: 10715 33 2025 0 00414',
style: TextStyle(fontSize: 12, color: Colors.black87),
),
], ],
); );
} }

2
lib/services/pdf_service.dart

@ -60,6 +60,8 @@ class PlatformPrintService {
'ville': 'Madagascar', 'ville': 'Madagascar',
'contact': '261348415301', 'contact': '261348415301',
'email': 'contact@careeragency.mg', 'email': 'contact@careeragency.mg',
'nif': '4002141594',
'stat': '10715 33 2025 0 00414',
}; };
final factureNumber = final factureNumber =

Loading…
Cancel
Save