diff --git a/application/libraries/Barcode_lib.php b/application/libraries/Barcode_lib.php index afe72fbeb..e385d67f4 100644 --- a/application/libraries/Barcode_lib.php +++ b/application/libraries/Barcode_lib.php @@ -11,10 +11,6 @@ require APPPATH.'/views/barcodes/Ean8.php'; * Barcode library * * Library with utilities to manage barcodes - * - * @link github.com/jekkos/opensourcepos - * @since 2.x - * @author Jekkos */ class Barcode_lib diff --git a/application/libraries/Email_lib.php b/application/libraries/Email_lib.php index d4c11b007..45b7df1e9 100644 --- a/application/libraries/Email_lib.php +++ b/application/libraries/Email_lib.php @@ -4,10 +4,6 @@ * Email library * * Library with utilities to configure and send emails - * - * @link github.com/jekkos/opensourcepos - * @since 3.0 - * @author daN4cat (FrancescoUK) */ class Email_lib diff --git a/application/libraries/Item_lib.php b/application/libraries/Item_lib.php index 2ccb310b9..8ea8ee563 100644 --- a/application/libraries/Item_lib.php +++ b/application/libraries/Item_lib.php @@ -4,10 +4,6 @@ * Item library * * Library with utilities to manage items - * - * @link github.com/jekkos/opensourcepos - * @since 2.x - * @author Jekkos */ class Item_lib diff --git a/application/libraries/Mailchimp_lib.php b/application/libraries/Mailchimp_lib.php index e3f9011c5..a11122367 100644 --- a/application/libraries/Mailchimp_lib.php +++ b/application/libraries/Mailchimp_lib.php @@ -5,10 +5,6 @@ * * Interface for communicating with the Mailchimp v3 API * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author daN4cat (FrancescoUK) - * * Inspired by the work of: * - Rajitha Bandara: https://github.com/rajitha-bandara/ci-mailchimp-v3-rest-client * - Stefan Ashwell: https://github.com/stef686/codeigniter-mailchimp-api-v3 @@ -130,10 +126,6 @@ class MailchimpConnector * * Library with utility queries to interface Mailchimp v3 API * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author daN4cat (FrancescoUK) - * * Inspired by the work of ThinkShout: https://github.com/thinkshout/mailchimp-api-php */ diff --git a/application/libraries/Receiving_lib.php b/application/libraries/Receiving_lib.php index fc7adc157..fc6f62919 100644 --- a/application/libraries/Receiving_lib.php +++ b/application/libraries/Receiving_lib.php @@ -4,10 +4,6 @@ * Receiving library * * Library with utilities to manage receivings - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Receiving_lib diff --git a/application/libraries/Sale_lib.php b/application/libraries/Sale_lib.php index a02fefe3e..146f6eda7 100644 --- a/application/libraries/Sale_lib.php +++ b/application/libraries/Sale_lib.php @@ -4,10 +4,6 @@ * Sale library * * Library with utilities to manage sales - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Sale_lib diff --git a/application/libraries/Sms_lib.php b/application/libraries/Sms_lib.php index e56cebd63..0c2ed2dd5 100644 --- a/application/libraries/Sms_lib.php +++ b/application/libraries/Sms_lib.php @@ -4,10 +4,6 @@ * SMS library * * Library with utilities to send texts via SMS Gateway (requires proxy implementation) - * - * @link github.com/jekkos/opensourcepos - * @since 3.0 - * @author RamkrishnaMondal, daN4cat (FrancescoUK) */ class Sms_lib diff --git a/application/libraries/Tax_lib.php b/application/libraries/Tax_lib.php index b22d1822b..e2c39325b 100644 --- a/application/libraries/Tax_lib.php +++ b/application/libraries/Tax_lib.php @@ -4,10 +4,6 @@ * Tax library * * Library with utilities to manage taxes - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Tax_lib diff --git a/application/libraries/Token_lib.php b/application/libraries/Token_lib.php index 09a2de052..956360580 100644 --- a/application/libraries/Token_lib.php +++ b/application/libraries/Token_lib.php @@ -6,10 +6,6 @@ require_once(APPPATH . 'libraries/tokens/Token.php'); * Token library * * Library with utilities to manage tokens - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Token_lib diff --git a/application/libraries/Tracking_lib.php b/application/libraries/Tracking_lib.php index 17a01a895..8c1020452 100644 --- a/application/libraries/Tracking_lib.php +++ b/application/libraries/Tracking_lib.php @@ -4,10 +4,6 @@ * Tracking library * * Library with utilities to manage statistics - * - * @link github.com/jekkos/opensourcepos - * @since 3.0 - * @author daN4cat (FrancescoUK) */ class Tracking_lib diff --git a/application/libraries/tokens/Token.php b/application/libraries/tokens/Token.php index f4700fa04..cf1c59a7d 100644 --- a/application/libraries/tokens/Token.php +++ b/application/libraries/tokens/Token.php @@ -10,10 +10,6 @@ require_once(APPPATH . 'libraries/tokens/Token_year_invoice_count.php'); /** * Token class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Token diff --git a/application/libraries/tokens/Token_customer.php b/application/libraries/tokens/Token_customer.php index 46a222b3d..8a9dc28d4 100644 --- a/application/libraries/tokens/Token_customer.php +++ b/application/libraries/tokens/Token_customer.php @@ -2,10 +2,6 @@ /** * Token_customer class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Token_customer extends Token diff --git a/application/libraries/tokens/Token_invoice_count.php b/application/libraries/tokens/Token_invoice_count.php index a6b592058..3ec7f553f 100644 --- a/application/libraries/tokens/Token_invoice_count.php +++ b/application/libraries/tokens/Token_invoice_count.php @@ -2,10 +2,6 @@ /** * Token_invoice_count class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Token_invoice_count extends Token diff --git a/application/libraries/tokens/Token_invoice_sequence.php b/application/libraries/tokens/Token_invoice_sequence.php index c6a0802b1..862844995 100644 --- a/application/libraries/tokens/Token_invoice_sequence.php +++ b/application/libraries/tokens/Token_invoice_sequence.php @@ -2,10 +2,6 @@ /** * Token_invoice_sequence class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Token_invoice_sequence extends Token diff --git a/application/libraries/tokens/Token_quote_sequence.php b/application/libraries/tokens/Token_quote_sequence.php index b7cc08186..6154275fe 100644 --- a/application/libraries/tokens/Token_quote_sequence.php +++ b/application/libraries/tokens/Token_quote_sequence.php @@ -2,10 +2,6 @@ /** * Token_quote_sequence class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Token_quote_sequence extends Token diff --git a/application/libraries/tokens/Token_suspended_invoice_count.php b/application/libraries/tokens/Token_suspended_invoice_count.php index ca3e6822a..f64ec5f96 100644 --- a/application/libraries/tokens/Token_suspended_invoice_count.php +++ b/application/libraries/tokens/Token_suspended_invoice_count.php @@ -2,10 +2,6 @@ /** * Token_suspended_invoice_count class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Token_suspended_invoice_count extends Token diff --git a/application/libraries/tokens/Token_year_invoice_count.php b/application/libraries/tokens/Token_year_invoice_count.php index 6e2242a3b..b5804762c 100644 --- a/application/libraries/tokens/Token_year_invoice_count.php +++ b/application/libraries/tokens/Token_year_invoice_count.php @@ -2,10 +2,6 @@ /** * Token_year_invoice_count class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Token_year_invoice_count extends Token diff --git a/application/models/Appconfig.php b/application/models/Appconfig.php index 085a318b6..58d01604d 100644 --- a/application/models/Appconfig.php +++ b/application/models/Appconfig.php @@ -2,10 +2,6 @@ /** * Appconfig class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Appconfig extends CI_Model diff --git a/application/models/Customer.php b/application/models/Customer.php index 1cff3fc2c..161e7ad0c 100644 --- a/application/models/Customer.php +++ b/application/models/Customer.php @@ -2,10 +2,6 @@ /** * Customer class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Customer extends Person diff --git a/application/models/Customer_rewards.php b/application/models/Customer_rewards.php index 2c21e9b8d..63deff3a4 100644 --- a/application/models/Customer_rewards.php +++ b/application/models/Customer_rewards.php @@ -2,10 +2,6 @@ /** * Customer_rewards class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author joshua1234511 */ class Customer_rewards extends CI_Model diff --git a/application/models/Dinner_table.php b/application/models/Dinner_table.php index 2635c3023..2d882ac80 100644 --- a/application/models/Dinner_table.php +++ b/application/models/Dinner_table.php @@ -2,10 +2,6 @@ /** * Dinner_table class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author jlctmaster */ class Dinner_table extends CI_Model diff --git a/application/models/Employee.php b/application/models/Employee.php index 43e7dc940..b51d9689d 100644 --- a/application/models/Employee.php +++ b/application/models/Employee.php @@ -2,10 +2,6 @@ /** * Employee class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Employee extends Person diff --git a/application/models/Giftcard.php b/application/models/Giftcard.php index 82c1021aa..30cc385bd 100644 --- a/application/models/Giftcard.php +++ b/application/models/Giftcard.php @@ -2,10 +2,6 @@ /** * Giftcard class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Giftcard extends CI_Model diff --git a/application/models/Inventory.php b/application/models/Inventory.php index bf81c3859..d9291c709 100644 --- a/application/models/Inventory.php +++ b/application/models/Inventory.php @@ -2,10 +2,6 @@ /** * Inventory class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Inventory extends CI_Model diff --git a/application/models/Item.php b/application/models/Item.php index 5d757139e..f3aedc25a 100644 --- a/application/models/Item.php +++ b/application/models/Item.php @@ -2,10 +2,6 @@ /** * Item class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Item extends CI_Model diff --git a/application/models/Item_kit.php b/application/models/Item_kit.php index 9cbc8beb3..35d1a99fa 100644 --- a/application/models/Item_kit.php +++ b/application/models/Item_kit.php @@ -2,10 +2,6 @@ /** * Item_kit class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Item_kit extends CI_Model diff --git a/application/models/Item_kit_items.php b/application/models/Item_kit_items.php index 1282e8218..1739265b4 100644 --- a/application/models/Item_kit_items.php +++ b/application/models/Item_kit_items.php @@ -2,10 +2,6 @@ /** * Item_kit_items class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Item_kit_items extends CI_Model diff --git a/application/models/Item_quantity.php b/application/models/Item_quantity.php index 96fd64154..f248b2994 100644 --- a/application/models/Item_quantity.php +++ b/application/models/Item_quantity.php @@ -2,10 +2,6 @@ /** * Item_quantity class - * - * @link github.com/jekkos/opensourcepos - * @since 2.x - * @author Padungsak */ class Item_quantity extends CI_Model diff --git a/application/models/Item_taxes.php b/application/models/Item_taxes.php index 0e419c092..49e6598f3 100644 --- a/application/models/Item_taxes.php +++ b/application/models/Item_taxes.php @@ -2,10 +2,6 @@ /** * Item_taxes class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Item_taxes extends CI_Model diff --git a/application/models/Module.php b/application/models/Module.php index f945b58c7..09edd4d6a 100644 --- a/application/models/Module.php +++ b/application/models/Module.php @@ -2,10 +2,6 @@ /** * Module class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Module extends CI_Model diff --git a/application/models/Person.php b/application/models/Person.php index d8b952f44..f5cee9260 100644 --- a/application/models/Person.php +++ b/application/models/Person.php @@ -2,10 +2,6 @@ /** * Base class for People classes - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Person extends CI_Model diff --git a/application/models/Receiving.php b/application/models/Receiving.php index 117c92c15..c875796e1 100644 --- a/application/models/Receiving.php +++ b/application/models/Receiving.php @@ -2,10 +2,6 @@ /** * Receiving class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Receiving extends CI_Model diff --git a/application/models/Rewards.php b/application/models/Rewards.php index eb5ad50de..8303c2ca8 100644 --- a/application/models/Rewards.php +++ b/application/models/Rewards.php @@ -2,10 +2,6 @@ /** * Rewards class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author joshua1234511 */ class Rewards extends CI_Model diff --git a/application/models/Sale.php b/application/models/Sale.php index b1feb9d39..9454b902e 100644 --- a/application/models/Sale.php +++ b/application/models/Sale.php @@ -2,10 +2,6 @@ /** * Sale class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Sale extends CI_Model diff --git a/application/models/Sale_suspended.php b/application/models/Sale_suspended.php index 42b2c9981..e2174ff0a 100644 --- a/application/models/Sale_suspended.php +++ b/application/models/Sale_suspended.php @@ -2,10 +2,6 @@ /** * Sale_suspended class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Sale_suspended extends CI_Model diff --git a/application/models/Stock_location.php b/application/models/Stock_location.php index 6919974e5..afe884d67 100644 --- a/application/models/Stock_location.php +++ b/application/models/Stock_location.php @@ -2,10 +2,6 @@ /** * Stock_location class - * - * @link github.com/jekkos/opensourcepos - * @since 2.x - * @author Padungsak */ class Stock_location extends CI_Model diff --git a/application/models/Supplier.php b/application/models/Supplier.php index 7efdafaa1..38c61a6ca 100644 --- a/application/models/Supplier.php +++ b/application/models/Supplier.php @@ -2,10 +2,6 @@ /** * Supplier class - * - * @link github.com/jekkos/opensourcepos - * @since 1.0 - * @author N/A */ class Supplier extends Person diff --git a/application/models/Tax.php b/application/models/Tax.php index 64d287f00..7f1ec3466 100644 --- a/application/models/Tax.php +++ b/application/models/Tax.php @@ -2,10 +2,6 @@ /** * Tax class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Tax extends CI_Model diff --git a/application/models/enums/Rounding_code.php b/application/models/enums/Rounding_code.php index 451f9576f..610f0c180 100644 --- a/application/models/enums/Rounding_code.php +++ b/application/models/enums/Rounding_code.php @@ -2,10 +2,6 @@ /** * Rounding_code class - * - * @link github.com/jekkos/opensourcepos - * @since 3.1 - * @author SteveIreland */ class Rounding_code diff --git a/application/views/barcodes/Ean8.php b/application/views/barcodes/Ean8.php index 18d469f21..db0f461c9 100644 --- a/application/views/barcodes/Ean8.php +++ b/application/views/barcodes/Ean8.php @@ -366,4 +366,4 @@ class Ean8 extends BarcodeBase ); } } -?> \ No newline at end of file +?> diff --git a/docs/404.html b/docs/404.html index b0cc1b2d4..d31522872 100644 --- a/docs/404.html +++ b/docs/404.html @@ -136,6 +136,7 @@
exists( $key )
+ exists( $key )
get_all( )
+ get_all( )
get( $key )
+ get( $key )
save( $key, $value )
+ save( $key, $value )
batch_save( $data )
+ batch_save( $data )
delete( $key )
+ delete( $key )
delete_all( )
+ delete_all( )
acquire_save_next_invoice_sequence( )
+ acquire_save_next_invoice_sequence( )
acquire_save_next_quote_sequence( )
+ acquire_save_next_quote_sequence( )
__construct( )
+ __construct( )
get_list_barcodes( )
+ get_list_barcodes( )
get_barcode_config( )
+ get_barcode_config( )
validate_barcode( $barcode )
+ validate_barcode( $barcode )
barcode_instance( $item, $barcode_config )
+ barcode_instance( $item, $barcode_config )
generate_receipt_barcode( $barcode_content )
+ generate_receipt_barcode( $barcode_content )
display_barcode( $item, $barcode_config )
+ display_barcode( $item, $barcode_config )
listfonts( $folder )
+ listfonts( $folder )
get_font_name( $font_file_name )
+ get_font_name( $font_file_name )
exists( integer $person_id )
+ exists( integer $person_id )
Determines whether the given person exists in the people database table
@@ -312,7 +308,7 @@ CI_Modelcheck_account_number_exists( $account_number, $person_id = '' )
+ check_account_number_exists( $account_number, $person_id = '' )
get_total_rows( )
+ get_total_rows( )
Gets total of rows of people database table
@@ -378,7 +374,7 @@ CI_Modelget_all( integer $rows = 0, integer $limit_from = 0 )
+ get_all( integer $rows = 0, integer $limit_from = 0 )
Gets all people from the database table
@@ -421,7 +417,7 @@ CI_Modelget_info( integer $customer_id )
+ get_info( integer $customer_id )
Gets information about a person as an array
@@ -462,7 +458,7 @@ CI_Modelget_stats( $customer_id )
+ get_stats( $customer_id )
get_multiple_info( array $customer_ids )
+ get_multiple_info( array $customer_ids )
Gets information about people as an array of rows
@@ -533,7 +529,7 @@ CI_Modelcheck_email_exists( $email, $customer_id = '' )
+ check_email_exists( $email, $customer_id = '' )
save_customer( & $person_data, & $customer_data, $customer_id = FALSE )
+ save_customer( & $person_data, & $customer_data, $customer_id = FALSE )
update_reward_points_value( $customer_id, $value )
+ update_reward_points_value( $customer_id, $value )
delete( integer $customer_id )
+ delete( integer $customer_id )
Deletes one Person (dummy base function)
@@ -664,7 +660,7 @@ CI_Modeldelete_list( array $customer_ids )
+ delete_list( array $customer_ids )
Deletes a list of people (dummy base function)
@@ -705,7 +701,7 @@ CI_Modelget_search_suggestions( string $search, integer $unique = TRUE, $limit = 25 )
+ get_search_suggestions( string $search, integer $unique = TRUE, $limit = 25 )
Get search suggestions to find person
@@ -750,7 +746,7 @@ CI_Modelget_found_rows( $search )
+ get_found_rows( $search )
search( $search, $rows = 0, $limit_from = 0, $sort = 'last_name', $order = 'asc' )
+ search( $search, $rows = 0, $limit_from = 0, $sort = 'last_name', $order = 'asc' )
exists( $package_id )
+ exists( $package_id )
save( $package_data, $package_id )
+ save( $package_data, $package_id )
get_name( $package_id )
+ get_name( $package_id )
get_points_percent( $package_id )
+ get_points_percent( $package_id )
get_all( )
+ get_all( )
get_undeleted_all( )
+ get_undeleted_all( )
delete( $package_id )
+ delete( $package_id )
getData( array $inputs )
+ getData( array $inputs )
getSummaryData( array $inputs )
+ getSummaryData( array $inputs )
exists( $dinner_table_id )
+ exists( $dinner_table_id )
save( $table_data, $dinner_table_id )
+ save( $table_data, $dinner_table_id )
get_empty_tables( )
+ get_empty_tables( )
get_name( $dinner_table_id )
+ get_name( $dinner_table_id )
get_all( )
+ get_all( )
get_undeleted_all( )
+ get_undeleted_all( )
delete( $dinner_table_id )
+ delete( $dinner_table_id )
__construct( )
+ __construct( )
sendEmail( $to, $subject, $message, $attachment = NULL )
+ sendEmail( $to, $subject, $message, $attachment = NULL )
Email sending function diff --git a/docs/class-Employee.html b/docs/class-Employee.html index 450d9a727..a05b6da70 100644 --- a/docs/class-Employee.html +++ b/docs/class-Employee.html @@ -130,6 +130,7 @@
exists( integer $person_id )
+ exists( integer $person_id )
Determines whether the given person exists in the people database table
@@ -312,7 +308,7 @@ CI_Modelget_total_rows( )
+ get_total_rows( )
Gets total of rows of people database table
@@ -348,7 +344,7 @@ CI_Modelget_all( integer $limit = 10000, integer $offset = 0 )
+ get_all( integer $limit = 10000, integer $offset = 0 )
Gets all people from the database table
@@ -391,7 +387,7 @@ CI_Modelget_info( integer $employee_id )
+ get_info( integer $employee_id )
Gets information about a person as an array
@@ -432,7 +428,7 @@ CI_Modelget_multiple_info( array $employee_ids )
+ get_multiple_info( array $employee_ids )
Gets information about people as an array of rows
@@ -473,7 +469,7 @@ CI_Modelsave_employee( & $person_data, & $employee_data, & $grants_data, $employee_id = FALSE )
+ save_employee( & $person_data, & $employee_data, & $grants_data, $employee_id = FALSE )
delete( integer $employee_id )
+ delete( integer $employee_id )
Deletes one Person (dummy base function)
@@ -544,7 +540,7 @@ CI_Modeldelete_list( array $employee_ids )
+ delete_list( array $employee_ids )
Deletes a list of people (dummy base function)
@@ -585,7 +581,7 @@ CI_Modelget_search_suggestions( string $search, integer $limit = 5 )
+ get_search_suggestions( string $search, integer $limit = 5 )
Get search suggestions to find person
@@ -628,7 +624,7 @@ CI_Modelget_found_rows( $search )
+ get_found_rows( $search )
search( $search, $rows = 0, $limit_from = 0, $sort = 'last_name', $order = 'asc' )
+ search( $search, $rows = 0, $limit_from = 0, $sort = 'last_name', $order = 'asc' )
login( $username, $password )
+ login( $username, $password )
logout( )
+ logout( )
is_logged_in( )
+ is_logged_in( )
get_logged_in_employee_info( )
+ get_logged_in_employee_info( )
has_module_grant( $permission_id, $person_id )
+ has_module_grant( $permission_id, $person_id )
has_subpermissions( $permission_id )
+ has_subpermissions( $permission_id )
has_grant( $permission_id, $person_id )
+ has_grant( $permission_id, $person_id )
get_employee_grants( $person_id )
+ get_employee_grants( $person_id )
check_password( $username, $password )
+ check_password( $username, $password )
change_password( $employee_data, $employee_id = FALSE )
+ change_password( $employee_data, $employee_id = FALSE )
exists( $giftcard_id )
+ exists( $giftcard_id )
get_max_number( )
+ get_max_number( )
get_total_rows( )
+ get_total_rows( )
get_info( $giftcard_id )
+ get_info( $giftcard_id )
get_giftcard_id( $giftcard_number )
+ get_giftcard_id( $giftcard_number )
get_multiple_info( $giftcard_ids )
+ get_multiple_info( $giftcard_ids )
save( & $giftcard_data, $giftcard_id = -1 )
+ save( & $giftcard_data, $giftcard_id = -1 )
update_multiple( $giftcard_data, $giftcard_ids )
+ update_multiple( $giftcard_data, $giftcard_ids )
delete( $giftcard_id )
+ delete( $giftcard_id )
delete_list( $giftcard_ids )
+ delete_list( $giftcard_ids )
get_search_suggestions( $search, $limit = 25 )
+ get_search_suggestions( $search, $limit = 25 )
search( $search, $rows = 0, $limit_from = 0, $sort = 'giftcard_number', $order = 'asc' )
+ search( $search, $rows = 0, $limit_from = 0, $sort = 'giftcard_number', $order = 'asc' )
get_found_rows( $search )
+ get_found_rows( $search )
get_giftcard_value( $giftcard_number )
+ get_giftcard_value( $giftcard_number )