File: ca

package info (click to toggle)
sql-ledger 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 33,080 kB
  • sloc: perl: 73,172; sql: 36,530; sh: 34; makefile: 21
file content (69 lines) | stat: -rw-r--r-- 2,917 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
$self{texts} = {
  'AR/AP'                       => 'Recettes/Dpenses',
  'Account'                     => 'Compte',
  'Apr'                         => 'Avril',
  'April'                       => 'Avril',
  'Aug'                         => 'Aot',
  'August'                      => 'Aot',
  'Balance'                     => 'Solde',
  'Chart of Accounts'           => 'Plan Comptable',
  'Closed'                      => 'Cltur',
  'Credit'                      => 'Crdit',
  'Current'                     => 'En cours',
  'Date'                        => 'Date',
  'Debit'                       => 'Dbit',
  'Dec'                         => 'Dc.',
  'December'                    => 'Dcembre',
  'Department'                  => 'Service',
  'Description'                 => 'Description',
  'Feb'                         => 'Fv.',
  'February'                    => 'Fvrier',
  'From'                        => 'De',
  'GIFI'                        => 'Code d\'identification comptable ou fiscale',
  'Include in Report'           => 'Inclure dans l\'tat',
  'Jan'                         => 'Jan.',
  'January'                     => 'Janvier',
  'Jul'                         => 'Juill.',
  'July'                        => 'Juillet',
  'Jun'                         => 'Juin',
  'June'                        => 'Juin',
  'List Transactions'           => 'Afficher critures',
  'Mar'                         => 'Mars',
  'March'                       => 'Mars',
  'May'                         => 'Mai',
  'May '                        => 'Mai ',
  'Month'                       => 'Mois',
  'Nov'                         => 'Nov.',
  'November'                    => 'Novembre',
  'Oct'                         => 'Oct.',
  'October'                     => 'Octobre',
  'Period'                      => 'Priode',
  'Project Number'              => 'Numro de projet',
  'Quarter'                     => 'Trimestre',
  'R'                           => 'R',
  'Reference'                   => 'Rfrence',
  'Sep'                         => 'Sept.',
  'September'                   => 'Septembre',
  'Source'                      => 'Source',
  'Subtotal'                    => 'Sous total',
  'To'                          => '',
  'Year'                        => 'Anne',
};

$self{subs} = {
  'ca_subtotal'                 => 'ca_subtotal',
  'calendar'                    => 'calendar',
  'change_report'               => 'change_report',
  'chart_of_accounts'           => 'chart_of_accounts',
  'check_all'                   => 'check_all',
  'clock'                       => 'clock',
  'js_calendar'                 => 'js_calendar',
  'list'                        => 'list',
  'list_transactions'           => 'list_transactions',
  'pickvalue'                   => 'pickvalue',
  'resize'                      => 'resize',
  'afficher_critures'          => 'list_transactions',
};

1;