From: Walter L. <wal...@ya...> - 2009-05-12 16:18:33
|
Hello i been setup ledgersmb 1.2.18 on ubuntu 9.04 i need use a Pos system, i am using a single till-based account, i been setup ledgersmb on local machine with local ip 192.168.0.1 and i created account named 1300.1 on Chart of Accounts, but how changes i need to make on pos.conf.pl file # Define your till accno scheme here. Current supported values are 'terminal' # and 'cashier' $pos_config{'till_type'} = 'cashier'; # FLAGS: 1 = projects, 2 = departments $pos_config{'disable_tables'} = 3; # HTML for the appropriate currency symbol for your tills $pos_config{'curren'} = '$'; # Number format to use $pos_config{'numberformat'} = '1,000.00'; # Units of currency to use in the till closing cash breakdown relative to # your base unit of currency, formatted in your chosen format @{ $pos_config{'breakdown'} } = ( '100', '50', '20', '10', '5', '2', '1', '0.25', '0.10', '0.05', '0.01' ); # Stop Editing Here In that lines I must introduce changes, and which it they must be? to start using the pos system, please helpe i am newbie Best Regards Walter |