From professional translators, enterprises, web pages and freely available translation repositories.
calmethod
calmethod
Last Update: 2007-09-18
Usage Frequency: 2
Quality:
aggiungere la seguente istruzione sql per aggiornare la tabella calmethod:
add the following sql statement to update the calmethod table:
Last Update: 2007-09-27
Usage Frequency: 3
Quality:
con il nuovo id calmethod (ricavato dall'operazione precedente) per il negozio:
table with the new calmethod id (obtained from above) for the store:
Last Update: 2007-09-27
Usage Frequency: 3
Quality:
insert into calmethod (calmethod_id, storeent_id, calusage_id, taskname, description, subclass, name) values ((select coalesce((min(calmethod_id)-1),1) from calmethod), <i>id_negozio</i> , -3 'com.ibm.commerce.isv.kit.tax.applycalculationusagetikcmd', 'default method for calculation taxes using <i>taxcompany</i>', 12, 'applycalculationusagetik')
insert into calmethod (calmethod_id, storeent_id, calusage_id, taskname, description, subclass, name) values ((select coalesce((min(calmethod_id)-1),1) from calmethod), <i>store_id</i> , -3 'com.ibm.commerce.isv.kit.tax.applycalculationusagetikcmd', 'default method for calculation taxes using <i>taxcompany</i>', 12, 'applycalculationusagetik')
Last Update: 2007-09-27
Usage Frequency: 2
Quality:
Warning: Contains invisible HTML formatting