diff --git a/html/compta_login.php b/html/compta_login.php new file mode 100644 index 000000000..635c8bc7a --- /dev/null +++ b/html/compta_login.php @@ -0,0 +1,106 @@ + Dossier '; +echo ""; + +if ( $r_database != null ) { + $row=0; + foreach ( $r_database as $l_db ) { + $row++; + if ( $l_db['priv_priv'] == "W") { + $action="Encoder"; + } else { + $action="Lire"; + } + + if ( $row %2 == 0 ) { + $tr=''; + $td=''; + $td=' $td %s", + $tr, + $l_db['dos_name'], + $l_db['dos_description'], + $priv, + $l_db['dos_id'], + $action); + + + } + + echo "
'; + } else { + $tr='
'; + } + printf("%s $td %s %s %s
"; + $db_debut=15+$db_page; + if ($db_debut < $l_MaxLine) { + printf ("Suivant",$db_debut); + } + if ( $db_page !=0 ) { + $db_debut=$db_page-15; + printf ("Précédent",$db_debut); + } + +} +?> + + + diff --git a/html/index.php b/html/index.php new file mode 100644 index 000000000..489be6c21 --- /dev/null +++ b/html/index.php @@ -0,0 +1,31 @@ + + + Gnu Accountancy + +




+
+ Logo +
+
+
+ + + + + + + + + + + + +
LOGIN
PASSWORD
+
+
+
+ +'; + +?> diff --git a/html/user_achat.php b/html/user_achat.php new file mode 100644 index 000000000..de8ab0703 --- /dev/null +++ b/html/user_achat.php @@ -0,0 +1,63 @@ + diff --git a/html/user_banque.php b/html/user_banque.php new file mode 100644 index 000000000..b378bd243 --- /dev/null +++ b/html/user_banque.php @@ -0,0 +1,65 @@ + diff --git a/html/user_compta.php b/html/user_compta.php new file mode 100644 index 000000000..87e17e4e0 --- /dev/null +++ b/html/user_compta.php @@ -0,0 +1,63 @@ + diff --git a/html/user_facture.php b/html/user_facture.php new file mode 100644 index 000000000..6326d8fcf --- /dev/null +++ b/html/user_facture.php @@ -0,0 +1,65 @@ + diff --git a/html/user_login.php b/html/user_login.php new file mode 100644 index 000000000..07b04c3b1 --- /dev/null +++ b/html/user_login.php @@ -0,0 +1,40 @@ + Welcome '.$g_UserProperty['use_first_name'].' '. + $g_UserProperty['use_name'].', your are an '. $priv.' Please Select your folder'; +// Show default menu (preference,...) + +// If admin show everything otherwise only the available dossier +$res=u_ShowDossier($g_user,$g_UserProperty['use_admin']); +echo $res; + +html_page_stop(); +?> diff --git a/html/user_od.php b/html/user_od.php new file mode 100644 index 000000000..ecd09886a --- /dev/null +++ b/html/user_od.php @@ -0,0 +1,63 @@ +