X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=3a7158241388c7cbfc621ebcccba6fe8a79d7356;hb=c7a6b173102b5df624ce18780e057b3d61953ce6;hp=8c3cc731da0bcaa78b2de24a783b827e1eb087bb;hpb=cb8cf10b735342399abfce9384565a7474b92947;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index 8c3cc731..3a715824 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -13,6 +13,7 @@ $this->add_lapp_function(0, _("Deposits"),"gl/gl_deposit.php?NewDeposit=Yes"); $this->add_lapp_function(0, _("Bank Account Transfers"),"gl/bank_transfer.php?"); $this->add_rapp_function(0, _("Journal Entry"),"gl/gl_journal.php?NewJournal=Yes"); + $this->add_rapp_function(0, _("Budget Entry"),"gl/gl_budget.php?"); $this->add_module(_("Inquiries and Reports")); $this->add_lapp_function(1, _("Bank Account Inquiry"),"gl/inquiry/bank_inquiry.php?");