プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。
calmethod
calmethod
最終更新: 2007-09-18
使用頻度: 2
品質:
aggiungere la seguente istruzione sql per aggiornare la tabella calmethod:
add the following sql statement to update the calmethod table:
最終更新: 2007-09-27
使用頻度: 3
品質:
con il nuovo id calmethod (ricavato dall'operazione precedente) per il negozio:
table with the new calmethod id (obtained from above) for the store:
最終更新: 2007-09-27
使用頻度: 3
品質:
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')
最終更新: 2007-09-27
使用頻度: 2
品質:
警告:見えない HTML フォーマットが含まれています