Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,3 @@ AhadPOS2

Web-based POS (Point Of Sale) software with Open Source (GPL v2) license. Based on PHP5 & MySQL5

Acknowledgements
--------

Lead developer : Bambang Hermianto : https://github.com/AbuMuhammad

System Analyst : Harry Sufehmi : http://harry.sufehmi.com

Sponsor : Ahadmart : http://ahadmart.com

44 changes: 18 additions & 26 deletions config/config.php
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
<?php
$server = "localhost";
$username = "root";
$password = "";
$database = "ahadpos2";

// disable error message level E_NOTICE
//error_reporting(E_ALL);
error_reporting(E_ALL ^ E_NOTICE);


// Koneksi dan memilih database di server
mysql_connect($server,$username,$password) or die("Koneksi gagal");
mysql_select_db($database) or die("Database tidak bisa dibuka");







// ================= STOP KONFIGURASI ==========================



?>
<?php
$server = "localhost";
$username = "root";
$password = "";
$database = "ahpos";

// disable error message level E_NOTICE
error_reporting(E_ALL);
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);

// Koneksi dan memilih database di server

mysql_connect($server,$username,$password) or die("Koneksi gagal");
mysql_select_db($database) or die("Database tidak bisa dibuka");

// ================= STOP KONFIGURASI ==========================

?>
272 changes: 136 additions & 136 deletions config/adminstyle.css → css/adminstyle.css
Original file line number Diff line number Diff line change
@@ -1,137 +1,137 @@
body{
font-family: Tahoma;
}
#header {
position: relative;
background-image: url(../image/header.jpg);
background-repeat: no-repeat;
margin-right: auto;
margin-left: auto;
width: 950px;
border: 2px solid #265180;
padding-top: 100px;
text-align: left;
}
#login{
margin-left: 250px;
padding: 20px 10px 0 0;
}
#content {
margin-left: 30px;
padding: 20px 10px 0 0;
}
#content p {
font-size: 75%;
line-height: 1.8em;
padding-left: 2em;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#menu li {
width: 200px;
border-bottom: 1px solid #969BA5;
margin: 0;
padding: 0;
font-size: 80%;
vertical-align: bottom;
}
#menu a:link, #menu a:visited {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 12px solid #265180;
border-right: 1px solid #265180;
background-color: #CAD6EC;
color: #265180;
text-decoration: none;
}
#menu a:hover {
background-color: #265180;
color: #FFFFFF;
}
.bckgrndmenu{
background-color: #265180;
border-color: #265180;
}
#footer{
padding: 5px 5px 5px 5px;
font-size: 70%;
color: #FFFFFF;
background-color: #265180;
border-color: #265180;
}
a:link,a:visited {
color:#265180;
}
a:hover {
color: #FF6600;
text-decoration:none;
}
h2 {
font: normal 120% Georgia;
color: #265180;
background-color: transparent;
border-bottom: 1px dotted #265180;
}
h3 {
font: normal 90% Georgia;
color: #265180;
background-color: transparent;
}
table{
border-collapse: collapse;
}
.tableku {
font-family: Tahoma;
font-size: 10pt;
border-width: 1px;
border-collapse: collapse;
margin: 10px 0px;
border: 1px solid #265180;
padding: 2px;
}
.td{
border: 1px solid #265180;
padding: 2px;
font-size: 9pt;
}
form{
font-size: 10pt;
padding: 2px;
}
th{
color: #FFFFFF;
font-size: 7pt;
text-transform: uppercase;
text-align: center;
padding: 0.75em;
border-width: 1px;
border-style: solid;
border-color: #969BA5;
border-collapse: collapse;
background-color: #265180;
}
.tdku{
padding: 0.5em;
vertical-align: top;
border-width: 1px;
border-style: solid;
border-color: #969BA5;
border-collapse: collapse;
}
input,textarea,select{
font-family: Tahoma;
font-size: 8pt;
}
.body {
font-family: Tahoma;
border-color: #265180;
border-width: 1px;
border-style: solid;
body{
font-family: Tahoma;
}
#header {
position: relative;
background-image: url(../image/header.jpg);
background-repeat: no-repeat;
margin-right: auto;
margin-left: auto;
width: 950px;
border: 2px solid #265180;
padding-top: 100px;
text-align: left;
}
#login{
margin-left: 250px;
padding: 20px 10px 0 0;
}
#content {
margin-left: 30px;
padding: 20px 10px 0 0;
}
#content p {
font-size: 75%;
line-height: 1.8em;
padding-left: 2em;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#menu li {
width: 200px;
border-bottom: 1px solid #969BA5;
margin: 0;
padding: 0;
font-size: 80%;
vertical-align: bottom;
}
#menu a:link, #menu a:visited {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 12px solid #265180;
border-right: 1px solid #265180;
background-color: #CAD6EC;
color: #265180;
text-decoration: none;
}
#menu a:hover {
background-color: #265180;
color: #FFFFFF;
}

.bckgrndmenu{
background-color: #265180;
border-color: #265180;
}
#footer{
padding: 5px 5px 5px 5px;
font-size: 70%;
color: #FFFFFF;
background-color: #265180;
border-color: #265180;
}
a:link,a:visited {

color:#265180;
}
a:hover {
color: #FF6600;
text-decoration:none;
}
h2 {
font: normal 120% Georgia;
color: #265180;
background-color: transparent;
border-bottom: 1px dotted #265180;
}
h3 {
font: normal 90% Georgia;
color: #265180;
background-color: transparent;
}

table{
border-collapse: collapse;
}
.tableku {
font-family: Tahoma;
font-size: 10pt;
border-width: 1px;
border-collapse: collapse;
margin: 10px 0px;
border: 1px solid #265180;
padding: 2px;
}
.td{
border: 1px solid #265180;
padding: 2px;
font-size: 9pt;
}
form{
font-size: 10pt;
padding: 2px;
}
th{
color: #FFFFFF;
font-size: 7pt;
text-transform: uppercase;
text-align: center;
padding: 0.75em;
border-width: 1px;
border-style: solid;
border-color: #969BA5;
border-collapse: collapse;
background-color: #265180;
}
.tdku{
padding: 0.5em;
vertical-align: top;
border-width: 1px;
border-style: solid;
border-color: #969BA5;
border-collapse: collapse;
}
input,textarea,select{
font-family: Tahoma;
font-size: 8pt;
}
.body {
font-family: Tahoma;
border-color: #265180;
border-width: 1px;
border-style: solid;
}
1 change: 0 additions & 1 deletion css/animate.min.css

This file was deleted.

Loading