Hi pbottcher,
Its works well, thanks sir!
Search found 28 matches
- 2019-08-28 13:06
- Forum: Advanced Customizations > Hooks
- Topic: Populate value of a dropdown based on another dropdown value change
- Replies: 2
- Views: 315
- 2019-08-27 17:29
- Forum: Advanced Customizations > Hooks
- Topic: Populate value of a dropdown based on another dropdown value change
- Replies: 2
- Views: 315
Populate value of a dropdown based on another dropdown value change
Hi Gurus, When Invoice No below is selected, I want to populate value of Tenant. Am using the below code $j(document).on('change','#invoice_no-container', function(){ var invoiceid = $j('#invoice_no').val(); // console.log(invoiceid); if ( invoiceid == '{empty_value}' ) { $j('#tenant').val(''); }els...
- 2019-04-24 15:46
- Forum: Tips And Tricks
- Topic: Audit Log
- Replies: 33
- Views: 9915
Re: Audit Log
Works like magic u guy... EXCELLENT JOB
- 2019-01-14 16:31
- Forum: Tips And Tricks
- Topic: Project using AdminLTE
- Replies: 13
- Views: 7563
Re: Project using AdminLTE
Hi Guys,
Did anyone manage to remove the sidebar menu on the modals?
Did anyone manage to remove the sidebar menu on the modals?
- 2018-05-08 11:41
- Forum: Feature Suggestions
- Topic: Workflow : Maker - Checker Process
- Replies: 1
- Views: 793
Workflow : Maker - Checker Process
Is it possible to achieve the Maker - Checker Process using current version of Appgini? Where user1 Initiates a task and User2 Approves the task.
- 2017-09-18 16:28
- Forum: Tips And Tricks
- Topic: Project using AdminLTE
- Replies: 13
- Views: 7563
Re: Project using AdminLTE
Thank you so much bruceholt
- 2017-09-13 09:26
- Forum: Tips And Tricks
- Topic: Project using AdminLTE
- Replies: 13
- Views: 7563
Re: Project using AdminLTE
BruceHolt,
This is awesome.
I copied i sidebar code on the header.php. But i have an issue, The sidebar also appears in the login page. How can i fix that?
This is awesome.
I copied i sidebar code on the header.php. But i have an issue, The sidebar also appears in the login page. How can i fix that?
- 2017-06-30 07:54
- Forum: Advanced Customizations > Others
- Topic: Generating reports, invoice and vouchers
- Replies: 39
- Views: 30755
Re: Generating reports, invoice and vouchers
Hey Noha,
Reports?? Not yet.
Reports?? Not yet.
- 2017-05-24 13:19
- Forum: Advanced Customizations > Hooks
- Topic: How to change table icons on the homepage
- Replies: 4
- Views: 2745
Re: How to change table icons on the homepage
I managed to do this.
- 2017-05-18 14:48
- Forum: Advanced Customizations > Hooks
- Topic: How to change table icons on the homepage
- Replies: 4
- Views: 2745
How to change table icons on the homepage
Hi, I want to change table icons permanently so that when i generate code again the book icon does not reappear. Just like the northwind demo or ORPM when you generate code again the table icons do not change. How can i do this? Please help. see image below. I have followed https://forums.appgini.co...
- 2017-05-15 18:34
- Forum: Advanced Customizations > Others
- Topic: Generating reports, invoice and vouchers
- Replies: 39
- Views: 30755
Re: Generating reports, invoice and vouchers
Hi,
We are eagerly waiting for the reports module... Whats the update?
We are eagerly waiting for the reports module... Whats the update?
- 2016-12-22 13:46
- Forum: Feature Suggestions
- Topic: Reports
- Replies: 9
- Views: 4067
Re: Reports
Am looking forward for capability such as Invoicing and receipting...Will that be included?
- 2016-12-22 13:44
- Forum: Feature Suggestions
- Topic: Reports
- Replies: 9
- Views: 4067
Re: Reports
Hi Noha,
This has been the story. Is end of jan an assuarance? The product is so great.
This has been the story. Is end of jan an assuarance? The product is so great.
- 2016-10-21 09:04
- Forum: Bugs/annoyances
- Topic: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syn
- Replies: 8
- Views: 9249
Re: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right
This Worked.
Thank you so much
Thank you so much
- 2016-10-20 15:54
- Forum: Bugs/annoyances
- Topic: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syn
- Replies: 8
- Views: 9249
Re: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right
Hey,
I figured it out.
Its was in links-home.php.
And the line throwing that error was
I figured it out.
Its was in links-home.php.
And the line throwing that error was
Code: Select all
$tenants_count = sqlValue("select count(*) from ".get_sql_from('applicants_and_tenants'));
- 2016-10-20 14:37
- Forum: Bugs/annoyances
- Topic: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syn
- Replies: 8
- Views: 9249
Re: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right
Hi,
I corrected that but the error still persists
I corrected that but the error still persists
- 2016-10-20 13:50
- Forum: Bugs/annoyances
- Topic: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syn
- Replies: 8
- Views: 9249
Re: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right
Hi DevGiu, I relooked into the 3 files but cannot see any problem with my queries. header_extras is blank, footer_extra has no sql query the only query is in _global.php Look at how it looks like, please help me identify a problem if there is one. <?php // For help on using hooks, please refer to ht...
- 2016-10-19 09:55
- Forum: Bugs/annoyances
- Topic: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syn
- Replies: 8
- Views: 9249
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syn
Hi
Everytime i access my application for the first time, i get the above error.
But when i press the Signin, The error disappears and am redirected to the login page.
I cant seem to find the query that is throwing the error. Please assist..
Everytime i access my application for the first time, i get the above error.
But when i press the Signin, The error disappears and am redirected to the login page.
I cant seem to find the query that is throwing the error. Please assist..
- 2016-09-07 11:41
- Forum: Tips And Tricks
- Topic: Get a modal view from the batch actions
- Replies: 1
- Views: 2134
Get a modal view from the batch actions
Hey Guys, Can someone please help me do this. I have a batch actions link that opens another window when clicked. i want this to open like a bootstrap modal window instead of a new window. An example is how change owner opens from the admin's batch actions on a table. see below. batchmodal.PNG I wan...
- 2016-09-01 08:48
- Forum: Tips And Tricks
- Topic: Contact Form
- Replies: 7
- Views: 4376
Re: Contact Form
Hi grimblefritz ,
Just ensure that the contact form page and the pages you are including reside in the same directory.
Just ensure that the contact form page and the pages you are including reside in the same directory.
- 2016-08-26 09:58
- Forum: Tips And Tricks
- Topic: Contact Form
- Replies: 7
- Views: 4376
Re: Contact Form
I managed to fix it, Thank you!
- 2016-08-25 10:04
- Forum: Tips And Tricks
- Topic: Contact Form
- Replies: 7
- Views: 4376
Re: Contact Form
Hi AhmedBR, From this example http://www.telebolo.com/sistema/contactform.php How did you manage to get the same look and feel of this page same as your Application. I have done as below <?php //$currDir = dirname(__FILE__); include("../defaultLang.php"); include("../language.php"); include("../lib....
- 2016-07-28 07:05
- Forum: Tips And Tricks
- Topic: AppGini and Reportico
- Replies: 2
- Views: 2095
AppGini and Reportico
How can i integrate Reportico into my real estate AppGini Application?
- 2016-07-28 07:03
- Forum: Tips And Tricks
- Topic: Members
- Replies: 4
- Views: 2544
Re: Members
Have you checked where you assign table permissions for groups?
Admin Area => Groups => Table Permissions for group.
Admin Area => Groups => Table Permissions for group.
- 2016-07-23 03:26
- Forum: Tips And Tricks
- Topic: Easily embedded reporting application - php-reports
- Replies: 9
- Views: 7098
Re: Easily embedded reporting application - php-reports
I inserted the above code in my real estate but when i click the reports button is displaying a blank page. How can i configure my application to display the reports example? Am using http://jdorn.github.io/php-reports/ documentation but cant figure my way out how to get the reports up and running. ...