예제 #1
0
},function(data){
						//console.log(data);
						$("#approximateNotifier").show();
						$("#approximateNotifier").html(data);
						location.reload();
					});					

				});

			});					
		</script>

	</head>
	<body>
	<?php 
$ro4->get_patient_charges($registrationNo);
?>
		<div class="container">
			<h3>Discount</h3>
			<div class="row">
				<div class="col-md-6">
					<div id="approximateNotifier" class="alert alert-info"></div>
					<table class="table table-hover">
						<thead>
							<tr>
								<th>Particulars</th>
								<th>Price</th>
								<th>QTY</th>
								<th>Discount</th>
								<th>Unpaid</th>
								<th>Total</th>
예제 #2
0
echo $_GET['registrationNo'];
?>
 #charges");
						$("#discount").val("");
					});
				});


			});
		
		</script>

	</head>
	<body>
		<?php 
$ro4->get_patient_charges($_GET['registrationNo']);
?>
		<!--
		<form method="post" action="manual-discount1.php">
		-->
		<div class="container">
			<div class="row">
				<h3>Manual Discount</h3>
				<div class="col-md-3">
					<input type="text" id="discount" name="discount" class="form-control" placeholder="Enter discount" autocomplete="off">
				</div>
			</div>
			<div class="row">
				&nbsp;
			</div>
			<div class="row">