Menu

Procedures on Postgres

PostgreSQL
2005-11-15
2013-04-02
  • Roberto Onnis

    Roberto Onnis - 2005-11-15

    I didn't find the way to update product prices with Kompiere. Have i missed something or store procedures, such as M_Pricelist_Create, are not ported yet to Postgres?
    Thanks Roberto

     
    • Carlos Ruiz

      Carlos Ruiz - 2005-11-17

      Your assertion it's true, I sent to Victor the porting of the following classes:

      AD_PrintPaper_Default.sql
      M_Product_Category_Acct_Copy.sql
      M_Product_BOM_Check.sql
      C_BP_Group_Acct_Copy.sql
      T_InventoryValue_Create.sql
      M_Product_CostingUpdate.sql
      M_Production_Run.sql
      C_AcctSchema_Default_Copy.sql

      And I'm working on M_PriceList_Create.sql

      I suppose that on the next version of kompiere it will be ported.

      globalqss - cruiz

       
    • Roberto Onnis

      Roberto Onnis - 2005-11-18

      Thanks for your answer and for your work.
      Just another question: have you ported these procedures to java or pl/pgsql language?
      Ciao Roberto

       
    • Carlos Ruiz

      Carlos Ruiz - 2005-11-18

      There was ported to java org.compiere.process...

      I opened the patch
      [ 1360514 ] Port processes from PL/SQL to java
      and uploaded the files there if you want to try them.

      There are problems with conversion routines from oracle to postgres that Victor (vpj-cd) are working in.

      Carlos Ruiz
      globalqss - cruiz

       

Log in to post a comment.