Question about data model

2015-12-28 Thread Pedro Lopes
Hello all, Data model question: There isn't a foreign key between the tables SECURITY_PERMISSION and SECURITY_GROUP_PERMISSION, is this table not to relate the table SECURITY_PERMISSION with SECURITY_GROUP? Thank you all very much, Pedro

ofbiz cannot generate pdf invoices

2015-12-28 Thread Tiwonge Kawonga
I am a new ofbiz user. I am trying to localise the currency to Malawi Kwacha. When I make all necessary changes to ofbiz, the price is displayed with currency ISO code (MWK) instead of currency symbol mk infront of price digits. When I print checks (in pdf) ofbiz puts xx infront of price digits

Re: Question about data model

2015-12-28 Thread Taher Alkhateeb
Hi Pedro, The SecurityGroupPermission entity has a foreign key to both SecurityPermission and SecurityGroup. You can check the entity definition in framework/security/entitydef/entitymodel.xml. This is because the SecurityGroupPermissions is a relationship entity (many to many) Taher Alkhateeb

Re: ofbiz cannot generate pdf invoices

2015-12-28 Thread Tiwonge Kawonga
Hi, I am using ofbiz 13.07.02 Regards Tiwonge Sent from Yahoo Mail on Android From:"Deepak Dixit" Date:Mon, 28 Dec, 2015 at 3:02 PM Subject:Re: ofbiz cannot generate pdf invoices Which release are you using? Thanks & Regards -- Deepak Dixit

Re: ofbiz cannot generate pdf invoices

2015-12-28 Thread Deepak Dixit
Which release are you using? Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com On Mon, Dec 28, 2015 at 5:07 PM, Tiwonge Kawonga < yewokal...@yahoo.com.invalid> wrote: > I am a new ofbiz user. I am trying to localise the currency to Malawi > Kwacha. When I make all necessary changes to

Re: Question about data model

2015-12-28 Thread Pedro Lopes
Hello all, Taher, thank you very much for your reply. OK, is that relationship supposed to be on the database also? I migrated to mysql and did not find it there. Thank you for your attention, Pedro On Mon, Dec 28, 2015 at 1:24 PM, Taher Alkhateeb wrote: > Hi

Re: Question about data model

2015-12-28 Thread Taher Alkhateeb
Hi Pedro, I would assume the problem is in your migration process. Do you face the same thing on a fresh new database? If no, then you need to check what went wrong with your migration. Taher Alkhateeb On Mon, Dec 28, 2015 at 6:59 PM, Pedro Lopes wrote: > Hello all, >