NIF STAT
This commit is contained in:
parent
c0a2f427bb
commit
9fdf8d084f
@ -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),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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…
Reference in New Issue
Block a user