mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-10 16:57:34 -04:00
Regen ApiGen documentation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Token_customer class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 3.1
|
||||
* @author SteveIreland
|
||||
*/
|
||||
|
||||
class Token_customer extends Token
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Token_invoice_count class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 3.1
|
||||
* @author SteveIreland
|
||||
*/
|
||||
|
||||
class Token_invoice_count extends Token
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Token_invoice_sequence class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 3.1
|
||||
* @author SteveIreland
|
||||
*/
|
||||
|
||||
class Token_invoice_sequence extends Token
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Token_quote_sequence class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 3.1
|
||||
* @author SteveIreland
|
||||
*/
|
||||
|
||||
class Token_quote_sequence extends Token
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Appconfig class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Appconfig extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Customer class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Customer extends Person
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Customer_rewards class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 3.1
|
||||
* @author joshua1234511
|
||||
*/
|
||||
|
||||
class Customer_rewards extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Dinner_table class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 3.1
|
||||
* @author jlctmaster
|
||||
*/
|
||||
|
||||
class Dinner_table extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Employee class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Employee extends Person
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Giftcard class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Giftcard extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Inventory class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Inventory extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Item class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Item extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Item_kit class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Item_kit extends CI_Model
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Item_quantity class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 2.x
|
||||
* @author Padungsak
|
||||
*/
|
||||
|
||||
class Item_quantity extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Item_taxes class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Item_taxes extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Module class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Module extends CI_Model
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Receiving class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Receiving extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Rewards class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 3.1
|
||||
* @author joshua1234511
|
||||
*/
|
||||
|
||||
class Rewards extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Sale class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Sale extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Sale_suspended class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Sale_suspended extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Stock_location class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 2.x
|
||||
* @author Padungsak
|
||||
*/
|
||||
|
||||
class Stock_location extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Supplier class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 1.0
|
||||
* @author N/A
|
||||
*/
|
||||
|
||||
class Supplier extends Person
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Tax class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 3.1
|
||||
* @author SteveIreland
|
||||
*/
|
||||
|
||||
class Tax extends CI_Model
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
/**
|
||||
* Rounding_code class
|
||||
*
|
||||
* @link github.com/jekkos/opensourcepos
|
||||
* @since 3.1
|
||||
* @author SteveIreland
|
||||
*/
|
||||
|
||||
class Rounding_code
|
||||
|
||||
@@ -366,4 +366,4 @@ class Ean8 extends BarcodeBase
|
||||
);
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -136,6 +136,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -171,6 +172,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Appconfig.html#4-100" title="Go to source code">models/Appconfig.php</a>
|
||||
<b>Located at</b> <a href="source-class-Appconfig.html#4-96" title="Go to source code">models/Appconfig.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Appconfig.html#13-19" title="Go to source code">exists</a>( <span> <var>$key</var></span> )</code>
|
||||
<code><a href="source-class-Appconfig.html#9-15" title="Go to source code">exists</a>( <span> <var>$key</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all">#</a>
|
||||
<code><a href="source-class-Appconfig.html#21-27" title="Go to source code">get_all</a>( )</code>
|
||||
<code><a href="source-class-Appconfig.html#17-23" title="Go to source code">get_all</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get">#</a>
|
||||
<code><a href="source-class-Appconfig.html#29-39" title="Go to source code">get</a>( <span> <var>$key</var></span> )</code>
|
||||
<code><a href="source-class-Appconfig.html#25-35" title="Go to source code">get</a>( <span> <var>$key</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Appconfig.html#41-56" title="Go to source code">save</a>( <span> <var>$key</var></span>, <span> <var>$value</var></span> )</code>
|
||||
<code><a href="source-class-Appconfig.html#37-52" title="Go to source code">save</a>( <span> <var>$key</var></span>, <span> <var>$value</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_batch_save">#</a>
|
||||
<code><a href="source-class-Appconfig.html#58-75" title="Go to source code">batch_save</a>( <span> <var>$data</var></span> )</code>
|
||||
<code><a href="source-class-Appconfig.html#54-71" title="Go to source code">batch_save</a>( <span> <var>$data</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Appconfig.html#77-80" title="Go to source code">delete</a>( <span> <var>$key</var></span> )</code>
|
||||
<code><a href="source-class-Appconfig.html#73-76" title="Go to source code">delete</a>( <span> <var>$key</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_all">#</a>
|
||||
<code><a href="source-class-Appconfig.html#82-85" title="Go to source code">delete_all</a>( )</code>
|
||||
<code><a href="source-class-Appconfig.html#78-81" title="Go to source code">delete_all</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -474,7 +470,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_acquire_save_next_invoice_sequence">#</a>
|
||||
<code><a href="source-class-Appconfig.html#87-92" title="Go to source code">acquire_save_next_invoice_sequence</a>( )</code>
|
||||
<code><a href="source-class-Appconfig.html#83-88" title="Go to source code">acquire_save_next_invoice_sequence</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -504,7 +500,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_acquire_save_next_quote_sequence">#</a>
|
||||
<code><a href="source-class-Appconfig.html#94-99" title="Go to source code">acquire_save_next_quote_sequence</a>( )</code>
|
||||
<code><a href="source-class-Appconfig.html#90-95" title="Go to source code">acquire_save_next_quote_sequence</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -227,13 +229,7 @@
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
Jekkos<br>
|
||||
<b>Since:</b>
|
||||
2.x<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Barcode_lib.html#11-241" title="Go to source code">libraries/Barcode_lib.php</a>
|
||||
<b>Located at</b> <a href="source-class-Barcode_lib.html#11-237" title="Go to source code">libraries/Barcode_lib.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +249,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#___construct">#</a>
|
||||
<code><a href="source-class-Barcode_lib.html#25-28" title="Go to source code">__construct</a>( )</code>
|
||||
<code><a href="source-class-Barcode_lib.html#21-24" title="Go to source code">__construct</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -283,7 +279,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_list_barcodes">#</a>
|
||||
<code><a href="source-class-Barcode_lib.html#30-33" title="Go to source code">get_list_barcodes</a>( )</code>
|
||||
<code><a href="source-class-Barcode_lib.html#26-29" title="Go to source code">get_list_barcodes</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -313,7 +309,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_barcode_config">#</a>
|
||||
<code><a href="source-class-Barcode_lib.html#35-54" title="Go to source code">get_barcode_config</a>( )</code>
|
||||
<code><a href="source-class-Barcode_lib.html#31-50" title="Go to source code">get_barcode_config</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -343,7 +339,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_validate_barcode">#</a>
|
||||
<code><a href="source-class-Barcode_lib.html#56-61" title="Go to source code">validate_barcode</a>( <span> <var>$barcode</var></span> )</code>
|
||||
<code><a href="source-class-Barcode_lib.html#52-57" title="Go to source code">validate_barcode</a>( <span> <var>$barcode</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -373,7 +369,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_barcode_instance">#</a>
|
||||
<code><a href="source-class-Barcode_lib.html#63-77" title="Go to source code">barcode_instance</a>( <span> <var>$item</var></span>, <span> <var>$barcode_config</var></span> )</code>
|
||||
<code><a href="source-class-Barcode_lib.html#59-73" title="Go to source code">barcode_instance</a>( <span> <var>$item</var></span>, <span> <var>$barcode_config</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -403,7 +399,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_generate_receipt_barcode">#</a>
|
||||
<code><a href="source-class-Barcode_lib.html#143-168" title="Go to source code">generate_receipt_barcode</a>( <span> <var>$barcode_content</var></span> )</code>
|
||||
<code><a href="source-class-Barcode_lib.html#139-164" title="Go to source code">generate_receipt_barcode</a>( <span> <var>$barcode_content</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -433,7 +429,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_display_barcode">#</a>
|
||||
<code><a href="source-class-Barcode_lib.html#170-181" title="Go to source code">display_barcode</a>( <span> <var>$item</var></span>, <span> <var>$barcode_config</var></span> )</code>
|
||||
<code><a href="source-class-Barcode_lib.html#166-177" title="Go to source code">display_barcode</a>( <span> <var>$item</var></span>, <span> <var>$barcode_config</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -463,7 +459,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_listfonts">#</a>
|
||||
<code><a href="source-class-Barcode_lib.html#215-235" title="Go to source code">listfonts</a>( <span> <var>$folder</var></span> )</code>
|
||||
<code><a href="source-class-Barcode_lib.html#211-231" title="Go to source code">listfonts</a>( <span> <var>$folder</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -493,7 +489,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_font_name">#</a>
|
||||
<code><a href="source-class-Barcode_lib.html#237-240" title="Go to source code">get_font_name</a>( <span> <var>$font_file_name</var></span> )</code>
|
||||
<code><a href="source-class-Barcode_lib.html#233-236" title="Go to source code">get_font_name</a>( <span> <var>$font_file_name</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -245,13 +247,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Customer.html#4-354" title="Go to source code">models/Customer.php</a>
|
||||
<b>Located at</b> <a href="source-class-Customer.html#4-350" title="Go to source code">models/Customer.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -271,7 +267,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Customer.html#16-23" title="Go to source code">exists</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
<code><a href="source-class-Customer.html#12-19" title="Go to source code">exists</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Determines whether the given person exists in the people database table</p>
|
||||
@@ -312,7 +308,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_check_account_number_exists">#</a>
|
||||
<code><a href="source-class-Customer.html#28-39" title="Go to source code">check_account_number_exists</a>( <span> <var>$account_number</var></span>, <span> <var>$person_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
<code><a href="source-class-Customer.html#24-35" title="Go to source code">check_account_number_exists</a>( <span> <var>$account_number</var></span>, <span> <var>$person_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -342,7 +338,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_total_rows">#</a>
|
||||
<code><a href="source-class-Customer.html#44-50" title="Go to source code">get_total_rows</a>( )</code>
|
||||
<code><a href="source-class-Customer.html#40-46" title="Go to source code">get_total_rows</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets total of rows of people database table</p>
|
||||
@@ -378,7 +374,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all">#</a>
|
||||
<code><a href="source-class-Customer.html#55-68" title="Go to source code">get_all</a>( <span>integer <var>$rows</var> = <span class="php-num">0</span></span>, <span>integer <var>$limit_from</var> = <span class="php-num">0</span></span> )</code>
|
||||
<code><a href="source-class-Customer.html#51-64" title="Go to source code">get_all</a>( <span>integer <var>$rows</var> = <span class="php-num">0</span></span>, <span>integer <var>$limit_from</var> = <span class="php-num">0</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets all people from the database table</p>
|
||||
@@ -421,7 +417,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Customer.html#73-98" title="Go to source code">get_info</a>( <span>integer <var>$customer_id</var></span> )</code>
|
||||
<code><a href="source-class-Customer.html#69-94" title="Go to source code">get_info</a>( <span>integer <var>$customer_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about a person as an array</p>
|
||||
@@ -462,7 +458,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_stats">#</a>
|
||||
<code><a href="source-class-Customer.html#103-146" title="Go to source code">get_stats</a>( <span> <var>$customer_id</var></span> )</code>
|
||||
<code><a href="source-class-Customer.html#99-142" title="Go to source code">get_stats</a>( <span> <var>$customer_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -492,7 +488,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_multiple_info">#</a>
|
||||
<code><a href="source-class-Customer.html#151-159" title="Go to source code">get_multiple_info</a>( <span>array <var>$customer_ids</var></span> )</code>
|
||||
<code><a href="source-class-Customer.html#147-155" title="Go to source code">get_multiple_info</a>( <span>array <var>$customer_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about people as an array of rows</p>
|
||||
@@ -533,7 +529,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_check_email_exists">#</a>
|
||||
<code><a href="source-class-Customer.html#164-183" title="Go to source code">check_email_exists</a>( <span> <var>$email</var></span>, <span> <var>$customer_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
<code><a href="source-class-Customer.html#160-179" title="Go to source code">check_email_exists</a>( <span> <var>$email</var></span>, <span> <var>$customer_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -563,7 +559,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save_customer">#</a>
|
||||
<code><a href="source-class-Customer.html#188-214" title="Go to source code">save_customer</a>( <span> <var>& $person_data</var></span>, <span> <var>& $customer_data</var></span>, <span> <var>$customer_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Customer.html#184-210" title="Go to source code">save_customer</a>( <span> <var>& $person_data</var></span>, <span> <var>& $customer_data</var></span>, <span> <var>$customer_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -593,7 +589,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_update_reward_points_value">#</a>
|
||||
<code><a href="source-class-Customer.html#219-223" title="Go to source code">update_reward_points_value</a>( <span> <var>$customer_id</var></span>, <span> <var>$value</var></span> )</code>
|
||||
<code><a href="source-class-Customer.html#215-219" title="Go to source code">update_reward_points_value</a>( <span> <var>$customer_id</var></span>, <span> <var>$value</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -623,7 +619,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Customer.html#229-234" title="Go to source code">delete</a>( <span>integer <var>$customer_id</var></span> )</code>
|
||||
<code><a href="source-class-Customer.html#225-230" title="Go to source code">delete</a>( <span>integer <var>$customer_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Deletes one Person (dummy base function)</p>
|
||||
@@ -664,7 +660,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_list">#</a>
|
||||
<code><a href="source-class-Customer.html#239-244" title="Go to source code">delete_list</a>( <span>array <var>$customer_ids</var></span> )</code>
|
||||
<code><a href="source-class-Customer.html#235-240" title="Go to source code">delete_list</a>( <span>array <var>$customer_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Deletes a list of people (dummy base function)</p>
|
||||
@@ -705,7 +701,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_search_suggestions">#</a>
|
||||
<code><a href="source-class-Customer.html#249-307" title="Go to source code">get_search_suggestions</a>( <span>string <var>$search</var></span>, <span>integer <var>$unique</var> = <span class="php-keyword1">TRUE</span></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
<code><a href="source-class-Customer.html#245-303" title="Go to source code">get_search_suggestions</a>( <span>string <var>$search</var></span>, <span>integer <var>$unique</var> = <span class="php-keyword1">TRUE</span></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Get search suggestions to find person</p>
|
||||
@@ -750,7 +746,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_found_rows">#</a>
|
||||
<code><a href="source-class-Customer.html#312-327" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span> )</code>
|
||||
<code><a href="source-class-Customer.html#308-323" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -780,7 +776,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_search">#</a>
|
||||
<code><a href="source-class-Customer.html#332-353" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'last_name'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
<code><a href="source-class-Customer.html#328-349" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'last_name'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
joshua1234511<br>
|
||||
<b>Since:</b>
|
||||
3.1<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Customer_rewards.html#4-91" title="Go to source code">models/Customer_rewards.php</a>
|
||||
<b>Located at</b> <a href="source-class-Customer_rewards.html#4-87" title="Go to source code">models/Customer_rewards.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Customer_rewards.html#13-19" title="Go to source code">exists</a>( <span> <var>$package_id</var></span> )</code>
|
||||
<code><a href="source-class-Customer_rewards.html#9-15" title="Go to source code">exists</a>( <span> <var>$package_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Customer_rewards.html#21-44" title="Go to source code">save</a>( <span> <var>$package_data</var></span>, <span> <var>$package_id</var></span> )</code>
|
||||
<code><a href="source-class-Customer_rewards.html#17-40" title="Go to source code">save</a>( <span> <var>$package_data</var></span>, <span> <var>$package_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_name">#</a>
|
||||
<code><a href="source-class-Customer_rewards.html#46-52" title="Go to source code">get_name</a>( <span> <var>$package_id</var></span> )</code>
|
||||
<code><a href="source-class-Customer_rewards.html#42-48" title="Go to source code">get_name</a>( <span> <var>$package_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_points_percent">#</a>
|
||||
<code><a href="source-class-Customer_rewards.html#54-60" title="Go to source code">get_points_percent</a>( <span> <var>$package_id</var></span> )</code>
|
||||
<code><a href="source-class-Customer_rewards.html#50-56" title="Go to source code">get_points_percent</a>( <span> <var>$package_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all">#</a>
|
||||
<code><a href="source-class-Customer_rewards.html#62-67" title="Go to source code">get_all</a>( )</code>
|
||||
<code><a href="source-class-Customer_rewards.html#58-63" title="Go to source code">get_all</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_undeleted_all">#</a>
|
||||
<code><a href="source-class-Customer_rewards.html#69-75" title="Go to source code">get_undeleted_all</a>( )</code>
|
||||
<code><a href="source-class-Customer_rewards.html#65-71" title="Go to source code">get_undeleted_all</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Customer_rewards.html#80-90" title="Go to source code">delete</a>( <span> <var>$package_id</var></span> )</code>
|
||||
<code><a href="source-class-Customer_rewards.html#76-86" title="Go to source code">delete</a>( <span> <var>$package_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -242,7 +244,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Located at</b> <a href="source-class-Detailed_sales.html#5-141" title="Go to source code">models/reports/Detailed_sales.php</a>
|
||||
<b>Located at</b> <a href="source-class-Detailed_sales.html#5-158" title="Go to source code">models/reports/Detailed_sales.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -352,7 +354,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getData">#</a>
|
||||
<code><a href="source-class-Detailed_sales.html#67-118" title="Go to source code">getData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Detailed_sales.html#67-127" title="Go to source code">getData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -382,7 +384,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getSummaryData">#</a>
|
||||
<code><a href="source-class-Detailed_sales.html#120-140" title="Go to source code">getSummaryData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Detailed_sales.html#129-157" title="Go to source code">getSummaryData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
jlctmaster<br>
|
||||
<b>Since:</b>
|
||||
3.1<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Dinner_table.html#4-110" title="Go to source code">models/Dinner_table.php</a>
|
||||
<b>Located at</b> <a href="source-class-Dinner_table.html#4-106" title="Go to source code">models/Dinner_table.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Dinner_table.html#13-19" title="Go to source code">exists</a>( <span> <var>$dinner_table_id</var></span> )</code>
|
||||
<code><a href="source-class-Dinner_table.html#9-15" title="Go to source code">exists</a>( <span> <var>$dinner_table_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Dinner_table.html#21-43" title="Go to source code">save</a>( <span> <var>$table_data</var></span>, <span> <var>$dinner_table_id</var></span> )</code>
|
||||
<code><a href="source-class-Dinner_table.html#17-39" title="Go to source code">save</a>( <span> <var>$table_data</var></span>, <span> <var>$dinner_table_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_empty_tables">#</a>
|
||||
<code><a href="source-class-Dinner_table.html#48-64" title="Go to source code">get_empty_tables</a>( )</code>
|
||||
<code><a href="source-class-Dinner_table.html#44-60" title="Go to source code">get_empty_tables</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_name">#</a>
|
||||
<code><a href="source-class-Dinner_table.html#66-79" title="Go to source code">get_name</a>( <span> <var>$dinner_table_id</var></span> )</code>
|
||||
<code><a href="source-class-Dinner_table.html#62-75" title="Go to source code">get_name</a>( <span> <var>$dinner_table_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all">#</a>
|
||||
<code><a href="source-class-Dinner_table.html#81-86" title="Go to source code">get_all</a>( )</code>
|
||||
<code><a href="source-class-Dinner_table.html#77-82" title="Go to source code">get_all</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_undeleted_all">#</a>
|
||||
<code><a href="source-class-Dinner_table.html#88-94" title="Go to source code">get_undeleted_all</a>( )</code>
|
||||
<code><a href="source-class-Dinner_table.html#84-90" title="Go to source code">get_undeleted_all</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Dinner_table.html#99-109" title="Go to source code">delete</a>( <span> <var>$dinner_table_id</var></span> )</code>
|
||||
<code><a href="source-class-Dinner_table.html#95-105" title="Go to source code">delete</a>( <span> <var>$dinner_table_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -227,13 +229,7 @@
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
daN4cat (FrancescoUK)<br>
|
||||
<b>Since:</b>
|
||||
3.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Email_lib.html#4-66" title="Go to source code">libraries/Email_lib.php</a>
|
||||
<b>Located at</b> <a href="source-class-Email_lib.html#4-62" title="Go to source code">libraries/Email_lib.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +249,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#___construct">#</a>
|
||||
<code><a href="source-class-Email_lib.html#17-38" title="Go to source code">__construct</a>( )</code>
|
||||
<code><a href="source-class-Email_lib.html#13-34" title="Go to source code">__construct</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -283,7 +279,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_sendEmail">#</a>
|
||||
<code><a href="source-class-Email_lib.html#40-65" title="Go to source code">sendEmail</a>( <span> <var>$to</var></span>, <span> <var>$subject</var></span>, <span> <var>$message</var></span>, <span> <var>$attachment</var> = <span class="php-keyword1">NULL</span></span> )</code>
|
||||
<code><a href="source-class-Email_lib.html#36-61" title="Go to source code">sendEmail</a>( <span> <var>$to</var></span>, <span> <var>$subject</var></span>, <span> <var>$message</var></span>, <span> <var>$attachment</var> = <span class="php-keyword1">NULL</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Email sending function
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -245,13 +247,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Employee.html#4-466" title="Go to source code">models/Employee.php</a>
|
||||
<b>Located at</b> <a href="source-class-Employee.html#4-462" title="Go to source code">models/Employee.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -271,7 +267,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Employee.html#16-23" title="Go to source code">exists</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#12-19" title="Go to source code">exists</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Determines whether the given person exists in the people database table</p>
|
||||
@@ -312,7 +308,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_total_rows">#</a>
|
||||
<code><a href="source-class-Employee.html#28-34" title="Go to source code">get_total_rows</a>( )</code>
|
||||
<code><a href="source-class-Employee.html#24-30" title="Go to source code">get_total_rows</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets total of rows of people database table</p>
|
||||
@@ -348,7 +344,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all">#</a>
|
||||
<code><a href="source-class-Employee.html#39-49" title="Go to source code">get_all</a>( <span>integer <var>$limit</var> = <span class="php-num">10000</span></span>, <span>integer <var>$offset</var> = <span class="php-num">0</span></span> )</code>
|
||||
<code><a href="source-class-Employee.html#35-45" title="Go to source code">get_all</a>( <span>integer <var>$limit</var> = <span class="php-num">10000</span></span>, <span>integer <var>$offset</var> = <span class="php-num">0</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets all people from the database table</p>
|
||||
@@ -391,7 +387,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Employee.html#54-79" title="Go to source code">get_info</a>( <span>integer <var>$employee_id</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#50-75" title="Go to source code">get_info</a>( <span>integer <var>$employee_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about a person as an array</p>
|
||||
@@ -432,7 +428,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_multiple_info">#</a>
|
||||
<code><a href="source-class-Employee.html#84-92" title="Go to source code">get_multiple_info</a>( <span>array <var>$employee_ids</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#80-88" title="Go to source code">get_multiple_info</a>( <span>array <var>$employee_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about people as an array of rows</p>
|
||||
@@ -473,7 +469,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save_employee">#</a>
|
||||
<code><a href="source-class-Employee.html#97-139" title="Go to source code">save_employee</a>( <span> <var>& $person_data</var></span>, <span> <var>& $employee_data</var></span>, <span> <var>& $grants_data</var></span>, <span> <var>$employee_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Employee.html#93-135" title="Go to source code">save_employee</a>( <span> <var>& $person_data</var></span>, <span> <var>& $employee_data</var></span>, <span> <var>& $grants_data</var></span>, <span> <var>$employee_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -503,7 +499,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Employee.html#144-167" title="Go to source code">delete</a>( <span>integer <var>$employee_id</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#140-163" title="Go to source code">delete</a>( <span>integer <var>$employee_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Deletes one Person (dummy base function)</p>
|
||||
@@ -544,7 +540,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_list">#</a>
|
||||
<code><a href="source-class-Employee.html#172-197" title="Go to source code">delete_list</a>( <span>array <var>$employee_ids</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#168-193" title="Go to source code">delete_list</a>( <span>array <var>$employee_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Deletes a list of people (dummy base function)</p>
|
||||
@@ -585,7 +581,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_search_suggestions">#</a>
|
||||
<code><a href="source-class-Employee.html#202-257" title="Go to source code">get_search_suggestions</a>( <span>string <var>$search</var></span>, <span>integer <var>$limit</var> = <span class="php-num">5</span></span> )</code>
|
||||
<code><a href="source-class-Employee.html#198-253" title="Go to source code">get_search_suggestions</a>( <span>string <var>$search</var></span>, <span>integer <var>$limit</var> = <span class="php-num">5</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Get search suggestions to find person</p>
|
||||
@@ -628,7 +624,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_found_rows">#</a>
|
||||
<code><a href="source-class-Employee.html#262-277" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#258-273" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -658,7 +654,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_search">#</a>
|
||||
<code><a href="source-class-Employee.html#282-303" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'last_name'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
<code><a href="source-class-Employee.html#278-299" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'last_name'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -688,7 +684,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_login">#</a>
|
||||
<code><a href="source-class-Employee.html#308-335" title="Go to source code">login</a>( <span> <var>$username</var></span>, <span> <var>$password</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#304-331" title="Go to source code">login</a>( <span> <var>$username</var></span>, <span> <var>$password</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -718,7 +714,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_logout">#</a>
|
||||
<code><a href="source-class-Employee.html#340-345" title="Go to source code">logout</a>( )</code>
|
||||
<code><a href="source-class-Employee.html#336-341" title="Go to source code">logout</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -748,7 +744,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_logged_in">#</a>
|
||||
<code><a href="source-class-Employee.html#350-353" title="Go to source code">is_logged_in</a>( )</code>
|
||||
<code><a href="source-class-Employee.html#346-349" title="Go to source code">is_logged_in</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -778,7 +774,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_logged_in_employee_info">#</a>
|
||||
<code><a href="source-class-Employee.html#358-366" title="Go to source code">get_logged_in_employee_info</a>( )</code>
|
||||
<code><a href="source-class-Employee.html#354-362" title="Go to source code">get_logged_in_employee_info</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -808,7 +804,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_has_module_grant">#</a>
|
||||
<code><a href="source-class-Employee.html#371-384" title="Go to source code">has_module_grant</a>( <span> <var>$permission_id</var></span>, <span> <var>$person_id</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#367-380" title="Go to source code">has_module_grant</a>( <span> <var>$permission_id</var></span>, <span> <var>$person_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -838,7 +834,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_has_subpermissions">#</a>
|
||||
<code><a href="source-class-Employee.html#389-395" title="Go to source code">has_subpermissions</a>( <span> <var>$permission_id</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#385-391" title="Go to source code">has_subpermissions</a>( <span> <var>$permission_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -868,7 +864,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_has_grant">#</a>
|
||||
<code><a href="source-class-Employee.html#400-411" title="Go to source code">has_grant</a>( <span> <var>$permission_id</var></span>, <span> <var>$person_id</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#396-407" title="Go to source code">has_grant</a>( <span> <var>$permission_id</var></span>, <span> <var>$person_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -898,7 +894,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_employee_grants">#</a>
|
||||
<code><a href="source-class-Employee.html#416-422" title="Go to source code">get_employee_grants</a>( <span> <var>$person_id</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#412-418" title="Go to source code">get_employee_grants</a>( <span> <var>$person_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -928,7 +924,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_check_password">#</a>
|
||||
<code><a href="source-class-Employee.html#428-445" title="Go to source code">check_password</a>( <span> <var>$username</var></span>, <span> <var>$password</var></span> )</code>
|
||||
<code><a href="source-class-Employee.html#424-441" title="Go to source code">check_password</a>( <span> <var>$username</var></span>, <span> <var>$password</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -958,7 +954,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_change_password">#</a>
|
||||
<code><a href="source-class-Employee.html#450-465" title="Go to source code">change_password</a>( <span> <var>$employee_data</var></span>, <span> <var>$employee_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Employee.html#446-461" title="Go to source code">change_password</a>( <span> <var>$employee_data</var></span>, <span> <var>$employee_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Giftcard.html#4-318" title="Go to source code">models/Giftcard.php</a>
|
||||
<b>Located at</b> <a href="source-class-Giftcard.html#4-314" title="Go to source code">models/Giftcard.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Giftcard.html#16-23" title="Go to source code">exists</a>( <span> <var>$giftcard_id</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#12-19" title="Go to source code">exists</a>( <span> <var>$giftcard_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_max_number">#</a>
|
||||
<code><a href="source-class-Giftcard.html#28-38" title="Go to source code">get_max_number</a>( )</code>
|
||||
<code><a href="source-class-Giftcard.html#24-34" title="Go to source code">get_max_number</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_total_rows">#</a>
|
||||
<code><a href="source-class-Giftcard.html#43-49" title="Go to source code">get_total_rows</a>( )</code>
|
||||
<code><a href="source-class-Giftcard.html#39-45" title="Go to source code">get_total_rows</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Giftcard.html#54-80" title="Go to source code">get_info</a>( <span> <var>$giftcard_id</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#50-76" title="Go to source code">get_info</a>( <span> <var>$giftcard_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_giftcard_id">#</a>
|
||||
<code><a href="source-class-Giftcard.html#85-99" title="Go to source code">get_giftcard_id</a>( <span> <var>$giftcard_number</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#81-95" title="Go to source code">get_giftcard_id</a>( <span> <var>$giftcard_number</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_multiple_info">#</a>
|
||||
<code><a href="source-class-Giftcard.html#104-112" title="Go to source code">get_multiple_info</a>( <span> <var>$giftcard_ids</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#100-108" title="Go to source code">get_multiple_info</a>( <span> <var>$giftcard_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Giftcard.html#117-134" title="Go to source code">save</a>( <span> <var>& $giftcard_data</var></span>, <span> <var>$giftcard_id</var> = -<span class="php-num">1</span></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#113-130" title="Go to source code">save</a>( <span> <var>& $giftcard_data</var></span>, <span> <var>$giftcard_id</var> = -<span class="php-num">1</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -474,7 +470,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_update_multiple">#</a>
|
||||
<code><a href="source-class-Giftcard.html#139-144" title="Go to source code">update_multiple</a>( <span> <var>$giftcard_data</var></span>, <span> <var>$giftcard_ids</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#135-140" title="Go to source code">update_multiple</a>( <span> <var>$giftcard_data</var></span>, <span> <var>$giftcard_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -504,7 +500,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Giftcard.html#149-154" title="Go to source code">delete</a>( <span> <var>$giftcard_id</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#145-150" title="Go to source code">delete</a>( <span> <var>$giftcard_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -534,7 +530,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_list">#</a>
|
||||
<code><a href="source-class-Giftcard.html#159-164" title="Go to source code">delete_list</a>( <span> <var>$giftcard_ids</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#155-160" title="Go to source code">delete_list</a>( <span> <var>$giftcard_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -564,7 +560,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_search_suggestions">#</a>
|
||||
<code><a href="source-class-Giftcard.html#169-203" title="Go to source code">get_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#165-199" title="Go to source code">get_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -594,7 +590,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_search">#</a>
|
||||
<code><a href="source-class-Giftcard.html#208-228" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'giftcard_number'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#204-224" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'giftcard_number'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -624,7 +620,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_found_rows">#</a>
|
||||
<code><a href="source-class-Giftcard.html#233-247" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#229-243" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -654,7 +650,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_giftcard_value">#</a>
|
||||
<code><a href="source-class-Giftcard.html#252-263" title="Go to source code">get_giftcard_value</a>( <span> <var>$giftcard_number</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#248-259" title="Go to source code">get_giftcard_value</a>( <span> <var>$giftcard_number</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -684,7 +680,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_update_giftcard_value">#</a>
|
||||
<code><a href="source-class-Giftcard.html#268-272" title="Go to source code">update_giftcard_value</a>( <span> <var>$giftcard_number</var></span>, <span> <var>$value</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#264-268" title="Go to source code">update_giftcard_value</a>( <span> <var>$giftcard_number</var></span>, <span> <var>$value</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -714,7 +710,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists_gitcard_name">#</a>
|
||||
<code><a href="source-class-Giftcard.html#277-285" title="Go to source code">exists_gitcard_name</a>( <span> <var>$giftcard_name</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#273-281" title="Go to source code">exists_gitcard_name</a>( <span> <var>$giftcard_name</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -744,7 +740,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_generate_unique_giftcard_name">#</a>
|
||||
<code><a href="source-class-Giftcard.html#290-301" title="Go to source code">generate_unique_giftcard_name</a>( <span> <var>$value</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#286-297" title="Go to source code">generate_unique_giftcard_name</a>( <span> <var>$value</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -774,7 +770,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_giftcard_customer">#</a>
|
||||
<code><a href="source-class-Giftcard.html#306-317" title="Go to source code">get_giftcard_customer</a>( <span> <var>$giftcard_number</var></span> )</code>
|
||||
<code><a href="source-class-Giftcard.html#302-313" title="Go to source code">get_giftcard_customer</a>( <span> <var>$giftcard_number</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Inventory.html#4-59" title="Go to source code">models/Inventory.php</a>
|
||||
<b>Located at</b> <a href="source-class-Inventory.html#4-55" title="Go to source code">models/Inventory.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_insert">#</a>
|
||||
<code><a href="source-class-Inventory.html#13-16" title="Go to source code">insert</a>( <span> <var>$inventory_data</var></span> )</code>
|
||||
<code><a href="source-class-Inventory.html#9-12" title="Go to source code">insert</a>( <span> <var>$inventory_data</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_inventory_data_for_item">#</a>
|
||||
<code><a href="source-class-Inventory.html#18-29" title="Go to source code">get_inventory_data_for_item</a>( <span> <var>$item_id</var></span>, <span> <var>$location_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Inventory.html#14-25" title="Go to source code">get_inventory_data_for_item</a>( <span> <var>$item_id</var></span>, <span> <var>$location_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_reset_quantity">#</a>
|
||||
<code><a href="source-class-Inventory.html#31-48" title="Go to source code">reset_quantity</a>( <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Inventory.html#27-44" title="Go to source code">reset_quantity</a>( <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_inventory_sum">#</a>
|
||||
<code><a href="source-class-Inventory.html#50-58" title="Go to source code">get_inventory_sum</a>( <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Inventory.html#46-54" title="Go to source code">get_inventory_sum</a>( <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Item.html#4-828" title="Go to source code">models/Item.php</a>
|
||||
<b>Located at</b> <a href="source-class-Item.html#4-824" title="Go to source code">models/Item.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Item.html#16-31" title="Go to source code">exists</a>( <span> <var>$item_id</var></span>, <span> <var>$ignore_deleted</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$deleted</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#12-27" title="Go to source code">exists</a>( <span> <var>$item_id</var></span>, <span> <var>$ignore_deleted</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$deleted</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_item_number_exists">#</a>
|
||||
<code><a href="source-class-Item.html#36-46" title="Go to source code">item_number_exists</a>( <span> <var>$item_number</var></span>, <span> <var>$item_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#32-42" title="Go to source code">item_number_exists</a>( <span> <var>$item_number</var></span>, <span> <var>$item_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_total_rows">#</a>
|
||||
<code><a href="source-class-Item.html#51-57" title="Go to source code">get_total_rows</a>( )</code>
|
||||
<code><a href="source-class-Item.html#47-53" title="Go to source code">get_total_rows</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_found_rows">#</a>
|
||||
<code><a href="source-class-Item.html#62-65" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#58-61" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_search">#</a>
|
||||
<code><a href="source-class-Item.html#70-197" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'items.name'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#66-193" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'items.name'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all">#</a>
|
||||
<code><a href="source-class-Item.html#202-224" title="Go to source code">get_all</a>( <span> <var>$stock_location_id</var> = -<span class="php-num">1</span></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#198-220" title="Go to source code">get_all</a>( <span> <var>$stock_location_id</var> = -<span class="php-num">1</span></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Item.html#229-256" title="Go to source code">get_info</a>( <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#225-252" title="Go to source code">get_info</a>( <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -474,7 +470,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info_by_id_or_number">#</a>
|
||||
<code><a href="source-class-Item.html#261-287" title="Go to source code">get_info_by_id_or_number</a>( <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#257-283" title="Go to source code">get_info_by_id_or_number</a>( <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -504,7 +500,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_item_id">#</a>
|
||||
<code><a href="source-class-Item.html#292-310" title="Go to source code">get_item_id</a>( <span> <var>$item_number</var></span>, <span> <var>$ignore_deleted</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$deleted</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#288-306" title="Go to source code">get_item_id</a>( <span> <var>$item_number</var></span>, <span> <var>$ignore_deleted</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$deleted</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -534,7 +530,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_multiple_info">#</a>
|
||||
<code><a href="source-class-Item.html#315-324" title="Go to source code">get_multiple_info</a>( <span> <var>$item_ids</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#311-320" title="Go to source code">get_multiple_info</a>( <span> <var>$item_ids</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -564,7 +560,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Item.html#329-346" title="Go to source code">save</a>( <span> <var>& $item_data</var></span>, <span> <var>$item_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#325-342" title="Go to source code">save</a>( <span> <var>& $item_data</var></span>, <span> <var>$item_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -594,7 +590,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_update_multiple">#</a>
|
||||
<code><a href="source-class-Item.html#351-356" title="Go to source code">update_multiple</a>( <span> <var>$item_data</var></span>, <span> <var>$item_ids</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#347-352" title="Go to source code">update_multiple</a>( <span> <var>$item_data</var></span>, <span> <var>$item_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -624,7 +620,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Item.html#361-377" title="Go to source code">delete</a>( <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#357-373" title="Go to source code">delete</a>( <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -654,7 +650,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_undelete">#</a>
|
||||
<code><a href="source-class-Item.html#382-387" title="Go to source code">undelete</a>( <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#378-383" title="Go to source code">undelete</a>( <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -684,7 +680,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_list">#</a>
|
||||
<code><a href="source-class-Item.html#392-412" title="Go to source code">delete_list</a>( <span> <var>$item_ids</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#388-408" title="Go to source code">delete_list</a>( <span> <var>$item_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -714,7 +710,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_search_suggestions">#</a>
|
||||
<code><a href="source-class-Item.html#414-518" title="Go to source code">get_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$filters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'is_deleted'</span> => <span class="php-keyword1">FALSE</span>, <span class="php-quote">'search_custom'</span> => <span class="php-keyword1">FALSE</span>)</span>, <span> <var>$unique</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#410-514" title="Go to source code">get_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$filters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'is_deleted'</span> => <span class="php-keyword1">FALSE</span>, <span class="php-quote">'search_custom'</span> => <span class="php-keyword1">FALSE</span>)</span>, <span> <var>$unique</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -744,7 +740,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_stock_search_suggestions">#</a>
|
||||
<code><a href="source-class-Item.html#521-629" title="Go to source code">get_stock_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$filters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'is_deleted'</span> => <span class="php-keyword1">FALSE</span>, <span class="php-quote">'search_custom'</span> => <span class="php-keyword1">FALSE</span>)</span>, <span> <var>$unique</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#517-625" title="Go to source code">get_stock_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$filters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'is_deleted'</span> => <span class="php-keyword1">FALSE</span>, <span class="php-quote">'search_custom'</span> => <span class="php-keyword1">FALSE</span>)</span>, <span> <var>$unique</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -774,7 +770,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_kit_search_suggestions">#</a>
|
||||
<code><a href="source-class-Item.html#631-729" title="Go to source code">get_kit_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$filters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'is_deleted'</span> => <span class="php-keyword1">FALSE</span>, <span class="php-quote">'search_custom'</span> => <span class="php-keyword1">FALSE</span>)</span>, <span> <var>$unique</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#627-725" title="Go to source code">get_kit_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$filters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'is_deleted'</span> => <span class="php-keyword1">FALSE</span>, <span class="php-quote">'search_custom'</span> => <span class="php-keyword1">FALSE</span>)</span>, <span> <var>$unique</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -804,7 +800,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_category_suggestions">#</a>
|
||||
<code><a href="source-class-Item.html#731-746" title="Go to source code">get_category_suggestions</a>( <span> <var>$search</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#727-742" title="Go to source code">get_category_suggestions</a>( <span> <var>$search</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -834,7 +830,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_location_suggestions">#</a>
|
||||
<code><a href="source-class-Item.html#748-763" title="Go to source code">get_location_suggestions</a>( <span> <var>$search</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#744-759" title="Go to source code">get_location_suggestions</a>( <span> <var>$search</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -864,7 +860,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_custom_suggestions">#</a>
|
||||
<code><a href="source-class-Item.html#765-781" title="Go to source code">get_custom_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$field_no</var></span> )</code>
|
||||
<code><a href="source-class-Item.html#761-777" title="Go to source code">get_custom_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$field_no</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -894,7 +890,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_categories">#</a>
|
||||
<code><a href="source-class-Item.html#783-792" title="Go to source code">get_categories</a>( )</code>
|
||||
<code><a href="source-class-Item.html#779-788" title="Go to source code">get_categories</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -924,7 +920,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_change_cost_price">#</a>
|
||||
<code><a href="source-class-Item.html#806-827" title="Go to source code">change_cost_price</a>( <span> <var>$item_id</var></span>, <span> <var>$items_received</var></span>, <span> <var>$new_price</var></span>, <span> <var>$old_price</var> = <span class="php-keyword1">null</span></span> )</code>
|
||||
<code><a href="source-class-Item.html#802-823" title="Go to source code">change_cost_price</a>( <span> <var>$item_id</var></span>, <span> <var>$items_received</var></span>, <span> <var>$new_price</var></span>, <span> <var>$old_price</var> = <span class="php-keyword1">null</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Item_kit.html#4-245" title="Go to source code">models/Item_kit.php</a>
|
||||
<b>Located at</b> <a href="source-class-Item_kit.html#4-241" title="Go to source code">models/Item_kit.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Item_kit.html#16-22" title="Go to source code">exists</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#12-18" title="Go to source code">exists</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_valid_item_kit">#</a>
|
||||
<code><a href="source-class-Item_kit.html#27-41" title="Go to source code">is_valid_item_kit</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#23-37" title="Go to source code">is_valid_item_kit</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_total_rows">#</a>
|
||||
<code><a href="source-class-Item_kit.html#46-51" title="Go to source code">get_total_rows</a>( )</code>
|
||||
<code><a href="source-class-Item_kit.html#42-47" title="Go to source code">get_total_rows</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Item_kit.html#56-115" title="Go to source code">get_info</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#52-111" title="Go to source code">get_info</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_multiple_info">#</a>
|
||||
<code><a href="source-class-Item_kit.html#120-127" title="Go to source code">get_multiple_info</a>( <span> <var>$item_kit_ids</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#116-123" title="Go to source code">get_multiple_info</a>( <span> <var>$item_kit_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Item_kit.html#132-149" title="Go to source code">save</a>( <span> <var>& $item_kit_data</var></span>, <span> <var>$item_kit_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#128-145" title="Go to source code">save</a>( <span> <var>& $item_kit_data</var></span>, <span> <var>$item_kit_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Item_kit.html#154-157" title="Go to source code">delete</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#150-153" title="Go to source code">delete</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -474,7 +470,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_list">#</a>
|
||||
<code><a href="source-class-Item_kit.html#162-167" title="Go to source code">delete_list</a>( <span> <var>$item_kit_ids</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#158-163" title="Go to source code">delete_list</a>( <span> <var>$item_kit_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -504,7 +500,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_search_suggestions">#</a>
|
||||
<code><a href="source-class-Item_kit.html#169-204" title="Go to source code">get_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#165-200" title="Go to source code">get_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -534,7 +530,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_search">#</a>
|
||||
<code><a href="source-class-Item_kit.html#209-229" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'name'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#205-225" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'name'</span></span>, <span> <var>$order</var> = <span class="php-quote">'asc'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -564,7 +560,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_found_rows">#</a>
|
||||
<code><a href="source-class-Item_kit.html#231-244" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit.html#227-240" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Item_kit_items.html#4-75" title="Go to source code">models/Item_kit_items.php</a>
|
||||
<b>Located at</b> <a href="source-class-Item_kit_items.html#4-71" title="Go to source code">models/Item_kit_items.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Item_kit_items.html#16-26" title="Go to source code">get_info</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit_items.html#12-22" title="Go to source code">get_info</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info_for_sale">#</a>
|
||||
<code><a href="source-class-Item_kit_items.html#31-40" title="Go to source code">get_info_for_sale</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit_items.html#27-36" title="Go to source code">get_info_for_sale</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Item_kit_items.html#44-66" title="Go to source code">save</a>( <span> <var>& $item_kit_items_data</var></span>, <span> <var>$item_kit_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit_items.html#40-62" title="Go to source code">save</a>( <span> <var>& $item_kit_items_data</var></span>, <span> <var>$item_kit_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Item_kit_items.html#71-74" title="Go to source code">delete</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_kit_items.html#67-70" title="Go to source code">delete</a>( <span> <var>$item_kit_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -227,13 +229,7 @@
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
Jekkos<br>
|
||||
<b>Since:</b>
|
||||
2.x<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Item_lib.html#4-42" title="Go to source code">libraries/Item_lib.php</a>
|
||||
<b>Located at</b> <a href="source-class-Item_lib.html#4-38" title="Go to source code">libraries/Item_lib.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +249,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#___construct">#</a>
|
||||
<code><a href="source-class-Item_lib.html#17-20" title="Go to source code">__construct</a>( )</code>
|
||||
<code><a href="source-class-Item_lib.html#13-16" title="Go to source code">__construct</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -283,7 +279,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_item_location">#</a>
|
||||
<code><a href="source-class-Item_lib.html#22-31" title="Go to source code">get_item_location</a>( )</code>
|
||||
<code><a href="source-class-Item_lib.html#18-27" title="Go to source code">get_item_location</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -313,7 +309,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_item_location">#</a>
|
||||
<code><a href="source-class-Item_lib.html#33-36" title="Go to source code">set_item_location</a>( <span> <var>$location</var></span> )</code>
|
||||
<code><a href="source-class-Item_lib.html#29-32" title="Go to source code">set_item_location</a>( <span> <var>$location</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -343,7 +339,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_item_location">#</a>
|
||||
<code><a href="source-class-Item_lib.html#38-41" title="Go to source code">clear_item_location</a>( )</code>
|
||||
<code><a href="source-class-Item_lib.html#34-37" title="Go to source code">clear_item_location</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
Padungsak<br>
|
||||
<b>Since:</b>
|
||||
2.x<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Item_quantity.html#4-91" title="Go to source code">models/Item_quantity.php</a>
|
||||
<b>Located at</b> <a href="source-class-Item_quantity.html#4-87" title="Go to source code">models/Item_quantity.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Item_quantity.html#13-20" title="Go to source code">exists</a>( <span> <var>$item_id</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_quantity.html#9-16" title="Go to source code">exists</a>( <span> <var>$item_id</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Item_quantity.html#22-33" title="Go to source code">save</a>( <span> <var>$location_detail</var></span>, <span> <var>$item_id</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_quantity.html#18-29" title="Go to source code">save</a>( <span> <var>$location_detail</var></span>, <span> <var>$item_id</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_item_quantity">#</a>
|
||||
<code><a href="source-class-Item_quantity.html#35-56" title="Go to source code">get_item_quantity</a>( <span> <var>$item_id</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_quantity.html#31-52" title="Go to source code">get_item_quantity</a>( <span> <var>$item_id</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_change_quantity">#</a>
|
||||
<code><a href="source-class-Item_quantity.html#63-70" title="Go to source code">change_quantity</a>( <span> <var>$item_id</var></span>, <span> <var>$location_id</var></span>, <span> <var>$quantity_change</var></span> )</code>
|
||||
<code><a href="source-class-Item_quantity.html#59-66" title="Go to source code">change_quantity</a>( <span> <var>$item_id</var></span>, <span> <var>$location_id</var></span>, <span> <var>$quantity_change</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_reset_quantity">#</a>
|
||||
<code><a href="source-class-Item_quantity.html#75-80" title="Go to source code">reset_quantity</a>( <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_quantity.html#71-76" title="Go to source code">reset_quantity</a>( <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_reset_quantity_list">#</a>
|
||||
<code><a href="source-class-Item_quantity.html#85-90" title="Go to source code">reset_quantity_list</a>( <span> <var>$item_ids</var></span> )</code>
|
||||
<code><a href="source-class-Item_quantity.html#81-86" title="Go to source code">reset_quantity_list</a>( <span> <var>$item_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Item_taxes.html#4-85" title="Go to source code">models/Item_taxes.php</a>
|
||||
<b>Located at</b> <a href="source-class-Item_taxes.html#4-81" title="Go to source code">models/Item_taxes.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Item_taxes.html#16-23" title="Go to source code">get_info</a>( <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_taxes.html#12-19" title="Go to source code">get_info</a>( <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Item_taxes.html#28-48" title="Go to source code">save</a>( <span> <var>& $items_taxes_data</var></span>, <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_taxes.html#24-44" title="Go to source code">save</a>( <span> <var>& $items_taxes_data</var></span>, <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save_multiple">#</a>
|
||||
<code><a href="source-class-Item_taxes.html#53-76" title="Go to source code">save_multiple</a>( <span> <var>& $items_taxes_data</var></span>, <span> <var>$item_ids</var></span> )</code>
|
||||
<code><a href="source-class-Item_taxes.html#49-72" title="Go to source code">save_multiple</a>( <span> <var>& $items_taxes_data</var></span>, <span> <var>$item_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Item_taxes.html#81-84" title="Go to source code">delete</a>( <span> <var>$item_id</var></span> )</code>
|
||||
<code><a href="source-class-Item_taxes.html#77-80" title="Go to source code">delete</a>( <span> <var>$item_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -211,6 +213,8 @@
|
||||
<p>MailChimp API v3 REST client Connector</p>
|
||||
|
||||
<p>Interface for communicating with the Mailchimp v3 API</p>
|
||||
|
||||
<p>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</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -227,17 +231,7 @@
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
<p>daN4cat (FrancescoUK)</p>
|
||||
|
||||
<p>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</p><br>
|
||||
<b>Since:</b>
|
||||
3.1<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-MailchimpConnector.html#4-125" title="Go to source code">libraries/Mailchimp_lib.php</a>
|
||||
<b>Located at</b> <a href="source-class-MailchimpConnector.html#4-121" title="Go to source code">libraries/Mailchimp_lib.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -257,7 +251,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#___construct">#</a>
|
||||
<code><a href="source-class-MailchimpConnector.html#33-58" title="Go to source code">__construct</a>( <span> <var>$api_key</var> = <span class="php-quote">''</span></span> )</code>
|
||||
<code><a href="source-class-MailchimpConnector.html#29-54" title="Go to source code">__construct</a>( <span> <var>$api_key</var> = <span class="php-quote">''</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Constructor</p>
|
||||
@@ -287,7 +281,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_call">#</a>
|
||||
<code><a href="source-class-MailchimpConnector.html#60-75" title="Go to source code">call</a>( <span>string <var>$httpVerb</var></span>, <span>string <var>$method</var></span>, <span>array <var>$args</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
<code><a href="source-class-MailchimpConnector.html#56-71" title="Go to source code">call</a>( <span>string <var>$httpVerb</var></span>, <span>string <var>$method</var></span>, <span>array <var>$args</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Call an API method. Every request needs the API key</p>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -211,6 +213,8 @@
|
||||
<p>Mailchimp library, usable from CI code</p>
|
||||
|
||||
<p>Library with utility queries to interface Mailchimp v3 API</p>
|
||||
|
||||
<p>Inspired by the work of ThinkShout: https://github.com/thinkshout/mailchimp-api-php</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -227,15 +231,7 @@
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
<p>daN4cat (FrancescoUK)</p>
|
||||
|
||||
<p>Inspired by the work of ThinkShout: https://github.com/thinkshout/mailchimp-api-php</p><br>
|
||||
<b>Since:</b>
|
||||
3.1<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Mailchimp_lib.html#129-363" title="Go to source code">libraries/Mailchimp_lib.php</a>
|
||||
<b>Located at</b> <a href="source-class-Mailchimp_lib.html#125-355" title="Go to source code">libraries/Mailchimp_lib.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -255,7 +251,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#___construct">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#144-148" title="Go to source code">__construct</a>( <span>array <var>$params</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#136-140" title="Go to source code">__construct</a>( <span>array <var>$params</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -285,7 +281,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getLists">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#150-165" title="Go to source code">getLists</a>( <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'fields'</span> => <span class="php-quote">'lists.id,lists.name,lists.stats.member_count,lists.stats.merge_field_count'</span>)</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#142-157" title="Go to source code">getLists</a>( <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'fields'</span> => <span class="php-quote">'lists.id,lists.name,lists.stats.member_count,lists.stats.merge_field_count'</span>)</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about all lists owned by the authenticated account.</p>
|
||||
@@ -330,7 +326,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getList">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#167-182" title="Go to source code">getList</a>( <span>string <var>$list_id</var></span>, <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'fields'</span> => <span class="php-quote">'id,name,stats.member_count,stats.merge_field_count'</span>)</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#159-174" title="Go to source code">getList</a>( <span>string <var>$list_id</var></span>, <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'fields'</span> => <span class="php-quote">'id,name,stats.member_count,stats.merge_field_count'</span>)</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets a MailChimp list.</p>
|
||||
@@ -375,7 +371,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getMembers">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#184-204" title="Go to source code">getMembers</a>( <span>string <var>$list_id</var></span>, <span>array <var>$count</var></span>, <span> <var>$offset</var></span>, <span> <var>$parameters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'fields'</span> => <span class="php-quote">'members.id,members.email_address,members.unique_email_id,members.status,members.merge_fields'</span>)</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#176-196" title="Go to source code">getMembers</a>( <span>string <var>$list_id</var></span>, <span>array <var>$count</var></span>, <span> <var>$offset</var></span>, <span> <var>$parameters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'fields'</span> => <span class="php-quote">'members.id,members.email_address,members.unique_email_id,members.status,members.merge_fields'</span>)</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about all members of a MailChimp list.</p>
|
||||
@@ -425,7 +421,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getMemberInfoById">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#206-223" title="Go to source code">getMemberInfoById</a>( <span>string <var>$list_id</var></span>, <span>string <var>$md5id</var></span>, <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'fields'</span> => <span class="php-quote">'email_address,status,merge_fields'</span>)</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#198-215" title="Go to source code">getMemberInfoById</a>( <span>string <var>$list_id</var></span>, <span>string <var>$md5id</var></span>, <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>(<span class="php-quote">'fields'</span> => <span class="php-quote">'email_address,status,merge_fields'</span>)</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about a member of a MailChimp list.</p>
|
||||
@@ -472,7 +468,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getMemberInfo">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#225-242" title="Go to source code">getMemberInfo</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#217-234" title="Go to source code">getMemberInfo</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about a member of a MailChimp list.</p>
|
||||
@@ -519,7 +515,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getMemberActivity">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#244-261" title="Go to source code">getMemberActivity</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#236-253" title="Go to source code">getMemberActivity</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets activity related to a member of a MailChimp list.</p>
|
||||
@@ -566,7 +562,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_addMember">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#263-289" title="Go to source code">addMember</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$first_name</var></span>, <span> <var>$last_name</var></span>, <span> <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#255-281" title="Go to source code">addMember</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$first_name</var></span>, <span> <var>$last_name</var></span>, <span> <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Adds a new member to a MailChimp list.</p>
|
||||
@@ -618,7 +614,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_removeMember">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#291-306" title="Go to source code">removeMember</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#283-298" title="Go to source code">removeMember</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Removes a member from a MailChimp list.</p>
|
||||
@@ -663,7 +659,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_updateMember">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#308-333" title="Go to source code">updateMember</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$first_name</var></span>, <span> <var>$last_name</var></span>, <span> <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#300-325" title="Go to source code">updateMember</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$first_name</var></span>, <span> <var>$last_name</var></span>, <span> <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Updates a member of a MailChimp list.</p>
|
||||
@@ -715,7 +711,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_addOrUpdateMember">#</a>
|
||||
<code><a href="source-class-Mailchimp_lib.html#335-362" title="Go to source code">addOrUpdateMember</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$first_name</var></span>, <span> <var>$last_name</var></span>, <span> <var>$status</var></span>, <span> <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
<code><a href="source-class-Mailchimp_lib.html#327-354" title="Go to source code">addOrUpdateMember</a>( <span>string <var>$list_id</var></span>, <span>string <var>$email</var></span>, <span>array <var>$first_name</var></span>, <span> <var>$last_name</var></span>, <span> <var>$status</var></span>, <span> <var>$parameters</var> = <span class="php-keyword1">array</span>()</span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Adds a new or update an existing member of a MailChimp list.</p>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Module.html#4-76" title="Go to source code">models/Module.php</a>
|
||||
<b>Located at</b> <a href="source-class-Module.html#4-72" title="Go to source code">models/Module.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_module_name">#</a>
|
||||
<code><a href="source-class-Module.html#13-25" title="Go to source code">get_module_name</a>( <span> <var>$module_id</var></span> )</code>
|
||||
<code><a href="source-class-Module.html#9-21" title="Go to source code">get_module_name</a>( <span> <var>$module_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_module_desc">#</a>
|
||||
<code><a href="source-class-Module.html#27-39" title="Go to source code">get_module_desc</a>( <span> <var>$module_id</var></span> )</code>
|
||||
<code><a href="source-class-Module.html#23-35" title="Go to source code">get_module_desc</a>( <span> <var>$module_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all_permissions">#</a>
|
||||
<code><a href="source-class-Module.html#41-46" title="Go to source code">get_all_permissions</a>( )</code>
|
||||
<code><a href="source-class-Module.html#37-42" title="Go to source code">get_all_permissions</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all_subpermissions">#</a>
|
||||
<code><a href="source-class-Module.html#48-56" title="Go to source code">get_all_subpermissions</a>( )</code>
|
||||
<code><a href="source-class-Module.html#44-52" title="Go to source code">get_all_subpermissions</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all_modules">#</a>
|
||||
<code><a href="source-class-Module.html#58-64" title="Go to source code">get_all_modules</a>( )</code>
|
||||
<code><a href="source-class-Module.html#54-60" title="Go to source code">get_all_modules</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_allowed_modules">#</a>
|
||||
<code><a href="source-class-Module.html#66-75" title="Go to source code">get_allowed_modules</a>( <span> <var>$person_id</var></span> )</code>
|
||||
<code><a href="source-class-Module.html#62-71" title="Go to source code">get_allowed_modules</a>( <span> <var>$person_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -244,13 +246,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Person.html#4-196" title="Go to source code">models/Person.php</a>
|
||||
<b>Located at</b> <a href="source-class-Person.html#4-192" title="Go to source code">models/Person.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -270,7 +266,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Person.html#13-26" title="Go to source code">exists</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
<code><a href="source-class-Person.html#9-22" title="Go to source code">exists</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Determines whether the given person exists in the people database table</p>
|
||||
@@ -309,7 +305,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all">#</a>
|
||||
<code><a href="source-class-Person.html#28-45" title="Go to source code">get_all</a>( <span>integer <var>$limit</var> = <span class="php-num">10000</span></span>, <span>integer <var>$offset</var> = <span class="php-num">0</span></span> )</code>
|
||||
<code><a href="source-class-Person.html#24-41" title="Go to source code">get_all</a>( <span>integer <var>$limit</var> = <span class="php-num">10000</span></span>, <span>integer <var>$offset</var> = <span class="php-num">0</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets all people from the database table</p>
|
||||
@@ -350,7 +346,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_total_rows">#</a>
|
||||
<code><a href="source-class-Person.html#47-58" title="Go to source code">get_total_rows</a>( )</code>
|
||||
<code><a href="source-class-Person.html#43-54" title="Go to source code">get_total_rows</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets total of rows of people database table</p>
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Person.html#60-87" title="Go to source code">get_info</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
<code><a href="source-class-Person.html#56-83" title="Go to source code">get_info</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about a person as an array</p>
|
||||
@@ -423,7 +419,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_multiple_info">#</a>
|
||||
<code><a href="source-class-Person.html#89-103" title="Go to source code">get_multiple_info</a>( <span>array <var>$person_ids</var></span> )</code>
|
||||
<code><a href="source-class-Person.html#85-99" title="Go to source code">get_multiple_info</a>( <span>array <var>$person_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets information about people as an array of rows</p>
|
||||
@@ -462,7 +458,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Person.html#105-131" title="Go to source code">save</a>( <span>array <var>& $person_data</var></span>, <span>var <var>$person_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Person.html#101-127" title="Go to source code">save</a>( <span>array <var>& $person_data</var></span>, <span>var <var>$person_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Inserts or updates a person</p>
|
||||
@@ -503,7 +499,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_search_suggestions">#</a>
|
||||
<code><a href="source-class-Person.html#133-171" title="Go to source code">get_search_suggestions</a>( <span>string <var>$search</var></span>, <span>integer <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
<code><a href="source-class-Person.html#129-167" title="Go to source code">get_search_suggestions</a>( <span>string <var>$search</var></span>, <span>integer <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Get search suggestions to find person</p>
|
||||
@@ -544,7 +540,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Person.html#173-183" title="Go to source code">delete</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
<code><a href="source-class-Person.html#169-179" title="Go to source code">delete</a>( <span>integer <var>$person_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Deletes one Person (dummy base function)</p>
|
||||
@@ -583,7 +579,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_list">#</a>
|
||||
<code><a href="source-class-Person.html#185-195" title="Go to source code">delete_list</a>( <span>array <var>$person_ids</var></span> )</code>
|
||||
<code><a href="source-class-Person.html#181-191" title="Go to source code">delete_list</a>( <span>array <var>$person_ids</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Deletes a list of people (dummy base function)</p>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Receiving.html#4-291" title="Go to source code">models/Receiving.php</a>
|
||||
<b>Located at</b> <a href="source-class-Receiving.html#4-287" title="Go to source code">models/Receiving.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Receiving.html#13-21" title="Go to source code">get_info</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#9-17" title="Go to source code">get_info</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_receiving_by_reference">#</a>
|
||||
<code><a href="source-class-Receiving.html#23-29" title="Go to source code">get_receiving_by_reference</a>( <span> <var>$reference</var></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#19-25" title="Go to source code">get_receiving_by_reference</a>( <span> <var>$reference</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_valid_receipt">#</a>
|
||||
<code><a href="source-class-Receiving.html#31-49" title="Go to source code">is_valid_receipt</a>( <span> <var>$receipt_receiving_id</var></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#27-45" title="Go to source code">is_valid_receipt</a>( <span> <var>$receipt_receiving_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Receiving.html#51-57" title="Go to source code">exists</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#47-53" title="Go to source code">exists</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_update">#</a>
|
||||
<code><a href="source-class-Receiving.html#59-64" title="Go to source code">update</a>( <span> <var>$receiving_data</var></span>, <span> <var>$receiving_id</var></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#55-60" title="Go to source code">update</a>( <span> <var>$receiving_data</var></span>, <span> <var>$receiving_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Receiving.html#66-144" title="Go to source code">save</a>( <span> <var>$items</var></span>, <span> <var>$supplier_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$comment</var></span>, <span> <var>$reference</var></span>, <span> <var>$payment_type</var></span>, <span> <var>$receiving_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#62-140" title="Go to source code">save</a>( <span> <var>$items</var></span>, <span> <var>$supplier_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$comment</var></span>, <span> <var>$reference</var></span>, <span> <var>$payment_type</var></span>, <span> <var>$receiving_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_list">#</a>
|
||||
<code><a href="source-class-Receiving.html#146-164" title="Go to source code">delete_list</a>( <span> <var>$receiving_ids</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$update_inventory</var> = <span class="php-keyword1">TRUE</span></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#142-160" title="Go to source code">delete_list</a>( <span> <var>$receiving_ids</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$update_inventory</var> = <span class="php-keyword1">TRUE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -474,7 +470,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Receiving.html#166-204" title="Go to source code">delete</a>( <span> <var>$receiving_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$update_inventory</var> = <span class="php-keyword1">TRUE</span></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#162-200" title="Go to source code">delete</a>( <span> <var>$receiving_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$update_inventory</var> = <span class="php-keyword1">TRUE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -504,7 +500,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_receiving_items">#</a>
|
||||
<code><a href="source-class-Receiving.html#206-212" title="Go to source code">get_receiving_items</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#202-208" title="Go to source code">get_receiving_items</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -534,7 +530,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_supplier">#</a>
|
||||
<code><a href="source-class-Receiving.html#214-220" title="Go to source code">get_supplier</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#210-216" title="Go to source code">get_supplier</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -564,7 +560,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_payment_options">#</a>
|
||||
<code><a href="source-class-Receiving.html#222-230" title="Go to source code">get_payment_options</a>( )</code>
|
||||
<code><a href="source-class-Receiving.html#218-226" title="Go to source code">get_payment_options</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -594,7 +590,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_create_temp_table">#</a>
|
||||
<code><a href="source-class-Receiving.html#235-290" title="Go to source code">create_temp_table</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Receiving.html#231-286" title="Go to source code">create_temp_table</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -227,13 +229,7 @@
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Receiving_lib.html#4-356" title="Go to source code">libraries/Receiving_lib.php</a>
|
||||
<b>Located at</b> <a href="source-class-Receiving_lib.html#4-352" title="Go to source code">libraries/Receiving_lib.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +249,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#___construct">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#17-20" title="Go to source code">__construct</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#13-16" title="Go to source code">__construct</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -283,7 +279,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_cart">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#22-30" title="Go to source code">get_cart</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#18-26" title="Go to source code">get_cart</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -313,7 +309,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_cart">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#32-35" title="Go to source code">set_cart</a>( <span> <var>$cart_data</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#28-31" title="Go to source code">set_cart</a>( <span> <var>$cart_data</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -343,7 +339,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_empty_cart">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#37-40" title="Go to source code">empty_cart</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#33-36" title="Go to source code">empty_cart</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -373,7 +369,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_supplier">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#42-50" title="Go to source code">get_supplier</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#38-46" title="Go to source code">get_supplier</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -403,7 +399,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_supplier">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#52-55" title="Go to source code">set_supplier</a>( <span> <var>$supplier_id</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#48-51" title="Go to source code">set_supplier</a>( <span> <var>$supplier_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -433,7 +429,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_remove_supplier">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#57-60" title="Go to source code">remove_supplier</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#53-56" title="Go to source code">remove_supplier</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -463,7 +459,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_mode">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#62-70" title="Go to source code">get_mode</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#58-66" title="Go to source code">get_mode</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -493,7 +489,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_mode">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#72-75" title="Go to source code">set_mode</a>( <span> <var>$mode</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#68-71" title="Go to source code">set_mode</a>( <span> <var>$mode</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -523,7 +519,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_mode">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#77-80" title="Go to source code">clear_mode</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#73-76" title="Go to source code">clear_mode</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -553,7 +549,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_stock_source">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#82-90" title="Go to source code">get_stock_source</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#78-86" title="Go to source code">get_stock_source</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -583,7 +579,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_comment">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#92-98" title="Go to source code">get_comment</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#88-94" title="Go to source code">get_comment</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -613,7 +609,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_comment">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#100-103" title="Go to source code">set_comment</a>( <span> <var>$comment</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#96-99" title="Go to source code">set_comment</a>( <span> <var>$comment</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -643,7 +639,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_comment">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#105-108" title="Go to source code">clear_comment</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#101-104" title="Go to source code">clear_comment</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -673,7 +669,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_reference">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#110-113" title="Go to source code">get_reference</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#106-109" title="Go to source code">get_reference</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -703,7 +699,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_reference">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#115-118" title="Go to source code">set_reference</a>( <span> <var>$reference</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#111-114" title="Go to source code">set_reference</a>( <span> <var>$reference</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -733,7 +729,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_reference">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#120-123" title="Go to source code">clear_reference</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#116-119" title="Go to source code">clear_reference</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -763,7 +759,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_print_after_sale">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#125-129" title="Go to source code">is_print_after_sale</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#121-125" title="Go to source code">is_print_after_sale</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -793,7 +789,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_print_after_sale">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#131-134" title="Go to source code">set_print_after_sale</a>( <span> <var>$print_after_sale</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#127-130" title="Go to source code">set_print_after_sale</a>( <span> <var>$print_after_sale</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -823,7 +819,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_stock_source">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#136-139" title="Go to source code">set_stock_source</a>( <span> <var>$stock_source</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#132-135" title="Go to source code">set_stock_source</a>( <span> <var>$stock_source</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -853,7 +849,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_stock_source">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#141-144" title="Go to source code">clear_stock_source</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#137-140" title="Go to source code">clear_stock_source</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -883,7 +879,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_stock_destination">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#146-154" title="Go to source code">get_stock_destination</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#142-150" title="Go to source code">get_stock_destination</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -913,7 +909,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_stock_destination">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#156-159" title="Go to source code">set_stock_destination</a>( <span> <var>$stock_destination</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#152-155" title="Go to source code">set_stock_destination</a>( <span> <var>$stock_destination</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -943,7 +939,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_stock_destination">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#161-164" title="Go to source code">clear_stock_destination</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#157-160" title="Go to source code">clear_stock_destination</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -973,7 +969,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_add_item">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#166-250" title="Go to source code">add_item</a>( <span> <var>$item_id</var></span>, <span> <var>$quantity</var> = <span class="php-num">1</span></span>, <span> <var>$item_location</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$discount</var> = <span class="php-num">0</span></span>, <span> <var>$price</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$description</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$serialnumber</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$receiving_quantity</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$include_deleted</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#162-246" title="Go to source code">add_item</a>( <span> <var>$item_id</var></span>, <span> <var>$quantity</var> = <span class="php-num">1</span></span>, <span> <var>$item_location</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$discount</var> = <span class="php-num">0</span></span>, <span> <var>$price</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$description</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$serialnumber</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$receiving_quantity</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$include_deleted</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1003,7 +999,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_edit_item">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#252-268" title="Go to source code">edit_item</a>( <span> <var>$line</var></span>, <span> <var>$description</var></span>, <span> <var>$serialnumber</var></span>, <span> <var>$quantity</var></span>, <span> <var>$discount</var></span>, <span> <var>$price</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#248-264" title="Go to source code">edit_item</a>( <span> <var>$line</var></span>, <span> <var>$description</var></span>, <span> <var>$serialnumber</var></span>, <span> <var>$quantity</var></span>, <span> <var>$discount</var></span>, <span> <var>$price</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1033,7 +1029,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_item">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#270-275" title="Go to source code">delete_item</a>( <span> <var>$line</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#266-271" title="Go to source code">delete_item</a>( <span> <var>$line</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1063,7 +1059,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_return_entire_receiving">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#277-300" title="Go to source code">return_entire_receiving</a>( <span> <var>$receipt_receiving_id</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#273-296" title="Go to source code">return_entire_receiving</a>( <span> <var>$receipt_receiving_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1093,7 +1089,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_add_item_kit">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#302-312" title="Go to source code">add_item_kit</a>( <span> <var>$external_item_kit_id</var></span>, <span> <var>$item_location</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#298-308" title="Go to source code">add_item_kit</a>( <span> <var>$external_item_kit_id</var></span>, <span> <var>$item_location</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1123,7 +1119,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_copy_entire_receiving">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#314-326" title="Go to source code">copy_entire_receiving</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#310-322" title="Go to source code">copy_entire_receiving</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1153,7 +1149,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_all">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#328-335" title="Go to source code">clear_all</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#324-331" title="Go to source code">clear_all</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1183,7 +1179,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_item_total">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#337-344" title="Go to source code">get_item_total</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span> )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#333-340" title="Go to source code">get_item_total</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1213,7 +1209,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_total">#</a>
|
||||
<code><a href="source-class-Receiving_lib.html#346-355" title="Go to source code">get_total</a>( )</code>
|
||||
<code><a href="source-class-Receiving_lib.html#342-351" title="Go to source code">get_total</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -242,7 +244,7 @@ CI_Controller
|
||||
|
||||
|
||||
|
||||
<b>Located at</b> <a href="source-class-Reports.html#5-1214" title="Go to source code">controllers/Reports.php</a>
|
||||
<b>Located at</b> <a href="source-class-Reports.html#5-1258" title="Go to source code">controllers/Reports.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -986,7 +988,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_specific_customer">#</a>
|
||||
<code><a href="source-class-Reports.html#718-775" title="Go to source code">specific_customer</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$customer_id</var></span>, <span> <var>$sale_type</var></span> )</code>
|
||||
<code><a href="source-class-Reports.html#718-786" title="Go to source code">specific_customer</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$customer_id</var></span>, <span> <var>$sale_type</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1016,7 +1018,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_specific_employee_input">#</a>
|
||||
<code><a href="source-class-Reports.html#777-790" title="Go to source code">specific_employee_input</a>( )</code>
|
||||
<code><a href="source-class-Reports.html#788-801" title="Go to source code">specific_employee_input</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1046,7 +1048,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_specific_employee">#</a>
|
||||
<code><a href="source-class-Reports.html#792-849" title="Go to source code">specific_employee</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$sale_type</var></span> )</code>
|
||||
<code><a href="source-class-Reports.html#803-871" title="Go to source code">specific_employee</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$sale_type</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1076,7 +1078,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_specific_discount_input">#</a>
|
||||
<code><a href="source-class-Reports.html#851-866" title="Go to source code">specific_discount_input</a>( )</code>
|
||||
<code><a href="source-class-Reports.html#873-888" title="Go to source code">specific_discount_input</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1106,7 +1108,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_specific_discount">#</a>
|
||||
<code><a href="source-class-Reports.html#868-924" title="Go to source code">specific_discount</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$discount</var></span>, <span> <var>$sale_type</var></span> )</code>
|
||||
<code><a href="source-class-Reports.html#890-956" title="Go to source code">specific_discount</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$discount</var></span>, <span> <var>$sale_type</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1136,7 +1138,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_detailed_sales_row">#</a>
|
||||
<code><a href="source-class-Reports.html#926-956" title="Go to source code">get_detailed_sales_row</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Reports.html#958-988" title="Go to source code">get_detailed_sales_row</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1166,7 +1168,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_detailed_sales">#</a>
|
||||
<code><a href="source-class-Reports.html#958-1027" title="Go to source code">detailed_sales</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$sale_type</var></span>, <span> <var>$location_id</var> = <span class="php-quote">'all'</span></span> )</code>
|
||||
<code><a href="source-class-Reports.html#990-1070" title="Go to source code">detailed_sales</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$sale_type</var></span>, <span> <var>$location_id</var> = <span class="php-quote">'all'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1196,7 +1198,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_detailed_receivings_row">#</a>
|
||||
<code><a href="source-class-Reports.html#1029-1056" title="Go to source code">get_detailed_receivings_row</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
<code><a href="source-class-Reports.html#1072-1099" title="Go to source code">get_detailed_receivings_row</a>( <span> <var>$receiving_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1226,7 +1228,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_detailed_receivings">#</a>
|
||||
<code><a href="source-class-Reports.html#1058-1115" title="Go to source code">detailed_receivings</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$receiving_type</var></span>, <span> <var>$location_id</var> = <span class="php-quote">'all'</span></span> )</code>
|
||||
<code><a href="source-class-Reports.html#1101-1158" title="Go to source code">detailed_receivings</a>( <span> <var>$start_date</var></span>, <span> <var>$end_date</var></span>, <span> <var>$receiving_type</var></span>, <span> <var>$location_id</var> = <span class="php-quote">'all'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1256,7 +1258,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_inventory_low">#</a>
|
||||
<code><a href="source-class-Reports.html#1117-1147" title="Go to source code">inventory_low</a>( )</code>
|
||||
<code><a href="source-class-Reports.html#1160-1190" title="Go to source code">inventory_low</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1286,7 +1288,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_inventory_summary_input">#</a>
|
||||
<code><a href="source-class-Reports.html#1149-1162" title="Go to source code">inventory_summary_input</a>( )</code>
|
||||
<code><a href="source-class-Reports.html#1192-1205" title="Go to source code">inventory_summary_input</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1316,7 +1318,7 @@ CI_Controller
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_inventory_summary">#</a>
|
||||
<code><a href="source-class-Reports.html#1164-1197" title="Go to source code">inventory_summary</a>( <span> <var>$location_id</var> = <span class="php-quote">'all'</span></span>, <span> <var>$item_count</var> = <span class="php-quote">'all'</span></span> )</code>
|
||||
<code><a href="source-class-Reports.html#1207-1240" title="Go to source code">inventory_summary</a>( <span> <var>$location_id</var> = <span class="php-quote">'all'</span></span>, <span> <var>$item_count</var> = <span class="php-quote">'all'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
joshua1234511<br>
|
||||
<b>Since:</b>
|
||||
3.1<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Rewards.html#4-34" title="Go to source code">models/Rewards.php</a>
|
||||
<b>Located at</b> <a href="source-class-Rewards.html#4-30" title="Go to source code">models/Rewards.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Rewards.html#16-33" title="Go to source code">save</a>( <span> <var>& $rewards_data</var></span>, <span> <var>$id</var> = -<span class="php-num">1</span></span> )</code>
|
||||
<code><a href="source-class-Rewards.html#12-29" title="Go to source code">save</a>( <span> <var>& $rewards_data</var></span>, <span> <var>$id</var> = -<span class="php-num">1</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -225,13 +227,7 @@
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
SteveIreland<br>
|
||||
<b>Since:</b>
|
||||
3.1<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Rounding_code.html#4-88" title="Go to source code">models/enums/Rounding_code.php</a>
|
||||
<b>Located at</b> <a href="source-class-Rounding_code.html#4-84" title="Go to source code">models/enums/Rounding_code.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -251,7 +247,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_rounding_options">#</a>
|
||||
<code><a href="source-class-Rounding_code.html#21-34" title="Go to source code">get_rounding_options</a>( )</code>
|
||||
<code><a href="source-class-Rounding_code.html#17-30" title="Go to source code">get_rounding_options</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -281,7 +277,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_rounding_code_name">#</a>
|
||||
<code><a href="source-class-Rounding_code.html#36-72" title="Go to source code">get_rounding_code_name</a>( <span> <var>$rounding_code</var></span> )</code>
|
||||
<code><a href="source-class-Rounding_code.html#32-68" title="Go to source code">get_rounding_code_name</a>( <span> <var>$rounding_code</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -311,7 +307,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_html_rounding_options">#</a>
|
||||
<code><a href="source-class-Rounding_code.html#74-87" title="Go to source code">get_html_rounding_options</a>( )</code>
|
||||
<code><a href="source-class-Rounding_code.html#70-83" title="Go to source code">get_html_rounding_options</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -345,7 +341,7 @@
|
||||
<td class="attributes"><code>integer</code></td>
|
||||
<td class="name">
|
||||
<code>
|
||||
<a href="source-class-Rounding_code.html#13" title="Go to source code"><b>HALF_UP</b></a>
|
||||
<a href="source-class-Rounding_code.html#9" title="Go to source code"><b>HALF_UP</b></a>
|
||||
</code>
|
||||
|
||||
<div class="description short">
|
||||
@@ -369,7 +365,7 @@
|
||||
<td class="attributes"><code>integer</code></td>
|
||||
<td class="name">
|
||||
<code>
|
||||
<a href="source-class-Rounding_code.html#14" title="Go to source code"><b>HALF_DOWN</b></a>
|
||||
<a href="source-class-Rounding_code.html#10" title="Go to source code"><b>HALF_DOWN</b></a>
|
||||
</code>
|
||||
|
||||
<div class="description short">
|
||||
@@ -393,7 +389,7 @@
|
||||
<td class="attributes"><code>integer</code></td>
|
||||
<td class="name">
|
||||
<code>
|
||||
<a href="source-class-Rounding_code.html#15" title="Go to source code"><b>HALF_EVEN</b></a>
|
||||
<a href="source-class-Rounding_code.html#11" title="Go to source code"><b>HALF_EVEN</b></a>
|
||||
</code>
|
||||
|
||||
<div class="description short">
|
||||
@@ -417,7 +413,7 @@
|
||||
<td class="attributes"><code>integer</code></td>
|
||||
<td class="name">
|
||||
<code>
|
||||
<a href="source-class-Rounding_code.html#16" title="Go to source code"><b>HALF_ODD</b></a>
|
||||
<a href="source-class-Rounding_code.html#12" title="Go to source code"><b>HALF_ODD</b></a>
|
||||
</code>
|
||||
|
||||
<div class="description short">
|
||||
@@ -441,7 +437,7 @@
|
||||
<td class="attributes"><code>integer</code></td>
|
||||
<td class="name">
|
||||
<code>
|
||||
<a href="source-class-Rounding_code.html#17" title="Go to source code"><b>ROUND_UP</b></a>
|
||||
<a href="source-class-Rounding_code.html#13" title="Go to source code"><b>ROUND_UP</b></a>
|
||||
</code>
|
||||
|
||||
<div class="description short">
|
||||
@@ -465,7 +461,7 @@
|
||||
<td class="attributes"><code>integer</code></td>
|
||||
<td class="name">
|
||||
<code>
|
||||
<a href="source-class-Rounding_code.html#18" title="Go to source code"><b>ROUND_DOWN</b></a>
|
||||
<a href="source-class-Rounding_code.html#14" title="Go to source code"><b>ROUND_DOWN</b></a>
|
||||
</code>
|
||||
|
||||
<div class="description short">
|
||||
@@ -489,7 +485,7 @@
|
||||
<td class="attributes"><code>integer</code></td>
|
||||
<td class="name">
|
||||
<code>
|
||||
<a href="source-class-Rounding_code.html#19" title="Go to source code"><b>HALF_FIVE</b></a>
|
||||
<a href="source-class-Rounding_code.html#15" title="Go to source code"><b>HALF_FIVE</b></a>
|
||||
</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Sale.html#4-1327" title="Go to source code">models/Sale.php</a>
|
||||
<b>Located at</b> <a href="source-class-Sale.html#4-1332" title="Go to source code">models/Sale.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Sale.html#13-104" title="Go to source code">get_info</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#9-100" title="Go to source code">get_info</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Get sale info</p>
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_found_rows">#</a>
|
||||
<code><a href="source-class-Sale.html#106-112" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#102-108" title="Go to source code">get_found_rows</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Get number of rows for the takings (sales/manage) view</p>
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_search">#</a>
|
||||
<code><a href="source-class-Sale.html#114-277" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'sale_time'</span></span>, <span> <var>$order</var> = <span class="php-quote">'desc'</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#110-277" title="Go to source code">search</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span>, <span> <var>$rows</var> = <span class="php-num">0</span></span>, <span> <var>$limit_from</var> = <span class="php-num">0</span></span>, <span> <var>$sort</var> = <span class="php-quote">'sale_time'</span></span>, <span> <var>$order</var> = <span class="php-quote">'desc'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Get the sales data for the takings (sales/manage) view</p>
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_payments_summary">#</a>
|
||||
<code><a href="source-class-Sale.html#279-371" title="Go to source code">get_payments_summary</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#279-375" title="Go to source code">get_payments_summary</a>( <span> <var>$search</var></span>, <span> <var>$filters</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Get the payment summary for the takings (sales/manage) view</p>
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_total_rows">#</a>
|
||||
<code><a href="source-class-Sale.html#373-381" title="Go to source code">get_total_rows</a>( )</code>
|
||||
<code><a href="source-class-Sale.html#377-385" title="Go to source code">get_total_rows</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets total of rows</p>
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_search_suggestions">#</a>
|
||||
<code><a href="source-class-Sale.html#383-413" title="Go to source code">get_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#387-417" title="Go to source code">get_search_suggestions</a>( <span> <var>$search</var></span>, <span> <var>$limit</var> = <span class="php-num">25</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets search suggestions</p>
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_invoice_count">#</a>
|
||||
<code><a href="source-class-Sale.html#415-424" title="Go to source code">get_invoice_count</a>( )</code>
|
||||
<code><a href="source-class-Sale.html#419-428" title="Go to source code">get_invoice_count</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets total of invoice rows</p>
|
||||
@@ -474,7 +470,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_sale_by_invoice_number">#</a>
|
||||
<code><a href="source-class-Sale.html#426-435" title="Go to source code">get_sale_by_invoice_number</a>( <span> <var>$invoice_number</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#430-439" title="Go to source code">get_sale_by_invoice_number</a>( <span> <var>$invoice_number</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets sale by invoice number</p>
|
||||
@@ -504,7 +500,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_invoice_number_for_year">#</a>
|
||||
<code><a href="source-class-Sale.html#437-450" title="Go to source code">get_invoice_number_for_year</a>( <span> <var>$year</var> = <span class="php-quote">''</span></span>, <span> <var>$start_from</var> = <span class="php-num">0</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#441-454" title="Go to source code">get_invoice_number_for_year</a>( <span> <var>$year</var> = <span class="php-quote">''</span></span>, <span> <var>$start_from</var> = <span class="php-num">0</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets invoice number by year</p>
|
||||
@@ -534,7 +530,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_valid_receipt">#</a>
|
||||
<code><a href="source-class-Sale.html#452-479" title="Go to source code">is_valid_receipt</a>( <span> <var>& $receipt_sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#456-483" title="Go to source code">is_valid_receipt</a>( <span> <var>& $receipt_sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Checks if valid receipt</p>
|
||||
@@ -564,7 +560,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Sale.html#481-490" title="Go to source code">exists</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#485-494" title="Go to source code">exists</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Checks if sale exists</p>
|
||||
@@ -594,7 +590,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_update">#</a>
|
||||
<code><a href="source-class-Sale.html#492-527" title="Go to source code">update</a>( <span> <var>$sale_id</var></span>, <span> <var>$sale_data</var></span>, <span> <var>$payments</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#496-531" title="Go to source code">update</a>( <span> <var>$sale_id</var></span>, <span> <var>$sale_data</var></span>, <span> <var>$payments</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Update sale</p>
|
||||
@@ -624,7 +620,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Sale.html#530-765" title="Go to source code">save</a>( <span> <var>& $sale_status</var></span>, <span> <var>& $items</var></span>, <span> <var>$customer_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$comment</var></span>, <span> <var>$invoice_number</var></span>, <span> <var>$quote_number</var></span>, <span> <var>$payments</var></span>, <span> <var>$dinner_table</var></span>, <span> <var>& $sales_taxes</var></span>, <span> <var>$sale_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#534-769" title="Go to source code">save</a>( <span> <var>& $sale_status</var></span>, <span> <var>& $items</var></span>, <span> <var>$customer_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$comment</var></span>, <span> <var>$invoice_number</var></span>, <span> <var>$quote_number</var></span>, <span> <var>$payments</var></span>, <span> <var>$dinner_table</var></span>, <span> <var>& $sales_taxes</var></span>, <span> <var>$sale_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Save the sale information after the sales is complete but before the final document is printed
|
||||
@@ -656,7 +652,7 @@ The sales_taxes variable needs to be initialized to an empty array before callin
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save_sales_item_tax">#</a>
|
||||
<code><a href="source-class-Sale.html#767-797" title="Go to source code">save_sales_item_tax</a>( <span> <var>& $customer</var></span>, <span> <var>& $sale_id</var></span>, <span> <var>& $item</var></span>, <span> <var>$tax_basis</var></span>, <span> <var>& $sales_taxes</var></span>, <span> <var>& $sequence</var></span>, <span> <var>$tax_category_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#771-801" title="Go to source code">save_sales_item_tax</a>( <span> <var>& $customer</var></span>, <span> <var>& $sale_id</var></span>, <span> <var>& $item</var></span>, <span> <var>$tax_basis</var></span>, <span> <var>& $sales_taxes</var></span>, <span> <var>& $sequence</var></span>, <span> <var>$tax_category_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Apply customer sales tax if the customer sales tax is enabledl
|
||||
@@ -694,7 +690,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save_sales_tax">#</a>
|
||||
<code><a href="source-class-Sale.html#799-808" title="Go to source code">save_sales_tax</a>( <span> <var>& $sales_taxes</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#803-812" title="Go to source code">save_sales_tax</a>( <span> <var>& $sales_taxes</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Saves sale tax</p>
|
||||
@@ -724,7 +720,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_list">#</a>
|
||||
<code><a href="source-class-Sale.html#810-823" title="Go to source code">delete_list</a>( <span> <var>$sale_ids</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$update_inventory</var> = <span class="php-keyword1">TRUE</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#814-827" title="Go to source code">delete_list</a>( <span> <var>$sale_ids</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$update_inventory</var> = <span class="php-keyword1">TRUE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Deletes list of sales</p>
|
||||
@@ -754,7 +750,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Sale.html#825-875" title="Go to source code">delete</a>( <span> <var>$sale_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$update_inventory</var> = <span class="php-keyword1">TRUE</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#829-879" title="Go to source code">delete</a>( <span> <var>$sale_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$update_inventory</var> = <span class="php-keyword1">TRUE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Delete sale</p>
|
||||
@@ -784,7 +780,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_sale_items">#</a>
|
||||
<code><a href="source-class-Sale.html#877-886" title="Go to source code">get_sale_items</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#881-890" title="Go to source code">get_sale_items</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets sale item</p>
|
||||
@@ -814,7 +810,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_sale_items_ordered">#</a>
|
||||
<code><a href="source-class-Sale.html#888-939" title="Go to source code">get_sale_items_ordered</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#892-943" title="Go to source code">get_sale_items_ordered</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Used by the invoice and receipt programs</p>
|
||||
@@ -844,7 +840,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_sale_payments">#</a>
|
||||
<code><a href="source-class-Sale.html#941-950" title="Go to source code">get_sale_payments</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#945-954" title="Go to source code">get_sale_payments</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets sale payments</p>
|
||||
@@ -874,7 +870,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_payment_options">#</a>
|
||||
<code><a href="source-class-Sale.html#952-991" title="Go to source code">get_payment_options</a>( <span> <var>$giftcard</var> = <span class="php-keyword1">TRUE</span></span>, <span> <var>$reward_points</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#956-995" title="Go to source code">get_payment_options</a>( <span> <var>$giftcard</var> = <span class="php-keyword1">TRUE</span></span>, <span> <var>$reward_points</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets sale payment options</p>
|
||||
@@ -904,7 +900,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_customer">#</a>
|
||||
<code><a href="source-class-Sale.html#993-1002" title="Go to source code">get_customer</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#997-1006" title="Go to source code">get_customer</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets sale customer name</p>
|
||||
@@ -934,7 +930,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_employee">#</a>
|
||||
<code><a href="source-class-Sale.html#1004-1013" title="Go to source code">get_employee</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1008-1017" title="Go to source code">get_employee</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets sale employee name</p>
|
||||
@@ -964,7 +960,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_check_quote_number_exists">#</a>
|
||||
<code><a href="source-class-Sale.html#1019-1029" title="Go to source code">check_quote_number_exists</a>( <span> <var>$quote_number</var></span>, <span> <var>$sale_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1023-1033" title="Go to source code">check_quote_number_exists</a>( <span> <var>$quote_number</var></span>, <span> <var>$sale_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -994,7 +990,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_check_invoice_number_exists">#</a>
|
||||
<code><a href="source-class-Sale.html#1031-1044" title="Go to source code">check_invoice_number_exists</a>( <span> <var>$invoice_number</var></span>, <span> <var>$sale_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1035-1048" title="Go to source code">check_invoice_number_exists</a>( <span> <var>$invoice_number</var></span>, <span> <var>$sale_id</var> = <span class="php-quote">''</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Checks if invoice number exists</p>
|
||||
@@ -1024,7 +1020,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_giftcard_value">#</a>
|
||||
<code><a href="source-class-Sale.html#1046-1060" title="Go to source code">get_giftcard_value</a>( <span> <var>$giftcardNumber</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1050-1064" title="Go to source code">get_giftcard_value</a>( <span> <var>$giftcardNumber</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets Giftcard value</p>
|
||||
@@ -1054,7 +1050,7 @@ as a separate tax entry on the invoice.</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_create_temp_table">#</a>
|
||||
<code><a href="source-class-Sale.html#1062-1199" title="Go to source code">create_temp_table</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1066-1204" title="Go to source code">create_temp_table</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Creates sales temporary dimentional table
|
||||
@@ -1086,7 +1082,7 @@ We create a temp table that allows us to do easy report/sales queries</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all_suspended">#</a>
|
||||
<code><a href="source-class-Sale.html#1201-1223" title="Go to source code">get_all_suspended</a>( <span> <var>$customer_id</var> = <span class="php-keyword1">NULL</span></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1206-1228" title="Go to source code">get_all_suspended</a>( <span> <var>$customer_id</var> = <span class="php-keyword1">NULL</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Retrieves all sales that are in a suspended state</p>
|
||||
@@ -1116,7 +1112,7 @@ We create a temp table that allows us to do easy report/sales queries</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_dinner_table">#</a>
|
||||
<code><a href="source-class-Sale.html#1225-1234" title="Go to source code">get_dinner_table</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1230-1239" title="Go to source code">get_dinner_table</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets the dinner table for the selected sale</p>
|
||||
@@ -1146,7 +1142,7 @@ We create a temp table that allows us to do easy report/sales queries</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_quote_number">#</a>
|
||||
<code><a href="source-class-Sale.html#1236-1254" title="Go to source code">get_quote_number</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1241-1259" title="Go to source code">get_quote_number</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets the quote_number for the selected sale</p>
|
||||
@@ -1176,7 +1172,7 @@ We create a temp table that allows us to do easy report/sales queries</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_comment">#</a>
|
||||
<code><a href="source-class-Sale.html#1256-1274" title="Go to source code">get_comment</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1261-1279" title="Go to source code">get_comment</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets the quote_number for the selected sale</p>
|
||||
@@ -1206,7 +1202,7 @@ We create a temp table that allows us to do easy report/sales queries</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_suspended_invoice_count">#</a>
|
||||
<code><a href="source-class-Sale.html#1276-1286" title="Go to source code">get_suspended_invoice_count</a>( )</code>
|
||||
<code><a href="source-class-Sale.html#1281-1291" title="Go to source code">get_suspended_invoice_count</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets total of suspended invoices rows</p>
|
||||
@@ -1236,7 +1232,7 @@ We create a temp table that allows us to do easy report/sales queries</p>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_suspended_sale">#</a>
|
||||
<code><a href="source-class-Sale.html#1288-1314" title="Go to source code">delete_suspended_sale</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1293-1319" title="Go to source code">delete_suspended_sale</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Removes a selected sale from the sales table.
|
||||
@@ -1268,7 +1264,7 @@ This function should only be called for suspended sales that are being restored
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_suspended_sale_info">#</a>
|
||||
<code><a href="source-class-Sale.html#1316-1326" title="Go to source code">get_suspended_sale_info</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale.html#1321-1331" title="Go to source code">get_suspended_sale_info</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Gets suspended sale info</p>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -227,13 +229,7 @@
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Sale_lib.html#4-1265" title="Go to source code">libraries/Sale_lib.php</a>
|
||||
<b>Located at</b> <a href="source-class-Sale_lib.html#4-1251" title="Go to source code">libraries/Sale_lib.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +249,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#___construct">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#17-22" title="Go to source code">__construct</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#13-18" title="Go to source code">__construct</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -283,7 +279,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_line_sequence_options">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#24-31" title="Go to source code">get_line_sequence_options</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#20-27" title="Go to source code">get_line_sequence_options</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -313,7 +309,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_register_mode_options">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#33-40" title="Go to source code">get_register_mode_options</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#29-36" title="Go to source code">get_register_mode_options</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -343,7 +339,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_cart">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#42-50" title="Go to source code">get_cart</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#38-46" title="Go to source code">get_cart</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -373,7 +369,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_sort_and_filter_cart">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#52-115" title="Go to source code">sort_and_filter_cart</a>( <span> <var>$cart</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#48-111" title="Go to source code">sort_and_filter_cart</a>( <span> <var>$cart</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -403,7 +399,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_cart">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#117-120" title="Go to source code">set_cart</a>( <span> <var>$cart_data</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#113-116" title="Go to source code">set_cart</a>( <span> <var>$cart_data</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -433,7 +429,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_empty_cart">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#122-125" title="Go to source code">empty_cart</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#118-121" title="Go to source code">empty_cart</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -463,7 +459,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_comment">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#127-133" title="Go to source code">get_comment</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#123-129" title="Go to source code">get_comment</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -493,7 +489,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_comment">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#135-138" title="Go to source code">set_comment</a>( <span> <var>$comment</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#131-134" title="Go to source code">set_comment</a>( <span> <var>$comment</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -523,7 +519,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_comment">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#140-143" title="Go to source code">clear_comment</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#136-139" title="Go to source code">clear_comment</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -553,7 +549,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_invoice_number">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#145-148" title="Go to source code">get_invoice_number</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#141-144" title="Go to source code">get_invoice_number</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -583,7 +579,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_quote_number">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#150-153" title="Go to source code">get_quote_number</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#146-149" title="Go to source code">get_quote_number</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -613,7 +609,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_invoice_number">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#155-162" title="Go to source code">set_invoice_number</a>( <span> <var>$invoice_number</var></span>, <span> <var>$keep_custom</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#151-158" title="Go to source code">set_invoice_number</a>( <span> <var>$invoice_number</var></span>, <span> <var>$keep_custom</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -643,7 +639,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_quote_number">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#164-171" title="Go to source code">set_quote_number</a>( <span> <var>$quote_number</var></span>, <span> <var>$keep_custom</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#160-167" title="Go to source code">set_quote_number</a>( <span> <var>$quote_number</var></span>, <span> <var>$keep_custom</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -673,7 +669,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_invoice_number">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#173-176" title="Go to source code">clear_invoice_number</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#169-172" title="Go to source code">clear_invoice_number</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -703,7 +699,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_quote_number">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#178-181" title="Go to source code">clear_quote_number</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#174-177" title="Go to source code">clear_quote_number</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -733,7 +729,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_suspended_id">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#183-186" title="Go to source code">set_suspended_id</a>( <span> <var>$suspended_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#179-182" title="Go to source code">set_suspended_id</a>( <span> <var>$suspended_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -763,7 +759,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_suspended_id">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#188-191" title="Go to source code">get_suspended_id</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#184-187" title="Go to source code">get_suspended_id</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -793,7 +789,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_invoice_mode">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#193-199" title="Go to source code">is_invoice_mode</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#189-195" title="Go to source code">is_invoice_mode</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -823,7 +819,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_sale_by_receipt_mode">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#201-204" title="Go to source code">is_sale_by_receipt_mode</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#197-200" title="Go to source code">is_sale_by_receipt_mode</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -853,7 +849,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_quote_mode">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#206-209" title="Go to source code">is_quote_mode</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#202-205" title="Go to source code">is_quote_mode</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -883,7 +879,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_invoice_number_enabled">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#211-214" title="Go to source code">set_invoice_number_enabled</a>( <span> <var>$invoice_number_enabled</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#207-210" title="Go to source code">set_invoice_number_enabled</a>( <span> <var>$invoice_number_enabled</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -913,7 +909,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_print_after_sale">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#216-220" title="Go to source code">is_print_after_sale</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#212-216" title="Go to source code">is_print_after_sale</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -943,7 +939,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_print_after_sale">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#222-225" title="Go to source code">set_print_after_sale</a>( <span> <var>$print_after_sale</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#218-221" title="Go to source code">set_print_after_sale</a>( <span> <var>$print_after_sale</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -973,7 +969,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_email_receipt">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#227-230" title="Go to source code">get_email_receipt</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#223-226" title="Go to source code">get_email_receipt</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1003,7 +999,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_email_receipt">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#232-235" title="Go to source code">set_email_receipt</a>( <span> <var>$email_receipt</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#228-231" title="Go to source code">set_email_receipt</a>( <span> <var>$email_receipt</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1033,7 +1029,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_email_receipt">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#237-240" title="Go to source code">clear_email_receipt</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#233-236" title="Go to source code">clear_email_receipt</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1063,7 +1059,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_payments">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#243-251" title="Go to source code">get_payments</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#239-247" title="Go to source code">get_payments</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1093,7 +1089,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_payments">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#254-257" title="Go to source code">set_payments</a>( <span> <var>$payments_data</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#250-253" title="Go to source code">set_payments</a>( <span> <var>$payments_data</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1123,7 +1119,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_add_payment">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#260-277" title="Go to source code">add_payment</a>( <span> <var>$payment_id</var></span>, <span> <var>$payment_amount</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#256-273" title="Go to source code">add_payment</a>( <span> <var>$payment_id</var></span>, <span> <var>$payment_amount</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1153,7 +1149,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_edit_payment">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#280-293" title="Go to source code">edit_payment</a>( <span> <var>$payment_id</var></span>, <span> <var>$payment_amount</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#276-289" title="Go to source code">edit_payment</a>( <span> <var>$payment_id</var></span>, <span> <var>$payment_amount</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1183,7 +1179,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_payment">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#296-301" title="Go to source code">delete_payment</a>( <span> <var>$payment_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#292-297" title="Go to source code">delete_payment</a>( <span> <var>$payment_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1213,7 +1209,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_empty_payments">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#304-307" title="Go to source code">empty_payments</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#300-303" title="Go to source code">empty_payments</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1243,7 +1239,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_payments_total">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#310-324" title="Go to source code">get_payments_total</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#306-320" title="Go to source code">get_payments_total</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1273,7 +1269,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_cash_rounding">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#326-329" title="Go to source code">get_cash_rounding</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#322-325" title="Go to source code">get_cash_rounding</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1303,7 +1299,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_totals">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#331-423" title="Go to source code">get_totals</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#327-422" title="Go to source code">get_totals</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
<p>Returns 'subtotal', 'total', 'cash_total', 'payment_total', 'amount_due', 'cash_amount_due', 'paid_in_full'
|
||||
@@ -1335,37 +1331,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_amount_due">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#427-437" title="Go to source code">get_amount_due</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description detailed hidden">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div></td>
|
||||
</tr>
|
||||
<tr data-order="is_payment_covering_total" id="_is_payment_covering_total">
|
||||
|
||||
<td class="attributes"><code>
|
||||
public
|
||||
|
||||
|
||||
|
||||
</code>
|
||||
</td>
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_payment_covering_total">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#439-450" title="Go to source code">is_payment_covering_total</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#426-436" title="Go to source code">get_amount_due</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1395,7 +1361,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_customer">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#452-460" title="Go to source code">get_customer</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#438-446" title="Go to source code">get_customer</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1425,7 +1391,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_customer">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#462-465" title="Go to source code">set_customer</a>( <span> <var>$customer_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#448-451" title="Go to source code">set_customer</a>( <span> <var>$customer_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1455,7 +1421,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_remove_customer">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#467-470" title="Go to source code">remove_customer</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#453-456" title="Go to source code">remove_customer</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1485,7 +1451,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_employee">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#472-480" title="Go to source code">get_employee</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#458-466" title="Go to source code">get_employee</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1515,7 +1481,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_employee">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#482-485" title="Go to source code">set_employee</a>( <span> <var>$employee_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#468-471" title="Go to source code">set_employee</a>( <span> <var>$employee_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1545,7 +1511,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_remove_employee">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#487-490" title="Go to source code">remove_employee</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#473-476" title="Go to source code">remove_employee</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1575,7 +1541,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_mode">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#492-506" title="Go to source code">get_mode</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#478-492" title="Go to source code">get_mode</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1605,7 +1571,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_mode">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#508-511" title="Go to source code">set_mode</a>( <span> <var>$mode</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#494-497" title="Go to source code">set_mode</a>( <span> <var>$mode</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1635,7 +1601,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_mode">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#513-516" title="Go to source code">clear_mode</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#499-502" title="Go to source code">clear_mode</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1665,7 +1631,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_dinner_table">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#518-529" title="Go to source code">get_dinner_table</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#504-515" title="Go to source code">get_dinner_table</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1695,7 +1661,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_dinner_table">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#531-534" title="Go to source code">set_dinner_table</a>( <span> <var>$dinner_table</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#517-520" title="Go to source code">set_dinner_table</a>( <span> <var>$dinner_table</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1725,7 +1691,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_table">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#536-539" title="Go to source code">clear_table</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#522-525" title="Go to source code">clear_table</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1755,7 +1721,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_sale_location">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#541-549" title="Go to source code">get_sale_location</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#527-535" title="Go to source code">get_sale_location</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1785,7 +1751,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_sale_location">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#551-554" title="Go to source code">set_sale_location</a>( <span> <var>$location</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#537-540" title="Go to source code">set_sale_location</a>( <span> <var>$location</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1815,7 +1781,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_payment_type">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#556-559" title="Go to source code">set_payment_type</a>( <span> <var>$payment_type</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#542-545" title="Go to source code">set_payment_type</a>( <span> <var>$payment_type</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1845,7 +1811,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_payment_type">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#561-564" title="Go to source code">get_payment_type</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#547-550" title="Go to source code">get_payment_type</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1875,7 +1841,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_sale_location">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#566-569" title="Go to source code">clear_sale_location</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#552-555" title="Go to source code">clear_sale_location</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1905,7 +1871,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_giftcard_remainder">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#571-574" title="Go to source code">set_giftcard_remainder</a>( <span> <var>$value</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#557-560" title="Go to source code">set_giftcard_remainder</a>( <span> <var>$value</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1935,7 +1901,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_giftcard_remainder">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#576-579" title="Go to source code">get_giftcard_remainder</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#562-565" title="Go to source code">get_giftcard_remainder</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1965,7 +1931,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_giftcard_remainder">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#581-584" title="Go to source code">clear_giftcard_remainder</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#567-570" title="Go to source code">clear_giftcard_remainder</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -1995,7 +1961,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_set_rewards_remainder">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#586-589" title="Go to source code">set_rewards_remainder</a>( <span> <var>$value</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#572-575" title="Go to source code">set_rewards_remainder</a>( <span> <var>$value</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2025,7 +1991,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_rewards_remainder">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#591-594" title="Go to source code">get_rewards_remainder</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#577-580" title="Go to source code">get_rewards_remainder</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2055,7 +2021,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_rewards_remainder">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#596-599" title="Go to source code">clear_rewards_remainder</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#582-585" title="Go to source code">clear_rewards_remainder</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2085,7 +2051,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_add_item">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#601-718" title="Go to source code">add_item</a>( <span> <var>& $item_id</var></span>, <span> <var>$quantity</var></span>, <span> <var>$item_location</var></span>, <span> <var>$discount</var> = <span class="php-num">0</span></span>, <span> <var>$price</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$description</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$serialnumber</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$include_deleted</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$print_option</var> = <span class="php-quote">'0'</span></span>, <span> <var>$stock_type</var> = <span class="php-quote">'0'</span></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#587-704" title="Go to source code">add_item</a>( <span> <var>& $item_id</var></span>, <span> <var>$quantity</var></span>, <span> <var>$item_location</var></span>, <span> <var>$discount</var> = <span class="php-num">0</span></span>, <span> <var>$price</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$description</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$serialnumber</var> = <span class="php-keyword1">NULL</span></span>, <span> <var>$include_deleted</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$print_option</var> = <span class="php-quote">'0'</span></span>, <span> <var>$stock_type</var> = <span class="php-quote">'0'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2115,7 +2081,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_out_of_stock">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#720-744" title="Go to source code">out_of_stock</a>( <span> <var>$item_id</var></span>, <span> <var>$item_location</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#706-730" title="Go to source code">out_of_stock</a>( <span> <var>$item_id</var></span>, <span> <var>$item_location</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2145,7 +2111,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_quantity_already_added">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#746-759" title="Go to source code">get_quantity_already_added</a>( <span> <var>$item_id</var></span>, <span> <var>$item_location</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#732-745" title="Go to source code">get_quantity_already_added</a>( <span> <var>$item_id</var></span>, <span> <var>$item_location</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2175,7 +2141,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_item_id">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#761-774" title="Go to source code">get_item_id</a>( <span> <var>$line_to_get</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#747-760" title="Go to source code">get_item_id</a>( <span> <var>$line_to_get</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2205,7 +2171,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_edit_item">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#776-793" title="Go to source code">edit_item</a>( <span> <var>$line</var></span>, <span> <var>$description</var></span>, <span> <var>$serialnumber</var></span>, <span> <var>$quantity</var></span>, <span> <var>$discount</var></span>, <span> <var>$price</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#762-779" title="Go to source code">edit_item</a>( <span> <var>$line</var></span>, <span> <var>$description</var></span>, <span> <var>$serialnumber</var></span>, <span> <var>$quantity</var></span>, <span> <var>$discount</var></span>, <span> <var>$price</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2235,7 +2201,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete_item">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#795-800" title="Go to source code">delete_item</a>( <span> <var>$line</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#781-786" title="Go to source code">delete_item</a>( <span> <var>$line</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2265,7 +2231,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_return_entire_sale">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#802-817" title="Go to source code">return_entire_sale</a>( <span> <var>$receipt_sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#788-803" title="Go to source code">return_entire_sale</a>( <span> <var>$receipt_sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2295,7 +2261,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_add_item_kit">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#819-870" title="Go to source code">add_item_kit</a>( <span> <var>$external_item_kit_id</var></span>, <span> <var>$item_location</var></span>, <span> <var>$discount</var></span>, <span> <var>$price_option</var></span>, <span> <var>$kit_print_option</var></span>, <span> <var>& $stock_warning</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#805-856" title="Go to source code">add_item_kit</a>( <span> <var>$external_item_kit_id</var></span>, <span> <var>$item_location</var></span>, <span> <var>$discount</var></span>, <span> <var>$price_option</var></span>, <span> <var>$kit_print_option</var></span>, <span> <var>& $stock_warning</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2325,7 +2291,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_copy_entire_sale">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#872-892" title="Go to source code">copy_entire_sale</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#858-878" title="Go to source code">copy_entire_sale</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2355,7 +2321,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_cart_reordered">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#894-904" title="Go to source code">get_cart_reordered</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#880-890" title="Go to source code">get_cart_reordered</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2385,7 +2351,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_copy_entire_suspended_sale">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#906-928" title="Go to source code">copy_entire_suspended_sale</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#892-914" title="Go to source code">copy_entire_suspended_sale</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2415,7 +2381,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_copy_entire_suspended_tables_sale">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#930-953" title="Go to source code">copy_entire_suspended_tables_sale</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#916-939" title="Go to source code">copy_entire_suspended_tables_sale</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2445,7 +2411,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_all">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#955-968" title="Go to source code">clear_all</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#941-954" title="Go to source code">clear_all</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2475,7 +2441,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_clear_cash_flags">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#970-975" title="Go to source code">clear_cash_flags</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#956-961" title="Go to source code">clear_cash_flags</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2505,7 +2471,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_reset_cash_flags">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#977-998" title="Go to source code">reset_cash_flags</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#963-984" title="Go to source code">reset_cash_flags</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2535,7 +2501,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_customer_taxable">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1000-1007" title="Go to source code">is_customer_taxable</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#986-993" title="Go to source code">is_customer_taxable</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2565,7 +2531,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_taxes">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1012-1070" title="Go to source code">get_taxes</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#998-1055" title="Go to source code">get_taxes</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2595,7 +2561,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_apply_customer_discount">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1072-1092" title="Go to source code">apply_customer_discount</a>( <span> <var>$discount_percent</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1057-1077" title="Go to source code">apply_customer_discount</a>( <span> <var>$discount_percent</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2625,7 +2591,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_discount">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1094-1107" title="Go to source code">get_discount</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1079-1092" title="Go to source code">get_discount</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2655,7 +2621,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_subtotal">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1109-1112" title="Go to source code">get_subtotal</a>( <span> <var>$include_discount</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$exclude_tax</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1094-1097" title="Go to source code">get_subtotal</a>( <span> <var>$include_discount</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$exclude_tax</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2685,7 +2651,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_item_total_tax_exclusive">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1114-1126" title="Go to source code">get_item_total_tax_exclusive</a>( <span> <var>$item_id</var></span>, <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span>, <span> <var>$include_discount</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1099-1111" title="Go to source code">get_item_total_tax_exclusive</a>( <span> <var>$item_id</var></span>, <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span>, <span> <var>$include_discount</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2715,7 +2681,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_extended_total_tax_exclusive">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1128-1139" title="Go to source code">get_extended_total_tax_exclusive</a>( <span> <var>$item_id</var></span>, <span> <var>$discounted_extended_amount</var></span>, <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var> = <span class="php-num">0</span></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1113-1124" title="Go to source code">get_extended_total_tax_exclusive</a>( <span> <var>$item_id</var></span>, <span> <var>$discounted_extended_amount</var></span>, <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var> = <span class="php-num">0</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2745,7 +2711,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_item_total">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1141-1152" title="Go to source code">get_item_total</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span>, <span> <var>$include_discount</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1126-1137" title="Go to source code">get_item_total</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span>, <span> <var>$include_discount</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2775,7 +2741,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_extended_amount">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1154-1158" title="Go to source code">get_extended_amount</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_amount</var> = <span class="php-num">0</span></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1139-1144" title="Go to source code">get_extended_amount</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_amount</var> = <span class="php-num">0</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2805,7 +2771,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_item_discount">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1160-1166" title="Go to source code">get_item_discount</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1146-1152" title="Go to source code">get_item_discount</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2835,7 +2801,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_item_tax">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1168-1182" title="Go to source code">get_item_tax</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span>, <span> <var>$tax_percentage</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1154-1168" title="Go to source code">get_item_tax</a>( <span> <var>$quantity</var></span>, <span> <var>$price</var></span>, <span> <var>$discount_percentage</var></span>, <span> <var>$tax_percentage</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2865,7 +2831,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_calculate_subtotal">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1184-1200" title="Go to source code">calculate_subtotal</a>( <span> <var>$include_discount</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$exclude_tax</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1170-1186" title="Go to source code">calculate_subtotal</a>( <span> <var>$include_discount</var> = <span class="php-keyword1">FALSE</span></span>, <span> <var>$exclude_tax</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2895,7 +2861,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_total">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1202-1219" title="Go to source code">get_total</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1188-1205" title="Go to source code">get_total</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2925,7 +2891,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_empty_tables">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1221-1224" title="Go to source code">get_empty_tables</a>( )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1207-1210" title="Go to source code">get_empty_tables</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -2955,7 +2921,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_check_for_cash_rounding">#</a>
|
||||
<code><a href="source-class-Sale_lib.html#1226-1264" title="Go to source code">check_for_cash_rounding</a>( <span> <var>$total</var></span> )</code>
|
||||
<code><a href="source-class-Sale_lib.html#1212-1250" title="Go to source code">check_for_cash_rounding</a>( <span> <var>$total</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
N/A<br>
|
||||
<b>Since:</b>
|
||||
1.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Sale_suspended.html#4-229" title="Go to source code">models/Sale_suspended.php</a>
|
||||
<b>Located at</b> <a href="source-class-Sale_suspended.html#4-225" title="Go to source code">models/Sale_suspended.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#13-19" title="Go to source code">get_all</a>( )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#9-15" title="Go to source code">get_all</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_info">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#21-28" title="Go to source code">get_info</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#17-24" title="Go to source code">get_info</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_invoice_count">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#33-39" title="Go to source code">get_invoice_count</a>( )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#29-35" title="Go to source code">get_invoice_count</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_sale_by_invoice_number">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#41-47" title="Go to source code">get_sale_by_invoice_number</a>( <span> <var>$invoice_number</var></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#37-43" title="Go to source code">get_sale_by_invoice_number</a>( <span> <var>$invoice_number</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#49-55" title="Go to source code">exists</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#45-51" title="Go to source code">exists</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_update">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#57-62" title="Go to source code">update</a>( <span> <var>$sale_data</var></span>, <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#53-58" title="Go to source code">update</a>( <span> <var>$sale_data</var></span>, <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#64-159" title="Go to source code">save</a>( <span> <var>$items</var></span>, <span> <var>$customer_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$comment</var></span>, <span> <var>$invoice_number</var></span>, <span> <var>$quote_number</var></span>, <span> <var>$payments</var></span>, <span> <var>$dinner_table</var></span>, <span> <var>$sale_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#60-155" title="Go to source code">save</a>( <span> <var>$items</var></span>, <span> <var>$customer_id</var></span>, <span> <var>$employee_id</var></span>, <span> <var>$comment</var></span>, <span> <var>$invoice_number</var></span>, <span> <var>$quote_number</var></span>, <span> <var>$payments</var></span>, <span> <var>$dinner_table</var></span>, <span> <var>$sale_id</var> = <span class="php-keyword1">FALSE</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -474,7 +470,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#161-182" title="Go to source code">delete</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#157-178" title="Go to source code">delete</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -504,7 +500,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_sale_items">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#184-204" title="Go to source code">get_sale_items</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#180-200" title="Go to source code">get_sale_items</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -534,7 +530,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_sale_payments">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#206-212" title="Go to source code">get_sale_payments</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#202-208" title="Go to source code">get_sale_payments</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -564,7 +560,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_comment">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#214-220" title="Go to source code">get_comment</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#210-216" title="Go to source code">get_comment</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -594,7 +590,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_dinner_table">#</a>
|
||||
<code><a href="source-class-Sale_suspended.html#222-228" title="Go to source code">get_dinner_table</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
<code><a href="source-class-Sale_suspended.html#218-224" title="Go to source code">get_dinner_table</a>( <span> <var>$sale_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -227,13 +229,7 @@
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
RamkrishnaMondal, daN4cat (FrancescoUK)<br>
|
||||
<b>Since:</b>
|
||||
3.0<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Sms_lib.html#4-70" title="Go to source code">libraries/Sms_lib.php</a>
|
||||
<b>Located at</b> <a href="source-class-Sms_lib.html#4-66" title="Go to source code">libraries/Sms_lib.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +249,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#___construct">#</a>
|
||||
<code><a href="source-class-Sms_lib.html#17-20" title="Go to source code">__construct</a>( )</code>
|
||||
<code><a href="source-class-Sms_lib.html#13-16" title="Go to source code">__construct</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -283,7 +279,7 @@
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_sendSMS">#</a>
|
||||
<code><a href="source-class-Sms_lib.html#26-69" title="Go to source code">sendSMS</a>( <span> <var>$phone</var></span>, <span> <var>$message</var></span> )</code>
|
||||
<code><a href="source-class-Sms_lib.html#22-65" title="Go to source code">sendSMS</a>( <span> <var>$phone</var></span>, <span> <var>$message</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -242,7 +244,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Located at</b> <a href="source-class-Specific_customer.html#5-111" title="Go to source code">models/reports/Specific_customer.php</a>
|
||||
<b>Located at</b> <a href="source-class-Specific_customer.html#5-127" title="Go to source code">models/reports/Specific_customer.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -322,7 +324,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getData">#</a>
|
||||
<code><a href="source-class-Specific_customer.html#46-92" title="Go to source code">getData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Specific_customer.html#46-100" title="Go to source code">getData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -352,7 +354,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getSummaryData">#</a>
|
||||
<code><a href="source-class-Specific_customer.html#94-110" title="Go to source code">getSummaryData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Specific_customer.html#102-126" title="Go to source code">getSummaryData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -242,7 +244,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Located at</b> <a href="source-class-Specific_discount.html#5-109" title="Go to source code">models/reports/Specific_discount.php</a>
|
||||
<b>Located at</b> <a href="source-class-Specific_discount.html#5-125" title="Go to source code">models/reports/Specific_discount.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -322,7 +324,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getData">#</a>
|
||||
<code><a href="source-class-Specific_discount.html#44-90" title="Go to source code">getData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Specific_discount.html#44-98" title="Go to source code">getData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -352,7 +354,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getSummaryData">#</a>
|
||||
<code><a href="source-class-Specific_discount.html#92-108" title="Go to source code">getSummaryData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Specific_discount.html#100-124" title="Go to source code">getSummaryData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -242,7 +244,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Located at</b> <a href="source-class-Specific_employee.html#5-111" title="Go to source code">models/reports/Specific_employee.php</a>
|
||||
<b>Located at</b> <a href="source-class-Specific_employee.html#5-127" title="Go to source code">models/reports/Specific_employee.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -322,7 +324,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getData">#</a>
|
||||
<code><a href="source-class-Specific_employee.html#46-92" title="Go to source code">getData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Specific_employee.html#46-100" title="Go to source code">getData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -352,7 +354,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_getSummaryData">#</a>
|
||||
<code><a href="source-class-Specific_employee.html#94-110" title="Go to source code">getSummaryData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
<code><a href="source-class-Specific_employee.html#102-126" title="Go to source code">getSummaryData</a>( <span>array <var>$inputs</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
@@ -238,13 +240,7 @@ CI_Model
|
||||
|
||||
|
||||
|
||||
<b>Author:</b>
|
||||
Padungsak<br>
|
||||
<b>Since:</b>
|
||||
2.x<br>
|
||||
<b>Link:</b>
|
||||
github.com/jekkos/opensourcepos<br>
|
||||
<b>Located at</b> <a href="source-class-Stock_location.html#4-168" title="Go to source code">models/Stock_location.php</a>
|
||||
<b>Located at</b> <a href="source-class-Stock_location.html#4-164" title="Go to source code">models/Stock_location.php</a>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +260,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_exists">#</a>
|
||||
<code><a href="source-class-Stock_location.html#13-19" title="Go to source code">exists</a>( <span> <var>$location_name</var> = <span class="php-quote">''</span></span> )</code>
|
||||
<code><a href="source-class-Stock_location.html#9-15" title="Go to source code">exists</a>( <span> <var>$location_name</var> = <span class="php-quote">''</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -294,7 +290,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_all">#</a>
|
||||
<code><a href="source-class-Stock_location.html#21-28" title="Go to source code">get_all</a>( <span> <var>$limit</var> = <span class="php-num">10000</span></span>, <span> <var>$offset</var> = <span class="php-num">0</span></span> )</code>
|
||||
<code><a href="source-class-Stock_location.html#17-24" title="Go to source code">get_all</a>( <span> <var>$limit</var> = <span class="php-num">10000</span></span>, <span> <var>$offset</var> = <span class="php-num">0</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -324,7 +320,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_undeleted_all">#</a>
|
||||
<code><a href="source-class-Stock_location.html#30-40" title="Go to source code">get_undeleted_all</a>( <span> <var>$module_id</var> = <span class="php-quote">'items'</span></span> )</code>
|
||||
<code><a href="source-class-Stock_location.html#26-36" title="Go to source code">get_undeleted_all</a>( <span> <var>$module_id</var> = <span class="php-quote">'items'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -354,7 +350,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_show_locations">#</a>
|
||||
<code><a href="source-class-Stock_location.html#42-47" title="Go to source code">show_locations</a>( <span> <var>$module_id</var> = <span class="php-quote">'items'</span></span> )</code>
|
||||
<code><a href="source-class-Stock_location.html#38-43" title="Go to source code">show_locations</a>( <span> <var>$module_id</var> = <span class="php-quote">'items'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -384,7 +380,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_multiple_locations">#</a>
|
||||
<code><a href="source-class-Stock_location.html#49-52" title="Go to source code">multiple_locations</a>( )</code>
|
||||
<code><a href="source-class-Stock_location.html#45-48" title="Go to source code">multiple_locations</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -414,7 +410,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_allowed_locations">#</a>
|
||||
<code><a href="source-class-Stock_location.html#54-64" title="Go to source code">get_allowed_locations</a>( <span> <var>$module_id</var> = <span class="php-quote">'items'</span></span> )</code>
|
||||
<code><a href="source-class-Stock_location.html#50-60" title="Go to source code">get_allowed_locations</a>( <span> <var>$module_id</var> = <span class="php-quote">'items'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -444,7 +440,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_is_allowed_location">#</a>
|
||||
<code><a href="source-class-Stock_location.html#66-77" title="Go to source code">is_allowed_location</a>( <span> <var>$location_id</var></span>, <span> <var>$module_id</var> = <span class="php-quote">'items'</span></span> )</code>
|
||||
<code><a href="source-class-Stock_location.html#62-73" title="Go to source code">is_allowed_location</a>( <span> <var>$location_id</var></span>, <span> <var>$module_id</var> = <span class="php-quote">'items'</span></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -474,7 +470,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_default_location_id">#</a>
|
||||
<code><a href="source-class-Stock_location.html#79-89" title="Go to source code">get_default_location_id</a>( )</code>
|
||||
<code><a href="source-class-Stock_location.html#75-85" title="Go to source code">get_default_location_id</a>( )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -504,7 +500,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_get_location_name">#</a>
|
||||
<code><a href="source-class-Stock_location.html#91-97" title="Go to source code">get_location_name</a>( <span> <var>$location_id</var></span> )</code>
|
||||
<code><a href="source-class-Stock_location.html#87-93" title="Go to source code">get_location_name</a>( <span> <var>$location_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -534,7 +530,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_save">#</a>
|
||||
<code><a href="source-class-Stock_location.html#99-133" title="Go to source code">save</a>( <span> <var>& $location_data</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
<code><a href="source-class-Stock_location.html#95-129" title="Go to source code">save</a>( <span> <var>& $location_data</var></span>, <span> <var>$location_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
@@ -564,7 +560,7 @@ CI_Model
|
||||
|
||||
<td class="name"><div>
|
||||
<a class="anchor" href="#_delete">#</a>
|
||||
<code><a href="source-class-Stock_location.html#154-167" title="Go to source code">delete</a>( <span> <var>$location_id</var></span> )</code>
|
||||
<code><a href="source-class-Stock_location.html#150-163" title="Go to source code">delete</a>( <span> <var>$location_id</var></span> )</code>
|
||||
|
||||
<div class="description short">
|
||||
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
|
||||
<h3>Functions</h3>
|
||||
<ul>
|
||||
<li><a href="function-cash_decimals.html">cash_decimals</a></li>
|
||||
<li><a href="function-currency_side.html">currency_side</a></li>
|
||||
<li><a href="function-current_language.html">current_language</a></li>
|
||||
<li><a href="function-current_language_code.html">current_language_code</a></li>
|
||||
@@ -165,6 +166,7 @@
|
||||
<li><a href="function-tax_decimals.html">tax_decimals</a></li>
|
||||
<li><a href="function-to_currency.html">to_currency</a></li>
|
||||
<li><a href="function-to_currency_no_money.html">to_currency_no_money</a></li>
|
||||
<li><a href="function-to_currency_tax.html">to_currency_tax</a></li>
|
||||
<li><a href="function-to_decimals.html">to_decimals</a></li>
|
||||
<li><a href="function-to_quantity_decimals.html">to_quantity_decimals</a></li>
|
||||
<li><a href="function-to_tax_decimals.html">to_tax_decimals</a></li>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user