Thanks for reply
2 10/15/2011 09:22:04 am
Topic: HR Module (2 replies, posted in Setup)
is there exist any HR modules ??
3 10/15/2011 09:19:02 am
Topic: HR Module (1 replies, posted in Modules Add-on's)
is there exist any HR Module ?
Thanks
4 10/12/2011 12:13:11 pm
Re: login.css (2 replies, posted in Report Bugs here)
i'll remove it , Thanks Joe )
5 10/12/2011 09:33:39 am
Topic: login.css (2 replies, posted in Report Bugs here)
what does login.css file do ???
6 10/05/2011 11:35:50 am
Re: & converted to amp; in url (6 replies, posted in Report Bugs here)
Example: after x minutes the session of the login is ended .. when i login again it redirects me to the previous page which was (po_entry_items.php?NewOrder=Yes&requisition_id=8 ) to be after re login (po_entry_items.php?NewOrder=Yes&requisition_id=8 ) .. "&" converted to "&" .
7 10/05/2011 10:05:25 am
Re: & converted to amp; in url (6 replies, posted in Report Bugs here)
I Formed two pages , one for the requisition & the other for Purchase order.
when i click on a record in the requisition screen,it redirects me to the purchase order screen and retrieves all items from the selected requisition (po_entry_items.php?NewOrder=Yes&requisition_id=8 ). This works fine
The problem occurs when i refresh the purchase order screen as it converts the "&" to "&" . so this leads that the requisition id can't read and therefor the request's items can't be retrieved. Thanks
8 10/05/2011 08:14:22 am
Re: can't see errors , I got blank/empty page. (2 replies, posted in Report Bugs here)
Thanks Alot .. it's working now )))
9 10/04/2011 02:58:19 pm
Topic: & converted to amp; in url (6 replies, posted in Report Bugs here)
When i try to add a GET in the url like ( po_entry_items.php?NewOrder=Yes&reqid=8 ) after refreshing the page , the (&) converted to (amp;) ( po_entry_items.php?NewOrder=Yes&req=8 )
10 10/04/2011 02:56:42 pm
Topic: can't see errors , I got blank/empty page. (2 replies, posted in Report Bugs here)
if i have any error it give me blank page .. why?? .. i can't solve my errors because of blank page .. i added ini_set("display_errors", "On"); at the top of session.inc but i still got empty page.
11 10/04/2011 02:47:22 pm
Re: Attach Document size (6 replies, posted in Report Bugs here)
Try these different settings in C:\wamp\bin\apache\apache2.2.8\bin\php.ini
Find:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
and then restart your server & mysql
12 10/01/2011 12:40:25 pm
Topic: Requisition (0 replies, posted in Items and Inventory)
Hello:)
There are some issues with the Requisition module.. in /modules/requisition/sql/update.mysql in
1. 0_generate_po() function (100 +get_item_tax(0_requisition_details.item_code)) / 100) should be (100 + 0_get_item_tax(0_requisition_details.item_code)) / 100)
2. the condition of while loop is the same as if condition .. why
After all, i want to get all the requisitions of single request in po_entry_items.php .. start from where ??? . sorry for my english.
Thanks alot
13 09/27/2011 11:49:10 am
Re: Requisition Module (4 replies, posted in Modules Add-on's)
Hello Dennis ,
Thanks Alot for your module it helped me , but There are some issues with the module.. in /modules/requisition/sql/update.mysql in
1. 0_generate_po() function (100 +get_item_tax(0_requisition_details.item_code)) / 100) should be (100 + 0_get_item_tax(0_requisition_details.item_code)) / 100)
2. the condition of while loop is the same as if condition .. why you do that ??
Thanks )
14 09/25/2011 03:42:34 pm
Re: Requisition Module (4 replies, posted in Modules Add-on's)
i have the same problem .. any help ??