1

(2 replies, posted in Setup)

Thanks for reply smile

2

(2 replies, posted in Setup)

is there exist any HR modules ??

3

(1 replies, posted in Modules Add-on's)

is there exist any HR Module ?
Thanks

4

(2 replies, posted in Report Bugs here)

i'll remove it , Thanks Joe smile)

5

(2 replies, posted in Report Bugs here)

what does login.css file do ???

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 "&" .

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 smile

Thanks Alot .. it's working now smile)))

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 )

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

(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

(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

(4 replies, posted in Modules Add-on's)

Hello Dennis ,
Thanks Alot for your module it helped me smile , 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 smile)

14

(4 replies, posted in Modules Add-on's)

i have the same problem .. any help ??