mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-06 14:54:32 -04:00
@@ -722,9 +722,35 @@ class Sales extends Secure_area
|
||||
if($customer_id != -1)
|
||||
{
|
||||
$cust_info = $this->Customer->get_info($customer_id);
|
||||
$data['customer'] = $cust_info->first_name . ' ' . $cust_info->last_name;
|
||||
if (isset($cust_info->company_name))
|
||||
{
|
||||
$data['customer'] = $cust_info->company_name;
|
||||
}
|
||||
else
|
||||
{
|
||||
$data['customer'] = $cust_info->first_name . ' ' . $cust_info->last_name;
|
||||
}
|
||||
$data['first_name'] = $cust_info->first_name;
|
||||
$data['last_name'] = $cust_info->last_name;
|
||||
$data['customer_address'] = $cust_info->address_1;
|
||||
if (!empty($cust_info->zip) or !empty($cust_info->city))
|
||||
{
|
||||
$data['customer_location'] = $cust_info->zip . ' ' . $cust_info->city;
|
||||
}
|
||||
else
|
||||
{
|
||||
$data['customer_location'] = '';
|
||||
}
|
||||
$data['customer_email'] = $cust_info->email;
|
||||
$data['account_number'] = $cust_info->account_number;
|
||||
$data['customer_info'] = implode("\n", array(
|
||||
$data['customer'],
|
||||
$data['customer_address'],
|
||||
$data['customer_location'],
|
||||
$data['account_number']
|
||||
));
|
||||
}
|
||||
|
||||
$data['invoice_number'] = $this->_substitute_invoice_number($cust_info);
|
||||
$data['invoice_number_enabled'] = $this->sale_lib->is_invoice_number_enabled();
|
||||
$data['print_after_sale'] = $this->sale_lib->is_print_after_sale();
|
||||
|
||||
11
application/language/de-CH/index.html
Normal file
11
application/language/de-CH/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -18,6 +18,9 @@ $lang["sales_confirm_finish_sale"] = "Wollen Sie diesen Auftrag verarbeiten? Rü
|
||||
$lang["sales_confirm_suspend_sale"] = "Wollen Sie diesen Auftrag pendent halten?";
|
||||
$lang["sales_credit"] = "Kreditkarte";
|
||||
$lang["sales_customer"] = "Kunde";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_date"] = "Datum";
|
||||
$lang["sales_date_required"] = "Ein korrektas Datum ist erforderlich";
|
||||
$lang["sales_date_type"] = "Datum ist erforderlich";
|
||||
|
||||
@@ -17,7 +17,10 @@ $lang["sales_confirm_delete"] = "Are you sure you want to delete the selected sa
|
||||
$lang["sales_confirm_finish_sale"] = "Are you sure you want to submit this sale? This cannot be undone.";
|
||||
$lang["sales_confirm_suspend_sale"] = "Are you sure you want to suspend this sale?";
|
||||
$lang["sales_credit"] = "Credit Card";
|
||||
$lang["sales_customer"] = "Customer";
|
||||
$lang["sales_customer"] = "Name";
|
||||
$lang["sales_customer_email"] = "Email";
|
||||
$lang["sales_customer_address"] = "Address";
|
||||
$lang["sales_customer_location"] = "Location";
|
||||
$lang["sales_date"] = "Sale Date";
|
||||
$lang["sales_date_required"] = "A correct date needs to be filled in";
|
||||
$lang["sales_date_type"] = "Date field is required";
|
||||
@@ -34,7 +37,7 @@ $lang["sales_discount_short"] = "%";
|
||||
$lang["sales_edit"] = "Edit";
|
||||
$lang["sales_edit_item"] = "Edit Item";
|
||||
$lang["sales_edit_sale"] = "Edit Sale";
|
||||
$lang["sales_email_receipt"] = "E-Mail Receipt";
|
||||
$lang["sales_email_receipt"] = "Email Receipt";
|
||||
$lang["sales_employee"] = "Employee";
|
||||
$lang["sales_error_editing_item"] = "Error editing item";
|
||||
$lang["sales_find_or_scan_item"] = "Find/Scan Item";
|
||||
|
||||
@@ -18,6 +18,9 @@ $lang["sales_confirm_finish_sale"] = "¿Seguro(a) de querer procesar esta venta?
|
||||
$lang["sales_confirm_suspend_sale"] = "¿Seguro(a) de querer suspender esta venta?";
|
||||
$lang["sales_credit"] = "Tarjeta de Crédito";
|
||||
$lang["sales_customer"] = "cliente";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_date"] = "Fecha";
|
||||
$lang["sales_date_required"] = "Una fecha correcta de ser ingresada";
|
||||
$lang["sales_date_type"] = "Campo de Fecha es requerido";
|
||||
|
||||
@@ -18,6 +18,9 @@ $lang["sales_confirm_finish_sale"] = "Etes vous sûr(e) de vouloir enregistrer c
|
||||
$lang["sales_confirm_suspend_sale"] = "Etes vous sûr(e) de vouloir suspendre cette vente?";
|
||||
$lang["sales_credit"] = "Carte de Crédit";
|
||||
$lang["sales_customer"] = "Client";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_date"] = "Date de Vente";
|
||||
$lang["sales_date_required"] = "A correct date needs to be filled in";
|
||||
$lang["sales_date_type"] = "Date field is required";
|
||||
|
||||
@@ -18,6 +18,9 @@ $lang["sales_confirm_finish_sale"] = "Anda yakin ingin melakukan transaksi penju
|
||||
$lang["sales_confirm_suspend_sale"] = "Apakah anda yakin akan menangguhkan penjualan ini?";
|
||||
$lang["sales_credit"] = "Kartu Credit";
|
||||
$lang["sales_customer"] = "Pelanggan";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_date"] = "Tanggal";
|
||||
$lang["sales_date_required"] = "Permintaan Data";
|
||||
$lang["sales_date_type"] = "Jenis Data";
|
||||
|
||||
@@ -18,6 +18,9 @@ $lang["sales_confirm_finish_sale"] = "Bent u zeker dat u deze aankoop wil invoer
|
||||
$lang["sales_confirm_suspend_sale"] = "Bent u zeker dat u deze aankoop wil bewaren?";
|
||||
$lang["sales_credit"] = "Kredietkaart";
|
||||
$lang["sales_customer"] = "Klant";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_date"] = "Datum";
|
||||
$lang["sales_date_required"] = "Gelieve een correcte datum in te vullen";
|
||||
$lang["sales_date_type"] = "Er moet een correcte datum ingevuld worden";
|
||||
|
||||
@@ -18,6 +18,9 @@ $lang["sales_confirm_finish_sale"] = "Вы уверены, что хотите
|
||||
$lang["sales_confirm_suspend_sale"] = "Вы уверены, что хотите приостановить эту продажу?";
|
||||
$lang["sales_credit"] = "кредитная карта";
|
||||
$lang["sales_customer"] = "клиент";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_date"] = "Число";
|
||||
$lang["sales_date_required"] = "A correct date needs to be filled in";
|
||||
$lang["sales_date_type"] = "Date field is required";
|
||||
|
||||
@@ -18,6 +18,9 @@ $lang["sales_confirm_finish_sale"] = "แน่ใจหรือไม่ที
|
||||
$lang["sales_confirm_suspend_sale"] = "แน่ใจหรือไม่ที่จะระงับการขาย?";
|
||||
$lang["sales_credit"] = "เครดิตการ์ด";
|
||||
$lang["sales_customer"] = "ลูกค้า";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_date"] = "วันที่ขาย";
|
||||
$lang["sales_date_required"] = "A correct date needs to be filled in";
|
||||
$lang["sales_date_type"] = "Date field is required";
|
||||
|
||||
@@ -18,6 +18,9 @@ $lang["sales_confirm_finish_sale"] = "Satışı tamamlamak istediğinize emin mi
|
||||
$lang["sales_confirm_suspend_sale"] = "Bu satışı askıya almak istiyor musunuz?";
|
||||
$lang["sales_credit"] = "Kredi Kartı";
|
||||
$lang["sales_customer"] = "Müşteri";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_date"] = "Satış Tarihi";
|
||||
$lang["sales_date_required"] = "A correct date needs to be filled in";
|
||||
$lang["sales_date_type"] = "Date field is required";
|
||||
|
||||
@@ -18,6 +18,9 @@ $lang["sales_confirm_finish_sale"] = "你確定要提交銷售單?此動作不
|
||||
$lang["sales_confirm_suspend_sale"] = "你確定要暫停銷售?";
|
||||
$lang["sales_credit"] = "信用卡";
|
||||
$lang["sales_customer"] = "客戶";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_date"] = "日期";
|
||||
$lang["sales_date_required"] = "A correct date needs to be filled in";
|
||||
$lang["sales_date_type"] = "Date field is required";
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
<!-- start mincss template tags -->
|
||||
<link rel="stylesheet" type="text/css" href="dist/bootstrap.min.css?rel=9ed20b1ee8"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/jquery-ui.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=3d75aef5c6"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=a7d8e4b2d7"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos_bower.css"/>
|
||||
<!-- end mincss template tags -->
|
||||
<!-- start minjs template tags -->
|
||||
|
||||
@@ -23,7 +23,7 @@ if (isset($success))
|
||||
<?php echo form_open("sales/change_mode", array('id'=>'mode_form', 'class'=>'form-horizontal panel panel-default')); ?>
|
||||
<div class="panel-body form-group">
|
||||
<ul>
|
||||
<li class="float_left">
|
||||
<li class="float_left" id="first_li">
|
||||
<label class="control-label"><?php echo $this->lang->line('sales_mode'); ?></label>
|
||||
</li>
|
||||
<li class="float_left">
|
||||
@@ -67,7 +67,9 @@ if (isset($success))
|
||||
<?php echo form_open("sales/add", array('id'=>'add_item_form', 'class'=>'form-horizontal panel panel-default')); ?>
|
||||
<div class="panel-body form-group">
|
||||
<ul>
|
||||
<li class="float_left"><label for="item", class='control-label'><?php echo $this->lang->line('sales_find_or_scan_item_or_receipt'); ?></label></li>
|
||||
<li class="float_left" id="first_li">
|
||||
<label for="item", class='control-label'><?php echo $this->lang->line('sales_find_or_scan_item_or_receipt'); ?></label>
|
||||
</li>
|
||||
<li class="float_left">
|
||||
<?php echo form_input(array('name'=>'item', 'id'=>'item', 'class'=>'form-control input-sm', 'size'=>'50', 'tabindex'=>'1')); ?>
|
||||
<span class="ui-helper-hidden-accessible" role="status"></span>
|
||||
@@ -117,9 +119,8 @@ if (isset($success))
|
||||
{
|
||||
$tabindex = 5;
|
||||
}
|
||||
|
||||
echo form_open("sales/edit_item/$line", array('class'=>'form-horizontal'));
|
||||
?>
|
||||
<?php echo form_open("sales/edit_item/$line", array('class'=>'form-horizontal')); ?>
|
||||
<tr>
|
||||
<td><?php echo anchor("sales/delete_item/$line", '<span class="glyphicon glyphicon-trash"></span>');?></td>
|
||||
<td><?php echo $item['item_number']; ?></td>
|
||||
@@ -143,7 +144,7 @@ if (isset($success))
|
||||
?>
|
||||
|
||||
<td>
|
||||
<?php
|
||||
<?php
|
||||
if($item['is_serialized']==1)
|
||||
{
|
||||
echo $item['quantity'];
|
||||
@@ -153,7 +154,7 @@ if (isset($success))
|
||||
{
|
||||
echo form_input(array('name'=>'quantity', 'class'=>'form-control input-sm', 'value'=>$item['quantity'], 'tabindex'=>$tabindex));
|
||||
}
|
||||
?>
|
||||
?>
|
||||
</td>
|
||||
|
||||
<td><?php echo form_input(array('name'=>'discount', 'class'=>'form-control input-sm', 'value'=>$item['discount']));?></td>
|
||||
@@ -230,15 +231,56 @@ if (isset($success))
|
||||
<?php
|
||||
if(isset($customer))
|
||||
{
|
||||
echo '<label class="control-label">' . $this->lang->line("sales_customer") . '<b>' . $customer . '</b></label><br />';
|
||||
echo anchor("sales/remove_customer",'['.$this->lang->line('common_remove').' '.$this->lang->line('customers_customer').']');
|
||||
?>
|
||||
<table id="customer_details">
|
||||
<tr>
|
||||
<th style='width: 55%;'><?php echo $this->lang->line("sales_customer"); ?></th>
|
||||
<th style="width: 45%; text-align: right;"><?php echo $customer; ?></th>
|
||||
</tr>
|
||||
<?php
|
||||
if(!empty($customer_email))
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th style='width: 55%;'><?php echo $this->lang->line("sales_customer_email"); ?></th>
|
||||
<th style="width: 45%; text-align: right;"><?php echo $customer_email; ?></th>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if(!empty($customer_address))
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th style='width: 55%;'><?php echo $this->lang->line("sales_customer_address"); ?></th>
|
||||
<th style="width: 45%; text-align: right;"><?php echo $customer_address; ?></th>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if(!empty($customer_location))
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th style='width: 55%;'><?php echo $this->lang->line("sales_customer_location"); ?></th>
|
||||
<th style="width: 45%; text-align: right;"><?php echo $customer_location; ?></th>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
<?php echo anchor("sales/remove_customer", $this->lang->line('common_remove').' '.$this->lang->line('customers_customer'),
|
||||
array('class'=>'btn btn-danger btn-xs', 'id'=>'remove_customer_button', 'title'=>$this->lang->line('common_remove').' '.$this->lang->line('customers_customer'))); ?>
|
||||
<?php
|
||||
}
|
||||
else
|
||||
{
|
||||
?>
|
||||
<?php echo form_open("sales/select_customer", array('id'=>'select_customer_form', 'class'=>'form-horizontal')); ?>
|
||||
<div class="form-group" id="select_customer">
|
||||
<label id="customer_label" for="customer" class="control-label" style="margin-bottom: 1em;"><?php echo $this->lang->line('sales_select_customer'); ?></label>
|
||||
<label id="customer_label" for="customer" class="control-label" style="margin-bottom: 1em; margin-top: -1em;"><?php echo $this->lang->line('sales_select_customer'); ?></label>
|
||||
<?php echo form_input(array('name'=>'customer', 'id'=>'customer', 'class'=>'form-control input-sm', 'value'=>$this->lang->line('sales_start_typing_customer_name')));?>
|
||||
|
||||
<?php echo anchor("customers/view/-1", $this->lang->line('sales_new_customer'),
|
||||
@@ -294,18 +336,8 @@ if (isset($success))
|
||||
<?php echo form_open("sales/complete", array('id'=>'finish_sale_form', 'class'=>'form-horizontal')); ?>
|
||||
<div class="form-group" id="finish_sale">
|
||||
<label id="comment_label" for="comment"><?php echo $this->lang->line('common_comments'); ?></label>
|
||||
<?php echo form_textarea(array('name'=>'comment', 'id'=>'comment', 'class'=>'form-control input-sm', 'value'=>$comment, 'rows'=>'4', 'cols'=>'23')); ?>
|
||||
<?php
|
||||
if(!empty($customer_email))
|
||||
{
|
||||
echo $this->lang->line('sales_email_receipt') . form_checkbox(array(
|
||||
'name' => 'email_receipt',
|
||||
'id' => 'email_receipt',
|
||||
'value' => '1',
|
||||
'checked' => (boolean)$email_receipt,
|
||||
)).'<br />('.$customer_email.')<br />';
|
||||
}
|
||||
|
||||
<?php echo form_textarea(array('name'=>'comment', 'id'=>'comment', 'class'=>'form-control input-sm', 'value'=>$comment, 'rows'=>'2')); ?>
|
||||
<?php
|
||||
if ($payments_cover_total)
|
||||
{
|
||||
echo "<div class='btn btn-sm btn-success pull-right' id='finish_sale_button' tabindex='3'><span>".$this->lang->line('sales_complete_sale')."</span></div>";
|
||||
@@ -332,6 +364,28 @@ if (isset($success))
|
||||
<div>
|
||||
<?php echo form_open("sales/add_payment", array('id'=>'add_payment_form', 'class'=>'form-horizontal')); ?>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<?php
|
||||
if(!empty($customer_email))
|
||||
{
|
||||
?>
|
||||
<td><?php echo $this->lang->line('sales_email_receipt'); ?></td>
|
||||
<td>
|
||||
<?php
|
||||
if($email_receipt)
|
||||
{
|
||||
echo form_checkbox(array('name'=>'email_receipt', 'id'=>'email_receipt', 'class'=>'checkbox', 'checked'=>'checked'));
|
||||
}
|
||||
else
|
||||
{
|
||||
echo form_checkbox(array('name'=>'email_receipt', 'id'=>'email_receipt', 'class'=>'checkbox'));
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $this->lang->line('sales_print_after_sale'); ?></td>
|
||||
<td>
|
||||
@@ -351,26 +405,26 @@ if (isset($success))
|
||||
if ($mode == "sale")
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $this->lang->line('sales_invoice_enable'); ?></td>
|
||||
<td>
|
||||
<?php if ($invoice_number_enabled)
|
||||
{
|
||||
echo form_checkbox(array('name'=>'sales_invoice_enable', 'id'=>'sales_invoice_enable', 'class'=>'checkbox', 'checked'=>'checked'));
|
||||
}
|
||||
else
|
||||
{
|
||||
echo form_checkbox(array('name'=>'sales_invoice_enable', 'id'=>'sales_invoice_enable', 'class'=>'checkbox'));
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $this->lang->line('sales_invoice_number');?></td>
|
||||
<td>
|
||||
<?php echo form_input(array('name'=>'sales_invoice_number', 'id'=>'sales_invoice_number', 'class'=>'form-control input-sm', 'value'=>$invoice_number, 'size'=>10));?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $this->lang->line('sales_invoice_enable'); ?></td>
|
||||
<td>
|
||||
<?php if ($invoice_number_enabled)
|
||||
{
|
||||
echo form_checkbox(array('name'=>'sales_invoice_enable', 'id'=>'sales_invoice_enable', 'class'=>'checkbox', 'checked'=>'checked'));
|
||||
}
|
||||
else
|
||||
{
|
||||
echo form_checkbox(array('name'=>'sales_invoice_enable', 'id'=>'sales_invoice_enable', 'class'=>'checkbox'));
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $this->lang->line('sales_invoice_number');?></td>
|
||||
<td>
|
||||
<?php echo form_input(array('name'=>'sales_invoice_number', 'id'=>'sales_invoice_number', 'class'=>'form-control input-sm', 'value'=>$invoice_number, 'size'=>10));?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
@@ -410,15 +464,15 @@ if (isset($success))
|
||||
<?php
|
||||
foreach($payments as $payment_id=>$payment)
|
||||
{
|
||||
echo form_open("sales/edit_payment/$payment_id", array('id'=>'edit_payment_form'.$payment_id));
|
||||
?>
|
||||
?>
|
||||
<?php echo form_open("sales/edit_payment/$payment_id", array('id'=>'edit_payment_form'.$payment_id)); ?>
|
||||
<tr>
|
||||
<td><?php echo anchor( "sales/delete_payment/$payment_id", '<span class="glyphicon glyphicon-trash"></span>' ); ?></td>
|
||||
<td><?php echo $payment['payment_type']; ?></td>
|
||||
<td style="text-align: right;"><?php echo to_currency( $payment['payment_amount'] ); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
echo form_close();
|
||||
<?php echo form_close(); ?>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
|
||||
@@ -28,16 +28,21 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#mode_form ul.dropdown-menu.inner, #add_item_form ul.dropdown-menu.inner
|
||||
{
|
||||
margin-left: -1em !important;
|
||||
}
|
||||
|
||||
#mode_form ul li, #add_item_form ul li
|
||||
{
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#first_li
|
||||
{
|
||||
margin-left: 0.2em !important;
|
||||
}
|
||||
|
||||
#mode_form ul.dropdown-menu.inner, #add_item_form ul.dropdown-menu.inner
|
||||
{
|
||||
margin-left: -1em !important;
|
||||
}
|
||||
|
||||
#add_item_form
|
||||
{
|
||||
background-color: #BBB;
|
||||
@@ -71,6 +76,7 @@
|
||||
float: left;
|
||||
margin-left: 0.1em;
|
||||
padding-bottom: 1em;
|
||||
padding-top: 1em;
|
||||
background-color: #BBB;
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
@@ -93,13 +99,17 @@
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#sale_details
|
||||
#customer_details, #sale_details, #payment_details
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#sale_details
|
||||
{
|
||||
border-top: 2px solid #000;
|
||||
}
|
||||
|
||||
#select_customer, #cancel_sale, #finish_sale
|
||||
#select_customer, #finish_sale
|
||||
{
|
||||
|
||||
}
|
||||
@@ -107,7 +117,6 @@
|
||||
#payment_details
|
||||
{
|
||||
float: left;
|
||||
width: 100%;
|
||||
border-top: 2px solid #000;
|
||||
background-color: #DDD;
|
||||
margin-top: 0.2em;
|
||||
|
||||
2
dist/opensourcepos.min.css
vendored
2
dist/opensourcepos.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -65,7 +65,7 @@
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" type="text/css" href="templates/spacelab/css/bootstrap.min.css?rel=9ed20b1ee8"/>
|
||||
<!-- start mincss template tags -->
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=3d75aef5c6"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=a7d8e4b2d7"/>
|
||||
<!-- end mincss template tags -->
|
||||
<link rel="stylesheet" type="text/css" href="templates/spacelab/css/style.css"/>
|
||||
<!-- start minjs template tags -->
|
||||
|
||||
@@ -16,7 +16,10 @@ sales_confirm_delete,Wollen Sie die gewählten Aufträge löschen?,Bent u zeker
|
||||
sales_confirm_finish_sale,Wollen Sie diesen Auftrag verarbeiten? Rückgängig unmöglich,Bent u zeker dat u deze aankoop wil invoeren? Dit kan niet ongedaan gemaakt worden.,¿Seguro(a) de querer procesar esta venta? Ésto no se puede deshacer.,Are you sure you want to submit this sale? This cannot be undone.,Etes vous sûr(e) de vouloir enregistrer cette vente? Cette opération est irréversible.,你確定要提交銷售單?此動作不能撤消。,"Вы уверены, что хотите заверщить эту продажу? Не может быть отменено.",แน่ใจหรือไม่ที่จะสำเร็จการขาย? ไม่สามารถย้อนกลับได้.,Satışı tamamlamak istediğinize emin misiniz? Tİşlem geri alınamaz.,Anda yakin ingin melakukan transaksi penjualan ini? Proses tidak dapat dibatalkan.
|
||||
sales_confirm_suspend_sale,Wollen Sie diesen Auftrag pendent halten?,Bent u zeker dat u deze aankoop wil bewaren?,¿Seguro(a) de querer suspender esta venta?,Are you sure you want to suspend this sale?,Etes vous sûr(e) de vouloir suspendre cette vente?,你確定要暫停銷售?,"Вы уверены, что хотите приостановить эту продажу?",แน่ใจหรือไม่ที่จะระงับการขาย?,Bu satışı askıya almak istiyor musunuz?,Apakah anda yakin akan menangguhkan penjualan ini?
|
||||
sales_credit,Kreditkarte,Kredietkaart,Tarjeta de Crédito,Credit Card,Carte de Crédit,信用卡,кредитная карта,เครดิตการ์ด,Kredi Kartı,Kartu Credit
|
||||
sales_customer,Kunde,Klant,cliente,Customer,Client,客戶,клиент,ลูกค้า,Müşteri,Pelanggan
|
||||
sales_customer,Kunde,Klant,cliente,Name,Client,客戶,клиент,ลูกค้า,Müşteri,Pelanggan
|
||||
sales_customer_email,Customer Email,Customer Email,Customer Email,Email,Customer Email,Customer Email,Customer Email,Customer Email,Customer Email,Customer Email
|
||||
sales_customer_address,Customer Address,Customer Address,Customer Address,Address,Customer Address,Customer Address,Customer Address,Customer Address,Customer Address,Customer Address
|
||||
sales_customer_location,Customer Location,Customer Location,Customer Location,Location,Customer Location,Customer Location,Customer Location,Customer Location,Customer Location,Customer Location
|
||||
sales_date,Datum,Datum,Fecha,Sale Date,Date de Vente,日期,Число,วันที่ขาย,Satış Tarihi,Tanggal
|
||||
sales_date_required,Ein korrektas Datum ist erforderlich,Gelieve een correcte datum in te vullen,Una fecha correcta de ser ingresada,A correct date needs to be filled in,A correct date needs to be filled in,A correct date needs to be filled in,A correct date needs to be filled in,A correct date needs to be filled in,A correct date needs to be filled in,Permintaan Data
|
||||
sales_date_type,Datum ist erforderlich,Er moet een correcte datum ingevuld worden,Campo de Fecha es requerido,Date field is required,Date field is required,Date field is required,Date field is required,Date field is required,Date field is required,Jenis Data
|
||||
|
||||
|
Reference in New Issue
Block a user