mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-26 02:08:05 -05:00
database.sql script merged with current ospos one remaining problems in reporting (sale_type to add in sales_temp query?) data model should be refactored to allow more genericity for custom item locations (2+) inventory tracking should be adapted to use multiple locations (instead of duplicating items for different locations)
9 lines
272 B
PHP
9 lines
272 B
PHP
<?php
|
|
$lang['error_no_permission_module']='You do not have permission to access the module named';
|
|
$lang['error_unknown']='unknown';
|
|
?>
|
|
<?php
|
|
$lang['error_no_permission_module']='You do not have permission to access the module named';
|
|
$lang['error_unknown']='unknown';
|
|
?>
|