X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=7c296ad9632ab1ef910b4884bb44d4bf09d8149e;hb=825a4b279d6af05322188299f6a3967d2562f1e9;hp=670075770bb3c40a03e0ebaf7fcc41e552b5d3c9;hpb=c696fcc9ed013beb349faca8a5ea95d0632d66b7;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 67007577..7c296ad9 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -16,7 +16,7 @@ // global $systypes_array, $bank_account_types, $bank_transfer_types, $payment_person_types, $wo_types_array, $wo_cost_types, $class_types, - $quick_actions, $quick_entry_types, $stock_types, $tag_types; + $quick_actions, $quick_entry_types, $stock_types, $tag_types, $bank_owner; $systypes_array = array ( ST_JOURNAL => _("Journal Entry"), @@ -110,6 +110,7 @@ $wo_types_array = array ( $wo_cost_types = array( WO_LABOUR => _("Labour Cost"), WO_OVERHEAD => _("Overhead Cost"), + WO_MATERIALS => _("Materials") ); //---------------------------------------------------------------------------------- @@ -181,11 +182,18 @@ $pterm_types = array( PTT_DAYS => _("After No. of Days"), PTT_FOLLOWING => _("Day In Following Month") ); -//---------------------------------------------------------------------------------- $tax_algorithms = array( TCA_LINES => _("Sum per line taxes"), TCA_TOTALS => _("Taxes from totals") ); +//---------------------------------------------------------------------------------- + +$bank_owner_types = array( + BO_UNKNOWN => _("Unknown"), + BO_COMPANY => _("Company"), + BO_CUSTBRANCH => _("Customer"), + BO_SUPPLIER => _("Supplier") +); ?> \ No newline at end of file