X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=bf48ad9c5c0e3214713c99b77d67192711635fc9;hb=b611def496e4942321d66f183fe0e1d95417c99f;hp=705311082a84319a06805ab0870d98fbef208b64;hpb=16d7dec39f96cc26ebcf4b25f78d89e1b7c60ef8;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 70531108..bf48ad9c 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -139,4 +139,22 @@ $tag_types = array ( TAG_DIMENSION => _("Dimension") ); +//---------------------------------------------------------------------------------- +// crm contacts categories +$sys_crm_cats = array ( + 'cust_branch' => _("Customer branch"), + 'supplier' => _("Supplier"), + 'shipper' => _("Shipper"), + 'company' => _("Company internal") +); +//---------------------------------------------------------------------------------- + +$pterm_types = array( + PTT_PRE => _("Prepayment"), + PTT_CASH => _("Cash"), + PTT_DAYS => _("After No. of Days"), + PTT_FOLLOWING => _("Day In Following Month") +); + + ?> \ No newline at end of file