75 lines
2.4 KiB
Text
75 lines
2.4 KiB
Text
/*
|
|
AUTO-GENERATED FILE - DOMAIN: fiscalite-personnelle
|
|
Ne pas modifier manuellement.
|
|
Source: domains.yaml
|
|
*/
|
|
|
|
apply Service "fiscalite-personnelle-preparation-documents-impots" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-03-15"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "FISCALITE-PERSONNELLE" ]
|
|
notes = "Rassembler tous les documents fiscaux personnels"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "fiscalite-personnelle-production-impots-federal" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-04-30"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "FISCALITE-PERSONNELLE" ]
|
|
notes = "Produire la déclaration de revenus fédérale"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "fiscalite-personnelle-production-impots-quebec" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-04-30"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "FISCALITE-PERSONNELLE" ]
|
|
notes = "Produire la déclaration de revenus Québec"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "fiscalite-personnelle-paiement-solde-impots" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-04-30"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "FISCALITE-PERSONNELLE" ]
|
|
notes = "Payer tout solde d'impôt exigible"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "fiscalite-personnelle-verification-avis-cotisation" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-05-31"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "FISCALITE-PERSONNELLE" ]
|
|
notes = "Vérifier les avis de cotisation ARC et Revenu Québec"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "fiscalite-personnelle-archivage-documents-fiscaux" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-06-15"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "FISCALITE-PERSONNELLE" ]
|
|
notes = "Archiver les documents fiscaux personnels"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "fiscalite-personnelle-verification-acomptes-provisionnels" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-03-15"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "FISCALITE-PERSONNELLE" ]
|
|
notes = "Vérifier si des acomptes provisionnels sont requis"
|
|
assign where host.name == "life-noc"
|
|
}
|