Hi Herman, On Thu, Dec 22, 2011 at 6:10 PM, herman vierendeels <[email protected]> wrote: > Hello, > > I would like to reserve new class in entity_class. > Namely , myEntity, meaning my own company. So i can stock much more > info about me than is possible now in defaults table. > > Can i do this by adapting sql/Pg-database.sql ? > INSERT INTO entity_class (id,class) VALUES (7,'myEntity'); > > I would also like to reserve string in defaults: > Can i do this by adding to sql/Pg-database.sql > \COPY defaults FROM stdin WITH DELIMITER '|' > myEntity|to be filled with entity_class.id
Sure that's an option, but if you are for example talking about registering bank account numbers, isn't it a good idea to have a module which holds that information with the GL account actually representing your bank account? That way, the link between the bank account information and the GL is much better maintained. So, the return question is: what kind of information would you want to stock? Bye, Erik. ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
