X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=f9acce38cc845a187c0935d7c961f271c20777be;hb=7796f55d85412cbc2904b0577b419d9625958257;hp=754ddb727f7ae036ddbe9d4c2ea8a0fc579c183c;hpb=05ba2d82d4230a8ea991920515cdc2377fcacfd0;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 754ddb72..f9acce38 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -281,4 +281,14 @@ $stock_types = array( 'D' => _("Service") ); +//---------------------------------------------------------------------------------- + +define('TAG_ACCOUNT', 1); +define('TAG_DIMENSION', 2); + +$tag_types = array ( + TAG_ACCOUNT => _("Account"), + TAG_DIMENSION => _("Dimension") +); + ?> \ No newline at end of file