Git Product home page Git Product logo

blueseer's People

Contributors

vaughnte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

blueseer's Issues

install script issue

The mysql version of Blueseer install script, mysql_install.bat, repeats (concats) the bs.cfg variables into the bs.cfg file for each attempt at installation. First variable needs to be assigned ">" instead of append. The only effects the windows install script...the linux bash script is fine.

Download method for patches from github into application instance

Download mechanism for patches from github. Routine would search github blueseer repository for patches of instance version, download patch zip, and extract, deploy zip contents into working path. These would be standard patches to begin. A potential option would be to provide key for 'custom' non-standard downloads that are specific to enduser instance (troubleshooting efforts, etc).

Custom font size

Hello,

I'm currently looking for free ERP system for small company. BlueSeer looks promising, and I like that's not web-based solution.
Yet, I'm a little bit visually impaired, and the default font is not large enough for me to comfortably use BlueSeer.
Is it possible to enlarge font without recompiling sources?

Best regards
Ved

Form UI Freeze for some maintenance screens

The UI Form for several maintenance screen will freeze after several cycles of get / update fetch. The time to freeze is random. This is a result of the Version 6 refactor effort. The get, add, update, delete routines are executed via an independent SwingWorker thread. Some of these routines have UI form fields and/or lang pack labels that are 'refreshed' in the scope of this thread that don't play well with the main Swing EDT (Event dispatch thread)...and as such will cause undesirable effects (freezes). The solution is to move 'all' UI form field refreshes out of this thread and call/set from within the 'Done()' routine.

Change Log for specific menus

A change log for specific menus such as sales order menu, purchase order menu, item master menu. Scope would remain in high traffic menus that have potential for multi user editing.

Automatic EDI Order processing

Hi, I came across your BlueSeer ERP application while researching a solution I am trying to implement. Iā€™m in the process of developing an eCommerce store that requires an EDI connection to my vendor for automatic Order processing.

The platform Iā€™m using is WooCommerce, and as orders are placed in the store, it will pass the sales information onto the ERP that will handle the EDI transaction to the vendor for fulfillment. The vendor is expecting a PO for each order.

A Purchase Order Acknowledgement will be sent back from the vendor, once the order is shipped an Advance Shipping Notification is also sent back; the vendor invoice will be picked up via FTP. The EDI connection is established via Web Services API.

From what I gather in the BlueSeer documentation, the software is a desktop application only and I was wondering if first, can the BlueSeer application accommodate such architecture, and second, can it be deployed in a server environment for automatic processing?

Thanks in advance,
Ray

Foreign Currency bug in AR Payment Class

When payments are applied to an invoice that was committed with a non-default currency, the invoice amount and base currency invoice amount are the same leading to overrepresentation in Cash Applied.

mysql install script DB variable issue

In mysql_install.bat script, 'bsdb' database name is hardcoded in a few lines. Changing the value of the DB variable in the script will cause data loads to fail further down the script...giving the impression the database was 'loaded' correctly. In these cases, master data is not loaded giving connection errors when attempting to connect via login.bat. Remove all hardcoded instances of 'bsdb'....except for the initial assignment.

Production By Scan class not working

This class was missed in refactor of version 6. This has been corrected and uploaded into jar only zip download as a temporary fix. It will be included in the next patch 6.1.9.

Add current cost to component Table in BOMM Maintenance

Adding the current cost adjacent to the already provided standard cost in the component table in BOMM Maintenance would be beneficial to endusers who are unaware of component items that have had a change in item pricing and therefore current cost of the item has not been rolled to standard.

uniformity to field length of item related DB fields

Need uniformity in item field lengths across multiple tables that contain an item related field. Some of the legacy tables had 18 chars where the newer tables have 30 char limitation in the item number field. SQLite will allow the overflow, but MySQL will not.

Uploading Customer Pricing

When importing a customer price list, the data loads, and shows the record is created.
However it does not show up when creating an order or on the customer price maintenance screen.
(for example, once it been created I can no longer add a price for the EA unit of measurement. However, change it to gallons and it displays correctly in the applied textarea.)
pricing snip

inventory quantity error with multiple sales line invoice

The consumed inventory during a multi-line sales order confirmation is being miscalculated with the last quantity of the last line on the order. This error has been identified and recoded. The current downloads have been refreshed with the new codebase and it will officially be released with patch 6.1.10.

Small BOM itemm issues

If I make a change to the price in the item master after bom creation the price does not carry through even if I remove the original line for that part and add again. Also if I try to re-enter the item master after making a change and reviewing the bom it crashes the software.

Love what you are doing, keep up the good work!

Report layout conformity to improve consistent Browse UI

Report layout conformity to improve consistent Browse UI. Several older browse panels need to be updated to current browse layout. The pobrowse class is the benchmark. OrderRpt, CustPriceRpt, and CustXrefRpt need to be refactored...as well as accompanying jasper files (if any).

add new user bug

unable to add new user in User Maintenance. Dump of stack trace shows index out of range.

Country of origin

The initial installation of the package prompts the user for a country of origin...only if the language chosen is not the default English. However, there are instances where English is chosen as the language but other currency symbols are desired. The installation dialogue should be adjusted to always prompt for the country of origin regardless of language chosen.

A weighbridge module

Could you create weighbridge component for blueseer . The company I work in receives input material in weight using a truck scale. It would be great if your erp can connect with weighbridges and capture weights.

BOMM material cost summation issue

The material field in the BOMM maintenance window is summing up the wrong material cost. If 2 or more deep level of bill of material is created, the sum of the material should only be the sum of purchased raw components (material) recursively through the BOM...but it is summing up all first level children as material cost instead.

Deletion of default site in site_mstr

The SiteMaint class allows the deletion of a site record that is also the default site value. This causes all subsequent lookups with getDefaultSite() method to fail. Adding code to prevent deletion of default site records. User must assign new default site 'before' deleting old site record.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.