Thanks for the help and feedback!

I just copied the get_alloc_supp_sql() function from 2.3 into the top of the rep_check_print.php file below print_check() and it seems to work fine.

Brock

I recently upgrade our site to 2.4.2 and we noticed the rep_check_print extension doesn't seem to work due to changes in the get_alloc_supp_sql function.  Just wondered if anyone has fixed this yet or if I need to dig into the code and try and figure it out.

Is there an official git repository for the extensions?  I've found the https://github.com/apmuthu/FA24extensions but not sure if that is the actual repo.

Thanks
Brock

3

(10 replies, posted in Installation)

Progress...  I can now clone from the official repository, but it looks like there are still some issues.  When I do a clone, I get:

warning: remote HEAD refers to nonexistent ref, unable to checkout.

After the clone, there is no master ref:
cd fa-stable
git show-ref
481038ba4817907d494aa66fb6a888f1493221b2 refs/remotes/origin/gl_tax_support
264c09696d65efe4532c197f317162daf8c24f32 refs/tags/unstable_2.3.13
...
...
2e325b980e8977e83067ddece2df28199e5cadfc refs/tags/version_2_3_9

the only branch that shows up:
git branch -r
  origin/gl_tax_support

Thanks for the help!

4

(10 replies, posted in Installation)

OK thanks at least it's not just me!

Maybe I am missing something obvious, but I can't figure out how to clone from the "official" git repository at
http://devel.frontaccounting.com/git/

I've checked the wiki and searched the forum, and I see lots of posts pointing to the git web repository, but no instructions how to clone it.  I've tried cloning with git protocol and HTTP using multiple different URLs and haven't gotten anything to work.

Can someone tell me what I'm doing wrong?  I'd prefer not to base work off of a 3rd party git repository if an official one is available.

Thanks!
Brock