X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=f1db9b1b8fdafe9693687748ad44b1fc34870e8a;hb=e91772a2716825a6aeb358d1defba47d5f3892c1;hp=d4f3c4a17bc4c676203a302cb6cadb718c8c2663;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index d4f3c4a1..f1db9b1b 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -337,6 +337,11 @@ $quick_entry_types = array( QE_SUPPINV => _("Supplier Invoice/Credit") ); - +// Types of stock items +$stock_types = array( + 'M' => _("Manufactured"), + 'B' => _("Purchased"), + 'D' => _("Service") +); ?> \ No newline at end of file