Skip to content

Commit 2bbbc87

Browse files
committed
Conflicts: application/language/spanish/employees_lang.php application/language/spanish/reports_lang.php
2 parents 20557dc + 6960c31 commit 2bbbc87

26 files changed

+311
-313
lines changed

WHATS_NEW.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
* Added item kits feature
2-
* Can now filter reports by all/sales/returns
3-
* Added pagination throughout program
4-
* Improved importing for items and added importing for customers
5-
* Added location field for items
6-
* Bug fixes
1+
* Can now delete items from item kit

application/language/english/customers_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
$lang['customers_basic_information']='Customer Information';
1414
$lang['customers_account_number']='Account #';
1515
$lang['customers_taxable']='Taxable';
16-
?>
16+
?>

application/language/english/employees_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
$lang['employees_permission_desc']='Check the boxes below to grant access to modules';
2525
$lang['employees_error_updating_demo_admin'] = 'You can not change the demo admin user';
2626
$lang['employees_error_deleting_demo_admin'] = 'You can not delete the demo admin user';
27-
?>
27+
?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
$lang['error_no_permission_module']='You do not have permission to access the module named';
33
$lang['error_unknown']='unknown';
4-
?>
4+
?>

application/language/english/giftcards_lang.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
$lang['giftcards_number']='Giftcard Number must be a number';
88
$lang['giftcards_value']='Giftcard Value must be a number';
99

10-
1110
$lang['giftcards_retrive_giftcard_info']='Retrive Giftcard Info';
1211
$lang['giftcards_description']='Description';
1312
$lang['giftcards_amazon']='Amazon';
@@ -30,7 +29,6 @@
3029
$lang['giftcards_tax_percents']='Tax Percent(s)';
3130
$lang['giftcards_reorder_level']='Reorder Level';
3231
$lang['giftcards_quantity']='Quantity';
33-
$lang['giftcards_reorder_level']='Reorder Level';
3432
$lang['giftcards_no_giftcards_to_display']='No Giftcards to display';
3533
$lang['giftcards_bulk_edit']='Bulk Edit';
3634
$lang['giftcards_confirm_delete']='Are you sure you want to delete the selected giftcards?';
@@ -64,8 +62,8 @@
6462
$lang['giftcards_do_nothing'] = 'Do Nothing';
6563
$lang['giftcards_change_all_to_serialized'] = 'Change All To Serialized';
6664
$lang['giftcards_change_all_to_unserialized'] = 'Change All To Unserialized';
67-
$lang['giftcards_change_all_to_allow_alt_desc'] = ' Allow Alt Desc For All';
65+
$lang['giftcards_change_all_to_allow_alt_desc'] = 'Allow Alt Desc For All';
6866
$lang['giftcards_change_all_to_not_allow_allow_desc'] = 'Not Allow Alt Desc For All';
6967
$lang['giftcards_use_inventory_menu'] = 'Use Inv. Menu';
7068
$lang['giftcards_manually_editing_of_quantity'] = 'Manual Edit of Quantity';
71-
?>
69+
?>

application/language/english/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
<p>Directory access is forbidden.</p>
88

99
</body>
10-
</html>
10+
</html>

application/language/english/item_kits_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
$lang['item_kits_items'] = 'Items';
1818
$lang['item_kits_item'] = 'Item';
1919
$lang['item_kits_quantity'] = 'Quantity';
20-
?>
20+
?>

application/language/english/items_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
$lang['items_manually_editing_of_quantity'] = 'Manual Edit of Quantity';
7777
$lang['items_inventory'] = 'Inventory';
7878
$lang['items_location'] = 'Location';
79-
?>
79+
?>

application/language/english/login_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
$lang['login_go']='Go';
66
$lang['login_invalid_username_and_password']='Invalid username/password';
77
$lang['login_welcome_message']='Welcome to the PHP Point Of Sale System. To continue, please login using your username and password below.';
8-
?>
8+
?>

application/language/english/module_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
$lang['module_item_kits']='Item Kits';
3232
$lang['module_item_kits_desc']='Add, Update, Delete and Search Item Kits';
3333

34-
?>
34+
?>

0 commit comments

Comments
 (0)