Artis Regular Issues

From Origami_Wiki
Revision as of 14:05, 21 July 2017 by imported>Origamitechnologies
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following are the bug list solved in artis

While download final invoice it shows an error message ( LIVE) - comapny logo missing

An error message shows while clicking CONFIRM button ( in generate advance request ) -comapny logo missing

Error in convert to performa invoice - sharecapital amount blank

Not able to generate Advance Request. VINN PROPERTY RENTALS PRIVATE LIMITED.- sharecapital amount blank

Not able to generate Advance Request- sharecapital amount blank

Not able to select the' Company' option and bank details for COCONUTVALLEY PROJECTS AND PROPERTIES-task status missing

Transferring work is not working- sharecapital amount blank

Error in convert to performa invoice- sharecapital amount blank

An error message showing in generation of performa invoice- sharecapital amount blank

An error message showing in generation of performa invoice- sharecapital amount blank

An error message showing in generation of performa invoice- sharecapital amount blank

Error in VATTAKULAMMALA ROCKS PRIVATE LIMITED- sharecapital amount blank

Not able to add the task in front end as an error message is displaying stating that," alphabet not assigned to JO" - Configuration not set

Company name blank-task status missing

In Artis, error in BAMBOOPECKER LIFESTYLE CRAFTS PRIVATE LIMITED-task status missing


Artis regular issues solution.


1.Company option not listing

Solution: Run the following query with given task id <source lang="sql" highlight="3"> UPDATE erp_frontend_task SET task_progressstatus=5 WHERE task_id IN (SELECT task_id FROM erp_frontend_task WHERE task_id IN(SELECT task_mintova_taskid FROM erp_frontend_task_mintova WHERE task_mintova_number LIKE '%12272%' OR task_mintova_number LIKE '%12273%' ) GROUP BY task_id) AND deleted=0; </source> <source lang="sql" highlight="3"> UPDATE erp_frontend_work SET work_progressstatus=4 WHERE work_id IN (SELECT task_workid FROM erp_frontend_task WHERE task_id IN (SELECT task_mintova_taskid FROM erp_frontend_task_mintova WHERE task_mintova_number LIKE '%12272%' OR task_mintova_number LIKE '%12273%') GROUP BY task_workid) AND deleted=0; </source> Remark: Please check the status is null in work list with filter mintova number or conver to invoice and check company and bank option is not listing

2.Share captital amout for the client blank

Solution : Run the following query with share capital amount <source lang="sql" highlight="3"> UPDATE erp_frontend_client_profile SET client_pro_sharecapital=100000 WHERE (client_pro_id = '2506') AND (deleted=0) </source>

Remarks: The page will be crash whenever this amount is blank